mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[12.0][ADD] account_document_reversal
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
3a53ba8f7d
commit
0e44a9de54
22
account_document_reversal/__manifest__.py
Normal file
22
account_document_reversal/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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': '12.0.1.0.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'],
|
||||
}
|
||||
Reference in New Issue
Block a user