This question has been flagged

Hello all,

Each time I make a payslip, it creates a line in account.move model.

Each time, we have to change the value of the field « partner_id » manually after the payslip is confirmed.

Each time, the field « partner_id » is empty.

How could we fill this field automatically at the payslip confirmation?

Thanks for your idea.


UPDATE #1 :

Look here.

I have just created a new payslip 2015-PAY00012 and I have confirmed it. 

You see, the field « partner » stays empty. I have to change it manually after the payslip confirmation... 

How to put the good partner automatically?





Avatar
Discard
Author Best Answer

Hello all,

In Odoo 8, we replace the file hr_payroll_account.py by this one :

https://github.com/vauxoo-dev/odoo/blob/8.0-hr-payroll-account-get-partner-dev-moylop260/addons/hr_payroll_account/hr_payroll_account.py


Now, see related journal items of a confirmed payslip; The field Partner is filled at the right place.



Thanks all


Avatar
Discard