What are the `Optional Parameters` for a float field? Where I can find such documentation?
I checked this url: https://www.odoo.com/documentation/8.0/reference/orm.html but found no explanation.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
What are the `Optional Parameters` for a float field? Where I can find such documentation?
I checked this url: https://www.odoo.com/documentation/8.0/reference/orm.html but found no explanation.
regarding all types of filds in odoo ex: fields.float, fields.integer, fields.function, fields.text ..etc you can find all that in the link below
https://www.odoo.com/files/memento/OpenERP_Technical_Memento_latest.pdf
in this link on second page they have given examples as well
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
May 24
|
1132 | ||
|
1
Oct 21
|
2221 | ||
|
3
Jan 18
|
3226 | ||
|
1
Dec 15
|
1165 | ||
|
2
Mar 15
|
11269 |
what do you want to know exactly ? You have by default : digits and group_operator which are the operator for aggregating values... What are you looking for ?