Move the description to README.rst
This commit is contained in:
parent
ca0069933e
commit
4c5a8070f0
16
account_move_template/README.rst
Normal file
16
account_move_template/README.rst
Normal file
@ -0,0 +1,16 @@
|
||||
Account Move Template
|
||||
=====================
|
||||
|
||||
Templates for Journal Entries
|
||||
|
||||
User can configure journal entries templates, useful for recurring entries.
|
||||
|
||||
The amount of each template line can be computed (through python code)
|
||||
or kept as user input.
|
||||
|
||||
If user input, when using the template, user has to fill
|
||||
the amount of every input lines.
|
||||
|
||||
The journal entry form allows lo load, through a wizard,
|
||||
the template to use and the amounts to fill.
|
||||
|
@ -23,21 +23,6 @@
|
||||
'version': '0.1',
|
||||
'category': 'Generic Modules/Accounting',
|
||||
'summary': "Templates for recurring Journal Entries",
|
||||
'description': """
|
||||
Templates for Journal Entries
|
||||
|
||||
User can configure journal entries templates, useful for recurring entries.
|
||||
|
||||
The amount of each template line can be computed (through python code)
|
||||
or kept as user input.
|
||||
|
||||
If user input, when using the template, user has to fill
|
||||
the amount of every input lines.
|
||||
|
||||
The journal entry form allows lo load, through a wizard,
|
||||
the template to use and the amounts to fill.
|
||||
|
||||
""",
|
||||
'author': 'Agile Business Group',
|
||||
'website': 'http://www.agilebg.com',
|
||||
'license': 'AGPL-3',
|
||||
|
Loading…
Reference in New Issue
Block a user