From 4a631d87e01f419f77941469dbd82b036e0d955a Mon Sep 17 00:00:00 2001 From: BT-atornero Date: Thu, 23 Mar 2023 15:35:42 +0000 Subject: [PATCH] [16.0][MIG] report_qweb_element_page_visibility: Migration to 16.0 --- report_qweb_element_page_visibility/README.rst | 3 ++- report_qweb_element_page_visibility/__manifest__.py | 2 +- report_qweb_element_page_visibility/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/report_qweb_element_page_visibility/README.rst b/report_qweb_element_page_visibility/README.rst index fb7c3532d..dd6832083 100644 --- a/report_qweb_element_page_visibility/README.rst +++ b/report_qweb_element_page_visibility/README.rst @@ -23,7 +23,7 @@ Report Qweb Element Page Visibility :target: https://runbot.odoo-community.org/runbot/143/15.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module allows you to use 4 classes in QWEB reports: @@ -89,6 +89,7 @@ Contributors * Tharathip Chaweewongphan * `Trobz `_: * Hai Lang +* Ángel Tornero Hernández Other credits ~~~~~~~~~~~~~ diff --git a/report_qweb_element_page_visibility/__manifest__.py b/report_qweb_element_page_visibility/__manifest__.py index 84ce8f3fd..64875eb46 100644 --- a/report_qweb_element_page_visibility/__manifest__.py +++ b/report_qweb_element_page_visibility/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Report Qweb Element Page Visibility", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "Agile Business Group, Odoo Community Association (OCA)", "category": "Tools", "website": "https://github.com/OCA/reporting-engine", diff --git a/report_qweb_element_page_visibility/readme/CONTRIBUTORS.rst b/report_qweb_element_page_visibility/readme/CONTRIBUTORS.rst index 6424d6292..977c06ff5 100644 --- a/report_qweb_element_page_visibility/readme/CONTRIBUTORS.rst +++ b/report_qweb_element_page_visibility/readme/CONTRIBUTORS.rst @@ -7,3 +7,4 @@ * Tharathip Chaweewongphan * `Trobz `_: * Hai Lang +* Ángel Tornero Hernández