Guewen Baconnier 71fd048442 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">
2019-03-20 18:36:58 +01:00
2019-03-18 13:38:54 +00:00
2019-02-25 17:48:48 +01:00
2018-11-26 18:01:51 +00:00
2019-03-03 16:18:59 +00:00
2018-12-02 02:59:09 +00:00
2019-03-03 16:19:08 +00:00
2019-01-27 11:12:12 +00:00
2018-09-27 02:40:55 +02:00
2018-09-27 02:40: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%