I'm still evaluating Odoo for my project. I am trying to manage an inventory for an Art Gallery, which has different types of art as well as reproductions (variants?).
order to make the system work for the managers, they need to be able to see the Product Attributes. They need to be displayed prominently, so I am assuming I will need to customise the Inventory views at some point.
Right now, I am struggling with getting the artwork imported into Odoo. I see lots of examples of working with variants, but these fields (width, height, weight etc.) need to be attributes.
Could someone please help me to understand how import these items? I've create a few test products and I'm confused how Odoo handles the Product Attribute Values. In most cases, these values will be unique (as in 26" wide) to each product. Perhaps Odoo just stores the data this way. However it is handled, I have not understood what is required to construct a CVS file that will enable me to import these values.
One interesting path the export template that shows the Product Attributes and Values, but I am not sure how to utilise this information:
id | default_code | name | attribute_line_ids/attribute_id/id | attribute_line_ids/value_ids/id |
__export__.product_template_2 | Mulititudes | __export__.product_attribute_1 | __export__.product_attribute_value_2 | |
__export__.product_attribute_4 | __export__.product_attribute_value_1 | |||
__export__.product_attribute_3 | ||||
__export__.product_attribute_6 | ||||
__export__.product_attribute_7 | ||||
__export__.product_attribute_9 | __export__.product_attribute_value_3 |
I appreciate any help
Darcy