1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_ro_saft/views/account_move_views.xml
2024-12-10 09:04:09 +07:00

14 lines
606 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_move_form_l10n_ro" model="ir.ui.view">
<field name="name">account.move.form</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
<group name="accounting_info_group" position="inside">
<field name="l10n_ro_is_self_invoice" string="Is self invoice (RO)?" invisible="move_type not in ['in_invoice', 'in_refund'] or country_code != 'RO'"/>
</group>
</field>
</record>
</odoo>