i have this code in my data file:
<field name="amount_python_compute">result = hr_line_echeancier.montant</field>
but i recieve ERROR !! hr_line_echeancier is in a class in another module. I need to have the "montant" attribute of the class hr_line_echeancier. I don't know how should I call this class here in the file data... How should i do this please !!!
Thank you .
is there any link between
contractand this modules or payslip and this module?? ,,,it's linked with contract: class hr_contract(osv.osv):
hr_contract()
SOS @Sandeep !!
see below answer