You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
1.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2016 LasLabs Inc.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="view_account_config_settings" model="ir.ui.view">
<field name="name">account settings</field>
<field name="model">account.config.settings</field>
<field name="inherit_id" ref="account.view_account_config_settings"/>
<field name="arch" type="xml">
<xpath expr="//div[field[@name='module_account_reports']]" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
<xpath expr="//div[@name='bank_statement_import_options']/preceding-sibling::*[1]"
position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
<xpath expr="//div[@name='bank_statement_import_options']" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
<xpath expr="//div[@name='bank_payments']/preceding::*[1]" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
<xpath expr="//div[@name='bank_payments']" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
<xpath expr="//div[field[@name='module_account_reports_followup']]" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
<xpath expr="//div[field[@name='module_account_batch_deposit']]" position="attributes">
<attribute name="invisible">True</attribute>
</xpath>
</field>
</record>
</odoo>