2
0
account-financial-tools/account_invoice_constraint_chronology/__manifest__.py

15 lines
495 B
Python
Raw Normal View History

# Copyright 2015-2017 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": "11.0.1.0.0",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainer": "ACSONE SA/NV",
"website": "http://www.acsone.eu",
2015-02-06 15:29:53 +01:00
"license": "AGPL-3",
"category": "Accounting",
"depends": ["account"],
"data": ["view/account_view.xml"],
'installable': True,
}