Repository
OCA/sale-promotion · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-promotion
Last tracking update
2026-08-07 09:06:36
Authors
Camptocamp, Odoo Community Association (OCA), Tecnativa
Maintainers
Camptocamp, Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, sergio, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to auto apply the programs without the need of the
user intervention.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings form Inherits sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (7)

New fields (1)
  • auto_refresh_coupon Boolean
    help='Autorefresh coupon lines in the backorder' string='Auto Refresh Coupons'
Public methods (0)

No public methods.

New fields (1)
  • auto_refresh_coupon Boolean
    readonly=False related='company_id.auto_refresh_coupon'
Public methods (0)

No public methods.

New fields (1)
  • auto_refresh_coupon_triggers_data Binary
    attachment=False compute='_compute_auto_refresh_coupon_triggers_data' store=False
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_apply(self)
    Avoid discarding the coupon before the end of the process

New fields (0)

No new fields.

Public methods (1)
  • action_apply(self)
    Avoid discarding the coupon before the end of the process

New fields (1)
  • auto_refresh_coupon Boolean
    related='company_id.auto_refresh_coupon'
Public methods (4)
  • action_apply_rewards(self)
  • action_open_reward_wizard(self)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (0)

No new fields.

Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • unlink(self)
  • write(self, vals)

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
574 days ago
Last activity
16 days ago
Repository
OCA/sale-promotion
Pull request
[17.0][MIG] sale_loyalty_auto_refresh: Migration to 17.0 (#245)