Review your code again. there is a problem in your 'plancrop_farmerequipment' field. if its fields.one2many then there must be 3 arguments in it. you have passed only 2.
'plancrop_farmerequipment':fields.one2many('relational object','many2one field on that object','string'), ------------------------ OpenERP=Easier, Adaptable, Affordable, Modular -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=41183#41183 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
