Use sequences for default values of fields when creating a new record
Project description
This module extends the defaults functionality to allow filling Character type fields on creation with a predefined sequence.
Table of contents
Configuration
To configure this module, you need to:
Enable developer mode.
Go to the form view of the model to which you want to add the new sequential default value.
Hover over the field to which you want to add the sequential default value. A tooltip with more info will appear.
Make sure the tooltip says Type: char. Only those fields will work.
Take note of the Object and Field.
Go to Settings > Technical > Sequences & Identifiers > Sequences.
Create one sequence with code named after this pattern: base_sequence_default.{object}.fields.{field}. E.g.: base_sequence_default.res.partner.fields.name to add a default sequenced name for new partners.
Configure the sequence at will.
Usage
To use this module, it is necessary to:
Follow the configuration instructions.
Create a record of the model you configured.
Leave empty the fields where you configured a sequence. If they are required fields, set value to “-” to trigger the automatic sequence on creation.
Check that the field defined in the sequence is set to the next value in the sequence.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainers:
This module is part of the OCA/server-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for odoo14_addon_base_sequence_default-14.0.1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 304d41bc39efb63433e918afcf3259a279eacda849608dd02055cb2e37276944 |
|
MD5 | 49c56c4f1a2080b152c213698ad34bdf |
|
BLAKE2b-256 | 12007cb6eb121f95b398c37495f64d9c30d119481dfd6dad894d5e15c409bde9 |