Deven wrote: > Below is my code. > <record> > <field>purchase.order.form.inherit_for_deliveryandinvoice</field> > <field>purchase.order</field> > <field>form</field> > <field> > <!--<field> > <field> > </field>--> > </record>
You are working with XML. This means that you have to close your tags. So when you open a tag <field> you have to close is with </field>. When I look at your code, I count 4 <field> tags and 3 </field> tags, so 1 </field> tag is missing and generating a error -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=42087#42087 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
