Files
account-financial-tools/account_document_reversal/__manifest__.py
2023-07-21 06:29:43 +00:00

23 lines
791 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.4",
"author": "Ecosoft,ForgeFlow,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"category": "Accounting & Finance",
"depends": ["account", "sale", "purchase"],
"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,
"maintainers": ["kittiu"],
}