Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
Invoicing Sales version14 sales salesorder
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
Invoicing Sales version14 sales salesorder
O tym forum
  1. Sales
  2. Forum

Pricing based on Custom Attribute Value

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
custompricingvariantattribute
2 Odpowiedzi
6336 Widoki
Awatar
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
Awatar
Odrzuć
Mikel Alconchel

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

Thank you

Awatar
Suresh Theyyath
Najlepsza odpowiedź

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
Awatar
Odrzuć
Awatar
Dave LOWPER
Autor Najlepsza odpowiedź

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
Awatar
Odrzuć
khg@nbc.as

Is it possible to see the final module in action?

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
[V15] Big problem with dynamic variant creation.
variant attribute
Awatar
0
maj 22
3886
variable product size
custom variant BOM
Awatar
Awatar
Awatar
2
lip 25
5692
Variant Attribute "Is Custom", need value to translate to BOM associated to variant. Rozwiązane
variant bom attribute
Awatar
Awatar
Awatar
3
wrz 23
7086
Multiple Variants, Unique Prices?
product pricing variant
Awatar
Awatar
Awatar
Awatar
3
mar 16
6433
Pricing Variants
product pricing variant variants
Awatar
0
mar 23
2658
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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