mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
6a0ba1eb0b
commit
f6b8273ddb
|
@ -31,6 +31,7 @@ addon | version | maintainers | summary
|
|||
[web_notify](web_notify/) | 18.0.1.0.1 | | Send notification messages to user
|
||||
[web_notify_channel_message](web_notify_channel_message/) | 18.0.1.0.0 | | Send an instant notification to channel users when a new message is posted
|
||||
[web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.2 | [](https://github.com/CarlosRoca13) | Web Pivot Computed Measure
|
||||
[web_quick_start_screen](web_quick_start_screen/) | 18.0.1.0.0 | | Configurable start screen for quick actions
|
||||
[web_refresher](web_refresher/) | 18.0.1.0.0 | | Web Refresher
|
||||
[web_search_with_and](web_search_with_and/) | 18.0.1.0.0 | | Use AND conditions on omnibar search
|
||||
[web_theme_classic](web_theme_classic/) | 18.0.1.0.0 | [](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "odoo-addons-oca-web"
|
||||
version = "18.0.20250403.1"
|
||||
version = "18.0.20250410.0"
|
||||
dependencies = [
|
||||
"odoo-addon-web_chatter_position==18.0.*",
|
||||
"odoo-addon-web_company_color==18.0.*",
|
||||
|
@ -12,6 +12,7 @@ dependencies = [
|
|||
"odoo-addon-web_notify==18.0.*",
|
||||
"odoo-addon-web_notify_channel_message==18.0.*",
|
||||
"odoo-addon-web_pivot_computed_measure==18.0.*",
|
||||
"odoo-addon-web_quick_start_screen==18.0.*",
|
||||
"odoo-addon-web_refresher==18.0.*",
|
||||
"odoo-addon-web_search_with_and==18.0.*",
|
||||
"odoo-addon-web_theme_classic==18.0.*",
|
||||
|
|
|
@ -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:eba97aa3c66b586477be732ab6d70494f16d1805d2bd24a15b92d0c70d20f29a
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |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:eba97aa3c66b586477be732ab6d70494f16d1805d2bd24a15b92d0c70d20f29a
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/18.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-18-0/web-18-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=18.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