Skip to content

Commit

Permalink
[MIG]account_reconciliation_widget_limit_aml: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelregidor committed Sep 20, 2023
1 parent b826f94 commit a03325f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion account_reconciliation_widget_limit_aml/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Account Reconciliation Widget Limit AML",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Filter all account move lines in reconciliation view",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<data>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field
name="inherit_id"
ref="account_reconciliation_widget.res_config_settings_view_form"
/>
<field name="arch" type="xml">
<xpath
expr="//field[@name='account_bank_reconciliation_start']"
position="after"
>
<br />
<field name="account_bank_reconciliation_start_all_aml" />
<label for="account_bank_reconciliation_start_all_aml" />
</xpath>
</field>
</record>
</data>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field
name="inherit_id"
ref="account_reconciliation_widget.res_config_settings_view_form"
/>
<field name="arch" type="xml">
<xpath
expr="//field[@name='account_bank_reconciliation_start']"
position="after"
>
<br />
<field name="account_bank_reconciliation_start_all_aml" />
<label for="account_bank_reconciliation_start_all_aml" />
</xpath>
</field>
</record>
</odoo>

0 comments on commit a03325f

Please sign in to comment.