| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-promotion |
| GIT | |
| GIT | https://github.com/OCA/sale-promotion.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-promotion/tree/18.0/sale_loyalty_order_info |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Acsone |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Acsone |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-promotion |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_loyalty - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - loyalty |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module provides more info on the applied loyalty rewards on a sale order. It provides: \* The total reward amount, computed tax included; \* A list of the applied promo codes; \* All generated coupons from this sale order; \* All programs applied to the sale order. The main goal is to use these info for reporting, so they are not added in views, as it would trigger additional computations. |
No views found for this module.
generated_coupon_ids
One2many → loyalty.card
help='The coupons generated from this order.'
args: 'loyalty.card', 'order_id', 'Generated Coupons'
program_ids
Many2many → loyalty.program
compute='_compute_programs'
string='Applied programs'
args: 'loyalty.program'
promo_codes
Char
compute='_compute_promo_codes'
reward_amount_tax_incl
Float
compute='_compute_reward_total_tax_incl'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-promotion |
| GIT | |
| GIT | https://github.com/OCA/sale-promotion.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-promotion/tree/16.0/sale_loyalty_order_info |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Acsone |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Acsone |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, mle |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-promotion |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_loyalty - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - loyalty |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
generated_coupon_ids
One2many → loyalty.card
help='The coupons generated from this order.'
args: 'loyalty.card', 'order_id', 'Generated Coupons'
program_ids
Many2many → loyalty.program
compute='_compute_programs'
string='Applied programs'
args: 'loyalty.program'
promo_codes
Char
compute='_compute_promo_codes'
reward_amount_tax_incl
Float
compute='_compute_reward_total_tax_incl'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/sale-promotion |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] sale_loyalty_order_info: Migration to 17.0 (#244) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/sale-promotion |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] sale_loyalty_order_info: Migration to 19.0 (#327) |