TIP: You can type at any time to perform a new search.
Account Renumber Wizard
account_renumber · OCA/account-financial-tools
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_fromDatedefault=<expr>help='Start renumbering in this date, inclusive.'required=Truestring='Starting date' -
date_toDatedefault=<expr>help='Finish renumbering in this date, inclusive.'required=Truestring='Finish date' -
journal_idsMany2many → account.journalcolumn1='wizard_id'column2='journal_id'comodel_name='account.journal'help='Journals to renumber'relation='account_journal_wzd_renumber_rel'required=Truestring='Journals' -
number_nextIntegerdefault=1help='Journal sequences will start counting on this number'required=Truestring='First Number'
-
renumber(self)@api.multiRenumber 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…