3
0
Fork 0
Commit Graph

23 Commits (28dbb5c80cbf6484ef6bfda9e9502eb0fa93325e)

Author SHA1 Message Date
Nicolas JEUDY a8acc5ffb2 fix: remove description in __openerp__.py 2016-01-13 09:41:50 +01:00
Nicolas JEUDY dcdda1e2ef fix: typo on README 2016-01-13 09:41:50 +01:00
Nicolas JEUDY d00e0808f6 fix: remove unneeded dependency 2016-01-13 09:41:50 +01:00
Nicolas JEUDY 0fe39e8dc9 new: Add correct README.txt and rebase:
- Rebase to latest 9.0 branch
    - Modify README without legal claim
    - Test an check on latest odoo community and enterprise 9.0.
2016-01-13 09:41:50 +01:00
Nicolas JEUDY e678e3e080 fix: migrate to 9.0
- Use new UserMenu include method
- Works with Community and enterprise
2016-01-13 09:41:49 +01:00
Pedro M. Baeza 8a9710a005 [MIG] Make modules uninstallable 2015-10-14 02:57:05 +02:00
Stéphane Bidoul fa199590b3 [UPD] prefix versions with 8.0 2015-10-09 10:03:39 +02:00
Alexandre Fayolle 6706754e70 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:29:19 +01:00
Sylvain LE GAL 5b02c32702 [FIX] 'web_easy_switch_company' flake8 2014-10-15 00:46:07 +02:00
Adil Houmadi 43d2fb636a [FIX] Remove obsolete instruct (JS) in __openerp.py
In the new version of Odoo the JS is appended using template and xpath
Check this file : view/res_users_view
2014-07-26 14:53:22 +02:00
Adil Houmadi 13faa4066d [FIX] change icon path from /static/src/img to /static/description see : https://github.com/OCA/web/pull/18#issuecomment-50164937 2014-07-26 13:17:29 +02:00
Adil Houmadi 81f5e939d5 Flake8 issues 2014-07-17 22:57:41 +02:00
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
2014-07-17 22:41:07 +02:00
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
2014-07-15 10:53:32 +02:00
Holger Brunn 9972de3b44 move all addons to __unported__, set all addons as not installable 2014-07-07 13:11:28 +02:00
Stéphane Bidoul dbce9a72c8 Added a comment about an issue with the logos 2014-04-18 12:09:08 +02:00
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.
2014-04-18 11:36:48 +02:00
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.
2014-04-16 19:55:23 +02:00
Sylvain LE GAL 0fe62818be [REF] pep8;
[REF] change copyright header in each file;
[REF] typos in __openerp__.py file;
2014-04-02 11:17:53 +02:00
Sylvain LE GAL e29fead270 [REF] import conventions & comments. 2014-03-23 23:30:48 +01:00
Sylvain LE GAL 50220e6cb2 [ADD] hide the widget if the user has right on only one company. (following Arthru's remark) 2014-03-20 17:24:45 +01:00
Sylvain LE GAL f632190ec9 [REM] incorrect description in __openerp__.py file 2014-03-10 23:49:44 +01:00
Sylvain LE GAL 290f6f1c7f [ADD] new module 'web_easy_switch_company'. 2014-03-10 21:13:54 +01:00