Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 10 |
Technical Name |
base_field_big_int |
License | LGPL-3 |
Website | https://crnd.pro |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 |
Base Field BigInt Module
Base Field Big Int is technical addon developed by the Center of Research & Development company.
This addon can be used to store big numbers (greater than *2 147 483 647*) in database as number.
At this time this addon is in alpha stage, thus use it on your own risk.
See this issue for more details on possible errors.
Usage
- Add base_field_big_int as dependency to your addon
- Import field class
from odoo.addons.base_field_big_int.field import BigInt
- Declare field
my_field = BigInt('My Big Integer field')
Also it is possible to use this field as: my_field = odoo.fields.BigInt()
Known Bugs
- BigInt fields are not supported in xmlrpc
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
Launch your own ITSM system in 60 seconds:
Create your own Bureaucrat ITSM database
Maintainer

Our web site: https://crnd.pro
This module is maintained by the Center of Research & Development company.
We can provide you further Odoo Support, Odoo implementation, Odoo customization, Odoo 3rd Party development and integration software, consulting services. Our main goal is to provide the best quality product for you.
For any questions contact us.
Please log in to comment on this module