mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-21 04:22:06 +02:00
18 lines
709 B
Python
18 lines
709 B
Python
# Copyright 2015 Akretion (http://www.akretion.com/) - Alexis de Lattre
|
|
# Copyright 2016 Antiun Ingeniería S.L. - Javier Iniesta
|
|
# Copyright 2017 Tecnativa - Luis Martínez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Product Analytic",
|
|
"version": "16.0.1.1.1",
|
|
"category": "Accounting & Finance",
|
|
"license": "AGPL-3",
|
|
"summary": "Add analytic account on products and product categories",
|
|
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"depends": ["account"],
|
|
"data": ["views/product_view.xml"],
|
|
"demo": ["demo/product_demo.xml"],
|
|
"installable": True,
|
|
}
|