|
@ -1,16 +1,19 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<odoo> |
|
|
<odoo> |
|
|
<record id="extra_account_mass_reconcile_view_account_config" model="ir.ui.view"> |
|
|
|
|
|
<field name="name">extra.account.mass.reconcile.view.account.config</field> |
|
|
|
|
|
|
|
|
<record id="extra_view_account_config_settings" model="ir.ui.view"> |
|
|
|
|
|
<field name="name">extra.view.account.config.settings</field> |
|
|
<field name="model">account.config.settings</field> |
|
|
<field name="model">account.config.settings</field> |
|
|
<field name="inherit_id" ref="account_mass_reconcile.view_account_config"/> |
|
|
|
|
|
|
|
|
<field name="inherit_id" ref="account.view_account_config_settings"/> |
|
|
<field name="arch" type="xml"> |
|
|
<field name="arch" type="xml"> |
|
|
|
|
|
|
|
|
<xpath expr="//div[@name='reconciliation_config']" position="inside"> |
|
|
|
|
|
|
|
|
<xpath expr="//group[@groups='account.group_account_user']" position="inside"> |
|
|
|
|
|
<label for="id" string="Bank Reconciliation Threshold"/> |
|
|
|
|
|
<div> |
|
|
<div> |
|
|
<div> |
|
|
<label for="account_bank_reconciliation_start"/> |
|
|
<label for="account_bank_reconciliation_start"/> |
|
|
<field name="account_bank_reconciliation_start" class="oe_inline"/> |
|
|
<field name="account_bank_reconciliation_start" class="oe_inline"/> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</xpath> |
|
|
</xpath> |
|
|
|
|
|
|
|
|
</field> |
|
|
</field> |
|
|