Can be the unit of measure shown on the shopping cart in odoo8?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
Yes you can. Just need to extends the template website_sale.cart
something like:
<template id="cart_instance" inherit_id="website_sale.cart" customize_show="True" name="Cart Inst">
<xpath expr="//table[@id='cart_products']/thead/tr/th[1]" position="after">
<th width="100">Unit of measure</th>
</xpath>
<xpath expr="//table[@id='cart_products']/tbody/t/tr/td[3]" position="after">
<td>
<span t-field="line.uom_id" style="white-space: nowrap;"/>
</td>
</xpath>
</template>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
Show UOM at shop
Resuelto
|
|
1
ene 16
|
5780 | |
Missing payment buttons on shop
Resuelto
|
|
11
dic 18
|
10129 | |
|
3
oct 24
|
1865 | ||
|
1
oct 24
|
1717 | ||
|
0
abr 24
|
1843 |