v 13.0 Third Party 981
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Community Apps Dependencies
Lines of code 522
Technical Name deltatech_product_do_merge
LicenseLGPL-3
Websitehttps://www.terrabit.ro
Versions 12.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Community Apps Dependencies
Lines of code 522
Technical Name deltatech_product_do_merge
LicenseLGPL-3
Websitehttps://www.terrabit.ro
Versions 12.0 13.0

Merge Products

Beta License: LGPL-3 dhongu/deltatech

Features:
  • We can merge duplicates products and set the new id in all documents of product merged.

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Vauxoo
  • Terrabit
  • Dorin Hongu

Maintainers

Current maintainer:

dhongu

This module is part of the dhongu/deltatech project on GitHub.

You are welcome to contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
by
gary.lantz@firefly.com
on 10/26/21, 11:08 AM

Absolutely a great product. 


I'm curious if there's a trivial way to call your wizard via XML/RPC? For example:

record = sock.execute_kw(db, uid, pwd, 'merge.object.wizard', 'action_merge', [(
            'active_model','=','product.template'
            'state','=','selection',
            'object_ids','=',(target_product_template_id,source_product_template_id),
            'dst_object_id','=',target_product_template_id,
            )])


There are no comments yet!