Adil Houmadi
8cce6a5a2a
Try to make flake8 happy !
./web_easy_switch_company/controllers/main.py:26:1: E302 expected 2 blank lines, found 1
./web_easy_switch_company/controllers/main.py:32:9: F841 local variable 'context' is assigned to but never used
./web_easy_switch_company/controllers/main.py:36:1: W391 blank line at end of file
10 years ago
Adil Houmadi
0c4acb4847
Migrate web_easy_switch_company to the last v8
- change route in controller
- adapt the JS to call the backend
- modify the css to graft the widget in the toolbar
10 years ago
Holger Brunn
9972de3b44
move all addons to __unported__, set all addons as not installable
10 years ago
Stéphane Bidoul
dbce9a72c8
Added a comment about an issue with the logos
11 years ago
Stéphane Bidoul
63debfabf4
[FIX] web_easy_switch_company: propose the correct companies to non-admin users
Emulate the exact behaviour of the stock user preferences form.
11 years ago
Stéphane Bidoul
affdfa8cb7
[FIX] web_easy_switch_company: hide instead of removing company_id field in user preferences
Some other modules extending the user form rely on the presence of the company_id field, and break when it is removed.
11 years ago
Sylvain LE GAL
0fe62818be
[REF] pep8;
[REF] change copyright header in each file;
[REF] typos in __openerp__.py file;
11 years ago
Sylvain LE GAL
e29fead270
[REF] import conventions & comments.
11 years ago
Sylvain LE GAL
50220e6cb2
[ADD] hide the widget if the user has right on only one company. (following Arthru's remark)
11 years ago
Sylvain LE GAL
f632190ec9
[REM] incorrect description in __openerp__.py file
11 years ago
Sylvain LE GAL
290f6f1c7f
[ADD] new module 'web_easy_switch_company'.
11 years ago