From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/coupon/demo/coupon_demo.xml | 60 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 addons/coupon/demo/coupon_demo.xml (limited to 'addons/coupon/demo') diff --git a/addons/coupon/demo/coupon_demo.xml b/addons/coupon/demo/coupon_demo.xml new file mode 100644 index 00000000..a31fc68c --- /dev/null +++ b/addons/coupon/demo/coupon_demo.xml @@ -0,0 +1,60 @@ + + + + + 10.0% discount on total amount + service + + + + + 10PERCENTDISC + + + + + Code for 10% on orders + code_needed + 10pc + on_order + percentage + 10.0 + promotion_program + + 0 + + + + Free Product - Large Cabinet + service + + + + + FREELARGECABINET + + + + + Buy 3 large cabinets, get one for free + no_code_needed + on_order + product + promotion_program + + 3 + [["name","ilike","large cabinet"]] + + 0 + + + + 10% Discount + code_needed + on_order + percentage + 10.0 + coupon_program + + + -- cgit v1.2.3