mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Move the description in README.rst
This commit is contained in:
committed by
Jordi Ballester
parent
d3c092a843
commit
b184409da6
19
account_reversal/README.rst
Normal file
19
account_reversal/README.rst
Normal 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)
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user