Hi Odoo developers.
I'm reading the reference provided to workflows from the odoo.com web page (https://www.odoo.com/documentation/8.0/reference/workflows.html), but I don't understand the following.
In the Transitions-Conditions section, it is said:
In the condition evaluation environment, several symbols are conveniently defined (in addition to the Odoo safe_eval environment):
- all the model column names, and
- all the browse record’s attributes.
But what is the safe_eval environment?. Any example is welcomed.
Thanks in advance.