Update account_move_line_view.xml
This commit is contained in:
parent
113796d25a
commit
94d267f6f0
|
|
@ -43,6 +43,22 @@
|
|||
<field name="product_id" optional="hide"/>
|
||||
<field optional="hide" name="quantity" />
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='line_ids']/tree//field[@name='partner_id']" position='attributes'>
|
||||
<attribute name='optional'>hide</attribute>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='line_ids']/tree//field[@name='tax_tag_ids']" position='attributes'>
|
||||
<attribute name='optional'>hide</attribute>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='line_ids']/tree//field[@name='analytic_account_id']" position='attributes'>
|
||||
<attribute name='optional'>hide</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='line_ids']/tree//field[@name='analytic_tag_ids']" position='attributes'>
|
||||
<attribute name='optional'>hide</attribute>
|
||||
</xpath>
|
||||
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue