Skip to content

Latest commit

 

History

History
 
 

sale_coupon_domain_free_product

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Coupons Rewards from domain

Beta License: AGPL-3 OCA/sale-promotion Translate me on Weblate Try me on Runboat

This module allows to define the same reward products as the products domain. Only those products in the sale order will be rewarded.

Table of contents

To configure free product rewards from domains:

  1. Go to Sales > Catalog > Coupon Programs and select or create a new one.
  2. Choose the criteria of appliance you want to use and the minimum quantities, that will be used to calculate the times the rewards can be applied.
  3. On the Reward Type field choose Free Product Domain.
  4. Set the proper domain and rules.
  5. If you want to apply the limits for every product in the promotion limit, set the Strict per product limit checkbox.

An example with the domain [("id", "in", [1, 2])], strict limits and minimum quantity of 2 units:

Qty Products
4 product.product(1,)
2 product.product(2,)
6 product.product(3,)

For product.product(1,) we'll get 2 units as reward. For product.product(2,) we'll get just 1. We'll get nothing from product.product(3,)

Once configured, apply the programs as usual to get the expected rewards.

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 to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Tecnativa

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

chienandalu

This module is part of the OCA/sale-promotion project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.