Guewen Baconnier c3bb0ab121 web_tree_dynamic_colored_field: Assume that color may not start with 'color_field'
The index at 0 in the following code:
  var colorField = this.arch.attrs.colors.split(';')
  .filter(color => color.trim().startsWith('color_field'))[0]
Was failing on such valid xml:
  <tree string="Buffer monitor"
        colors="red:procure_recommended_qty &gt; 0">
2020-03-19 11:37:58 +01:00
2020-03-17 08:41:29 +00:00
2020-03-17 08:41:29 +00:00
2020-01-30 10:52:55 +00:00
2020-01-30 10:52:55 +00:00
2019-10-12 12:32:55 +02:00
2019-09-29 23:51:47 +02:00
2020-03-14 12:32:49 +01:00
2019-10-12 12:32:55 +02:00
2019-10-12 12:32:55 +02:00
2020-01-30 10:52:55 +00:00
2019-10-12 12:32:55 +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%