| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/19.0/sequence_python |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, bosd |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to generate a sequence by a Python formula expression. Besides common Python functions and operators, it provides several functions like 'random' and 'uuid' in the expression, as well as variables such as the next number in the sequence. These are also listed next to the input field on the sequence form view. If you want to add more variables for use in the expression, you can extend this module. Use cases for this module could be: - You want to generate alphanumeric numbering - You want to apply some math to the number to prevent customers from knowing their place in the sequence - You want to use UUID |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/18.0/sequence_python |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to generate a sequence by a Python formula expression. Besides common Python functions and operators, it provides several functions like 'random' and 'uuid' in the expression, as well as variables such as the next number in the sequence. These are also listed next to the input field on the sequence form view. If you want to add more variables for use in the expression, you can extend this module. Use cases for this module could be: - You want to generate alphanumeric numbering - You want to apply some math to the number to prevent customers from knowing their place in the sequence - You want to use UUID |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/17.0/sequence_python |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Tom, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to generate a sequence by a Python formula expression. Besides common Python functions and operators, it provides several functions like 'random' and 'uuid' in the expression, as well as variables such as the next number in the sequence. These are also listed next to the input field on the sequence form view. If you want to add more variables for use in the expression, you can extend this module. Use cases for this module could be: - You want to generate alphanumeric numbering - You want to apply some math to the number to prevent customers from knowing their place in the sequence - You want to use UUID |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/16.0/sequence_python |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, ntsirintanis |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/15.0/sequence_python |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/14.0/sequence_python |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | Francesco Apruzzese, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/13.0/sequence_python |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, oca-travis, OCA-git-bot, Tom Blauwendraat |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sequence_view |
ir.sequence | xpath | Inherits base.sequence_view |
No HTTP endpoints found for this module.
python_code
Text
default=DEFAULT_PYTHON_CODE
help='Write Python code that generates the sequence body.'
string='Python expression'
python_code_preview
Char
compute='_compute_python_code_preview'
args: 'Preview'
use_python_code
Boolean
default=False
string='Use Python'
get_next_char(self, number_next)