Repository
OCA/vertical-association · module folder · Try on Runboat
Module version
1.0.0
Category
Association
Folder size
0.24 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:03:11
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Holger Brunn, Pedro M. Baeza, Weblate, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
membership_products_form product.template form Inherits membership.membership_products_form
view_partner_form res.partner form Inherits membership.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (5)
  • membership_autoextend Boolean
    default=False args: 'Autoextend membership'
  • membership_autoextend_info_template_id Many2one → email.template
    domain=[('model_id.model', '=', 'membership.membership_line')] help='This email is sent after a membership was extended' string='Autoextend info' args: 'email.template'
  • membership_autoextend_product_id Many2one → product.template
    domain=[('membership', '=', True)] help='If selected, use this product for extensions. Otherwise, the current membership product will be used.' string='Extension membership' args: 'product.template'
  • membership_autoextend_warning_days Integer
    help='The amount of days to send warning email before automatic extension' args: 'Warn before autoextend'
  • membership_autoextend_warning_template_id Many2one → email.template
    domain=[('model_id.model', '=', 'membership.membership_line')] help='This email is sent the selected amount of days before a membership was extended' string='Autoextend warning' args: 'email.template'
Public methods (0)

No public methods.

New fields (3)
  • membership_autoextend Boolean
    related=['membership_current', 'membership_id', 'membership_autoextend']
  • membership_autoextend_opt_out Boolean
    default=False args: 'Opt out of autoextension'
  • membership_current Many2one → membership.membership_line
    compute='_compute_membership_current' search='_search_membership_current' string='Current membership' args: 'membership.membership_line'
Public methods (1)
  • check_membership_expiry(self)
    @api.model