c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #26934
[Bug 798570] Re: report - missing syntax check for paranthesis
Hi,
sorry for the poor description, I expected that the line of the report
which haunted me for days to be obvious. But I guess is not.
SO, I accidentally left an closed parenthesis in the line, which was not
detected by the report parser, so I assumed that the internal syntax
checker of the report might have missed that. And could be corrected not
to miss them again.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/798570
Title:
report - missing syntax check for paranthesis
Status in OpenERP Modules (addons):
Incomplete
Bug description:
I have this line in the picking report
<para style="terp_default_8"><b>VAT:</b> [[
(picking.address_id.partner_id and picking.address_id.partner_id.vat)
or '') ]]</para>
Problem that I found is that I had an extra closed parenthesis after the word "or ''" , which would be nice to be detected when checking syntax of the report.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/798570/+subscriptions
References