Hello,

You're right, there was one case where the order was not properly
preserved with position = 'after': when the element that is being
inherited is a leaf in the parent view. For example, if you are adding
elements after the last element of a group or last element of the form.

In all other cases (i.e as soon as the inherited element has a next
sibling) it was already working fine.

The case with inheriting on leaf elements is now fixed by revision 3097
[email protected], so you should not have
anymore trouble with the latest trunk version.

Thanks for reporting!

** Changed in: openobject-server
       Status: Confirmed => Fix Released

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




_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to