TIP: You can type at any time to perform a new search.
Membership Account Start End Dates
membership_account_invoice_start_end_dates · OCA/vertical-association
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_dateDatecompute='_compute_start_end_dates'readonly=Falsestore=True -
start_dateDatecompute='_compute_start_end_dates'readonly=Falsestore=True
-
write(self, vals)
New fields (3)
-
date_fromDatecompute='_compute_from_to_dates'readonly=Falsestore=True -
date_toDatecompute='_compute_from_to_dates'readonly=Falsestore=True -
move_stateSelectionrelated='account_invoice_line.parent_state'
No public methods.