Commit Graph

73 Commits

Author SHA1 Message Date
Olivier Dony f50f0bd089 [IMP] auth_signup: do not shadow the `deferred` returned by Login.start._super()
bzr revid: odo@openerp.com-20121122142930-bq263k9p01l99sa2
2012-11-22 15:29:30 +01:00
Olivier Dony 340ec6d5c3 [IMP] auth_signup: pass db in query string params, in order to trigger mono-db mode
Works after recent monodb patch in web,
at rev.3460 rev-id: al@openerp.com-20121119170802-gdrh1nrj3vtogfvw

bzr revid: odo@openerp.com-20121119175114-3conxxaym32eflgp
2012-11-19 18:51:14 +01:00
Olivier Dony ac7e2607ff [IMP] auth_signup: allow passing more options to signup URL
bzr revid: odo@openerp.com-20121116161554-9laa2orf0l9kl5ju
2012-11-16 17:15:54 +01:00
Olivier Dony c558ac6272 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121114172252-q1xj3hdugqhky532
bzr revid: odo@openerp.com-20121115135141-ia8uf5649rapj0v7
2012-11-15 14:51:41 +01:00
Christophe Simonis 1274993540 [FIX] auth_signup + auth_anonymous: update to new api
bzr revid: chs@openerp.com-20121114165446-7f4xv1yb11pu50ya
2012-11-14 17:54:46 +01:00
Olivier Dony c9d5148991 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121107114202-mt3gny8e2497m7qf
2012-11-07 12:42:02 +01:00
Antony Lesuisse cdd2398496 [MERGE] auth_signup jsonrpc instead of post and redirect
bzr revid: al@openerp.com-20121103144237-5otizomez1du5iyq
2012-11-03 15:42:37 +01:00
Christophe Simonis 9b1daf3861 [FIX] auth_signup: do the signup via ajax, allowing web client to respect hash values and execute initially asked action
bzr revid: chs@openerp.com-20121023191805-6ct40v4klj75fdpx
2012-10-23 21:18:05 +02:00
Olivier Dony c7757baf77 [IMP] edi: ported web part to 7.0 + removed the EDI preview- and export-related parts
As started in previous commits, in 7.0 there is no more
static storage of exported EDI documents, and they are
instead replaced by the improved portal - which will
provide the preview as well as export capabilities.
(The export might be added in a second phase)

bzr revid: odo@openerp.com-20121016122913-ndl0l36buhku3kxy
2012-10-16 14:29:13 +02:00
Antony Lesuisse 462eccb10d [FIX] auth_signup pass on the state
bzr revid: al@openerp.com-20121011000534-w3wa7m3mh1znylde
2012-10-11 02:05:34 +02:00
Antony Lesuisse 84a7523a63 [IMP] remove standalone web client, fix imports
bzr revid: al@openerp.com-20121010204617-ah29rz616xo7i2dr
2012-10-10 22:46:17 +02:00
Raphael Collet 224520c2ca [IMP] auth_signup: improve label in settings
bzr revid: rco@openerp.com-20121003083831-1tcla6w18cyazb1j
2012-10-03 10:38:31 +02:00
Raphael Collet 295e96d528 [IMP] auth_signup: add state (function field) on res.users: new, active, resetting password
bzr revid: rco@openerp.com-20121002145757-2m4dj7t5zq2sztfc
2012-10-02 16:57:57 +02:00
Raphael Collet c2a1e7e15d [FIX] auth_signup: fix condition to test validity of signup token
bzr revid: rco@openerp.com-20121001150333-dcf9co7bpsau5x2k
2012-10-01 17:03:33 +02:00
Raphael Collet 05aaabdbdd [IMP] auth_signup, portal: include a correct login/signup url in partner emails
bzr revid: rco@openerp.com-20121001091441-axamc9xp9nq5ibk2
2012-10-01 11:14:41 +02:00
Raphael Collet ad2d3c360f [IMP] auth_signup: fallback to login when token is no longer valid but user exists
bzr revid: rco@openerp.com-20120928142103-3a4vbs7y3gw135qm
2012-09-28 16:21:03 +02:00
Raphael Collet 3efe72ad6a [IMP] auth_signup: simplify user creation in signup, thanks to the fix of method copy()
bzr revid: rco@openerp.com-20120928120944-a2hgusq8gg3qf83n
2012-09-28 14:09:44 +02:00
Raphael Collet bf5395ab3d [IMP] auth_signup: add function fields signup_valid, signup_url, and method prepare_signup
bzr revid: rco@openerp.com-20120928085843-0erxrzva9lk5tqfh
2012-09-28 10:58:43 +02:00
Raphael Collet 0f4529603c [FIX] auth_signup: change test to determine when signing in
bzr revid: rco@openerp.com-20120928085259-cb51yq7e7mivxsw3
2012-09-28 10:52:59 +02:00
Raphael Collet b80d84aafc [IMP] auth_signup: remove temporary function field signup_url, and clean methods
bzr revid: rco@openerp.com-20120927082704-wtuvir9tm2pgsvnq
2012-09-27 10:27:04 +02:00
Raphael Collet 479dfb7ea0 [FIX] auth_signup: fix the creation of a user attached to a partner from a user template
bzr revid: rco@openerp.com-20120926150459-9degade1ra9sk0ds
2012-09-26 17:04:59 +02:00
Raphael Collet 0605295602 [IMP] auth_signup: improve web look-and-feel
bzr revid: rco@openerp.com-20120926130241-wlzeyzrsr1xwjdcm
2012-09-26 15:02:41 +02:00
Raphael Collet a50dfa668d [IMP] auth_signup: improve error message handling with method show_error()
bzr revid: rco@openerp.com-20120926095353-7cgcby7biohfx0i2
2012-09-26 11:53:53 +02:00
Raphael Collet 9906a2bda1 [IMP] auth_signup: improve error message handling in web client
bzr revid: rco@openerp.com-20120925143433-p4r2gl6t37dw0s17
2012-09-25 16:34:33 +02:00
Raphael Collet e184913f34 [FIX] auth_signup: store and retrieve config parameters that may be null
bzr revid: rco@openerp.com-20120925125522-2t74fta15yfoesc1
2012-09-25 14:55:22 +02:00
Raphael Collet 597919467d [IMP] auth_signup: add css
bzr revid: rco@openerp.com-20120925124557-2yka4yu0x7528atl
2012-09-25 14:45:57 +02:00
Raphael Collet aceae3501e [IMP] auth_signup: extend the login form to allow signups
bzr revid: rco@openerp.com-20120925104013-f2vfqcjknx7zyo26
2012-09-25 12:40:13 +02:00
Raphael Collet d19ea766fa [IMP] auth_signup: improve API and implementation of signup
bzr revid: rco@openerp.com-20120924082609-75dnuzwrlhtvafh4
2012-09-24 10:26:09 +02:00
Raphael Collet 7873305eb1 [IMP] auth_signup: define new model and methods for signup
bzr revid: rco@openerp.com-20120921104237-krjff0k8lvhric8c
2012-09-21 12:42:37 +02:00
Raphael Collet 7655344ec5 [FIX] auth_signup: fix reference to template user for signup
bzr revid: rco@openerp.com-20120920074514-en23fuwudyn2zxjx
2012-09-20 09:45:14 +02:00
Raphael Collet b0b4b4b252 [MERGE] trunk-portal-access-manager-hmo:
- simplify the portal model, now reduced to a group with a flag
- remove groups Portal/Manager and Portal/Officer
- the portal wizard now shows which contacts are in a given portal, and allows to add/remove users to/from it

bzr revid: rco@openerp.com-20120919124137-1ete2abin1pvg13s
2012-09-19 14:41:37 +02:00
Raphael Collet 29572425d1 [FIX] auth_signup: rename duplicate xml id
bzr revid: rco@openerp.com-20120919081040-qh5brnfs1b4c39ou
2012-09-19 10:10:40 +02:00
Raphael Collet 3409bdbee9 [MERGE] from trunk
bzr revid: rco@openerp.com-20120914083614-clgqbtrk9jio2nt6
2012-09-14 10:36:14 +02:00
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Mayur Maheshwari (OpenERP) b90853eaf0 [IMP]account : improve string
bzr revid: mma@tinyerp.com-20120913125154-75dc3d48yk1atujy
2012-09-13 18:21:54 +05:30
Harry (OpenERP) a423dd14c8 [MERGE]
bzr revid: hmo@tinyerp.com-20120907062123-zfxba3n2ut2vu8jl
2012-09-07 11:51:23 +05:30
Stephane Wirtel 1eac0fbe52 [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135136-8k2wjeiixqt6tnkr
2012-08-31 15:51:36 +02:00
Antonin Bourguignon fd4178ee58 [IMP] auth_signup: better ids for the config_parameter record
bzr revid: abo@openerp.com-20120829143453-vn6l5b1c8kcvxqgj
2012-08-29 16:34:53 +02:00
Antonin Bourguignon aaa01ab8c4 [IMP] move the template user in the auth_signup module, and fix the default methods
bzr revid: abo@openerp.com-20120828163657-x4l6bhebwdq0kslp
2012-08-28 18:36:57 +02:00
Antonin Bourguignon 2606c563c4 [IMP] add a template user to the portal and use it as default value in the external users config
bzr revid: abo@openerp.com-20120828124754-j2b5m7m58pdv6k0y
2012-08-28 14:47:54 +02:00
Antonin Bourguignon 381676051e [IMP] hide the auth_signup_template_user_id field when auth_signup_uninvited isn't checked
bzr revid: abo@openerp.com-20120827144756-wp8b4ss07kag4dzj
2012-08-27 16:47:56 +02:00
Antonin Bourguignon 121b351b59 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120822175756-ypym270e6cklpbds
2012-08-22 19:57:56 +02:00
Saurang Suthar(OpenERP) 095843797c [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate
bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5
2012-08-22 18:32:32 +05:30
Harry (OpenERP) cfe6f2a566 [merge]
bzr revid: hmo@tinyerp.com-20120821051429-603c2m8qnupopllq
2012-08-21 10:44:29 +05:30
help 0d4603f4f9 [IMP]improved modules description from rst2html
bzr revid: help-20120820092716-x61hs1o7d8lz6tpg
2012-08-20 14:57:16 +05:30
Antony Lesuisse 4f76c4e8d9 improve config wizard labels
bzr revid: al@openerp.com-20120818164636-ue0fljh45smzskb9
2012-08-18 18:46:36 +02:00
Antony Lesuisse 01c56cbb92 oauth config wizard
bzr revid: al@openerp.com-20120818130411-auxfh3lc0r801kym
2012-08-18 15:04:11 +02:00
Harry (OpenERP) 27e62946c5 [MERGE]
bzr revid: hmo@tinyerp.com-20120817115729-yiws2wz27ez8deuq
2012-08-17 17:27:29 +05:30
Antony Lesuisse b441abb3a9 improve config
bzr revid: al@openerp.com-20120816231425-elfibnc7wfchzqpw
2012-08-17 01:14:25 +02:00
Antony Lesuisse 761204d6b6 add config for auth
bzr revid: al@openerp.com-20120816122421-tt79y5bdfdg1fth8
2012-08-16 14:24:21 +02:00