Here is what I have found with position="replace": If I do it like this: <field name="arch" type="xml"> <form string="Supplier invoice"> <notebook> <page string="Invoice" position="replace"> -- all the replace content -- </page> </notebook> </form> then I get 2 Invoice pages in the notebook.
and if I do it like this: <field name="arch" type="xml"> <page string="Invoice" position="replace"> -- all the replace content -- </page> then I get no Invoice page in the notebook. ???? Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
