Merge pull request #2196 from expsa/purchase_translation
Fix issues in expenses and accounting
This commit is contained in:
commit
41a2ae6c6c
|
|
@ -7,7 +7,7 @@
|
|||
<field name="inherit_id" ref="account.view_move_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='invoice_date']" position="after">
|
||||
<field name="purpose" readonly="1"/>
|
||||
<field name="purpose" readonly="1" attrs="{'invisible': [('move_type', '!=','in_invoice')]}"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Reference in New Issue