2
0
account-financial-tools/account_invoice_constraint_chronology/__manifest__.py
2022-10-06 16:58:24 +02:00

15 lines
563 B
Python

# Copyright 2015-2019 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Invoice Constraint Chronology",
"version": "12.0.1.0.2",
"author": "Odoo Community Association (OCA), ACSONE SA/NV",
"maintainer": "ACSONE SA/NV",
"website": "https://github.com/OCA/account-financial-tools/tree/12.0/"
"account_invoice_constraint_chronology",
"license": "AGPL-3",
"category": "Accounting",
"depends": ["account"],
"data": ["view/account_view.xml"],
}