Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
Invoicing Sales version14 sales salesorder
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
Invoicing Sales version14 sales salesorder
About this forum
  1. Sales
  2. Forumas

Pricing based on Custom Attribute Value

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
custompricingvariantattribute
2 Replies
6342 Rodiniai
Portretas
Dave LOWPER

Hi,
I'm working on a website selling highly customizable products (variant in Length, Width, Height, Thickness, Material, Finish, ...)

I'm planning to use the 'is_custom' flag on some of the product attributes (at least for dimensions) to avoid overloading the database with an infinite number of (mostly) useless variants.
I could use "Dynamic" attributes, but then (unless I'm wrong), I cannot use the BOM Kit feature anymore (indeed, my products are made of various components, and the kit can be different based on the attribute values).
I initially succesfully implemented a pricing based on supplierinfo prices, but had to revert due to the fact I cannot both use this and the pricing based on "price extra".
Currently, I'm working on implementing dimensional fields in product.product whose value are computed from the attribute values, but then again I will have to implement differently, as custom attribute values are defined only at sale.order.line level

I'm trying to stick as much as possible to "standard" ODOO pricing, but I'm basically facing an issue that shouldn't be one : how can we have a pricing based on a custom attribute value ?
* I can define a priceextra on a custom attribute, but then it will apply to all values
* I cannot define a pricelist (pricerules cannot apply to attribute values)
* I cannot define a vendor pricelist (as they are at best at the variant level, and all the "variants" in my case will have the same attribute combination)
What am I missing here ?
Are the "custom attribute" values only meant to be used like for a custom text to be printed on a t-shirt (same price whatever the message) ?
Maybe I'm just to careful, and can simply define millions of product variants with prices without hassle but importing them all ?

I know I am not the only one having this kind of question.
For instance : https://www.odoo.com/fr_FR/forum/sales-4/price-extra-for-attribute-depending-on-custom-value-product-variants-attributes-178937

Do you guys can share some lights on what I could do ? where I need to search ? some modules I could get inspiration from ?

What I would ideally need:
* custom pricing based on supplierinfo prices for my "base components" that are used in kits
* basic pricing based on pricelist + attribute priceextra for my 'kit' products

1
Portretas
Atmesti
Mikel Alconchel

Hi Dave,
Did you ever find a solution to this need. Or did you have to develop something custom?

Thank you

Portretas
Suresh Theyyath
Best Answer

Here is some paid module and this may solve your problem

In many industries product variant price strictly depends on its attribute values. Such dependency might be both cumulative (adds / subtracts some sum) and multiplicative (adds / subtracts certain percentage). This is an Odoo tool which let you quickly configure pricing in that way.

https://apps.odoo.com/apps/modules/13.0/variant_price_system/

also see below module too

https://apps.odoo.com/apps/modules/9.0/variant_price_extra/

This module allows you to set and manage extra price for each product's variant separately.

You can simply set the extra price to be applied on a product's variant, regardless of it's attribute and attribute value.

If you find this helpful vote for me

1
Portretas
Atmesti
Portretas
Dave LOWPER
Autorius Best Answer

I ended up developing a series of modules on my own to deal with:

* A "meta" product, allowing to combine multiple product templates (components) and to create BOM Kits 

* Custom pricing model, using length/width/height price points or offsets linked to components to compute the price of the variants

* A 3D configurator linked to all this


0
Portretas
Atmesti
khg@nbc.as

Is it possible to see the final module in action?

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registracija
Related Posts Replies Rodiniai Veikla
[V15] Big problem with dynamic variant creation.
variant attribute
Portretas
0
geg. 22
3889
variable product size
custom variant BOM
Portretas
Portretas
Portretas
2
liep. 25
5694
Variant Attribute "Is Custom", need value to translate to BOM associated to variant. Solved
variant bom attribute
Portretas
Portretas
Portretas
3
rugs. 23
7089
Multiple Variants, Unique Prices?
product pricing variant
Portretas
Portretas
Portretas
Portretas
3
kov. 16
6436
Pricing Variants
product pricing variant variants
Portretas
0
kov. 23
2663
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now