[MIG] account_bank_statement_reopen_skip_undo_reconciliation: Migration to 15.0

This commit is contained in:
Miquel Raïch
2023-02-22 16:18:31 +01:00
parent 23c15ba8b5
commit 411fecbba0
5 changed files with 10 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"name": "Account Bank Statement Reopen Skip Undo Reconciliation",
"summary": "When reopening a bank statement it will respect the "
"reconciled entries.",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "ForgeFlow, Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
"category": "Finance",

View File

@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"

View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_bank_statement_form" model="ir.ui.view">
<field name="name">account.bank.statement.form</field>

View File

@@ -0,0 +1 @@
../../../../account_bank_statement_reopen_skip_undo_reconciliation

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)