Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

how to manage variable-based salaries?

Avatar
odoo
Avatar
Discard
2 Answers
0
Avatar
odoo
Best Answer

Hi,

One of the options to achieve this:

  1. You can have a new model with fields, employee_id, date (will represent month) and bakes made during that date
  2. You can add this new model as a one2many to your employee record, and each month you add lines per month how many cakes made
  3. In your Salary rule, you need to add/modify based on your needs, it will calculate how many cakes are made for that employee by checking your inputs from one2many field in Employee record.

More or less, you can achive with this try

Avatar
Discard
0
Avatar
odoo
Best Answer

Thanks, 

So, I guess odoo doesn't have a ready solution for this type of salary calculation, right?

Avatar
Discard