TIP: You can type at any time to perform a new search.
Base Products Merge
base_product_merge · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales/Sales
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:22:57
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, FernandoRomera, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- openupgradelib
- System dependencies
- None
- Required by
- None
- Description
We can merge duplicates products into single product
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_base_product_merge_form |
base.product.merge.form | base.product.merge | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
dst_product_idMany2one → product.productstring='Destination product' args: 'product.product' -
dst_product_tmpl_idMany2one → product.templatestring='Destination product' args: 'product.template' -
merge_methodSelectiondefault='sql' args: [('sql', 'SQL'), ('orm', 'ORM')] -
product_idsMany2many → product.productstring='Products to merge' args: 'product.product', 'product_rel', 'product_merge_id', 'product_id' -
product_tmpl_idsMany2many → product.templatestring='Products to merge' args: 'product.template', 'product_tmpl_rel', 'product_tmpl_merge_id', 'product_tmpl_id' -
ptypeSelectionargs: [('product.product', 'Product'), ('product.template', 'Template')]
-
action_merge(self) -
default_get(self, fields)@api.model -
merge_products(self, model, products_to_merge, dst_product)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…