lauris
|
131cf140f3
|
PEP8 fix for /import_odbc/import_odbc.py
|
10 years ago |
lauris
|
d2c7818403
|
base_external_dbsource and import_odbc modules moved out of __unported__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1
|
10 years ago |
Alexandre Fayolle
|
f2cb9ff343
|
changed branch ref in README.md
closes #23
|
10 years ago |
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
|
10 years ago |
Pedro M. Baeza
|
7841e39ca7
|
Merge pull request #26 from hbrunn/8.0-disable_openerp_online
[ADD] disable_openerp_online
|
10 years ago |
Sandy Carter
|
9b6eee8e46
|
Tighten type check in domain (closes #15)
|
10 years ago |
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.
|
10 years ago |
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.
|
10 years ago |
Stéphane Bidoul
|
5e79ce29dc
|
auth_from_http_remote_user: remove unneeded browse
|
10 years ago |
Stéphane Bidoul
|
68e96cd782
|
auth_http_remote_user: slight reorganization and some comments (logic remains identical)
|
10 years ago |
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
|
10 years ago |
Pedro M. Baeza
|
4765f546f4
|
Merge pull request #32 from avanzosc/8.0-mass_editing
[ADD] Migrated <mass_editing> for Odoo
|
10 years ago |
Laurent Mignon (aka lmi)
|
8c7115e2d3
|
[FIX] return 'None' if no user name is found in the request hearder
|
10 years ago |
Yannick Vaucher
|
9a06383c92
|
Merge pull request #33 from acsone/8.0-fix-travis
8.0 fix travis
|
10 years ago |
Laurent Mignon (aka lmi)
|
0a87609cf2
|
[FIX] travis (use the one from OCA)
|
10 years ago |
Laurent Mignon (aka lmi)
|
4c4e2139cd
|
[PEP8]
|
10 years ago |
Laurent Mignon (aka lmi)
|
b939815513
|
[FIX] travis
|
10 years ago |
Laurent Mignon (aka lmi)
|
97f491724f
|
[PEP8]
|
10 years ago |
Laurent Mignon (aka lmi)
|
d68a47f05f
|
[FIX] always check the uid in the session and the one in the request to avoid session mismatch...
|
10 years ago |
Laurent Mignon (aka lmi)
|
a70e13365d
|
[FIX] properlyt return the Unauthorized() response to avoid warning in the log file
|
10 years ago |
Laurent Mignon (aka lmi)
|
8a23567fe3
|
Improve doc
|
10 years ago |
Laurent Mignon (aka lmi)
|
1675ae6fbf
|
Code simplification: remove overkill method
|
10 years ago |
Laurent Mignon (aka lmi)
|
68e03a3711
|
Improve doc
|
10 years ago |
Laurent Mignon (aka lmi)
|
8f9fcae4dc
|
Addons configuration parameter is now a field part of the Authentication group from base_setup[C
|
10 years ago |
oihane
|
9e24c6fc35
|
[MOD] Splitted mass_editing.py into two files
|
10 years ago |
oihane
|
89dcf08a1e
|
[MOD] Some changes
|
10 years ago |
oihane
|
27970ad2ab
|
[ADD] Migrated <mass_editing> for Odoo
|
10 years ago |
Laurent Mignon (aka lmi)
|
ec8f4a7292
|
Improve module description
|
10 years ago |
Laurent Mignon
|
9b99c2dc57
|
[FIX] if the default login page is disabled, redirect with *401*
|
10 years ago |
Laurent Mignon
|
2f51036928
|
[PEP8] line lenght is now ridiculous (80 chars)
|
10 years ago |
Laurent Mignon
|
c893a706b8
|
port auth_from_http_remote_user to 8.0
|
10 years ago |
Holger Brunn
|
97b570b739
|
[IMP] rebranding
[FIX] avoid warning for deleted menus
|
10 years ago |
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
|
10 years ago |
Sandy
|
4c38478ed9
|
Merge pull request #29 from savoirfairelinux/7.0-delete-search
[7.0] Fix wrong parenthesis
|
10 years ago |
Sandy Carter
|
009bfb2836
|
Fix wrong parenthesis
|
10 years ago |
Pedro M. Baeza
|
7454621c47
|
Merge pull request #27 from savoirfairelinux/7.0-pep8
7.0 pep8
|
10 years ago |
Sandy Carter
|
9b4e2a3932
|
Fix failing yml test
|
10 years ago |
Sandy Carter
|
0b9d69f676
|
Update travis
|
10 years ago |
Sandy Carter
|
82aa4f5763
|
Fix additional depreications
|
10 years ago |
Sandy Carter
|
d007be5060
|
[PEP8] fetchmail_attach_from_folder
|
10 years ago |
Holger Brunn
|
b204ed7f71
|
[ADD] port disable_openerp_online
|
10 years ago |
Holger Brunn
|
f83737f6e8
|
Merge pull request #25 from dreispt/fix-travis-badge
[FIX] TravisCI build badge on master branch
|
10 years ago |
Daniel Reis
|
fd3563f572
|
Fix TravisCI build badge on master branch
|
10 years ago |
Pedro M. Baeza
|
a28edaaeff
|
Merge pull request #21 from bwrsandman/7.0-fix-flakes8
7.0 fix flakes8 (complete)
|
10 years ago |
Sandy
|
e5adb3cddb
|
Merge pull request #13 from yvaucher/7.0-travis-fix
fix test file path in base-external_dbsourse
|
10 years ago |
Sandy Carter
|
49975648a8
|
[PEP8] Misc
|
10 years ago |
Sandy Carter
|
d82b1574f6
|
[PEP8] email_template_template
|
10 years ago |
Sandy Carter
|
a2b37d8d2e
|
[PEP8] users_ldap_mail
|
10 years ago |
Sandy Carter
|
50af2cc47e
|
[PEP8] users_ldap_populate
|
10 years ago |
Sandy Carter
|
dfd92bb466
|
[PEP8] super_calendar
|
10 years ago |