← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 686275] Re: [trunk] position "after": fields inverted

 

*** This bug is a duplicate of bug 455547 ***
    https://bugs.launchpad.net/bugs/455547

This bug was already created since 2009-10-19 here:
https://bugs.launchpad.net/openobject-server/+bug/455547

But some code is no more usefull. see other bug for details.

** This bug has been marked a duplicate of bug 455547
   Using position="after" in inherited view adds the fields in reverse order
 * You can subscribe to bug 455547 by following this link: https://bugs.launchpad.net/openobject-server/+bug/455547/+subscribe

-- 
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/686275

Title:
  [trunk] position "after": fields inverted

Status in OpenObject Server:
  Fix Released

Bug description:
  When we inherit a view and add fields after another one, fields (xml tags) are inverted. I have to do something like :

<field name="name" position="after">
    <field name="field3" />
    <field name="field2" />
    <field name="field1" />
</field>






References