Hi There,
I've follow the tutorials here https://www.odoo.com/documentation/8.0/howtos/backend.html
and extend the products form with an additional notebook tab that allows viewing of Serial IDs it has.
E.g. in the foilowing URL screenshot.
http://imagebin.ca/v/282WxCOaM1TY
When I edit a product and add an item to the serials. I would need to fill in the product.
see. http://imagebin.ca/v/282ZxHTcUM1Q
How do I automate, such when I add a serial from the product, it will automatically filled the product_id to it?
I creates a the following models
serial:
- has Many2one product.product
product:
- has One2many warranty.serial, product_id