Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Finance
Folder size
0.44 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 07:31:53
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
sergiocorato, Weblate, OCA Transbot, OCA-git-bot, oca-travis, houssine, robin.keunen
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
permanent_lock_date_wizard_view_form permanent.lock.date.wizard.form permanent.lock.date.wizard form New
res_config_settings_view_form res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (3)
  • button_cancel(self)
    @api.multi
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (2)
  • company_id Many2one → res.company
    comodel_name='res.company' string='Company'
  • lock_date Date
    string='Lock Date'
Public methods (1)
  • confirm_date(self)
    @api.multi

New fields (1)
  • permanent_lock_date Date
    help='Non-revertible closing of accounts prior to and inclusive of this date. Use it for fiscal year locking instead of Lock Date.' string='Permanent Lock Date'
Public methods (0)

No public methods.

New fields (1)
  • permanent_lock_date Date
    help='Non-revertible closing of accounts prior to and inclusive of this date. Use it for fiscal year locking instead of "Lock Date".' related='company_id.permanent_lock_date' string='Permanent Lock Date'
Public methods (1)
  • change_permanent_lock_date(self)
    @api.multi

Loading…

Loading…

Loading…