diff --git a/README.md b/README.md index 38c56baaf..cbe2f598e 100644 --- a/README.md +++ b/README.md @@ -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 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure [web_pwa_oca](web_pwa_oca/) | 16.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](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 | [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![cuongnmtm](https://github.com/cuongnmtm.png?size=30px)](https://github.com/cuongnmtm) | Remember the tree columns' widths across sessions. [web_responsive](web_responsive/) | 16.0.1.3.4 | [![Tardo](https://github.com/Tardo.png?size=30px)](https://github.com/Tardo) [![SplashS](https://github.com/SplashS.png?size=30px)](https://github.com/SplashS) | Responsive web client, community-supported diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 74011e210..bb31e6d0d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20250225.0 \ No newline at end of file +16.0.20250410.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index fcba80afd..f9b876b6c 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -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', diff --git a/web_quick_start_screen/README.rst b/web_quick_start_screen/README.rst index 2b1cf6bfa..77e5a1168 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: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()`` 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 4e9b25671..725ce25e9 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:ce637ec2bd1f7cb321bdda1b2cf98a20e084b47769ff854e6a504741ea1136dd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.