← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 659124] Re: [trunk] <newline/> not considered in Web Client

 

I've checked with latest revisions and this does not seem to happen at all.
I would suggest you to update the code and recheck.
Thanks.

** Changed in: openobject-client-web
       Status: New => Invalid

-- 
[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.