16 lines
660 B
XML
16 lines
660 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<record id="view_move_line_reconcile_tree_inherit_ref_visible" model="ir.ui.view">
|
|
<field name="name">account.move.line.tree.reconcile.inherit.ref.visible</field>
|
|
<field name="model">account.move.line</field>
|
|
<field name="inherit_id" ref="account_accountant.view_move_line_reconcile_tree"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//tree//field[@name='ref']" position="attributes">
|
|
<attribute name="optional">show</attribute>
|
|
<attribute name="readonly">0</attribute>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |