[ADD] product_main_seller: Restore OCA addon from original version

- Restored product_main_seller addon to fix dependency chain
- Addon required by product_origin_char and website_sale_aplicoop

[IMP] website_sale_aplicoop: Add demo data configuration to manifest

- Updated __manifest__.py to include demo data files
- Demo data includes partners, suppliers, products, group orders, and sale orders
- Demo data successfully loads during module installation
This commit is contained in:
snt 2026-02-27 14:07:41 +01:00
parent a483925005
commit 6f593c6240
22 changed files with 997 additions and 1 deletions

View file

@ -0,0 +1 @@
- Quentin Dupont (<quentin.dupont@grap.coop>)

View file

@ -0,0 +1,5 @@
This module extends the Odoo Product module to compute and display the
main Vendor of each products. The main vendor is the first vendor in the
vendors list.
![](../static/description/product_tree_view.png)