You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
669 B
22 lines
669 B
# Copyright (C) 2019 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Partner Brand",
|
|
"summary": "Manage your brands and use them on your documents",
|
|
"version": "12.0.1.0.0",
|
|
"category": "Sales Management",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"contacts",
|
|
],
|
|
"data": [
|
|
"views/res_partner_views.xml",
|
|
"views/report_template.xml",
|
|
],
|
|
"installable": True,
|
|
"development_status": "Beta",
|
|
"maintainers": ["osi-scampbell"],
|
|
}
|