mirror of https://github.com/OCA/web.git
Currently translated at 100.0% (41 of 41 strings) Translation: web-18.0/web-18.0-web_quick_start_screen Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_quick_start_screen/it/ |
||
---|---|---|
.. | ||
demo | ||
i18n | ||
models | ||
readme | ||
security | ||
static | ||
tests | ||
views | ||
README.rst | ||
__init__.py | ||
__manifest__.py | ||
pyproject.toml |
README.rst
================== Quick Start Screen ================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:eba97aa3c66b586477be732ab6d70494f16d1805d2bd24a15b92d0c70d20f29a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github :target: https://github.com/OCA/web/tree/18.0/web_quick_start_screen :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_quick_start_screen :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| This module adds a configurable start screen so users can go right into their more common tasks. It can be configured at the user level or just be used as common screens. **Table of contents** .. contents:: :local: Use Cases / Context =================== Some users use repeatedly the same actions on and on and sometimes those actions are so many clicks away which tends to be frustrating. 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``. 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. 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*. 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. Usage ===== When you have the proper config, once you login, you'll go to the quick 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. Bug Tracker =========== Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed `feedback <https://github.com/OCA/web/issues/new?body=module:%20web_quick_start_screen%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. Do not contact contributors directly about support or help with technical issues. Credits ======= Authors ------- * Tecnativa Contributors ------------ - `Tecnativa <https://tecnativa.com>`__ - Pedro M. Baeza - David Vidal Maintainers ----------- This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_quick_start_screen>`_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.