Repository
OCA/contract · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/contract
Last tracking update
2026-08-07 09:06:34
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, bosd
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows users to update the last date invoiced (e.g.:
deletion of invoices).

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
contract_contract_form_view_inherit contract.contract.form.inherit contract.contract form Inherits contract.contract_contract_form_view
contract_line_form_view contract.line.form (in contract_update_last_date_invoiced) contract.line form Inherits contract.contract_line_form_view
contract_update_last_date_invoiced_wizard_form_view contract.update.last.date.invoiced.form (in contract_update_last_date_invoiced) contract.update.last.date.invoiced form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • action_update_last_date_invoiced(self)

New fields (3)
  • contract_line_id Many2one → contract.line
    comodel_name='contract.line' ondelete='cascade' required=True string='Contract Line'
  • last_date_invoiced Date
  • recurring_next_date Date
    string='Date of Next Invoice'
Public methods (1)
  • update_last_date_invoiced(self)

Loading…

Loading…

Loading…

Loading…