openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27644
[Bug 1309085] [NEW] [Trunk/7.0/6.0/5.0] Log in/log out by project --> wrong anlytic account domain
Public bug reported:
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'])]),
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1309085
Title:
[Trunk/7.0/6.0/5.0] Log in/log out by project --> wrong anlytic
account domain
Status in OpenERP Addons (modules):
New
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'])]),
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1309085/+subscriptions
Follow ups
References