mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
23 lines
738 B
Python
23 lines
738 B
Python
# Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
|
|
|
|
{
|
|
'name': 'Account Document Reversal',
|
|
'summary': 'Create reversed journal entries when cancel document',
|
|
'version': '11.0.1.1.0',
|
|
'author': 'Ecosoft,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
|
'category': 'Accounting & Finance',
|
|
'depends': ['account_cancel'],
|
|
'data': [
|
|
'wizard/reverse_account_document_wizard.xml',
|
|
'views/account_view.xml',
|
|
],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'development_status': 'Beta',
|
|
'maintainers': ['kittiu'],
|
|
}
|