Juan Jose Scarafia
|
e9bfa5c559
|
FIX onchange method name
|
2014-09-11 14:13:23 -03:00 |
Leonardo Pistone
|
87868b026f
|
Merge pull request #48 from nbessi/port_of_server_env
Port of server_environement
|
2014-09-11 13:56:50 +02:00 |
Nicolas Bessi
|
e6e7079e9d
|
Remove dead commented code
|
2014-09-10 08:12:44 +02:00 |
Nicolas Bessi
|
2eb7e27ba8
|
Improve performance by moving _build_osv in init
|
2014-09-09 15:55:53 +02:00 |
Nicolas Bessi
|
fca8e9e7a9
|
Add unit test for server environment
|
2014-09-09 15:41:55 +02:00 |
Nicolas Bessi
|
269e2ca36f
|
Refactor in order to support dotted parameters
|
2014-09-09 14:56:04 +02:00 |
Nicolas Bessi
|
e4e5e8174e
|
Fix typo in dir name
|
2014-09-09 14:23:46 +02:00 |
Nicolas Bessi
|
d3788534b4
|
Link server_environment_files_sample to server_environment_files in
order to be able to install and run the tests
|
2014-09-09 14:21:55 +02:00 |
Nicolas Bessi
|
b8bc5c2e06
|
Add doctstring and remove dead code
|
2014-09-09 14:21:35 +02:00 |
Nicolas Bessi
|
0771efa10a
|
Add git support to get revision
|
2014-09-09 14:12:19 +02:00 |
Nicolas Bessi
|
1563582d03
|
Port server environment to version 8.0
|
2014-09-09 14:11:45 +02:00 |
Nicolas Bessi
|
e1d8e4ffe9
|
Moving server environment module and sample module
|
2014-09-09 08:59:47 +02:00 |
Daniel Reis
|
43abd511ac
|
Port users_ldap_populate to v8
|
2014-09-03 10:25:48 +01:00 |
Daniel Reis
|
1796785cab
|
Fix PEP8
|
2014-09-03 10:24:30 +01:00 |
Daniel Reis
|
312c45e90b
|
Port users_ldap_mail to v8
|
2014-09-03 10:24:16 +01:00 |
Daniel Reis
|
7e49509862
|
Move users_ldap_mail out of unported
|
2014-09-02 16:13:04 +01:00 |
Daniel Reis
|
73a1c76f61
|
Move users_ldap_populate out of unported
|
2014-09-02 15:14:53 +01:00 |
Alexandre Fayolle
|
f2cb9ff343
|
changed branch ref in README.md
closes #23
|
2014-08-20 11:57:07 +02:00 |
Alexandre Fayolle
|
5e310b4c60
|
Merge branch '7.0' to master
Conflicts:
.travis.yml
__unported__/users_ldap_mail/__openerp__.py
dbfilter_from_header/__init__.py
disable_openerp_online/data/ir_ui_menu.xml
mass_editing/__init__.py
mass_editing/models/mass_object.py
mass_editing/wizard/__init__.py
|
2014-08-18 08:56:41 +02:00 |
Pedro M. Baeza
|
7841e39ca7
|
Merge pull request #26 from hbrunn/8.0-disable_openerp_online
[ADD] disable_openerp_online
|
2014-08-14 00:40:06 +02:00 |
Sandy Carter
|
9b6eee8e46
|
Tighten type check in domain (closes #15)
|
2014-08-13 09:13:37 +02:00 |
Sandy Carter
|
7fc2ef47e0
|
Tighten type check in domain
Fixes #15
Check that `domain[2]` is `str` because in some cases it's an `int` and `list`
operations don't work on `int`s.
|
2014-08-12 12:59:58 -04:00 |
Stéphane Bidoul
|
c2fec40d13
|
auth_http_remote_user: test if already authenticated based on login instead of uid
Avoids a database query unless authentication is actually required.
|
2014-08-05 09:24:50 +02:00 |
Stéphane Bidoul
|
5e79ce29dc
|
auth_from_http_remote_user: remove unneeded browse
|
2014-08-04 17:53:24 +02:00 |
Stéphane Bidoul
|
68e96cd782
|
auth_http_remote_user: slight reorganization and some comments (logic remains identical)
|
2014-08-04 17:50:13 +02:00 |
Laurent Mignon (aka lmi)
|
436ffcd53f
|
If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page)
If the uid in the session is not the same as the one from the binded HTTP_REMOTE_USER, always logout to clean up the session
|
2014-08-04 16:42:02 +02:00 |
Pedro M. Baeza
|
4765f546f4
|
Merge pull request #32 from avanzosc/8.0-mass_editing
[ADD] Migrated <mass_editing> for Odoo
|
2014-08-04 16:22:18 +02:00 |
Laurent Mignon (aka lmi)
|
8c7115e2d3
|
[FIX] return 'None' if no user name is found in the request hearder
|
2014-08-04 15:08:47 +02:00 |
Yannick Vaucher
|
9a06383c92
|
Merge pull request #33 from acsone/8.0-fix-travis
8.0 fix travis
|
2014-08-04 13:47:14 +02:00 |
Laurent Mignon (aka lmi)
|
0a87609cf2
|
[FIX] travis (use the one from OCA)
|
2014-08-04 13:15:10 +02:00 |
Laurent Mignon (aka lmi)
|
4c4e2139cd
|
[PEP8]
|
2014-08-04 13:10:08 +02:00 |
Laurent Mignon (aka lmi)
|
b939815513
|
[FIX] travis
|
2014-08-04 13:09:34 +02:00 |
Laurent Mignon (aka lmi)
|
97f491724f
|
[PEP8]
|
2014-08-04 13:00:44 +02:00 |
Laurent Mignon (aka lmi)
|
d68a47f05f
|
[FIX] always check the uid in the session and the one in the request to avoid session mismatch...
|
2014-08-04 12:55:58 +02:00 |
Laurent Mignon (aka lmi)
|
a70e13365d
|
[FIX] properlyt return the Unauthorized() response to avoid warning in the log file
|
2014-08-04 12:20:26 +02:00 |
Laurent Mignon (aka lmi)
|
8a23567fe3
|
Improve doc
|
2014-08-04 12:07:03 +02:00 |
Laurent Mignon (aka lmi)
|
1675ae6fbf
|
Code simplification: remove overkill method
|
2014-08-04 12:03:16 +02:00 |
Laurent Mignon (aka lmi)
|
68e03a3711
|
Improve doc
|
2014-08-04 11:52:54 +02:00 |
Laurent Mignon (aka lmi)
|
8f9fcae4dc
|
Addons configuration parameter is now a field part of the Authentication group from base_setup[C
|
2014-08-04 11:48:09 +02:00 |
oihane
|
9e24c6fc35
|
[MOD] Splitted mass_editing.py into two files
|
2014-08-04 09:48:36 +02:00 |
oihane
|
89dcf08a1e
|
[MOD] Some changes
|
2014-08-01 19:50:53 +02:00 |
oihane
|
27970ad2ab
|
[ADD] Migrated <mass_editing> for Odoo
|
2014-08-01 19:24:17 +02:00 |
Laurent Mignon (aka lmi)
|
ec8f4a7292
|
Improve module description
|
2014-07-30 15:50:12 +02:00 |
Laurent Mignon
|
9b99c2dc57
|
[FIX] if the default login page is disabled, redirect with *401*
|
2014-07-30 11:05:07 +02:00 |
Laurent Mignon
|
2f51036928
|
[PEP8] line lenght is now ridiculous (80 chars)
|
2014-07-30 11:03:37 +02:00 |
Laurent Mignon
|
c893a706b8
|
port auth_from_http_remote_user to 8.0
|
2014-07-30 10:23:52 +02:00 |
Holger Brunn
|
97b570b739
|
[IMP] rebranding
[FIX] avoid warning for deleted menus
|
2014-07-28 11:03:11 +02:00 |
Laurent Mignon
|
7dd5bc685e
|
[ADD] This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying^Co bind the given value to a user
|
2014-07-25 16:42:26 +02:00 |
Sandy
|
4c38478ed9
|
Merge pull request #29 from savoirfairelinux/7.0-delete-search
[7.0] Fix wrong parenthesis
|
2014-07-24 13:19:41 -04:00 |
Sandy Carter
|
009bfb2836
|
Fix wrong parenthesis
|
2014-07-24 11:43:44 -04:00 |