This question has been flagged
1 Reply
5047 Views

I added a boolean field in the sale configuration settings. The field label and value is available in the Settings Form view.

When the boolean field is checked and updated. The value is stored in DB(seen using PgAdmin). When settings is opened, the field checked is not "CHECKED" or selected.

Is there a reason why my field does not show the value update in Configuration?

Avatar
Discard
Best Answer

Please refer to this guide:

How can I save/load my own configuration/settings

Avatar
Discard

So .. does this mean we have to create get_ and set_ methods with database calls for every single boolean field? Can't OpenERP handle the primitive types?