credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #03851
[Bug 916354] Re: Line drawn through company logo on reports
Hello Element ,
I have checked your issue at my side . but in rc1 the image is define
like this.
<image x="1.3cm" y="27.4cm" height="40.0" >[[ company.logo or
removeParentNode('image') ]]</image>
and it's working properly. hope it will works for you.
If you still got the problem, please notify us.
Thanks!
** Changed in: openobject-addons
Status: New => Incomplete
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/916354
Title:
Line drawn through company logo on reports
Status in OpenERP Addons (modules):
Incomplete
Bug description:
With OpenERP 6.1 RC1, the default company Header/Footer template causes the top line to be drawn through the bottom of the company logo. Adjusting the company "image" line with y="26.4cm" instead of y="25.9cm" seems to do the trick, like this:
<image x="1.3cm" y="26.4cm" height="40.0" >[[ company.logo or removeParentNode('image') ]]</image>
This issue also exists with 6.0.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/916354/+subscriptions
References