Repository
OCA/vertical-association · module folder · Try on Runboat
Module version
1.0.0
Category
Membership
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/vertical-association
Last tracking update
2026-08-07 09:06:34
Authors
Odoo Community Association (OCA), Onestein, Tecnativa
Maintainers
Odoo Community Association (OCA), Onestein, Tecnativa
Committers
Víctor Martínez, OCA-git-bot, oca-ci
Odoo dependencies
OCA/vertical-association:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
contract_membership_delegated_partner
Description
This module allows to delegate a membership line to a partner
independently of the invoicing partner.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
invoice_form_view account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • delegated_member_id Many2one → res.partner
    comodel_name='res.partner'
Public methods (0)

No public methods.

New fields (1)
  • partner_id Many2one
    compute='_compute_partner_id' readonly=False store=True
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
    Delegate the member line to the designated partner
  • write(self, vals)
    If a partner is delegated, avoid reassign

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…