mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
e169567942
commit
6b17638302
|
@ -54,6 +54,7 @@ addon | version | maintainers | summary
|
|||
[web_notify_upgrade](web_notify_upgrade/) | 16.0.1.0.0 | | Notify active users when a module is installed or updated
|
||||
[web_pivot_computed_measure](web_pivot_computed_measure/) | 16.0.1.0.0 | [](https://github.com/CarlosRoca13) | Web Pivot Computed Measure
|
||||
[web_pwa_oca](web_pwa_oca/) | 16.0.1.0.0 | [](https://github.com/eLBati) | Make Odoo a PWA
|
||||
[web_quick_start_screen](web_quick_start_screen/) | 16.0.1.0.0 | | Configurable start screen for quick actions
|
||||
[web_refresher](web_refresher/) | 16.0.3.1.4 | | Web Refresher
|
||||
[web_remember_tree_column_width](web_remember_tree_column_width/) | 16.0.1.0.2 | [](https://github.com/frahikLV) [](https://github.com/luisg123v) [](https://github.com/cuongnmtm) | Remember the tree columns' widths across sessions.
|
||||
[web_responsive](web_responsive/) | 16.0.1.3.4 | [](https://github.com/Tardo) [](https://github.com/SplashS) | Responsive web client, community-supported
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20250225.0
|
||||
16.0.20250410.0
|
|
@ -41,6 +41,7 @@ setuptools.setup(
|
|||
'odoo-addon-web_notify_upgrade>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_pivot_computed_measure>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_pwa_oca>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_quick_start_screen>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_refresher>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_remember_tree_column_width>=16.0dev,<16.1dev',
|
||||
'odoo-addon-web_responsive>=16.0dev,<16.1dev',
|
||||
|
|
|
@ -7,7 +7,7 @@ Quick Start Screen
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:f9c2d78e553eef639adf52a6811c9a92a1b131a13c2882469d1e47f4fe271679
|
||||
!! source digest: sha256:ce637ec2bd1f7cb321bdda1b2cf98a20e084b47769ff854e6a504741ea1136dd
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -50,32 +50,32 @@ Configuration
|
|||
|
||||
To create quick actions:
|
||||
|
||||
- Go to *Settings > Technical > User Interface > Screen actions* and
|
||||
create o modify an existing one.
|
||||
- Choose the desired action, a name, a description and an icon.
|
||||
- You can add an optional context so you can reuse existing actions.
|
||||
You can use ``ref(<xml_id>)`` to get an id that you can use in your
|
||||
context. You can also use ``datetime`` and ``context_today`` in that
|
||||
same way you can do in ``ir.filters``.
|
||||
- Go to *Settings > Technical > User Interface > Screen actions* and
|
||||
create o modify an existing one.
|
||||
- Choose the desired action, a name, a description and an icon.
|
||||
- You can add an optional context so you can reuse existing actions. You
|
||||
can use ``ref(<xml_id>)`` to get an id that you can use in your
|
||||
context. You can also use ``datetime`` and ``context_today`` in that
|
||||
same way you can do in ``ir.filters``.
|
||||
|
||||
To create quick start screens:
|
||||
|
||||
- Go to *Settings > Technical > User Interface > Quick start screens*
|
||||
and create or modify an existing one.
|
||||
- Choose a descriptive name and link some quick screen actions.
|
||||
- Go to *Settings > Technical > User Interface > Quick start screens*
|
||||
and create or modify an existing one.
|
||||
- Choose a descriptive name and link some quick screen actions.
|
||||
|
||||
To assign a quick start screen to a user:
|
||||
|
||||
- Go to *Settings > Users and groups > Users* and select one.
|
||||
- In the *Preferences* tab, *Menus customization* section, you can
|
||||
choose which *Quick start screen* will that user use.
|
||||
- If you want to make the user start always in his start screen, in the
|
||||
same section select the action *Quick Start Screen*.
|
||||
- Go to *Settings > Users and groups > Users* and select one.
|
||||
- In the *Preferences* tab, *Menus customization* section, you can
|
||||
choose which *Quick start screen* will that user use.
|
||||
- If you want to make the user start always in his start screen, in the
|
||||
same section select the action *Quick Start Screen*.
|
||||
|
||||
To activate the quick start screen menu for a user:
|
||||
|
||||
- Go to *Settings > Users and groups > Users* (with debug mode on)
|
||||
- In *Technical* groups, set *Quick Start Screen* on.
|
||||
- Go to *Settings > Users and groups > Users* (with debug mode on)
|
||||
- In *Technical* groups, set *Quick Start Screen* on.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
@ -86,12 +86,12 @@ actions screen. Just click in and start working.
|
|||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
- Right now there's no much permissions handling, but it could be made
|
||||
similarly to how menus deal with them.
|
||||
- Also we could add the possibility of quick actions for users the same
|
||||
way that favorite filters work.
|
||||
- A tour helper that clicked in every defined action would be helpfull
|
||||
to detect possible issues.
|
||||
- Right now there's no much permissions handling, but it could be made
|
||||
similarly to how menus deal with them.
|
||||
- Also we could add the possibility of quick actions for users the same
|
||||
way that favorite filters work.
|
||||
- A tour helper that clicked in every defined action would be helpfull
|
||||
to detect possible issues.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
@ -114,10 +114,10 @@ Authors
|
|||
Contributors
|
||||
------------
|
||||
|
||||
- `Tecnativa <https://tecnativa.com>`__
|
||||
- `Tecnativa <https://tecnativa.com>`__
|
||||
|
||||
- Pedro M. Baeza
|
||||
- David Vidal
|
||||
- Pedro M. Baeza
|
||||
- David Vidal
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
|
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:f9c2d78e553eef639adf52a6811c9a92a1b131a13c2882469d1e47f4fe271679
|
||||
!! source digest: sha256:ce637ec2bd1f7cb321bdda1b2cf98a20e084b47769ff854e6a504741ea1136dd
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_quick_start_screen"><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_quick_start_screen"><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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adds a configurable start screen so users can go right into
|
||||
|
@ -402,8 +402,8 @@ actions are so many clicks away which tends to be frustrating.</p>
|
|||
<li>Go to <em>Settings > Technical > User Interface > Screen actions</em> and
|
||||
create o modify an existing one.</li>
|
||||
<li>Choose the desired action, a name, a description and an icon.</li>
|
||||
<li>You can add an optional context so you can reuse existing actions.
|
||||
You can use <tt class="docutils literal"><span class="pre">ref(<xml_id>)</span></tt> to get an id that you can use in your
|
||||
<li>You can add an optional context so you can reuse existing actions. You
|
||||
can use <tt class="docutils literal"><span class="pre">ref(<xml_id>)</span></tt> to get an id that you can use in your
|
||||
context. You can also use <tt class="docutils literal">datetime</tt> and <tt class="docutils literal">context_today</tt> in that
|
||||
same way you can do in <tt class="docutils literal">ir.filters</tt>.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue