Merge Products
by Vauxoo https://www.terrabit.ro , Terrabit https://www.terrabit.ro , Dorin Hongu https://www.terrabit.ro
Odoo
Required Apps |
Inventory (stock)
|
Included Dependencies | Show |
Lines of code | 522 |
Technical Name |
deltatech_product_do_merge |
License | LGPL-3 |
Website | https://www.terrabit.ro |
Also available in version | v 11.0 v 12.0 |
Required Apps |
Inventory (stock)
|
Included Dependencies | Show |
Lines of code | 522 |
Technical Name |
deltatech_product_do_merge |
License | LGPL-3 |
Website | https://www.terrabit.ro |
Also available in version | v 11.0 v 12.0 |
Merge Products
- 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:
This module is part of the dhongu/deltatech project on GitHub.
You are welcome to contribute.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedAbsolutely 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!