From f6b8273ddb60e05966bcdb3310bfcb487441d36f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 10 Apr 2025 14:44:13 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 +- web_quick_start_screen/README.rst | 54 +++++++++---------- .../static/description/index.html | 6 +-- 4 files changed, 33 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 819cf2f5c..5f7405538 100644 --- a/README.md +++ b/README.md @@ -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 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](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 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Contrasted style on fields to improve the UI. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 25d7e91b7..009759fbd 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -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.*", diff --git a/web_quick_start_screen/README.rst b/web_quick_start_screen/README.rst index d4a816114..9a235ae1c 100644 --- a/web_quick_start_screen/README.rst +++ b/web_quick_start_screen/README.rst @@ -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()`` 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()`` 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 `__ +- `Tecnativa `__ - - Pedro M. Baeza - - David Vidal + - Pedro M. Baeza + - David Vidal Maintainers ----------- diff --git a/web_quick_start_screen/static/description/index.html b/web_quick_start_screen/static/description/index.html index 657933156..01c3a40af 100644 --- a/web_quick_start_screen/static/description/index.html +++ b/web_quick_start_screen/static/description/index.html @@ -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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

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.

  • 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 +
  • 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.