mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:11:59 +02:00
24 lines
772 B
Python
24 lines
772 B
Python
# Copyright (C) 2019 Open Source Integrators
|
|
# Copyright 2019 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Brand",
|
|
"summary": "Send branded invoices and refunds",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Accounting Management",
|
|
"website": "https://github.com/OCA/brand",
|
|
"author": "Open Source Integrators,"
|
|
"ACSONE SA/NV,"
|
|
"Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["account", "brand"],
|
|
"data": [
|
|
"views/account_move_views.xml",
|
|
"views/res_partner_account_brand.xml",
|
|
"security/res_partner_account_brand.xml",
|
|
],
|
|
"installable": True,
|
|
"development_status": "Beta",
|
|
"maintainers": ["osi-scampbell", "sbejaoui"],
|
|
}
|