[MIG] : Migration to 16.0

This commit is contained in:
Luc De Meyer 2022-12-23 11:46:48 +01:00
parent 71d7eacd34
commit 4a2a1e0b64
9 changed files with 9 additions and 8 deletions

View File

@ -3,7 +3,7 @@
{
"name": "EBICS banking protocol",
"version": "15.0.1.1.0",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",

View File

@ -177,6 +177,7 @@ class EbicsFile(models.Model):
if res_action.get("type") and res_action["type"] == "ir.actions.client":
st_line_ids = res_action["context"].get("statement_line_ids", [])
if st_line_ids:
##TODO: Use flush_model(), flush_recordset() or env.flush_all() ###########################
self.flush()
self.env.cr.execute(
"""

View File

@ -19,7 +19,7 @@
<field name="model">ebics.userid</field>
<field name="arch" type="xml">
<form string="EBICS UserID">
<header groups="account_ebics.group_ebics_manager">
<header>
<button
name="ebics_init_1"
states="draft"

View File

@ -3,7 +3,7 @@
{
"name": "EBICS Files batch import",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",

View File

@ -3,7 +3,7 @@
{
"name": "Upload Batch Payment via EBICS",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",

View File

@ -4,7 +4,7 @@
{
"name": "account_ebics with OCA Bank Statement Imoort",
"summary": "Use OCA Bank Statement Import with account_ebics",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Noviat",
"website": "https://www.noviat.com",
"category": "Hidden",

View File

@ -4,7 +4,7 @@
{
"name": "account_ebics on Odoo Enterprise",
"summary": "Deploy account_ebics module on Odoo Enterprise",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Noviat",
"website": "https://www.noviat.com",
"category": "Hidden",

View File

@ -4,7 +4,7 @@
{
"name": "account_ebics with Odoo Enterprise Bank Statement Import",
"summary": "Use Odoo Enterprise Bank Statement Import with account_ebics",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Noviat",
"website": "https://www.noviat.com",
"category": "Hidden",

View File

@ -3,7 +3,7 @@
{
"name": "Upload Payment Order via EBICS",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",