mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 04:42:06 +02:00
22 lines
795 B
Python
22 lines
795 B
Python
# Copyright 2019 Tecnativa S.L. - David Vidal
|
|
# Copyright 2020-2021 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Account Global Discount",
|
|
"version": "16.0.2.0.0",
|
|
"category": "Accounting",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"license": "AGPL-3",
|
|
"depends": ["account", "base_global_discount"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/security.xml",
|
|
"views/account_invoice_views.xml",
|
|
"views/global_discount_views.xml",
|
|
"views/report_account_invoice.xml",
|
|
],
|
|
"application": False,
|
|
"installable": True,
|
|
"pre_init_hook": "_pre_init_global_discount_fields",
|
|
}
|