This question has been flagged
1920 Views

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"/>

Avatar
Discard