← Back to team overview

openerp-india team mailing list archive

[Bug 1212228] Re: Can not choose a project in Sign In / Sign Out by Project

 

*** This bug is a duplicate of bug 1190259 ***
    https://bugs.launchpad.net/bugs/1190259

** This bug has been marked a duplicate of bug 1190259
   [trunk/7.0] analytic_user_function set wrong domain on account_id in timesheet lines

-- 
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


References