Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
[ADD] uos info in sale order line tree view for admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Aug 24, 2016
1 parent f59a557 commit ed6792f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grap_change_views/view/sale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<xpath expr="//field[@name='order_line']/tree//field[@name='tax_id']" position="after">
<field name="tax_ids_readonly" widget="many2many_tags"/>
</xpath>
<xpath expr="//field[@name='order_line']/tree//field[@name='product_uom']" position="after">
<field name="product_uos_qty" groups="base.group_no_one"/>
<field name="product_uos" groups="base.group_no_one"/>
</xpath>
<xpath expr="//field[@name='order_line']/tree/field[@name='tax_id']" position="attributes">
<attribute name="groups">account.group_account_manager</attribute>
</xpath>
Expand Down

0 comments on commit ed6792f

Please sign in to comment.