flectra/addons/account_invoicing/views/account_invoicing_views.xml
2018-01-16 02:34:37 -08:00

16 lines
629 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<record id="res_config_settings_view_form_inherit_account_invoicing" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.account.invoicing</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@data-key='account_invoicing']" position="attributes">
<attribute name="class">app_settings_block</attribute>
</xpath>
</field>
</record>
</flectra>