Hello, I have noticed a discrepancy between the python copy function and the ui duplicate button. I am using the Manufacturing and Quality Modules in this case. The issue is that these two functions produce different results.
In this example I am trying to duplicate a BOM and its quality checks using an automated action on product.template creation. Normally, quality checks are duplicated with the BOM when using the ui buttom. However, when using the python copy function in my automated action it does not duplicate the quality checks for that BOM. Does anyone know if there is another function to copy quality checks when duplicating the BOM via python?
Here is a link to my automated action: https://i.imgur.com/JqQbZ2X.png