Move the description in README.rst

This commit is contained in:
Guewen Baconnier
2014-11-11 13:31:23 +01:00
committed by Jordi Ballester
parent d3c092a843
commit b184409da6
2 changed files with 19 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
Account Reversal
================
This module adds an action "Reversal" on account moves,
to allow the accountant to create reversal account moves in 2 clicks.
Also add on account entries:
* a checkbox and filter "to be reversed"
* a link between an entry and its reversal entry
Module originally developped by Alexis de Lattre <alexis.delattre@akretion.com>
during the Akretion-Camptocamp code sprint of June 2011.
Contributors
============
* Alexis de Lattre (Akretion)
* Guewen Baconnier (Camptocamp)
* Nicolas Bessi (Camptocamp)

View File

@@ -28,20 +28,6 @@
'version': '1.0',
'category': 'Generic Modules/Accounting',
'license': 'AGPL-3',
'description': """
Account Reversal
================
This module adds an action "Reversal" on account moves,
to allow the accountant to create reversal account moves in 2 clicks.
Also add on account entries:
- a checkbox and filter "to be reversed"
- a link between an entry and its reversal entry
Module originally developped by Alexis de Lattre <alexis.delattre@akretion.com>
during the Akretion-Camptocamp code sprint of June 2011.
""",
'author': 'Akretion,Camptocamp',
'website': 'http://www.akretion.com/',
'depends': ['account'],