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.
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp