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

Show UOM at shop

Subscriure's

Get notified when there's activity on this post

This question has been flagged
uomodoo8.0add-to-cart-view
1 Respondre
6172 Vistes
Avatar
Roberto Barreiro

I could show uom next to the price at products list on shop, product page and shopping cart, but I can't do it on the modal window that it's shown after pressing the button "add to cart" at products page. Wich is the name of that modal window? Thanks in advice


    

<?xml version="1.0" encoding="UTF-8"?>

<openerp>

<data>

<-- shows shows uom at shop -->

<template id="products_item" inherit_id="website_sale.products_item" name="Products Item Show UOM">

<xpath expr="//span[@t-field='product.price']" position="after">

<label>/</label>

<span t-field="product.uom_id.name" style="white-space: nowrap;"/>

</xpath>

</template>


<!-- shows uom at product page -->

<template id="product_price" inherit_id="website_sale.product_price" name="Product Price Show UOM">

<xpath expr="//b[@class='oe_price']" position="after">

<b>

<label>/</label>

<span t-field="product.uom_id.name" style="white-space: nowrap;"/>

</b>

</xpath>

</template>


<!-- shows uom at shopping cart -->

<template id="cart" inherit_id="website_sale.cart" name="Shopping Cart Show UOM">

<xpath expr="//span[@t-field='line.discounted_price']" position="after">

<label>/</label>

<span t-field="line.product_id.uom_id.name" style="white-space: nowrap;"/>

</xpath>

</template>

</data>

</openerp>

***

EDITED ON 29-01-2016

Take a look at this screen shots:

On this screen shot, uom it's shown, catalog price it's removed by another addon I made, and buttons are right translated. This view is website_sale.cart:

https://www.flickr.com/photos/136510940@N06/24684935235/in/dateposted-public/

This is the modal window of shopping cart. Uom its not show next to discounted price, catalog price it's not removed by my other addon (so this is not website_sale.cart view), and the button "Continue shopping" it's not translated. I need to know the name of this view:

 https://www.flickr.com/photos/136510940@N06/24058110133/in/dateposted-public/

***

1
Avatar
Descartar
Hardikgiri Goswami

You need to see in your "Other addon" from which this view is pop up.

Roberto Barreiro
Autor

My other addon doesn't pops up that view, it only hiddes public price, as seen on first screen shot. My problem it's to know the name of the view shown on my second screen shot, it's and standard view from odoo.

Hardikgiri Goswami

Edited my answer.

Avatar
Hardikgiri Goswami
Best Answer

Hi Roberto,


I think following code will help you.

EDITED:

The window model is "modal", Found in the website_sale_options module.

<template id="cart_uom" inherit_id="website_sale_options.modal" name="Products Item Show UOM">

<xpath expr="//span[@t-field='product.price']" position="after">

<label>/</label>

<span t-field="product.uom_id.name" style="white-space: nowrap;"/>

</xpath>

</template>

4
Avatar
Descartar
Roberto Barreiro
Autor

The view website_sale.cart, it is not the same view as the view shown after pressing "add to cart" button on a product page. See that the last template of my code , inhertis website_sale.cart. At least, my code does nothing on that view, but it works clicking on "my cart", there it shows uom next to discounted price, as I spected. So, I know at leat 3 views related to cart (website_sale.cart, website_sale.products_add_to_cart and website_sale_options.products_add_to_cart). No one of them it's the view I'm looking for.

Hardikgiri Goswami

Can you post screen shot for which screen you want uom ?

Roberto Barreiro
Autor

Yep, image links posted right now.

Roberto Barreiro
Autor

Thanks dude! This is just what i'm looking for. Now I could modify that view. I will take a look to website_sale_options module to try to learn how to identify modal windows.

Hardikgiri Goswami

If you like this answer, you can do 1 up vote too.

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
Uom on shopping cart Solved
uom shopping_cart odoo8.0
Avatar
Avatar
1
d’ag. 17
4757
cannot change uom
uom
Avatar
Avatar
Avatar
Avatar
4
de set. 25
3011
UOM - Unique barcode and internal reference with related scanning
uom
Avatar
1
d’oct. 24
2672
how to implement joint piece in odoo 8 in one view
odoo8.0
Avatar
0
d’abr. 24
2660
what is the reason behind extra move? in stock
odoo8.0
Avatar
Avatar
Avatar
Avatar
4
de nov. 23
6861
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