Skip to content

Commit 0278f79

Browse files
committed
[BOT] post-merge updates
1 parent 3ae5efc commit 0278f79

File tree

6 files changed

+31
-21
lines changed

6 files changed

+31
-21
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ addon | version | maintainers | summary
6363
[web_pivot_computed_measure](web_pivot_computed_measure/) | 16.0.1.0.0 | <a href='https://github.com/CarlosRoca13'><img src='https://github.com/CarlosRoca13.png' width='32' height='32' style='border-radius:50%;' alt='CarlosRoca13'/></a> | Web Pivot Computed Measure
6464
[web_pwa_oca](web_pwa_oca/) | 16.0.1.0.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Make Odoo a PWA
6565
[web_quick_start_screen](web_quick_start_screen/) | 16.0.1.0.0 | | Configurable start screen for quick actions
66+
[web_refresh_from_backend](web_refresh_from_backend/) | 16.0.1.0.0 | | Refresh views from backend
6667
[web_refresher](web_refresher/) | 16.0.3.1.4 | | Web Refresher
6768
[web_remember_tree_column_width](web_remember_tree_column_width/) | 16.0.1.0.2 | <a href='https://github.com/frahikLV'><img src='https://github.com/frahikLV.png' width='32' height='32' style='border-radius:50%;' alt='frahikLV'/></a> <a href='https://github.com/luisg123v'><img src='https://github.com/luisg123v.png' width='32' height='32' style='border-radius:50%;' alt='luisg123v'/></a> <a href='https://github.com/cuongnmtm'><img src='https://github.com/cuongnmtm.png' width='32' height='32' style='border-radius:50%;' alt='cuongnmtm'/></a> | Remember the tree columns' widths across sessions.
6869
[web_responsive](web_responsive/) | 16.0.1.4.0 | <a href='https://github.com/Tardo'><img src='https://github.com/Tardo.png' width='32' height='32' style='border-radius:50%;' alt='Tardo'/></a> <a href='https://github.com/SplashS'><img src='https://github.com/SplashS.png' width='32' height='32' style='border-radius:50%;' alt='SplashS'/></a> | Responsive web client, community-supported

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20260128.0
1+
16.0.20260309.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'odoo-addon-web_pivot_computed_measure>=16.0dev,<16.1dev',
5050
'odoo-addon-web_pwa_oca>=16.0dev,<16.1dev',
5151
'odoo-addon-web_quick_start_screen>=16.0dev,<16.1dev',
52+
'odoo-addon-web_refresh_from_backend>=16.0dev,<16.1dev',
5253
'odoo-addon-web_refresher>=16.0dev,<16.1dev',
5354
'odoo-addon-web_remember_tree_column_width>=16.0dev,<16.1dev',
5455
'odoo-addon-web_responsive>=16.0dev,<16.1dev',

web_refresh_from_backend/README.rst

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Web Refresh From Backend
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:2513ead70de52d1dd678016ee4f5991596bf94a25cfbdf5b62a4f4ef85bec099
14+
!! source digest: sha256:3fa12acb12fc8ba91141e344bd5dde385fc00e19cd307fd40c253be39dd8111f
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -32,6 +32,9 @@ Web Refresh From Backend
3232

3333
|badge1| |badge2| |badge3| |badge4| |badge5|
3434

35+
Backend UI Reload Module
36+
========================
37+
3538
This is a **technical module** that allows triggering a **UI reload**
3639
from the backend. It enables triggering the reload action for selected
3740
users and record IDs.
@@ -53,24 +56,24 @@ model.
5356
**Arguments**
5457
~~~~~~~~~~~~~
5558

56-
+----------------+-------------------------+-------------------------+
57-
| Argument | Type | Description |
58-
+================+=========================+=========================+
59-
| **model** | ``Char`` | Model name, e.g. |
60-
| | | ``'res.partner'`` |
61-
+----------------+-------------------------+-------------------------+
62-
| **view_types** | ``List of Char`` | View types to reload, |
63-
| | *(optional)* | e.g. |
64-
| | | ``["form", "kanban"]``. |
65-
| | | Leave blank to reload |
66-
| | | all views. |
67-
+----------------+-------------------------+-------------------------+
68-
| **rec_ids** | ``List of Integer`` | The view will be |
69-
| | *(optional)* | reloaded only if a |
70-
| | | record with an ID from |
71-
| | | this list is present in |
72-
| | | the view. |
73-
+----------------+-------------------------+-------------------------+
59+
+----------------+--------------------------+--------------------------+
60+
| Argument | Type | Description |
61+
+================+==========================+==========================+
62+
| **model** | ``Char`` | Model name, e.g. |
63+
| | | ``'res.partner'`` |
64+
+----------------+--------------------------+--------------------------+
65+
| **view_types** | ``List of Char`` | View types to reload, |
66+
| | *(optional)* | e.g. |
67+
| | | ``["form", "kanban"]``. |
68+
| | | Leave blank to reload |
69+
| | | all views. |
70+
+----------------+--------------------------+--------------------------+
71+
| **rec_ids** | ``List of Integer`` | The view will be |
72+
| | *(optional)* | reloaded only if a |
73+
| | | record with an ID from |
74+
| | | this list is present in |
75+
| | | the view. |
76+
+----------------+--------------------------+--------------------------+
7477

7578
--------------
7679

10 KB
Loading

web_refresh_from_backend/static/description/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,19 @@ <h1>Web Refresh From Backend</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:2513ead70de52d1dd678016ee4f5991596bf94a25cfbdf5b62a4f4ef85bec099
375+
!! source digest: sha256:3fa12acb12fc8ba91141e344bd5dde385fc00e19cd307fd40c253be39dd8111f
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_refresh_from_backend"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_refresh_from_backend"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<div class="section" id="backend-ui-reload-module">
379379
<h2>Backend UI Reload Module</h2>
380380
<p>This is a <strong>technical module</strong> that allows triggering a <strong>UI reload</strong>
381381
from the backend. It enables triggering the reload action for selected
382382
users and record IDs.</p>
383+
<p><strong>NB:</strong> this module refreshes views using direct actions instead of
384+
calling <tt class="docutils literal">action_reload</tt>. This is done to avoid possible glitches and
385+
is aligned with the same approach used in the
386+
<a class="reference external" href="https://github.com/OCA/web/tree/16.0/web_refresher">web_refreshed</a>
387+
module.</p>
383388
<hr class="docutils" />
384389
<div class="section" id="helper-function-reload-views">
385390
<h3>🔧 Helper Function: <tt class="docutils literal">reload_views</tt></h3>

0 commit comments

Comments
 (0)