You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to import all fields, you need to pass through the product.product menu. While in 90% of the cases we disables product variants.
product.template external ID utility
so once the power user imported the catalog using a product.product menu, what happens is that product.product records do have an external ID, but product.template records don't. But often you may have other related things to import (say secundary product unit) and these other objects can be carried by the product.template instead of the product.product so it's currently not easy for the user to import these things later...
What could we do? Have a button to populate the product.template external ids from the product product ones?
another thing we may need is a simple way to define an external ID for an existing record (without the need to go to the ir_model_data as an admin) and without being able to destroy all. Use case: customer need to create just 1 o 2 new categories before doing a product import. Importing a categ XLS seems overkill.
What about this in product_usability?
add a product.product menu in inventory settings?
to import all fields, you need to pass through the product.product menu. While in 90% of the cases we disables product variants.
product.template external ID utility
so once the power user imported the catalog using a product.product menu, what happens is that product.product records do have an external ID, but product.template records don't. But often you may have other related things to import (say secundary product unit) and these other objects can be carried by the product.template instead of the product.product so it's currently not easy for the user to import these things later...
What could we do? Have a button to populate the product.template external ids from the product product ones?
a bit related to https://github.com/akretion/pattern-import-export but may be we can have basics things here.
cc @clementmbr @kevinkhao @sebastienbeau
The text was updated successfully, but these errors were encountered: