Repository
OCA/vertical-association · module folder · Try on Runboat
Module version
1.0.0
Category
Membership
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/vertical-association
Last tracking update
2026-09-24 17:18:52
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Arnaud LAYEC, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
oca_all, oca_membership
Description
This module synchronizes the *Date from* and *Date to* fields of
membership lines with the *Start date* and *End date* of invoice lines.

This is especially useful, for examples, for accounting cut-offs.

Code Analysis ⓘ

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form membership.line.account.cutoff.form res.partner form Inherits membership_extension.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • end_date Date
    compute='_compute_start_end_dates' readonly=False store=True
  • start_date Date
    compute='_compute_start_end_dates' readonly=False store=True
Public methods (1)
  • write(self, vals)

New fields (3)
  • date_from Date
    compute='_compute_from_to_dates' readonly=False store=True
  • date_to Date
    compute='_compute_from_to_dates' readonly=False store=True
  • move_state Selection
    related='account_invoice_line.parent_state'
Public methods (0)

No public methods.