openerp-canada team mailing list archive
-
openerp-canada team
-
Mailing list archive
-
Message #00141
Re: Some observations about hr_payroll_account
Another problem which alters analytic analysis results:
when confirming a slip, the account entry defined takes the right period
regarding to the payslip dates, but *the date is set with the current date*
....
Then your analytic balance doesn't take the right amounts if you don't
create payslip the week of the job but after.
in hr_payroll_account,* "time = timenow".* It could be *"slip.date_to"*
instead.
Guillaume
On 5 January 2015 at 21:16, guillaumeuh <yomeuh@xxxxxxxxx> wrote:
> Hi,
> by putting in service the module for our company, I found some
> troubleshooting. I'd like to have your comments about:
> - when a payslip is done, the account entries generated take the *analytic
> account defined in salary rules, not in the contract*. In my case, I was
> expecting the second one.
> - when a payslip is done, the system insert a partner_id related to each
> account entry by using the default partner (the employee) or the partner
> associated to a contribution register (defined in the salary rule) ; *but if
> hr_contrib contains a partner field, the form to create a register doesn't
> have the field!*
>
> Guillaume
>
References