Hello,
I've exactly the same problem. Trying since yesterday to add a field inside the 
tree mode but impossible. 
I succeed adding a field on the form mode but impossible to add in the tree 
mode. 

to add in the form mode, I just did the following (I wanted to add  a field on 
the top of the page of the notebook)

...
<field name="model">sale.order</field>
<field name="type">form</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
   <separator string="Automatic Declaration" position="before">
        <field name="My_New_Field" /> 
   </separator>
</field>




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=52022#52022

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to