update pylint10, corrije authors manifest

This commit is contained in:
snt 2026-02-12 17:15:33 +01:00
parent 0889cdfc3a
commit 4207afbc3f
9 changed files with 139 additions and 195 deletions

View file

@ -1,13 +1,11 @@
# Copyright 2025
# 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": "Criptomart",
"website": "https://github.com/OCA/account-invoicing",
"author": "Odoo Community Association (OCA), Criptomart",
"website": "https://git.criptomart.net/criptomart/addons-cm",
"depends": ["account_invoice_triple_discount", "purchase_triple_discount"],
"data": [],
"installable": True,
}

View file

@ -1,4 +1,5 @@
from odoo import fields, models
from odoo import fields
from odoo import models
class TripleDiscountMixin(models.AbstractModel):