Hello I'm using Odoo 13 Community Version.
I created automated actions to create a routing and a bom, when i create a new product.
Now i want that the routing should have the name from the product, that works so far.
But I also want that the routing field in the BOM, from the product, has automatically the routing with the created product name.
So the routing field needs to have the routing with the name that is the same as the product name.
How can I archive this? Maybe also in the automated action with a python expression?