Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4427 Zobrazení

Can be the unit of measure shown on the shopping cart in odoo8?

Avatar
Zrušit
Nejlepší odpověď

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>

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
led 16
5868
11
pro 18
10264
3
říj 24
2072
1
říj 24
1861
0
dub 24
1987