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,13 @@
{
# Copyright 2025 - Today Criptomart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ # noqa: B018
"name": "Product Sale Price from Pricelist",
"version": "18.0.1.0.0",
"category": "product",
"summary": "Set sale price from pricelist based on last purchase price",
"description": """
Set sale price from pricelist based on last purchase price
""",
"author": "Criptomart",
"website": "https://criptomart.net",
"author": "Odoo Community Association (OCA), Criptomart",
"maintainers": ["Criptomart"],
"website": "https://git.criptomart.net/criptomart/addons-cm",
"license": "AGPL-3",
"depends": [
"product_get_price_helper",
@ -21,5 +21,4 @@
"views/actions.xml",
"views/product_view.xml",
],
"installable": True,
}