openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12240
[Bug 1001260] Re: [Trunk/6.1] account.analytic.default - error: name 'datetime' is not defined
After consulting Quentin, I removed that line with the "colors"
expression to quickly remove this bug. But it's not sufficient, this
whole feature should be re-created using other techniques. That's why
this bug stays open until someone do that.
** Changed in: openobject-addons
Assignee: OpenERP R&D Web Team (openerp-dev-web) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
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/1001260
Title:
[Trunk/6.1] account.analytic.default - error: name 'datetime' is not
defined
Status in OpenERP Addons (modules):
Confirmed
Bug description:
install account.analytic.defaul module, create a new analytic default
record. put an end date, save. return to the tree view and remove the
current filter. now you get the error.
problem is in the file account_analytic_default_view.xml at row 9
<tree string="Analytic Defaults"
colors="grey:date_stop and (date_stop <
datetime.date.today().strftime('%%Y-%%m-%%d'))" >
i think client web don't accept the datetime object inside colors
attribute
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1001260/+subscriptions
References