Move the description to README.rst

This commit is contained in:
Alex Comba
2014-11-21 15:23:55 +01:00
committed by Alexis de Lattre
parent d009b10ff0
commit 8155bd58af
2 changed files with 16 additions and 15 deletions

View 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.

View File

@@ -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',