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

Replace sales_price with cost_price in product list

Subscriure's

Get notified when there's activity on this post

This question has been flagged
productpricecost_pricecostsales_price
2 Respostes
4727 Vistes
Avatar
Scott Hart

Is there a way to edit the internal product list to show cost and not sales price? We don't use sales price, because we use cost + formulation, so it doesn't factor into our equation. Basically replace sales_price with cost_price.

0
Avatar
Descartar
Avatar
William Brugger
Best Answer

Perhaps you could be more specific in what you are trying to accomplish by using an example?  But to hazard a guess,  it seems you need to create a pricelist that will handle the equation for you.  A pricelist will look at either cost, sale price or event other pricelists, and then create a new sales price based on a computation (fixed, percentage or formula).


If you have already done this and you'd just like to prevent certain users from seeing certain fields you can accomplish this with permissions.  I believe you can restrict the user groups that can see a certain field or group of fields by inheriting the view in question and adding permissions to the field(s).   For example, in the calendar event form you can find this:

  <page string="Invitations" groups="base.group_no_one">

 This restricts everyone but the admin from seeing this.  






0
Avatar
Descartar
Scott Hart
Autor

Thank you William. Here is my desired outcome: 1st, we have a Purchase Pricelist that adds % onto Supplier cost, that we don't want the salesman to see. This % markup pays for the warehouse functions, so I don't want them thinking there is extra money to be had in the commision structure. Example: Product "x" costs $10. PAD is 15%. I would only like to allow the salesman to see only the $11.50 calculated cost. 2nd, I'd like the products list/tree (sales > products) to only show the calculated cost_price + the above mentioned calculated cost. Currently Odoo only shows the sales_price and I'd like to replace that value with what I had suggested. Obviously, each customer/ product category would have their individual pricelists which would calculate under quotations/ invoices.

Scott Hart
Autor

I guess if I use , how can I replace the viewable "sales_price" with "cost_price" on the product view? It's basically when you view the products on block, not the list.

Avatar
Scott Hart
Autor Best Answer

Technically, I'd like to only show cost_price + purchase pricelist, so the salesman will never view received cost.

0
Avatar
Descartar
William Brugger

So it seems you want your formulated cost to show up as the cost on the product page? And you want to be able to enter the real cost $10 into the Cost field and have it appear as $11.50 to the sales reps? If you don't have a lot of products, you could the calculation yourself (i.e. just enter 11.50) If you have a lot, you could set up a Bill of Materials for the products. This is were you would put the PAD. This method is probably too complicated for a simple 15% increase, but there is an app called product_extended that calculates a products cost based on BOM. Probably the easiest way to do this is to extend sale module and create a calculated field (i.e. my_real_cost) that would grab the value you entered in cost and multiply it by 1.15%. There is a lot of documentation on how to do this. Then remove the cost field from the tree view and make in the form view make sure only you can see it by adding groups="base.group_no_one" to the cost field. This will hide the field from everyone but the admin. If you want others to see it, you can use a group that your sales_reps aren't in. Also, be sure to add the calculated field "my_real_cost" to both the form and tree views. Also, that field in form view should be readonly.

Scott Hart
Autor

Hello Amy. Thank you for your response. We aren't calculating anything complicated. It's simply a base of 12.5% globally. Didn't want to go into BOM module because that's a lot of steps I don't need to jump through. Maybe I'm wrong.

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
Cost Price on Product Template Solved
product templates price cost
Avatar
Avatar
Avatar
2
de nov. 16
7966
Product Cost is negative
product price cost negative averagecost
Avatar
Avatar
Avatar
2
de nov. 22
5256
Do not want to display decimals for Sales Price in Products
product sales_price
Avatar
Avatar
Avatar
Avatar
Avatar
5
de jul. 24
5703
Is it possible to calculate product cost by default? Solved
cost_price cost
Avatar
Avatar
1
de jul. 19
5518
V10 CE - unable to set cost price for imported products
product cost_price
Avatar
0
de maig 17
3061
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