Hello,
in Odoo 15, there is a module called pos_coupon which generates a reward line for each promotion program related to the order, is it possible to generate it for each promotion program and for each order, I mean like if product 1 with price p1 and product 2 with price 2, have according to a promotion_program x a discount of 15%, I want to instead of generate a reward line called discount15% with value (p1+p2)*15/100 , I WANT to generate two lines : line 1 with value p1*15/100 and line 2 with value p2*15/100.
I would appreciate if you can help me with this, either how to develop it or if there is a module in the app odoo for this fonctionnality.
Thank you