From 058a8b0d69be5ee635baf5bc1f6081df8d26a362 Mon Sep 17 00:00:00 2001 From: newtratip Date: Fri, 19 Mar 2021 17:19:05 +0700 Subject: [PATCH] [13.0][FIX] web_widget_domain_editor_dialog: Example picture not display on README --- web_widget_domain_editor_dialog/README.rst | 2 +- web_widget_domain_editor_dialog/__manifest__.py | 2 +- web_widget_domain_editor_dialog/readme/USAGE.rst | 2 +- web_widget_domain_editor_dialog/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web_widget_domain_editor_dialog/README.rst b/web_widget_domain_editor_dialog/README.rst index c87eae45f..57e1eead2 100644 --- a/web_widget_domain_editor_dialog/README.rst +++ b/web_widget_domain_editor_dialog/README.rst @@ -57,7 +57,7 @@ with a user filter: You can still edit the filter with Odoo's widget after that. -.. figure:: https://raw.githubusercontent.com/OCA/web/13.0/web_widget_domain_editor_dialog/static/src/img/behaviour.png +.. figure:: https://raw.githubusercontent.com/OCA/web/13.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif :align: center :width: 600 px diff --git a/web_widget_domain_editor_dialog/__manifest__.py b/web_widget_domain_editor_dialog/__manifest__.py index 16783ff09..04ae6cd71 100644 --- a/web_widget_domain_editor_dialog/__manifest__.py +++ b/web_widget_domain_editor_dialog/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Web Widget Domain Editor Dialog", "summary": "Recovers the Domain Editor Dialog functionality", - "version": "13.0.1.0.1", + "version": "13.0.1.0.2", "category": "Web", "author": "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", diff --git a/web_widget_domain_editor_dialog/readme/USAGE.rst b/web_widget_domain_editor_dialog/readme/USAGE.rst index 6d71caea5..d3a918fcb 100644 --- a/web_widget_domain_editor_dialog/readme/USAGE.rst +++ b/web_widget_domain_editor_dialog/readme/USAGE.rst @@ -16,6 +16,6 @@ with a user filter: You can still edit the filter with Odoo's widget after that. -.. figure:: ../static/src/img/behaviour.png +.. figure:: ../static/src/img/behaviour.gif :align: center :width: 600 px diff --git a/web_widget_domain_editor_dialog/static/description/index.html b/web_widget_domain_editor_dialog/static/description/index.html index 0bf02c99a..841d2d5ac 100644 --- a/web_widget_domain_editor_dialog/static/description/index.html +++ b/web_widget_domain_editor_dialog/static/description/index.html @@ -408,7 +408,7 @@ records and those unfolded groups will be set as filters to.

You can still edit the filter with Odoo’s widget after that.

-https://raw.githubusercontent.com/OCA/web/13.0/web_widget_domain_editor_dialog/static/src/img/behaviour.png +https://raw.githubusercontent.com/OCA/web/13.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif