Hello, I'm using Odoo 13 Community Edition.
I created an automated action, that every time if a User creates a new product, a BOM and a routing based on that product are going to be created.
Now to make it easier for every User, i want the BOM list view (we only have one BOM per product and one product an that bom) and the operations ids from that BOM directly editable in the Product Template from view for certain product categories.
I tried to add fields with in relation of the bom_ids in the product.template.py and so on but i only get errors.
Thanks in advance.