3 答案
1. Create/Import Attributes and Values
2. Import Product Templates with Attributes and Values. This will create product variants. (Do not create variants directly).
3. Export your product variants
4. Fill out the internal reference, barcode, cost, and shipping weight fields on the exported variants csv
5. Import to update the existing variants
6. To import variant prices for more than one product template at one time, you will need to create a new menu item for product.template.attribute.value.
7. Once you have created the menu item, export all product.template.attribute.value records
8. Fill in the price extras and update the existing records via import. Take care not to create any new records.
hello, i wanted to test odoo and import my items. I have the problem that I have 3 different prices and cannot enter them when importing. I wanted to import an item with Price1, Price2 and Price3. Price 1 is in store, price 2 is normal customers on the web and price 3 is business customers on the web and in store. It should have business customers and normal customers, business customers have price3, normal customers have price1 in the store, normal customers have price2 in the web shop. Is this possible?
Hi Marko,
For that you should use price list feature. Once all your products are imported into odoo, you should create one price list for each price category you want to display on your SO.
Once your pricelist are created in odoon you can link them on the contact form of your customer. So everytime you'll create a SO for that customer, you will apply his/her specific pricelist
See this forum entry for importing product variant prices https://www.odoo.com/fr_FR/forum/aide-1/how-to-update-product-variant-prices-in-v15-in-bulk-via-export-196088
Hi Marko,
For that you should use price list feature. Once all your products are imported into odoo, you should create one price list for each price category you want to display on your SO.
Once your pricelist are created in odoon you can link them on the contact form of your customer. So everytime you'll create a SO for that customer, you will apply his/her specific pricelist
See this forum entry for importing product variant prices https://www.odoo.com/fr_FR/forum/aide-1/how-to-update-product-variant-prices-in-v15-in-bulk-via-export-196088
I also present this problem and this was my solution:
1) The attributes value in both databases must have the same External_ids, in this sense it is necessary to copy the attributes from one database to the other, making sure to keep the attribute value external_id.
2) When exporting, activate the --> I want to update data (import-compatible export) option.
3) Export the following fields from the product's module:
External ID
Name
Product Attributes/Attribute
Product Attributes/Values/External ID
Any other that is necessary
For some reason, in my experience when exporting the external IDs of the attributes, they are placed in the output file separated by commas and not one below the other as in any other case.