Initial fee for memberships

membership_initial_fee
REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/18.0/membership_initial_fee
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Charge an initial fee when a partner is invoiced for the first time with
a member product.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • initial_fee_create_check(self)
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :return:

New fields (4)
  • fixed_fee Float
    compute='_compute_fixed_fee' digits='Product Price' readonly=False store=True
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/17.0/membership_initial_fee
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Roger
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Charge an initial fee when a partner is invoiced for the first time with
a member product.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • initial_fee_create_check(self)
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :return:

New fields (4)
  • fixed_fee Float
    compute='_compute_fixed_fee' digits='Product Price' readonly=False store=True
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/16.0/membership_initial_fee
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Eduardo López Peñalver
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • initial_fee_create_check(self)
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :return:

New fields (4)
  • fixed_fee Float
    compute='_compute_fixed_fee' digits='Product Price' readonly=False store=True
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/14.0/membership_initial_fee
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • initial_fee_create_check(self)
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :return:

New fields (4)
  • fixed_fee Float
    compute='_compute_fixed_fee' digits='Product Price' readonly=False store=True
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/13.0/membership_initial_fee
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSAndrea, david, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • initial_fee_create_check(self)
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :return:

New fields (4)
  • fixed_fee Float
    compute='_compute_fixed_fee' digits='Product Price' readonly=False store=True
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/12.0/membership_initial_fee
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, david, OCA Transbot, oca-travis, OCA-git-bot, David
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - account
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • initial_fee_create_check(self, product=False)
    @api.multi
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :param product: :return:

New fields (4)
  • fixed_fee Float
    digits=dp.get_precision('Product Price')
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (1)
  • onchange_product_fee(self)
    @api.onchange('product_fee')
REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/11.0/membership_initial_fee
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, David, Jon Zaballa
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-association
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • initial_fee_create_check(self, product=False)
    @api.multi
    Inherit this method to implement a custom method to decide whether or not to create the initial fee :param product: :return:

New fields (4)
  • fixed_fee Float
    digits=dp.get_precision('Product Price')
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (1)
  • onchange_product_fee(self)
    @api.onchange('product_fee')
REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/10.0/membership_initial_fee
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, David
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - account
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • initial_fee_create_check(self, product, invoice_line)
    @api.model
    Inherit this method to implement a custom method to decide whether or not to create the initial fee

New fields (4)
  • fixed_fee Float
    digits=dp.get_precision('Product Price')
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (1)
  • onchange_product_fee(self)
    @api.onchange('product_fee')
REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/9.0/membership_initial_fee
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - account
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
membership_products_form_period Membership Products (regular - initial fee) product.template field Inherits membership.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals)
    @api.model

New fields (4)
  • fixed_fee Float
    digits_compute=dp.get_precision('Product Price')
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (1)
  • onchange_product_fee(self)
    @api.onchange('product_fee')
REPOSITORY
REPOSITORYOCA/vertical-association
GIT
GIThttps://github.com/OCA/vertical-association.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-association/tree/8.0/membership_initial_fee
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAssociation
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L., Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Antonio Espinosa, Rafael Blasco
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - membership
    - base
    - product
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - account
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
membership_products_form_initial_fee Membership Products (initial fee) product.template xpath Inherits membership.membership_products_form
membership_products_form_period Membership Products (regular - initial fee) product.template field Inherits membership.product_template_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • initial_fee_create_check(self, product, invoice_line)
    @api.model
    Inherit this method to implement a custom method to decide whether or not to create the initial fee

New fields (4)
  • fixed_fee Float
    digits_compute=dp.get_precision('Product Price')
  • initial_fee Selection
    default='none' required=True selection=[('none', 'No initial fee'), ('fixed', 'Fixed amount'), ('percentage', 'Percentage of the price')] string='Initial fee'
  • percentage_fee Float
    digits=(12, 2) string='Perc. fee (%)'
  • product_fee Many2one → product.product
    comodel_name='product.product' domain="[('membership', '=', False)]" string='Product for initial fee'
Public methods (1)
  • onchange_product_fee(self)
    @api.onchange('product_fee')