[Trunk/7.0/6.0/5.0] Log in/log out by project --> wrong anlytic account domain

Bug #1309085 reported by Juan José Scarafía (ADHOC)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

When using "human resource/attendances/sign in sign out by project", the domian for account_id is wrong, you can not select accoutns of type "contract or project"

The issue can be solved changing in "hr_timesheet/wizard/hr_timesheet_sign_in_out.py"

FROM: 'account_id': fields.many2one('account.analytic.account', 'Project / Analytic Account', domain=[('type','=','normal')]),

TO: 'account_id': fields.many2one('account.analytic.account', 'Project / Analytic Account', domain=[('type','in',['normal','contract'])]),

Revision history for this message
Rudolf Schnapka (rs-t3) wrote :

reported in 1283446 already and answered there - duplicate
thank you

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.