mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
23 lines
824 B
Python
23 lines
824 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": "13.0.1.0.0",
|
|
"author": "Ecosoft," "Eficent," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"category": "Accounting & Finance",
|
|
"depends": ["account"],
|
|
"data": ["wizard/reverse_account_document_wizard.xml",
|
|
"views/account_view.xml",
|
|
"views/account_move_view.xml",
|
|
"views/account_payment_view.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
"development_status": "beta",
|
|
"maintainers": ["kittiu"],
|
|
}
|