Odoo web client UI related addons
 
 
 
 
 
Go to file
Pedro M. Baeza 07e12b3f3e [IMP] web_widget_x2many_2d_matrix: New option field_att_<name>
Declare as many options prefixed with this string as you need for binding
a field value with an HTML node attribute (disabled, class, style...)
called as the `<name>` passed in the option.

NOTE: This doesn't prevent to require to fill the full matrix with
all the combination records.
2020-03-05 08:17:01 +01:00
setup [ADD] setup.py 2020-02-06 19:02:24 +00:00
web_decimal_numpad_dot pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_dialog_size pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_domain_field [FIX] Fixed the pyeval.js pah in assets_backend. 2020-02-20 18:02:50 +05:30
web_environment_ribbon pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_ir_actions_act_view_reload [IMP] pre-commit run after update 2020-01-30 10:52:55 +00:00
web_no_bubble [IMP] pre-commit run after update 2020-01-30 10:52:55 +00:00
web_notify [IMP] pre-commit run after update 2020-01-30 10:52:55 +00:00
web_responsive pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_tree_many2one_clickable pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_widget_bokeh_chart pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_widget_image_download pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
web_widget_x2many_2d_matrix [IMP] web_widget_x2many_2d_matrix: New option field_att_<name> 2020-03-05 08:17:01 +01:00
.editorconfig [IMP] pre-commit update 2020-01-30 10:52:55 +00:00
.eslintrc.yml [IMP] pre-commit update 2020-01-30 10:52:55 +00:00
.flake8 pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:51:47 +02:00
.isort.cfg pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
.pre-commit-config.yaml pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
.prettierrc.yml pre-commit update: prettier xml indent 2020-03-02 11:50:56 +01:00
.pylintrc pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.pylintrc-mandatory pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.travis.yml [IMP] pre-commit run after update 2020-01-30 10:52:55 +00:00
README.md pre-commit, black, isort 2019-10-12 12:32:55 +02:00
requirements.txt [13.0][MIG] web_widget_bokeh_chart 2019-12-20 11:53:03 +01:00

README.md

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