mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:11:59 +02:00
21 lines
696 B
Python
21 lines
696 B
Python
# Copyright 2019 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Analytic Brand",
|
|
"summary": """
|
|
This addon associate an analytic account to a brand that will be used
|
|
as a default value where the brand is used if the analytic accounting
|
|
is activated""",
|
|
"version": "18.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/brand",
|
|
"depends": ["analytic", "brand"],
|
|
"data": ["views/res_brand.xml"],
|
|
"demo": [],
|
|
"maintainers": ["sbejaoui"],
|
|
"external_dependencies": {
|
|
"python": ["openupgradelib"],
|
|
},
|
|
}
|