Account Renumber Wizard

account_renumber
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/12.0/account_renumber
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERScubells, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-financial-tools
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
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.
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/11.0/account_renumber
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OCA Git Bot
WEBSITE
WEBSITEhttp://www.pexego.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
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.
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/10.0/account_renumber
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, David Vidal
WEBSITE
WEBSITEhttp://www.pexego.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
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.
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/9.0/account_renumber
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSPedro M. Baeza, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.pexego.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
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.
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/8.0/account_renumber
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Leonardo Pistone, Pedro M. Baeza, Nicolas Bessi, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Jordi Llinares
WEBSITE
WEBSITEhttp://www.pexego.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a wizard to renumber account moves by date only for admin.
===========================================================================

The wizard, which is accesible from the "End of Period" menuitem,
lets you select journals, periods, and a starting number. When
launched, it renumbers all posted moves that match selected criteria
(after ordering them by date).

It will recreate the sequence number for each account move
using its journal sequence, which means that:

- Sequences per journal are supported.
- Sequences with prefixes and suffixes based on the move
  date are also supported.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • get_sequence_id_for_fiscalyear_id(self, cr, uid, sequence_id, fiscalyear_id, context=None)
    Based on ir_sequence.get_id from the account module. Allows us to get the real sequence for the given fiscal year.
  • renumber(self, cr, uid, ids, context=None)
    Action that renumbers all the posted moves on the given journal and periods, and returns their ids.
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/7.0/account_renumber
VERSION
VERSION 1.0
CATEGORY
CATEGORYEnterprise Specific Modules
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, Nicolas Bessi, Launchpad Translations on behalf of account-core-editors, OCA Transbot, Joaquin Gutierrez, Rudolf Schnapka
WEBSITE
WEBSITEhttp://www.pexego.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a wizard to renumber account moves by date only for admin.
===========================================================================

The wizard, that will be added to the "End of Year Treatments",
let's you select one or more journals and fiscal periods,
set a starting number; and then renumber all the posted moves
from those journals and periods sorted by date.

It will recreate the sequence number of each account move
using their journal sequence so:
    - Sequences per journal are supported.
    - Sequences with prefixes and sufixes based on the move
      date are also supported.
            

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_renumber_form account_renumber.form wizard.renumber form New
Models touched (1)

New fields (0)

No new fields.

Public methods (2)
  • get_sequence_id_for_fiscalyear_id(self, cr, uid, sequence_id, fiscalyear_id, context=None)
    Based on ir_sequence.get_id from the account module. Allows us to get the real sequence for the given fiscal year.
  • renumber(self, cr, uid, ids, context=None)
    Action that renumbers all the posted moves on the given journal and periods, and returns their ids.
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/6.1/account_renumber
VERSION
VERSION 6.1
CATEGORY
CATEGORYEnterprise Specific Modules
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pexego
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pexego
COMMITTERS
COMMITTERSOlivier Dony, Alexandre Fayolle, Cubic ERP, Raphaël Valyi, Maxime Chambreuil, Mantavya Gajjar, Omar (pexego), Omar (Pexego), unknown, ksa (Open ERP), Borja L.S.
WEBSITE
WEBSITEhttp://www.pexego.es
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - account
    - base_setup
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a wizard to renumber account moves by date only for admin users.

The wizard, that will be added to the "End of Year Treatments",
let's you select one or more journals and fiscal periods,
set a starting number; and then renumber all the posted moves
from those journals and periods sorted by date.

It will recreate the sequence number of each account move using their journal sequence so:
    - Sequences per journal are supported.
    - Sequences with prefixes and sufixes based on the move date are also supported.
            

Code Analysis

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

No models found for this module.