Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 96 |
Technical Name |
alnas_roman_sequence |
License | AGPL-3 |
Website | https://www.github.com/alienyst |
Versions | 17.0 18.0 19.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 96 |
Technical Name |
alnas_roman_sequence |
License | AGPL-3 |
Website | https://www.github.com/alienyst |
Versions | 17.0 18.0 19.0 |
Roman Number Sequence
Extend Sequence to add roman number sequence.
Installation
To install this module:
- Download the module and place it in Odoo Custom Addons folder.
- Restart Odoo Server
- Go to Odoo UI and Enable Debug Mode then open the Apps menu.
- Refresh the list by clicking Update Apps List. Finally, you will see
'Roman Number Sequence'
module and click the Install button.
How To Use
- Go to Settings => Technical => Sequence & Identifiers => Sequences
- Choose a sequence data, example: sale.order
- You will see Prefix, Suffix and Sequence Size tag inputs
- If you want to use Roman number as a sequence number, please set 'sequence size' equal to '1' and enable is roman.
- If you want to use roman number in prefix/suffix, you can add prefix 'roman' in the legend. example, Day:
%(day)s
=> Day in Roman:%(roman_day)s
, etc
Prefix/Suffix With Roman Number

Sequence Number With Roman Number

Notes
We welcome any feedback and suggestions, especially for improving this module. Thank you!
Please log in to comment on this module