Accounting Sequence

account_sequence
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/account_sequence
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Andrea Grazioso (agr-odoo), Rémy Voet (ryv), william-andre
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Change the way `sequence.mixin` works to reduce concurrency errors

Code Analysis

Views touched (0)

No views found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/account_sequence
VERSION
VERSION 1.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Richard Mathot, Aaron Bohy
WEBSITE
WEBSITEhttps://www.odoo.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
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 maintains internal sequence number for accounting entries.
======================================================================

Allows you to configure the accounting sequences to be maintained.

You can customize the following attributes of the sequence:
-----------------------------------------------------------
    * Prefix
    * Suffix
    * Next Number
    * Increment Number
    * Number Padding
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_journal_form_inherit account.journal.form.inherit account.journal field Inherits account.view_account_journal_form
view_account_move_form_inherit account.move.form.inherit account.move field Inherits account.view_move_form
view_account_move_tree_inherit account.move.tree.inherit account.move field Inherits account.view_move_tree
view_account_sequence_installer account.sequence.installer.view account.sequence.installer data Inherits base.res_config_installer
view_move_line_form_inherit view.move.line.form.inherit account.move.line data Inherits account.view_move_line_form
view_move_line_search_inherit view.move.line.search.inherit account.move.line data Inherits account.view_account_move_line_filter
view_move_search_inherit view.move.search.inherit account.move data Inherits account.view_account_move_filter
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/account_sequence
VERSION
VERSION 1.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Twinkle Christian (OpenERP), Atul Patel (OpenERP), Odoo Translation Bot, Numerigraphe - Lionel Sausin, Antonin Bourguignon, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Hardik, pso (OpenERP), Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, Quentin (OpenERP), Mayur Maheshwari (OpenERP), Sanjay Gohel (Open ERP), help, Denis Ledoux dle@openerp.com, dle@openerp.com, Amit (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:10
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 maintains internal sequence number for accounting entries.
======================================================================

Allows you to configure the accounting sequences to be maintained.

You can customize the following attributes of the sequence:
-----------------------------------------------------------
    * Prefix
    * Suffix
    * Next Number
    * Increment Number
    * Number Padding
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_journal_form_inherit account.journal.form.inherit account.journal field Inherits account.view_account_journal_form
view_account_move_form_inherit account.move.form.inherit account.move field Inherits account.view_move_form
view_account_move_tree_inherit account.move.tree.inherit account.move field Inherits account.view_move_tree
view_account_sequence_installer account.sequence.installer.view account.sequence.installer data Inherits base.res_config_installer
view_move_line_form_inherit view.move.line.form.inherit account.move.line data Inherits account.view_move_line_form
view_move_line_search_inherit view.move.line.search.inherit account.move.line data Inherits account.view_account_move_line_filter
view_move_search_inherit view.move.search.inherit account.move data Inherits account.view_account_move_filter
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/account_sequence
VERSION
VERSION 1.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Stephane Wirtel, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), vro, niv-openerp, Christophe Simonis, Xavier Morel, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp, ARA (OpenERP), aag (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - 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 maintains internal sequence number for accounting entries.
======================================================================

Allows you to configure the accounting sequences to be maintained.

You can customize the following attributes of the sequence:
    * Prefix
    * Suffix
    * Next Number
    * Increment Number
    * Number Padding
    

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_journal_form_inherit account.journal.form.inherit account.journal field Inherits account.view_account_journal_form
view_account_move_form_inherit account.move.form.inherit account.move field Inherits account.view_move_form
view_account_move_tree_inherit account.move.tree.inherit account.move field Inherits account.view_move_tree
view_account_sequence_installer account.sequence.installer.view account.sequence.installer data Inherits base.res_config_installer
view_move_line_form_inherit view.move.line.form.inherit account.move.line data Inherits account.view_move_line_form
view_move_line_search_inherit view.move.line.search.inherit account.move.line data Inherits account.view_account_move_line_filter
view_move_search_inherit view.move.search.inherit account.move data Inherits account.view_account_move_filter
Models touched (0)

No models found for this module.