Commit Graph

124 Commits

Author SHA1 Message Date
Martin Trigaux 90f7eaa094 [FIX] portal: avoid errors during autovacuum
When the cron for autovacuum runs, the osv_memory objects are deleted. The portal.wizard.user object has a required field (wizard_id) linked to another osv_memory object (portal.user) which causes a traceback when the cron tries to delete portal.user object before the portal.wizard.user. opw 609918
2014-07-07 17:12:27 +02:00
Olivier Dony b7fe8e1f8a [FIX] portal: use email_split method to avoid blocking valid emails, rather than obsolete email_re
lp bug: https://launchpad.net/bugs/1199386 fixed

bzr revid: odo@openerp.com-20140115093120-r2u2bmms9y847b93
2014-01-15 10:31:20 +01:00
Christophe Matthieu 9d9e3d2ef8 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607113829-1mi6jk18c2v3jjhn
2013-06-07 13:38:29 +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 fbccb823f8 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121112161523-yfp1dczcnmi85t8e
bzr revid: tde@openerp.com-20121114083900-qw40e8ii1rfl7gt1
2012-11-14 09:39:00 +01:00
Hardik Ansodariya (OpenERP) 7c92b8ba00 [FIX]portal,share : fixed the translation issue of share document wizard
bzr revid: mma@tinyerp.com-20121108100319-qfukxayiz7siic39
2012-11-08 15:33:19 +05:30
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
Raphael Collet ca4326bbd1 [IMP] portal: remove groups Portal Officer and Portal Manager
bzr revid: rco@openerp.com-20120914132113-15r6rcmiwb5tr5ia
2012-09-14 15:21:13 +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
Thibault Delavallée aac03b547d [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120814152634-ix63oxwcyrfkku4t
2012-08-14 17:26:34 +02:00
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
Harry (OpenERP) bb109f7af9 [FIX] portal: access managment wizard, remove label of user_ids
bzr revid: hmo@tinyerp.com-20120814061528-9u2o265dq5qebnry
2012-08-14 11:45:28 +05:30
Harry (OpenERP) b570e55b9c [FIX] portal: access management wizard, miss onchange event of portal
bzr revid: hmo@tinyerp.com-20120814060715-xhdgv66amo2hb9tl
2012-08-14 11:37:15 +05:30
Thibault Delavallée e9d6d69993 [REF] view inheriting from res.users: user_email -> email.
bzr revid: tde@openerp.com-20120810092706-538ot71bfqzkk3rg
2012-08-10 11:27:06 +02:00
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
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Harry (OpenERP) 1abfa95167 [MERGE] upstream
bzr revid: hmo@tinyerp.com-20120713082841-24eqqtv4gy0d4q3y
2012-07-13 13:58:41 +05:30
Fabien Pinckaers 64a9321d56 [IMP] footer on forms
bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
2012-07-10 18:40:11 +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
Thibault Delavallée 66b4961ead [MERGE] Merged with trunk (addons).
bzr revid: tde@openerp.com-20120702075146-ixfgjt3ba54xl57x
2012-07-02 09:51:46 +02:00
Thibault Delavallée 8aacfad27e [IMP] portal: share wizard override: osv_memory -> TransientModel; fixed and cleaned form views of share wizard.
bzr revid: tde@openerp.com-20120629135135-f1bb6khgyvpuotkh
2012-06-29 15:51:35 +02:00
Quentin (OpenERP) 6fe94bd4bc [MERGE] merged with maint runk
bzr revid: qdp-launchpad@openerp.com-20120629123618-z1bv3dqdfqy23hno
2012-06-29 14:36:18 +02:00
Raphael Collet 5133bee1d5 [FIX] in form views, replace class 'oe_highlight_on_dirty' by 'oe_highlight'
bzr revid: rco@openerp.com-20120629083024-rqhtbf9melkygg0m
2012-06-29 10:30:24 +02:00
Raphael Collet 2963e31ebf [MERGE] from trunk
bzr revid: rco@openerp.com-20120628142628-qi35145b8hsvpsfi
2012-06-28 16:26:28 +02:00
Raphael Collet 1debe0efcd [MERGE] from trunk
bzr revid: rco@openerp.com-20120628131210-hyx2t1lqbl5hwm9g
2012-06-28 15:12:10 +02:00