Guewen Baconnier 67894c6ad5 web_tree_dynamic_colored_field: Parse field options with pyeval
The options in <field> attributes are parsed as python expressions:
d18976d748/addons/web/static/src/js/services/data_manager.js (L273)

And the options in <button> are parsed as json...
d18976d748/addons/web/static/src/js/services/data_manager.js (L411)

This code only support the <field> element because I'm not sure there
is a use for the <button> element.
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%