mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:11:59 +02:00
17 lines
611 B
Python
17 lines
611 B
Python
# Copyright (C) 2019 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sale Brand",
|
|
"summary": "Send branded sales orders",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Sales",
|
|
"website": "https://github.com/OCA/brand",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["sale", "brand", "account_brand"],
|
|
"data": ["views/sale_views.xml", "views/crm_team_views.xml"],
|
|
"installable": True,
|
|
"development_status": "Beta",
|
|
"maintainers": ["osi-scampbell", "sbejaoui"],
|
|
}
|