Odoo web client UI related addons
 
 
 
 
 
Go to file
Carlos Lopez d5f2532775 [FIX] web_responsive: Make showAppsMenuItem work again
In Odoo 17, the Class TourStepUtils was removed, and stepUtils is now an object instead of a class. When this module is installed, the tours stop working and throw the error:
Uncaught Error: Dependencies should be defined by an array: function (require) {.

This commit adapts the code to align with these changes, ensuring that tours work correctly.
2025-01-28 01:31:29 +03:00
.github/workflows Initial commit 2024-10-08 12:49:40 +00:00
setup/_metapackage [BOT] post-merge updates 2025-01-14 07:17:22 +00:00
web_environment_ribbon [BOT] post-merge updates 2024-11-07 16:03:08 +00:00
web_favicon Update translation files 2025-01-14 07:50:57 +00:00
web_no_bubble [BOT] post-merge updates 2024-12-26 11:18:43 +00:00
web_notify [BOT] post-merge updates 2024-11-07 16:03:08 +00:00
web_pivot_computed_measure [BOT] post-merge updates 2024-12-20 09:51:01 +00:00
web_responsive [FIX] web_responsive: Make showAppsMenuItem work again 2025-01-28 01:31:29 +03:00
web_tree_dynamic_colored_field [BOT] post-merge updates 2024-12-20 09:51:01 +00:00
web_tree_many2one_clickable [BOT] post-merge updates 2024-12-31 08:14:58 +00:00
web_widget_numeric_step Update translation files 2025-01-09 15:52:30 +00:00
.copier-answers.yml [IMP] update dotfiles 2024-10-28 17:25:12 +07:00
.editorconfig Initial commit 2024-10-08 12:49:40 +00:00
.gitignore Initial commit 2024-10-08 12:49:40 +00:00
.pre-commit-config.yaml [IMP] update dotfiles 2024-10-28 17:25:12 +07:00
.pylintrc Initial commit 2024-10-08 12:49:40 +00:00
.pylintrc-mandatory Initial commit 2024-10-08 12:49:40 +00:00
.ruff.toml Initial commit 2024-10-08 12:49:40 +00:00
LICENSE Initial commit 2024-10-08 12:49:40 +00:00
README.md [BOT] post-merge updates 2025-01-14 07:17:22 +00:00
eslint.config.cjs [IMP] update dotfiles 2024-10-28 17:25:12 +07:00
prettier.config.cjs [IMP] update dotfiles 2024-10-28 17:25:12 +07:00
test-requirements.txt [MIG] web_pivot_computed_measure: Migration to 18.0 2024-11-29 11:03:06 +01:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

web

web

Available addons

addon version maintainers summary
web_environment_ribbon 18.0.1.0.1 Web Environment Ribbon
web_favicon 18.0.1.0.0 Allows to set a custom shortcut icon (aka favicon)
web_no_bubble 18.0.1.0.0 Remove the bubbles from the web interface
web_notify 18.0.1.0.1 Send notification messages to user
web_pivot_computed_measure 18.0.1.0.1 CarlosRoca13 Web Pivot Computed Measure
web_tree_dynamic_colored_field 18.0.1.0.1 Allows you to dynamically color fields on tree views
web_tree_many2one_clickable 18.0.1.0.1 Open the linked resource when clicking on their name
web_widget_numeric_step 18.0.1.0.0 rafaelbn yajo Web Widget Numeric Step

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


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.