11 lines
523 B
Python
11 lines
523 B
Python
# Copyright 2025 - Today Criptomart
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{ # noqa: B018
|
|
"name": "Account Invoice Triple Discount Readonly",
|
|
"version": "18.0.1.0.0",
|
|
"summary": "Make total discount readonly and fix discount2/discount3 write issue",
|
|
"license": "AGPL-3",
|
|
"author": "Odoo Community Association (OCA), Criptomart",
|
|
"website": "https://git.criptomart.net/criptomart/addons-cm",
|
|
"depends": ["account_invoice_triple_discount", "purchase_triple_discount"],
|
|
}
|