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