mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:11:59 +02:00
22 lines
573 B
Python
22 lines
573 B
Python
{
|
|
"name": "Partner Brand",
|
|
"summary": "Define registered mark in partners according to brand settings",
|
|
"version": "18.0.1.0.0",
|
|
"author": "Odoo Community Association (OCA), Akretion",
|
|
"development_status": "Alpha",
|
|
"category": "Product",
|
|
"maintainers": ["bealdav"],
|
|
"website": "https://github.com/OCA/brand",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"brand",
|
|
"contacts",
|
|
],
|
|
"data": [
|
|
"views/partner.xml",
|
|
],
|
|
"demo": [
|
|
"data/res_brand_demo.xml",
|
|
"data/res_partner_demo.xml",
|
|
],
|
|
}
|