Skip to Content
Menu
This question has been flagged
1 Reply
1739 Views

Hi,

I'm deploying odoo 11 in a small company.

in a long sale order, maybe one vendor add a new line with a product to add it to a existing order. I mean:

sale order

customer: myCustomer

order lines:

product1 10 ud

product2 24 ud

product1 3 ud

So, it's possible make that odoo group product1 lines (product1 13 ud)?

Ty for your help!

Avatar
Discard
Best Answer

Hi,

We have a module in v8 and v9 for the same. You can check it from: https://apps.odoo.com/apps/modules/9.0/merge_same_products/


You can refer the coding done for the module or you can port the above to required odoo version.


Thanks

Avatar
Discard
Author

Hi.

Thanks for your comment. I see you have too "Merge Products in POS". I try to make an update to version 11.

Thanks for your help!

There is no need to upgrade that module to v11 as that feature is there by default in Odoo v11. You can have a look at this video: https://www.youtube.com/watch?v=dwoUWBTbw38

Author

Hi Cybrosys,

Ty for your help. I'm running a community version from Odoo v11 and that don't work for me. I changed that and POS still makes one line to one product even if product is the same. Another idea?