Jairo Llopis 7cc961fb7b [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.
2018-09-18 09:15:16 +01:00
2018-08-17 05:40:13 +02:00
2018-07-21 05:44:47 +02:00
2018-07-18 05:46:41 +02:00
2018-08-24 05:40:23 +02:00
2017-10-03 17:06:45 +02:00
2018-06-24 12:21:23 +02:00
2017-10-03 17:06:45 +02:00

Runbot Status Build Status Coverage Status

Web addons for Odoo

This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:

  • Add facilities to the UI
  • Add widgets
  • Ease the import/export features
  • Generally add clientside functionality
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%