Commit Graph

85 Commits

Author SHA1 Message Date
Christophe Matthieu f5f14d6a22 [FIX] portal managment
bzr revid: chm@openerp.com-20130517154116-wowkjjx40dzjbpvc
2013-05-17 17:41:16 +02:00
Christophe Matthieu 47998aee0d [IMP] portal managment: check and raise complete errors (empty email, double, existing user)
bzr revid: chm@openerp.com-20130517102508-7qrboloxd2wow2rs
2013-05-17 12:25:08 +02:00
Christophe Matthieu f18b1d7374 [IMP] portal: remove code not used
bzr revid: chm@openerp.com-20130516123944-y1nwv5582mxmsvt7
2013-05-16 14:39:44 +02:00
Christophe Matthieu 1b53e9114f [IMP] Portal Access Managment: don't search by user
bzr revid: chm@openerp.com-20130516121251-lbddg5wot6el7emx
2013-05-16 14:12:51 +02:00
Christophe Matthieu 22c6b69b50 [FIX] portal: "Portal Access Managment" can't create or edit portal access for a contact when they are already an user with the same login. The wizard don't display all the list of contacts related to the selection.
The wrong contact must be replace by the contact who have the login equal to the contact email. Get all child contacts and do not filtered by active user.

bzr revid: chm@openerp.com-20130516091600-20ukr9vbe5qa3lv8
2013-05-16 11:16:00 +02:00
Thibault Delavallée b4e1e32f0a [FIX] portal: fixed various mail_mail records created without specifying the 'type' field; however this may conflict with the context holdign default_type (i.e. opportunity), leading to type values not in the selection field.
bzr revid: tde@openerp.com-20121221115315-qni401mszwrkpvmj
2012-12-21 12:53:15 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Olivier Dony 5db87bea9c [MERGE] Bugfixes from 6.1 until revision 6800
bzr revid: odo@openerp.com-20121206153856-9y9v8ok6yxo6l5f0
2012-12-06 16:38:56 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
vta vta@openerp.com 6c921f84eb [FIX] Minor fixes all around portal.
bzr revid: vta@openerp.com-20121120155010-rl1aei08bjm7v0wu
2012-11-20 16:50:10 +01:00
vta vta@openerp.com 73750e33b9 [FIX] Removed password from sent email. Fixed naming in order to pass runbot's test.
bzr revid: vta@openerp.com-20121120073948-1ojettqx7mjb1k75
2012-11-20 08:39:48 +01:00
vta vta@openerp.com d6ba13a394 [IMP] Minor improvements in portal views, such as contact and employees. Improved menus and string on empty views. Send the password when a partner is invited to portal via sidebar menu.
bzr revid: vta@openerp.com-20121116075305-4d0olu5zlvwsxeq8
2012-11-16 08:53:05 +01:00
Thibault Delavallée f00ae8a73b [FIX] Addons: fixed some import due to renaming.
bzr revid: tde@openerp.com-20121106123442-jqiq5myhal6ouodr
2012-11-06 13:34:42 +01:00
Raphael Collet ab930b9906 [IMP] portal: remove goodbye message
bzr revid: rco@openerp.com-20120928123704-g6gd67v2t0ewqpm9
2012-09-28 14:37:04 +02:00
Raphael Collet 21de1f18ed [IMP] portal: remove password from welcome message, and use auth_signup on portal users
bzr revid: rco@openerp.com-20120928122110-hspgzhxnulmal2mb
2012-09-28 14:21:10 +02:00
Raphael Collet 0b699fe7fb [IMP] portal: send email when user has been withdrawn from portal
bzr revid: rco@openerp.com-20120919090453-jma9d9rfysbq6l3p
2012-09-19 11:04:53 +02:00
Raphael Collet 979e3d07cb [FIX] portal: in the portal access wizard, make sure each contact appears at most once
bzr revid: rco@openerp.com-20120918091454-nidpnxl6wpmqnmjc
2012-09-18 11:14:54 +02:00
Raphael Collet 75b55a0df7 [IMP] portal: make the wizard modify contact emails (because related field does not work)
bzr revid: rco@openerp.com-20120918090335-mvmy2n8l3misnxow
2012-09-18 11:03:35 +02:00
Raphael Collet dd41075caa [IMP] portal: delete user when removed from all portals
bzr revid: rco@openerp.com-20120918090231-14v6ep20dc23zhui
2012-09-18 11:02:31 +02:00
Raphael Collet bcab2e061e [IMP] portal: sanitize email address when using it as a user login
bzr revid: rco@openerp.com-20120918090118-xhmgpq5fgqwjnfxw
2012-09-18 11:01:18 +02:00
Raphael Collet 91c096faf5 [IMP] portal: clean up method _send_email of portal access wizard
bzr revid: rco@openerp.com-20120918081114-oi91eh8dvpadvm7d
2012-09-18 10:11:14 +02:00
Raphael Collet 91df7dea1d [IMP] portal: simplify the portal access wizard and generalize it to several partners
bzr revid: rco@openerp.com-20120918080306-gebronsl568xpan1
2012-09-18 10:03:06 +02:00
Raphael Collet 6dc01c405b [IMP] portal: simplify portal access management wizard
bzr revid: rco@openerp.com-20120917132212-wo2wrjzja0xsuys8
2012-09-17 15:22:12 +02:00
Raphael Collet 941cb76283 [IMP] portal: replace model 'res.portal' by 'res.groups' where field 'is_portal' is True
bzr revid: rco@openerp.com-20120914144633-z3xpe7392egz3640
2012-09-14 16:46:33 +02:00
Harry (OpenERP) a423dd14c8 [MERGE]
bzr revid: hmo@tinyerp.com-20120907062123-zfxba3n2ut2vu8jl
2012-09-07 11:51:23 +05:30
Thibault Delavallée 5d2172192a [FIX] portal: schedule_with_attach is now a mail.mail creation immediately send.
bzr revid: tde@openerp.com-20120904161346-f3g3a3v2i3pi6jwk
2012-09-04 18:13:46 +02:00
Harry (OpenERP) 27e62946c5 [MERGE]
bzr revid: hmo@tinyerp.com-20120817115729-yiws2wz27ez8deuq
2012-08-17 17:27:29 +05:30
Harry (OpenERP) 97d842696c [FIX] portal: search portal users by email
bzr revid: hmo@tinyerp.com-20120814100532-s99bbprn5j5ey1cv
2012-08-14 15:35:32 +05:30
Thibault Delavallée 176728a644 [REF] portal wizard: _lang_get coming from res_partner, not res.users anymore.
bzr revid: tde@openerp.com-20120810084906-cs7wrc7aen1v2itp
2012-08-10 10:49:06 +02:00
Harry (OpenERP) 4ed0de6487 [FIX] portal: remove white training space
bzr revid: hmo@tinyerp.com-20120705122828-3mt5qzobsbo1zu5a
2012-07-05 17:58:28 +05:30
Harry (OpenERP) 02d4965ec3 [IMP] portal: add new field user_id in res.portal.wizard.user to restricted to create duplicate user
bzr revid: hmo@tinyerp.com-20120705122513-5x9fc1ccur4sll0x
2012-07-05 17:55:13 +05:30
Harry (OpenERP) 45e45bb780 [REF] portal: portal_wizard, clean API and fix issues
bzr revid: hmo@tinyerp.com-20120704112645-zsscqct2tdcx3026
2012-07-04 16:56:45 +05:30
Harry (OpenERP) bb706812b7 [FIX] portal: search portal user according login=email
bzr revid: hmo@tinyerp.com-20120703175351-vnsp18pay8xd6xvf
2012-07-03 23:23:51 +05:30
Harry (OpenERP) c0b4cb38be [FIX] portal: In portal wizard, do not create new user if user exits
bzr revid: hmo@tinyerp.com-20120703162207-49gwsxetp8cnrzqj
2012-07-03 21:52:07 +05:30
Harry (OpenERP) 0a15d65848 [REF] portal: refactor stuff of portal wizard
bzr revid: hmo@tinyerp.com-20120703134457-dq7tkga33t2cpfw7
2012-07-03 19:14:57 +05:30
Harry (OpenERP) 9c0a210ae2 [MERGE] merged branch of sbh after resolved confilts
bzr revid: hmo@tinyerp.com-20120703065218-1iprsuyq5n3bx71q
2012-07-03 12:22:18 +05:30
Quentin (OpenERP) 08d25cb352 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120628123618-wyfrmfiw68xlt1aw
2012-06-28 14:36:18 +02:00
Quentin (OpenERP) 46f2c2c9ca [IMP] improvements during code review
bzr revid: qdp-launchpad@openerp.com-20120628121820-r8bxfzq38fy8pcgt
2012-06-28 14:18:20 +02:00
Antony Lesuisse f8daa47a0a [MERGE] portal, group_user on fields, contact form, default portal menu
bzr revid: al@openerp.com-20120628102942-ja0qtr1eho4z3749
2012-06-28 12:29:42 +02:00
Sanjay Gohel (Open ERP) b999a061d8 [IMP]improve code where needed and replace res.partner instead of res.partner.address
bzr revid: sgo@tinyerp.com-20120628063729-1ccb8c45pxa31025
2012-06-28 12:07:29 +05:30
Antonin Bourguignon d8a570a9d7 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120627150256-rc8c78zwhzf4cfhx
2012-06-27 17:02:56 +02:00
Antony Lesuisse f17b0eea00 [MERGE] Use Email everywhere
bzr revid: al@openerp.com-20120627131528-u97jw0m7cq2825ll
2012-06-27 15:15:28 +02:00
Sbh (Openerp) 724dcc48d5 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120627062851-fvhfzwhsry6py9vc
2012-06-27 11:58:51 +05:30
Jigar Amin - OpenERP d9db3c44df [REN] renamed e-mail, E-mail, E-Mail to email, Email
bzr revid: jam@tinyerp.com-20120625134253-sebauihl53zctcu0
2012-06-25 19:12:53 +05:30
Kuldeep Joshi (OpenERP) 3c50eb017a [IMP] set logging.getLogger(__name__)
bzr revid: kjo@tinyerp.com-20120622064854-5f6fss55k7305e8q
2012-06-22 12:18:54 +05:30
Sbh (Openerp) db9ca68b08 [Fix] the defult user
bzr revid: sbh@tinyerp.com-20120618124323-37jt6ypbd7qsbqjo
2012-06-18 18:13:23 +05:30
Sbh (Openerp) 57fb270251 [MERGE] Merge bug fix for existing user
bzr revid: sbh@tinyerp.com-20120618111254-wlchodun7sh08qtg
2012-06-18 16:42:54 +05:30
Pinakin Nayi (OpenERP) 98f29fa47d [FIX] portal_wizard
bzr revid: pna@tinyerp.com-20120618100359-yw3n7ap7kacq2ror
2012-06-18 15:33:59 +05:30
Sbh (Openerp) 8fc495ae72 [MERGE] improve the default parnter and warning message
bzr revid: sbh@tinyerp.com-20120613063552-046g1h2zhfi3xjrf
2012-06-13 12:05:52 +05:30
ara@tinyerp.com 952e2cb1c2 [IMP] add warning whne not any user
bzr revid: ara@tinyerp.com-20120612133117-5cipa2ypx0itsvni
2012-06-12 19:01:17 +05:30