Hello, I use amazon conector to synk my orders from amazon to odoo, and the main key between odoo and amazon is "Internal Reference"
some times we use same one "Internal Reference" for many amazon items so we use firest item with main Internal Reference and seconr one with -1,-2,-3 so on like:
10010511
10010511-1
10010511-2
10010511-3
my question is there any way to remove "-1 or -2" from sku while pull sales order from amazon ?
I am thinking if i can create automation rule to find all skus with -1 (done already),
remaining, python code to replace sales order items from 10010511-1 to 10010511 after creation