Q1) Is there a way to prepopulate a many2one field when a new object is being created. e.g. Attributes of a product may be pre-defined. Whenever the user opens a form to create a product, some of those attributes are added by default.
Q2) Is there a way to pre-set some fields of an object (without setting them as default values in the model) while opening a form. e.g. if i want to create multiple types of product through multiple menu actions. I want different forms for these menu actions to have different values of product type preset.