← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

** Project changed: openobject-client-web => openobject-server

** Changed in: openobject-server
   Importance: Undecided => Low

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

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

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