| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/16.0/pos_loyalty_redeem_payment |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Point Of Sale & Sales |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), FactorLibre |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), FactorLibre |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci, Daniel Duque, Juan Carlos B |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - pos_loyalty - loyalty - product - base - base_setup - web - bus - web_tour - uom - point_of_sale - stock_account - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
loyalty_program_view_form_inherit |
loyalty.program.view.form.inherit | loyalty.program | xpath | Inherits loyalty.loyalty_program_view_form |
pos_payment_method_view_form_inherit |
pos.payment.method.form | pos.payment.method | field | Inherits point_of_sale.pos_payment_method_view_form |
pos_payment_method_ids
One2many → pos.payment.method
help='Payment methods that can be used to redeem coupons of this program.'
args: 'pos.payment.method', 'program_id', 'POS Payment Methods'
redeem_method
Selection
default='discount'
help='Payment Method: The Voucher/Gift Card is used as a payment method in PoS orders.\nDiscount: The Voucher/Gift Card is used as a discount.'
required=True
args: [('discount', 'Discount'), ('payment_method', 'Payment Method')], 'Redemption Method'
write(self, vals)
No new fields.
Public methods (1)use_coupon_code(self, code, *args)
No new fields.
Public methods (3)apply_redeem_amount(self, coupons_data)
get_loy_card_reports_from_order(self, order_ids)
retrieve_coupon_data(self, order)
coupon_id
Many2one → loyalty.card
help='The coupon used as payment method.'
ondelete='restrict'
args: 'loyalty.card', 'Coupon'
No public methods.
program_id
Many2one → loyalty.program
used_for_loyalty_program
Boolean
help='In PoS interface, this method allows to redeem a gift card.'
string='Used for loyalty program'
No public methods.
No new fields.
Public methods (0)No public methods.