mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
[MIG] : Migration to 16.0
This commit is contained in:
parent
71d7eacd34
commit
4a2a1e0b64
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "EBICS banking protocol",
|
"name": "EBICS banking protocol",
|
||||||
"version": "15.0.1.1.0",
|
"version": "16.0.1.0.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
|
@ -177,6 +177,7 @@ class EbicsFile(models.Model):
|
|||||||
if res_action.get("type") and res_action["type"] == "ir.actions.client":
|
if res_action.get("type") and res_action["type"] == "ir.actions.client":
|
||||||
st_line_ids = res_action["context"].get("statement_line_ids", [])
|
st_line_ids = res_action["context"].get("statement_line_ids", [])
|
||||||
if st_line_ids:
|
if st_line_ids:
|
||||||
|
##TODO: Use flush_model(), flush_recordset() or env.flush_all() ###########################
|
||||||
self.flush()
|
self.flush()
|
||||||
self.env.cr.execute(
|
self.env.cr.execute(
|
||||||
"""
|
"""
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<field name="model">ebics.userid</field>
|
<field name="model">ebics.userid</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<form string="EBICS UserID">
|
<form string="EBICS UserID">
|
||||||
<header groups="account_ebics.group_ebics_manager">
|
<header>
|
||||||
<button
|
<button
|
||||||
name="ebics_init_1"
|
name="ebics_init_1"
|
||||||
states="draft"
|
states="draft"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "EBICS Files batch import",
|
"name": "EBICS Files batch import",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Upload Batch Payment via EBICS",
|
"name": "Upload Batch Payment via EBICS",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "account_ebics with OCA Bank Statement Imoort",
|
"name": "account_ebics with OCA Bank Statement Imoort",
|
||||||
"summary": "Use OCA Bank Statement Import with account_ebics",
|
"summary": "Use OCA Bank Statement Import with account_ebics",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
"category": "Hidden",
|
"category": "Hidden",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "account_ebics on Odoo Enterprise",
|
"name": "account_ebics on Odoo Enterprise",
|
||||||
"summary": "Deploy account_ebics module 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",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
"category": "Hidden",
|
"category": "Hidden",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "account_ebics with Odoo Enterprise Bank Statement Import",
|
"name": "account_ebics with Odoo Enterprise Bank Statement Import",
|
||||||
"summary": "Use Odoo Enterprise Bank Statement Import with account_ebics",
|
"summary": "Use Odoo Enterprise Bank Statement Import with account_ebics",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
"category": "Hidden",
|
"category": "Hidden",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Upload Payment Order via EBICS",
|
"name": "Upload Payment Order via EBICS",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Noviat",
|
"author": "Noviat",
|
||||||
"website": "https://www.noviat.com",
|
"website": "https://www.noviat.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user