Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Coupons & Loyalty

Entity: loyalty.program

Description: Loyalty Program

Field Description Type Relationship Compute Method
active Boolean -
applies_on Selection - _compute_from_program_type
available_on Available On Boolean -
communication_plan_ids One-to-Many loyalty.mail _compute_from_program_type
company_id Company Many-to-One res.company
coupon_count Integer - _compute_coupon_count
coupon_count_display Items Char - _compute_coupon_count_display
coupon_ids One-to-Many loyalty.card
currency_id Currency Many-to-One res.currency _compute_currency_id
currency_symbol Char currency_id.symbol
date_from Start Date Date -
date_to End date Date -
is_nominative Boolean - _compute_is_nominative
is_payment_program Boolean - _compute_is_payment_program
limit_usage Limit Usage Boolean -
mail_template_id Email template Many-to-One mail.template _compute_mail_template_id
max_usage Integer -
name Program Name Char -
payment_program_discount_product_id Discount Product Many-to-One product.product _compute_payment_program_discount_product_id
portal_point_name Char - _compute_portal_point_name
portal_visible Boolean -
pricelist_ids Pricelist Many-to-Many product.pricelist
program_type Selection -
reward_ids Rewards One-to-Many loyalty.reward _compute_from_program_type
rule_ids Conditional rules One-to-Many loyalty.rule _compute_from_program_type
sequence Integer -
total_order_count Total Order Count Integer - _compute_total_order_count
trigger Selection - _compute_from_program_type
trigger_product_ids Many-to-Many rule_ids.product_ids