From 7e0324aa9cbabc5bda2aa0f6c8479c39a01f9f74 Mon Sep 17 00:00:00 2001 From: Miquel Alzanillas Date: Wed, 22 Nov 2023 11:13:47 +0100 Subject: [PATCH] [MIG] account_payment_mode: Migration to 17.0 --- account_payment_mode/README.rst | 1 + account_payment_mode/__manifest__.py | 2 +- account_payment_mode/readme/CONTRIBUTORS.md | 1 + account_payment_mode/static/description/index.html | 1 + account_payment_mode/views/account_payment_method.xml | 2 +- account_payment_mode/views/account_payment_mode.xml | 8 +++++--- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/account_payment_mode/README.rst b/account_payment_mode/README.rst index 1145c69fc..83a006d6c 100644 --- a/account_payment_mode/README.rst +++ b/account_payment_mode/README.rst @@ -74,6 +74,7 @@ Contributors - Eric Lembregts - Andrea Stirpe - Marçal Isern +- Miquel Alzanillas Maintainers ----------- diff --git a/account_payment_mode/__manifest__.py b/account_payment_mode/__manifest__.py index 054ff6e48..4a7007250 100644 --- a/account_payment_mode/__manifest__.py +++ b/account_payment_mode/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Mode", - "version": "16.0.1.2.0", + "version": "17.0.1.0.0", "development_status": "Mature", "license": "AGPL-3", "author": "Akretion,Odoo Community Association (OCA)", diff --git a/account_payment_mode/readme/CONTRIBUTORS.md b/account_payment_mode/readme/CONTRIBUTORS.md index 45d084eae..501609c3b 100644 --- a/account_payment_mode/readme/CONTRIBUTORS.md +++ b/account_payment_mode/readme/CONTRIBUTORS.md @@ -2,3 +2,4 @@ - Eric Lembregts \<\> - Andrea Stirpe \<\> - Marçal Isern \<\> +- Miquel Alzanillas \<\> diff --git a/account_payment_mode/static/description/index.html b/account_payment_mode/static/description/index.html index 32504643f..630e064ee 100644 --- a/account_payment_mode/static/description/index.html +++ b/account_payment_mode/static/description/index.html @@ -420,6 +420,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Eric Lembregts <eric@lembregts.eu>
  • Andrea Stirpe <a.stirpe@onestein.nl>
  • Marçal Isern <marsal.isern@qubiq.es>
  • +
  • Miquel Alzanillas <malzanillas@apsl.net>
  • diff --git a/account_payment_mode/views/account_payment_method.xml b/account_payment_mode/views/account_payment_method.xml index b6c7c2923..a73c7afe1 100644 --- a/account_payment_mode/views/account_payment_method.xml +++ b/account_payment_mode/views/account_payment_method.xml @@ -13,7 +13,7 @@ here. I hate the objects that don't have a view... --> name="web_ribbon" title="Archived" bg_color="bg-danger" - attrs="{'invisible': [('active', '=', True)]}" + invisible="active" /> diff --git a/account_payment_mode/views/account_payment_mode.xml b/account_payment_mode/views/account_payment_mode.xml index 6b0893e73..6d207e338 100644 --- a/account_payment_mode/views/account_payment_mode.xml +++ b/account_payment_mode/views/account_payment_mode.xml @@ -10,7 +10,7 @@ name="web_ribbon" title="Archived" bg_color="bg-danger" - attrs="{'invisible': [('active', '=', True)]}" + invisible="active" /> @@ -26,11 +26,13 @@