Hi
I am using odoo 12 enterprise. I added a field to the contract using studio (field name: x_studio_xxxx)
Then I created a salary rule , python code
result=contract.x_studio_xxxx * 0.1
But that code won't run (error)
I think I am using a wrong way to access the new field, any Ideas, please?