oca-technical/odoo-bringout-oca-brand-sale_brand/sale_brand/__manifest__.py
2025-08-29 15:43:03 +02:00

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"],
}