Yannick Vaucher
cde83d1f1d
Merge pull request #6 from yvaucher/7.0-unported
...
add missing installable and move unported in __unported__
2014-07-07 20:02:18 +02:00
Yannick Vaucher
c79a80f863
add missing installable and move unported in __unported__
2014-07-07 20:00:15 +02:00
Yannick Vaucher
63a3f5e7af
Merge pull request #5 from yvaucher/7.0-gitignore-license
...
7.0 gitignore license
2014-07-07 19:46:19 +02:00
Yannick Vaucher
3be4d860f7
add .gitignore
2014-07-07 19:44:17 +02:00
Yannick Vaucher
110393d27f
Add license
2014-07-07 19:42:24 +02:00
unknown
5846255653
[REF] flake8 for 'mass_editing', 'auth_admin_passkey', 'disable_openerp_online' modules;
2014-07-07 15:15:02 +02:00
unknown
17e575c3da
[ADD] import_odbc and base_external_dbsource from lp:openobject-extension/7.0
2014-07-04 17:54:29 +02:00
Sylvain LE GAL
e79795fc32
[REF] 'mass_editing': flake8.
2014-07-03 12:55:05 +02:00
Sylvain LE GAL
17dee822dd
[REF] 'auth_admin_passkey': flake8.
2014-07-03 12:24:20 +02:00
Sylvain LE GAL
085bbcc264
[REF] 'disable_openerp_online': flake8.
2014-07-03 12:22:34 +02:00
Launchpad Translations on behalf of server-env-tools-core-editors
d6a437f623
Launchpad automatic translations update.
2014-05-24 06:46:27 +00:00
unknown
f1c3fbd7e5
[FIX] auth_admin_passkey: uncaught error with admin password and bad login by checking if user_id is set instead of only checking if different than SUPERUSER_ID
2014-05-16 16:28:30 +02:00
Sylvain LE GAL
0484b8aaff
[REF] fix comments;
2014-05-14 15:32:27 +02:00
Sylvain LE GAL
b4883bd9c3
[FIX] bug #1319391 ;
2014-05-14 15:27:40 +02:00
Sylvain LE GAL
ed3a612a5c
[ADD] Test #6 to test the bug #1319391 ;
...
[ADD] Test #1 to #5 to avoid regression;
2014-05-14 15:26:27 +02:00
Launchpad Translations on behalf of server-env-tools-core-editors
4ff9b77850
Launchpad automatic translations update.
2014-04-28 06:09:32 +00:00
unknown
80f6954ce5
[FIX] eval module not being masked by aliased import
2014-04-21 15:03:16 +02:00
unknown
55343792ab
[ADD] port fetchmail_attach_from_folder to 7.0
2014-04-21 14:43:21 +02:00
unknown
abd7535157
[FIX] Super write() expects list of ids
2014-04-20 12:29:31 +02:00
Maxime Chambreuil
6a9f9bd54a
[FIX] Menu, views and version number
2014-04-17 08:02:42 -04:00
Launchpad Translations on behalf of server-env-tools-core-editors
22ed7b8656
Launchpad automatic translations update.
2014-04-17 06:53:31 +00:00
Yannick Vaucher
91db4d03f9
Fix lp:1302500 by evaluating an empty context to avoid error
2014-04-09 15:18:26 +02:00
Launchpad Translations on behalf of server-env-tools-core-editors
21792dc294
Launchpad automatic translations update.
2014-04-09 07:06:37 +00:00
Jairo Llopis
6e86a66a87
Write needs list to browse.
2014-04-08 09:38:19 +02:00
Yannick Vaucher
87eb04224c
remove set_eval_context as initialized in init
2014-04-07 15:38:02 +02:00
unknown
39ab95acd9
[ADD] auth_admin_passkey that allows admin user (uid=1) to login with
...
any login and his password
2014-04-07 11:30:41 +02:00
Yannick Vaucher
671db82648
Fix lp:1302500 by evaluating an empty context to avoid error
2014-04-04 15:51:09 +02:00
Launchpad Translations on behalf of server-env-tools-core-editors
70b5d4f754
Launchpad automatic translations update.
2014-04-04 07:08:07 +00:00
Jairo Llopis
bb2c687aec
Fix eval vulnerability.
2014-04-03 10:46:29 +02:00
Jairo Llopis
ef0733ebdd
Merge
2014-04-03 10:45:24 +02:00
Launchpad Translations on behalf of server-env-tools-core-editors
cc7f0b2cf6
Launchpad automatic translations update.
2014-04-03 06:02:23 +00:00
Sylvain LE GAL
0722cde476
[FIX] translation.
2014-04-02 18:01:16 +02:00
Sylvain LE GAL
55eb25a855
[MRG]
2014-04-02 18:00:03 +02:00
Jairo Llopis
cdd1a5ebdd
Fix bug #1235969 .
2014-04-02 11:29:40 +02:00
unknown
d06b755eef
[ADD] HTTP Basic auth for OpenERP. One module picks up the HTTP authorization
...
header and tries to login the user with the credentials given. Usually,
you would have a setup that your OpenERP instance sits behind a proxy
that does the authentication and passes it on via those headers.
The second modifies the logout procedure to clear the browser's credential
cache for basic authentication for the site OpenERP is running on.
It is split into two modules because of the web client's habit of loading
all addons which have a static directory, resulting in always executing
auth_from_http_basic's monkey patch. This way the user has to consciously
decide to load the addon.
2014-04-02 10:22:09 +02:00
Sylvain LE GAL
936ebd27b8
[REF] typo.
2014-03-31 16:19:05 +02:00
Sylvain LE GAL
7711cde3c5
[FIX] Incorrect import.
2014-03-31 16:15:32 +02:00
Sylvain LE GAL
fb1763fd05
[REF] change order in an algorithm;
2014-03-31 15:24:11 +02:00
Sylvain LE GAL
80a2e93c8d
[REF] Pep8.
2014-03-31 14:57:27 +02:00
Sylvain LE GAL
dbbef72026
[ADD] copyright information in all files.
2014-03-31 14:38:56 +02:00
Holger Brunn
c5187e5abc
[FIX] pep8
2014-03-31 12:06:13 +02:00
Sylvain LE GAL
316cda1e22
[MRG]
2014-03-27 20:15:04 +01:00
Launchpad Translations on behalf of server-env-tools-core-editors
0d617eb23d
Launchpad automatic translations update.
2014-03-25 07:21:45 +00:00
Sylvain LE GAL
61cac54371
[FIX] res_config.py : incorrect call. self.pool('xxx') -> self.pool['xxx']
...
[REF] res_users.py : same call to self.pool in other res_users class.
2014-03-24 15:10:02 +01:00
Sylvain LE GAL
4562169feb
[REF] Pep8 and import conventions.
2014-03-23 23:01:19 +01:00
Sylvain LE GAL
e2ec68c69a
[MRG]
2014-03-23 21:48:49 +01:00
Sylvain LE GAL
d437d3af72
[IMP] Emails are now translated.
2014-03-23 21:45:12 +01:00
Sylvain LE GAL
aca963fac4
[IMP] 'auth_admin_passkey' works now indepently from the order of the installation of modules 'auth_admin_passkey' and 'auth_crypt'. (Courtesy of Stefan Rijnhart).
2014-03-23 20:26:09 +01:00
Sylvain LE GAL
bdb535c057
[ADD] 'auth_admin_passkey' : add '.pot' file.
2014-03-23 18:45:28 +01:00
Sylvain LE GAL
2c29253ec7
[IMP] 'auth_admin_passkey' : Manage the special case where an user has the same password as the admin user, sending a mail to admin user.
2014-03-23 18:42:14 +01:00