Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2344 Widoki

Hello,


I would like to add product quantity into purchase order form (actually field virtual_available from model Product) but it is not possible as this field is not presented in sales order. Is there any way how to add it there? Thanks

So it will be like (but it is not working just like this)


<field name="price_unit"/>

<field name="virtual_available"/>

<field name="taxes_id" widget="many2many_tags" domain="[('parent_id','=',False),('type_tax_use','!=','sale')]"/>

<field name="price_subtotal"/>

Awatar
Odrzuć