Jairo Llopis 64bf54ef82 [FIX] web_advanced_search: undefined in x2m fields
Before this patch, when searching with the "equals to" operator in any
x2many field, the searched parameter was always `undefined`.

The problem was that the underlying field manager implementation was
treating those fields as x2many, while the widget used was the `one2many`
one.

This patch simply mocks the underlying fake record to make think that
any relational field is always a `one2many`. This sets all pieces in
place and makes the field manager work as expected, and thus you can
search as expected too.
2021-04-28 14:35:58 +02:00
2021-04-08 06:14:04 +00:00
2021-03-31 10:23:36 +00:00
2021-02-04 08:49:29 +00:00
2021-03-09 15:46:45 +00:00
2021-03-02 11:29:49 +00:00
2021-03-05 10:45:54 +00:00
2021-03-22 11:43:04 +00:00
2021-04-06 06:18:18 +00:00
2020-10-08 21:56:07 +02:00
2020-10-08 21:56:07 +02:00
2020-10-08 21:56:07 +02:00
2020-10-08 21:56:07 +02:00
2020-10-08 21:56:07 +02:00
2020-11-01 22:39:13 +01:00
2020-12-11 20:27:23 +01:00
2020-10-08 21:56:07 +02:00
2020-10-08 21:56:07 +02:00
2020-10-08 21:56:07 +02:00
2021-04-08 06:14:01 +00:00

Runbot Status Build Status codecov Translation Status

web

TODO: add repo description.

Available addons

addon version summary
web_copy_confirm 14.0.1.0.0 Show confirmation dialogue before copying records
web_dialog_size 14.0.1.0.0 A module that lets the user expand a dialog box to the full screen width.
web_domain_field 14.0.1.0.0 Use computed field as domain
web_drop_target 14.0.1.0.0 Allows to drag files into Odoo
web_environment_ribbon 14.0.1.0.0 Web Environment Ribbon
web_m2x_options 14.0.1.0.0 web_m2x_options
web_notify 14.0.1.0.0 Send notification messages to user
web_responsive 14.0.1.0.1 Responsive web client, community-supported
web_sheet_full_width 14.0.1.0.1 Use the whole available screen width when displaying sheets
web_timeline 14.0.1.0.0 Interactive visualization chart to show events in time
web_tree_dynamic_colored_field 14.0.1.0.0 Allows you to dynamically color fields on tree views
web_tree_image_tooltip 14.0.1.0.0 Show images in tree views via tooltip
web_tree_many2one_clickable 14.0.1.0.0 Open the linked resource when clicking on their name
web_widget_bokeh_chart 14.0.1.0.0 This widget allows to display charts using Bokeh library.
web_widget_x2many_2d_matrix 14.0.1.0.0 Show list fields as a matrix

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to 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.

Description
Odoo web client UI related addons
Readme 306 MiB
Languages
JavaScript 69.3%
HTML 24.2%
Python 3.9%
SCSS 1.8%
CSS 0.8%