How Can We Help?

Odoo 10 View 修改篇

You are here:
< All Topics
Sale Order Lines 的 Subtotal 不見了

編輯 sale.order.form

<field name=”price_subtotal” widget=”monetary” groups=”sale.group_show_price_total”/>

修改為

<field name=”price_subtotal”/>

 

產品 Kanban View 的預測數量不見了

Product.template.product.kanban / Inherited Views / Product Template Kanban Stock 中加入

<li t-if=”record.type.raw_value == ‘product'”>預測: <field name=”virtual_available”/> <field name=”uom_id”/></li>

 

Tags:
Table of Contents