Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.46 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 09:06:24
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Víctor Martínez, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Allow an Account adviser to update accounting lock dates.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_update_lock_date_form_view account.update.lock_date.form (in account_lock_date_update) account.update.lock_date form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (6)
  • company_id Many2one → res.company
    comodel_name='res.company' required=True
  • fiscalyear_lock_date Date
    help='Impossible to edit/create journal entries prior to and inclusive of this date. Subject to exceptions.' string='Global Lock Date'
  • hard_lock_date Date
    help='Impossible to edit/create journal entries prior to and inclusive of this date. This lock date is irreversible and does not allow any exception.'
  • purchase_lock_date Date
    help='Impossible to edit/create purchase journal entries prior to and inclusive of this date. Subject to exceptions.'
  • sale_lock_date Date
    help='Impossible to edit/create sale journal entries prior to and inclusive of this date. Subject to exceptions.'
  • tax_lock_date Date
    help='Impossible to edit/create journal entries related to a tax prior and inclusive of this date. Subject to exceptions.' string='Tax Return Lock Date'
Public methods (2)
  • default_get(self, field_list)
    @api.model
  • execute(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…