Hello Odoo Community:
I'd like to display sales revenues of the corresponding salesperson/employee in the payroll model. Would you please let me know how to create a custom field and how to relate that field to the sale.order model? (is it Many2One relationship?) Thank you so much!
I now create a custom field x_goal that has a Many2One relationship with model gamification.goal, and I got field current under the model gamification.goal for selected employee/user_id at defined time period; however, I need a float/monentary field type that can display the current value (gamification.goal); Please let me know how to achieve this? Do I need to create another field that is related to x_goal? Or can I compute x_goal, and autoselect and display only the current value? Thanks a lot!