3
0
Fork 0
Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis fe42dbcd92 [FIX] web_dialog_size: Fix usage for non-admins and reduce calls (#954)
This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
2019-10-04 11:49:43 +05:30
web_dialog_size [FIX] web_dialog_size: Fix usage for non-admins and reduce calls (#954) 2019-10-04 11:49:43 +05:30
.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