openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06362
[Bug 927366] Re: project missing filter NEW
Hello Dr Ferdinand ,
This field is coming from "account.analytic.account" object at line no 171,
'state': fields.selection([('template', 'Template'),('draft','New'),('open','Open'), ('pending','Pending'),('cancelled', 'Cancelled'),('close','Closed')], 'State', required=True,
Which is inherits in project.project. We don't have state new and default state is open ,so NEW filter is not possible.
Thanks!
** Changed in: openobject-addons
Status: New => Invalid
--
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/927366
Title:
project missing filter NEW
Status in OpenERP Addons (modules):
Invalid
Bug description:
can not filter for "new" projects
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/927366/+subscriptions
References