Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Is discount on purchase module only half implemented?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
purchasediscount
2 Respostes
1724 Vistes
Avatar
Apiuser

In odoo 17 (and later I guess) there is this new field discount in purchase module, but I think it creates more problems than solves them (the way it is implemented).

In the product view, in the purchase notebook tab, the final price is not shown, so I have to calculate it every time to see which provider has the best price. See the example below where "Supplier A" has a better price than "Supplier B", but you can't see that without calculating them:

The same is true at the PO form view, where even tho I can see the total for each line, the unit price after the discount is not shown (that one I can understand why some people might need it and some people might not need it). See the example below:


And finally when I want to check the price history in the smart button in the same view as before (the arrow next to Unit Price on the last image), the price is shown without the discount! How am I supposed to compare 2 different POs if they all have the same price? See the example below, where P00001 has a quantity of 50, a price of 100 and a discount of 65, meanwhile P00002 has a quantity of 500, a price of 100 and a discount of 75:


After seeing this I was concerned that the cost calculation might also be half implemented, but all the tests I've done show that the cost is well calculated.

To solve this I'm doing plenty of little customizations and thinking to myself, is everybody doing this? Am I missing some feature?

0
Avatar
Descartar
Avatar
Andry Ang
Best Answer

Hi Apiuser,

I am not sure if it's half implemented (I mean who decide the requirements as full or half?)

  1. On vendor pricelist, Odoo doesn't calculate the unit price after discount.
  2. On purchase order, Odoo also doesn't calculate the unit price after discount.
  3. This mean that it's actually aligned, Odoo only calculate the price as subtotal and total when we do PO.

Your question to understand which supplier provided more cost-efficient price should be when you start RFQ for multiple vendors or Purchase Analysis where you compare the PO Average cost from each vendors. Not from this vendor pricelist I guess.

That's all what I can share on my opinions.

Hope this helps.

1
Avatar
Descartar
Apiuser
Autor

Hi Andry, thanks for your time.
I understand what you mean in 1 and 2, and at some point I can agree after your explanation even tho we do not work like that, and I hardly believe everyone works like that but whatever, this is what odoo has in mind. But about the price history smartbuton, do you know why is it that way? Why can't I see the discounts there if they happened in the PO?

Lars Aam

I agree with Apiuser. It is incomplete implementation for discount on purchases. Of course you need to se the net unit price i all views. You can have several different agreements with vendors with different base prices and different discounts. These terms must be on the purchase order. But to compare you need the net unit price.
With Studio app, it is quite easy to add a calculated field in these views.

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Please refer to the modules:

1. https://apps.odoo.com/apps/modules/16.0/purchase_discount

2. https://odoo-community.org/shop/purchase-order-general-discount-4911#attr=943928


Hope it helps.

0
Avatar
Descartar
Apiuser
Autor

We already developed a small module to include those totals, but I was just asking if we were missing anything in the base program, or if it was just half implemented (as it is, or as as Andry said, as intended because they assume another workflow that we do not share so it is half implemented for us).

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

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

Registrar-se
Related Posts Respostes Vistes Activitat
Free units on Purchases Solved
purchase discount
Avatar
Avatar
1
de juny 23
2475
Vendor levels and purchase discounts - Odoo 14 Enterprise Solved
purchase discount
Avatar
Avatar
1
d’ag. 21
3207
Discount in Purchase Order Line Solved
purchase discount purchase_order
Avatar
Avatar
1
de nov. 21
3889
Is it possible to have the same features of Sales Price Lists in Vendor Price Lists?
purchase discount pricelist
Avatar
Avatar
2
d’oct. 19
4565
how to give discount on perches order automatically, if i created a purchase order for minimum 10 quantity ?
purchase discount purchase_order
Avatar
1
de març 25
2043
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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