2014-08-07 12:58:07 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
2017-03-13 14:18:36 +01:00
|
|
|
# Copyright 2015-2017 ACSONE SA/NV (<http://acsone.eu>)
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
2014-08-07 12:58:07 +02:00
|
|
|
{
|
|
|
|
"name": "Account Invoice Constraint Chronology",
|
2017-03-13 14:18:36 +01:00
|
|
|
"version": "10.0.1.0.0",
|
2015-03-02 17:22:41 +01:00
|
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
2014-08-07 12:58:07 +02:00
|
|
|
"maintainer": "ACSONE SA/NV",
|
|
|
|
"website": "http://www.acsone.eu",
|
2015-02-06 15:29:53 +01:00
|
|
|
"license": "AGPL-3",
|
2014-08-07 12:58:07 +02:00
|
|
|
"category": "Accounting",
|
2014-08-14 13:22:55 +02:00
|
|
|
"depends": ["account"],
|
2014-08-07 12:58:07 +02:00
|
|
|
"data": ["view/account_view.xml"],
|
2017-03-13 14:18:36 +01:00
|
|
|
'installable': True,
|
2014-08-07 12:58:07 +02:00
|
|
|
}
|