I'm working on my first OpenERP module. (Woo hoo!)
All I really want to do is to add existing fields 'product_name' and 'product_code' (from product.supplierinfo) into View #233 (Product form view). I'm talking about the Suppliers area that appears near the bottom of a product form view --> Procurements tab. Developer mode tells me this area is the 'seller_ids' field from product.supplierinfo.
Since I'm not defining any new models or fields, do I still need to have a 'mymodule.py' file? Or is a new .xml file for the view all I need? If I still need a .py file, what do I put in it?