Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.25 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), Tecnativa
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Lock each accounting journal independently.

In addition to the lock dates provided by standard Odoo, this module
provides a 'Lock Date' and a 'Lock Date for Non-Advisers' per journal.

This module also adds a wizard that allows you to update the 'Lock Date'
and the 'Lock Date for Non-Advisers' for several Journals at the same
time.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
update_journal_lock_dates_wizard_view_form update.journal.lock.dates.wizard.form update.journal.lock.dates.wizard form New
view_account_journal_form account.journal.form (in account_journal_lock_date) account.journal form Inherits account.view_account_journal_form
view_account_journal_tree account.journal.tree (in account_journal_lock_date) account.journal tree Inherits account.view_account_journal_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • fiscalyear_lock_date Date
    help='No users, including Advisers, can edit accounts prior to and inclusive of this date for this journal. Use it for fiscal year locking for this journal, for example.' string='Lock Date'
  • period_lock_date Date
    help="Only users with the 'Adviser' role can edit accounts prior to and inclusive of this date for this journal. Use it for period locking inside an open fiscal year for this journal, for example." string='Lock Date for Non-Advisers'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • fiscalyear_lock_date Date
    string='Lock Date'
  • period_lock_date Date
    string='Lock Date for Non-Advisers'
Public methods (1)
  • action_update_lock_dates(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…