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,40 +1,14 @@
# Copyright 2025 Criptomart
# Copyright 2025 - Today Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
{ # noqa: B018
"name": "Website Sale - Aplicoop",
"version": "18.0.1.0.2",
"version": "18.0.1.0.3",
"category": "Website/Sale",
"summary": "Modern replacement of legacy Aplicoop - Collaborative consumption group orders",
"description": """
Website Sale - Aplicoop
=======================
A modern Odoo 18 module that replaces the legacy Aplicoop application with
a complete, scalable solution for managing collaborative consumption group
orders (eskaera in Basque).
Features
--------
* Group Order Management: Create and manage group purchasing periods
* Separate Carts: Each user has an independent cart per group order
* Product Associations: Link products, suppliers, and categories to orders
* Web Interface: Responsive product catalog and checkout
* State Machine: Draft Open Closed/Cancelled workflow
* Sales Integration: Automatic conversion to Odoo sale.order
* Modern UI: AJAX-based cart without page reloads
* Security: Enterprise-ready with access control
Installation
-----------
Add to Odoo addons directory and install via Apps menu.
See README.rst for detailed documentation.
""",
"author": "Criptomart",
"author": "Odoo Community Association (OCA), Criptomart",
"maintainers": ["Criptomart"],
"website": "https://criptomart.net",
"website": "https://git.criptomart.net/criptomart/addons-cm",
"license": "AGPL-3",
"depends": [
"website_sale",
@ -77,7 +51,5 @@ See README.rst for detailed documentation.
"website_sale_aplicoop/static/tests/test_realtime_search.js",
],
},
"installable": True,
"auto_install": False,
"application": True,
}