Guewen Baconnier
|
c3e9a8bae8
|
Update fields, remove deprecated 'method' argument, change 'states'
otherwise the fields are not readonly (seems that the 'states' of the
original field is kept.
|
10 years ago |
Guewen Baconnier
|
5c137c1a00
|
Use cr argument instead of cursor, propagate context
|
10 years ago |
Guewen Baconnier
|
24a2d12492
|
Use absolute imports for openerp and new Model classes
|
10 years ago |
Guewen Baconnier
|
5d4fae0fe3
|
Move mail_environment in root folder
|
10 years ago |
Daniel Reis
|
11aaf76a82
|
Hide menus in Settings instead of deleting them
|
10 years ago |
Sandy Carter
|
fa73d00f19
|
Fix and update travis
Remove .coveragerc because new tests creates its own
|
10 years ago |
Sandy
|
ae8b0afa10
|
Merge pull request #45 from dreispt/port-users-ldap-populate
Port users ldap populate
|
10 years ago |
Sandy
|
a78f69bb28
|
Merge pull request #46 from dreispt/port-users-ldap-mail
Port users ldap mail
|
10 years ago |
Leonardo Pistone
|
b2d3f8ed9c
|
Merge pull request #61 from akretion/8.0-web_context_tunnel-port
web_context_tunnel v8 port: asset bundle + tests
|
10 years ago |
Guewen Baconnier
|
0f1edf7a56
|
Merge pull request #60 from hbrunn/8.0-base_field_serialized
[ADD] base_field_serialized
|
10 years ago |
Holger Brunn
|
d577676905
|
[IMP] relative imports, remove deprecated keys in manifest
|
10 years ago |
Pedro M. Baeza
|
ca4e839d6d
|
Merge pull request #64 from dreispt/fix-serv_config
Fix pylint on server_environment
|
10 years ago |
Raphaël Valyi
|
955ff38cf3
|
updated example
|
10 years ago |
Daniel Reis
|
7e44c68379
|
Fix pylint on server_environment
|
10 years ago |
Raphaël Valyi
|
58b58af75b
|
web_context_tunnel v8 port: asset bundle + tests
|
10 years ago |
Holger Brunn
|
ebe8af2e9b
|
[ADD] base_field_serialized
|
10 years ago |
Pedro M. Baeza
|
c138bbb9e3
|
Merge pull request #52 from ingadhoc/8.0
ADD crud rule to erp manager on mass object
|
10 years ago |
Juan Jose Scarafia
|
ac1efa6901
|
ADD crud rule to erp manager on mass object
|
10 years ago |
Guewen Baconnier
|
3e6f298366
|
Merge pull request #51 from ingadhoc/8.0
FIX onchange method name on mass editting module
|
10 years ago |
Juan Jose Scarafia
|
e9bfa5c559
|
FIX onchange method name
|
10 years ago |
Leonardo Pistone
|
87868b026f
|
Merge pull request #48 from nbessi/port_of_server_env
Port of server_environement
|
10 years ago |
Nicolas Bessi
|
e6e7079e9d
|
Remove dead commented code
|
10 years ago |
Nicolas Bessi
|
2eb7e27ba8
|
Improve performance by moving _build_osv in init
|
10 years ago |
Nicolas Bessi
|
fca8e9e7a9
|
Add unit test for server environment
|
10 years ago |
Nicolas Bessi
|
269e2ca36f
|
Refactor in order to support dotted parameters
|
10 years ago |
Nicolas Bessi
|
e4e5e8174e
|
Fix typo in dir name
|
10 years ago |
Nicolas Bessi
|
d3788534b4
|
Link server_environment_files_sample to server_environment_files in
order to be able to install and run the tests
|
10 years ago |
Nicolas Bessi
|
b8bc5c2e06
|
Add doctstring and remove dead code
|
10 years ago |
Nicolas Bessi
|
0771efa10a
|
Add git support to get revision
|
10 years ago |
Nicolas Bessi
|
1563582d03
|
Port server environment to version 8.0
|
10 years ago |
Nicolas Bessi
|
e1d8e4ffe9
|
Moving server environment module and sample module
|
10 years ago |
Daniel Reis
|
43abd511ac
|
Port users_ldap_populate to v8
|
10 years ago |
Daniel Reis
|
1796785cab
|
Fix PEP8
|
10 years ago |
Daniel Reis
|
312c45e90b
|
Port users_ldap_mail to v8
|
10 years ago |
Daniel Reis
|
7e49509862
|
Move users_ldap_mail out of unported
|
10 years ago |
Daniel Reis
|
73a1c76f61
|
Move users_ldap_populate out of unported
|
10 years ago |
lauris
|
c61521b3c3
|
Real fix for PEP8 errors
|
10 years ago |
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 |