Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.39 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
Odoo Community Association (OCA), Pexego, Tecnativa
Maintainers
Odoo Community Association (OCA), Pexego, Tecnativa
Committers
Weblate, cubells, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • date_from Date
    default=<expr> help='Start renumbering in this date, inclusive.' required=True string='Starting date'
  • date_to Date
    default=<expr> help='Finish renumbering in this date, inclusive.' required=True string='Finish date'
  • journal_ids Many2many → account.journal
    column1='wizard_id' column2='journal_id' comodel_name='account.journal' help='Journals to renumber' relation='account_journal_wzd_renumber_rel' required=True string='Journals'
  • number_next Integer
    default=1 help='Journal sequences will start counting on this number' required=True string='First Number'
Public methods (1)
  • renumber(self)
    @api.multi
    Renumber all the posted moves on the given journal and periods. :return dict: Window action to open the renumbered moves, to review them.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…