Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis eb5e559a53 Fix Qweb templates. (#561)
* [FIX][web_m2x_options] Fix Qweb templates.

They were trying to replace non-existing elements, and this was being logged to console:

    Can't find "a.oe_m2o_cm_button" when extending template FieldMany2One
    Can't find "span.badge" when extending template FieldMany2ManyTag

* Raise version correctly.

* [FIX] Make many2many_tags tag deletion work again

* Correct replacement of event

Instead of overwriting all events from upstream widget, better just overwrite the one you need and inherit the rest.
2019-10-02 15:00:26 +02:00
web_m2x_options Fix Qweb templates. (#561) 2019-10-02 15:00:26 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:51:47 +02:00
.travis.yml [MIG] Add metafiles 2019-09-29 23:51:47 +02:00
README.md [MIG] Add metafiles 2019-09-29 23:51:47 +02: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