Skip to Content
Menu
This question has been flagged

I am new to Odoo and, in fact, am just a couple days into my Trial of Odoo 11, so please excuse me if I use wrong terminology or the like.

The Issue:
We need to be able to set up a very large list of products and their variants, and then set their prices as determined by the Market Value, which is a combination of attribute values, not the individual values.  Maybe a simple example will illustrate my request. 

Example:
If we have one product, three variants and multiple values. We need to be able to select only the variants and values that correspond to that item and in variant combinations that make sense. Then, we need to be able to set the price like so -- on the Internal Reference (or barcode) not the color OR size:

Product: T-shirt
Variations: Size, Color, Cut
Attribute Values: Color: Black, Color: Red, Color:White, Color: Orange, Size: Large, Size: Medium, Size: Small, Cut: Fit, Cut: Trim, Cut: Full

This product only comes in  Red or White and in Large and Medium. We need to set up just those four Product Variants, then we need to price them each individually like this:

Internal Reference
Color
Size
Price
Tshirt-w-l
White
Large
$5

Tshirt-w-m

White
Medium
$6.50

Tshirt-r-l

Red
Large
$6.00

Tshirt-r-m

Red
Medium
$5.50

Current State:
I have imported our 818 products and a list of all of the possible variants and values to Odoo. Setting up the Product Variants is a one-time thing, but since we will need to be able to update the market prices on a regular basis, the price update needs to be repeatable. 

Question(s):
How do we import a list of our 11,000+ product variations? Once we have all of the Product Variations set up, how do we set the price on each individually?  

Avatar
Discard
Best Answer

Hello

We have developed one module to process Product Catalog file in odoo older version.

In this module we can configure dynamic formats of file ( this is one time configuration).

User can import file and system will create or update products.

Ex:

In this module we can configure attribute and value column wise, if in one variant three attributes are available then in the file you must provide six columns(attribute name,attribute value.. ). If some product have two attributes then just leave blank cell.

Name
Default code
Attribute name
Attribute value
Attribute name
Attribute value

Tshirt

Tshirt-X-Red

Size
X
Color
Red
Tshirt
Tshirt-XL-Blue
Size
XL
Color
Red

Tshirt

Tshirt-X-Black
Size
X
Color
Black

Tshirt

Tshirt-XL-Black
Size
XL
Color
Black

Tshirt

Tshirt-X-Blue

Size
X
Color
Blue

Tshirt

Tshirt-XL-Blue

Size
XL
Color
Blue

Tshirt

Tshirt-XLL-Blue

Size
XLL
Color
Blue
Avatar
Discard
Author Best Answer

I found the answer to my pricing issue by using Pricelists rather than changing the Sales Price in the Product Variants. It is in the Sales module Catalog/Pricelists (version 11).  This is a really cool feature since I can have my EBay customers priced differently (using a different pricelist) than my Amazon customers which can be different from my walk-in clients.

But, I still need to get my Product Variants imported properly.  Any suggestions?


----------------------------------------------------------------------

In response to Emipro Technologies Pvt. Ltd.:

That is the exact file format that we have already. Did your module create the file format or import that format into Odoo? I don't see your module in my App list for version 11. Please provide more information on your module and how it works.


Avatar
Discard

Yes our module is creating file format and creating/updating products based on format. We need to get in touch so that we can help you further with your requirements. send your requirement to info@emiprotechnologies.com. we will give you demo of process.

Related Posts Replies Views Activity
1
Jul 23
3446
2
Aug 24
826
3
Feb 24
672
0
Mar 24
1073
3
Sep 24
512