openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24631
[Bug 1212228] [NEW] Can not choose a project in Sign In / Sign Out by Project
Public bug reported:
Using OpenERP 7.0 or trunk.
When I run the wizard "Sign In/Out By Project" I can not choose a
project. The problem is that in the 'hr.sign.out.project' model
definition, the field "account_id" is restricted to accounts type
"normal"
'account_id': fields.many2one('account.analytic.account', 'Project /
Analytic Account', domain=[('type','=','normal')]),
it should also allow account of the type contract.
Thanks
** 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/1212228
Title:
Can not choose a project in Sign In / Sign Out by Project
Status in OpenERP Addons (modules):
New
Bug description:
Using OpenERP 7.0 or trunk.
When I run the wizard "Sign In/Out By Project" I can not choose a
project. The problem is that in the 'hr.sign.out.project' model
definition, the field "account_id" is restricted to accounts type
"normal"
'account_id': fields.many2one('account.analytic.account', 'Project /
Analytic Account', domain=[('type','=','normal')]),
it should also allow account of the type contract.
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1212228/+subscriptions
Follow ups
References