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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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>
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
Show UOM at shop
Rozwiązane
|
|
1
sty 16
|
5864 | |
Missing payment buttons on shop
Rozwiązane
|
|
11
gru 18
|
10232 | |
|
3
paź 24
|
2036 | ||
|
1
paź 24
|
1846 | ||
|
0
kwi 24
|
1957 |