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,39 +1,22 @@
# Copyright 2026 Your Company
# Copyright 2026 Criptomart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Product Price Category - Supplier Extension',
'version': '18.0.1.0.0',
'category': 'Product',
'summary': 'Add default price category to suppliers and bulk update products',
'description': '''
Extends res.partner (suppliers) with a default price category field.
Allows bulk updating all products from a supplier with the default category
via a wizard with confirmation dialog.
Features:
- Add default price category to supplier partner
- Wizard to bulk update all supplier's products
- Column visibility toggle in partner tree view
- Access restricted to sales managers
''',
'author': 'Your Company',
'license': 'AGPL-3',
'depends': [
'product_price_category',
'sales_team',
'product_main_seller'
{ # noqa: B018
"name": "Product Price Category - Supplier Extension",
"version": "18.0.1.0.0",
"category": "Product",
"summary": "Add default price category to suppliers and bulk update products",
"author": "Odoo Community Association (OCA), Criptomart",
"license": "AGPL-3",
"depends": ["product_price_category", "sales_team", "product_main_seller"],
"data": [
"security/ir.model.access.csv",
"views/res_partner_views.xml",
"views/wizard_update_product_category.xml",
],
'data': [
'security/ir.model.access.csv',
'views/res_partner_views.xml',
'views/wizard_update_product_category.xml',
"i18n": [
"i18n/product_price_category_supplier.pot",
"i18n/es.po",
"i18n/eu.po",
],
'i18n': [
'i18n/product_price_category_supplier.pot',
'i18n/es.po',
'i18n/eu.po',
],
'installable': True,
'auto_install': False,
}