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
odoo/odoo:
- web
- bus
- uom
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description
We can merge duplicates products into single product

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_id Many2one → product.product
    string='Destination product' args: 'product.product'
  • dst_product_tmpl_id Many2one → product.template
    string='Destination product' args: 'product.template'
  • merge_method Selection
    default='sql' args: [('sql', 'SQL'), ('orm', 'ORM')]
  • product_ids Many2many → product.product
    string='Products to merge' args: 'product.product', 'product_rel', 'product_merge_id', 'product_id'
  • product_tmpl_ids Many2many → product.template
    string='Products to merge' args: 'product.template', 'product_tmpl_rel', 'product_tmpl_merge_id', 'product_tmpl_id'
  • ptype Selection
    args: [('product.product', 'Product'), ('product.template', 'Template')]
Public methods (3)
  • action_merge(self)
  • default_get(self, fields)
    @api.model
  • merge_products(self, model, products_to_merge, dst_product)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…