mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-20 07:42:07 +02:00
14 lines
487 B
Python
14 lines
487 B
Python
# Copyright Akretion - Alexis de Lattre
|
|
# Copyright Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Account Analytic Required",
|
|
"version": "16.0.2.0.1",
|
|
"category": "Analytic Accounting",
|
|
"license": "AGPL-3",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"depends": ["account"],
|
|
"data": ["views/account_account_views.xml"],
|
|
"installable": True,
|
|
}
|