c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04398
[Bug 659124] Re: [trunk] <newline/> not considered in Web Client
I hope you updated the module if you changed in xml file.
--
[trunk] <newline/> not considered in Web Client
https://bugs.launchpad.net/bugs/659124
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Web Client: Invalid
Bug description:
With the current trunk (r3492) the <newline/> element is not took in account. With this code :
<field name="arch" type="xml">
<form string="Category">
<group colspan="4" col="8">
<field name="name" colspan="4" /><newline/>
<field name="journal_id" colspan="4" /><newline />
<field name="entry_ids" colspan="8" />
</group>
</form>
</field>
The view is correct in the gtk client, but not in the web client: fields take all the width. In the memento we can read : "place holder for completing the current line of the view", which seems to be in the case in the gtk client.
I join a screen of the GTK client, for you te see the expected result.