This question has been flagged
1 Reply
4326 Views

Hi, is there any way to handle constants in OpenERP so that in future if we have to change value of those constants, that can be done easily?

Avatar
Discard
Best Answer

try using global, define global variable .... in your object

Avatar
Discard
Author

Thanks deep for responding back. I want to handle them in one file instead of using global keyword again and again. Want to create variables like DEFAULT_SERVER_DATE_FORMAT