Skip to content

Commit

Permalink
[MIG] account_statement_import_file: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rov-adhoc committed Dec 28, 2023
1 parent 485a32c commit 54c680c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion account_statement_import_file/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Import Statement Files",
"category": "Accounting",
"version": "16.0.1.0.2",
"version": "17.0.1.0.0",
"license": "LGPL-3",
"depends": ["account_statement_import_base"],
"author": "Odoo SA, Akretion, Odoo Community Association (OCA)",
Expand Down
1 change: 0 additions & 1 deletion account_statement_import_file/demo/partner_bank.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2004-2020 Odoo S.A.
Copyright 2022 Moduon Team <[email protected]>
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions account_statement_import_file/views/account_journal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<field name="inherit_id" ref="account.account_journal_dashboard_kanban_view" />
<field name="arch" type="xml">
<xpath
expr='//a[@name="action_configure_bank_journal"]/..'
position='before'
expr='//button[@name="action_configure_bank_journal"]/..'
position='after'
>
<t t-if="dashboard.bank_statements_source == 'file_import_oca'">
<button
Expand Down

0 comments on commit 54c680c

Please sign in to comment.