Hello everyone,
we use odoo 17 and want to adjust some settings via odoo studio.
For products, when duplicating a product, the data from purchasing tab (supplier list, field: seller_ids) is not copied.
I tried to set the base property in the copied field to true
But I get the following error:
Invalid operation
Properties of a base field cannot be changed in this way. Please make the change by customizing Python code, ideally through a separate module.
Is there a way to copy the data when duplicating a product? (preferably via studio)
Thank you and best regards