web icon indicating copy to clipboard operation
web copied to clipboard

Odoo web client UI related addons

Results 344 web issues
Sort by recently updated
recently updated
newest added

This module creates a new field that can be used to add a new parameter on field property description. This parameter will allow us to show some parameters on portal...

Include 3 actions: - Applies https://github.com/OCA/web/pull/3281 - Removes a warning - Puts the module web_disable_export_group to be executed independently, as there is some collisions with other modules.

Note: this is a migration of the code. It seems the CSS would need some polish, even though it seems mostly alright (contrast of many elements is quite low for...

Odoo’s default report layout uses a fixed font size for all PDF documents. In many real use cases, especially when invoice or sales order lines include long product descriptions or...

approved
ready to merge

Module web_sort_menu is introduced to sort apps in alphabetical order while displayed on NavBar

approved
ready to merge

The text was not applied because the anchor content was already rendered before it was set. This patch updates the readonly rendering to replace the anchor text with the value...

Since odoo 13.0, the debug state is got from this function instead of `require('web.config').debug`

Add a Json editor widget. Supports edits, dark mode (should work on OCA's version, since it relies on setting the `color_theme` cookie to `dark`). Can even be put in a...