Commit Graph

15 Commits

Author SHA1 Message Date
Thibault Delavallée 2e7b5991b7 [REF] portal, portal_sale, payment: refactored old acquirer in portal
now based on the new implementation of payment.

[REM] portal: removed acquirer model, views and implementation
[REF] portal_sale: now using payment rendering methods
[IMP] payment: added render_payment_block, taken from old
acquirer, that renders all portal_published acquirers.

bzr revid: tde@openerp.com-20140122190022-lef4b3o1tpcua3vx
2014-01-22 20:00:22 +01:00
Thibault Delavallée cd278d83ab [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130522103305-yi5ql1chdx9qxxlx
bzr revid: tde@openerp.com-20130522114236-qi2s3i2dl2lemdvh
2013-05-22 13:42:36 +02:00
Christophe Matthieu 77e51ba1e2 [FIX] portal mail: Override of _search and check_access_rule of mail_message to add specific access rights of mail.message, to remove all no discussion message if uid is a portal user.
bzr revid: chm@openerp.com-20130513144024-m1o4q8in62fe123b
2013-05-13 16:40:24 +02:00
Thibault Delavallée a75cc23573 [REF] mail: refactored system to generate links in signatures. A new server action is used that choose to redirect to the document or to the Inbox (Portal or Classic Inbox, depending on the user).
bzr revid: tde@openerp.com-20130417122225-faf0bb5vyhbcx7ys
2013-04-17 14:22:25 +02:00
Olivier Dony 20c81b5e2f [ADD] portal: added portal.payment.acquirer model
portal.payment.acquirer stores payment processor
options (formally called payment acquirers). Each
acquirer is just a name and an HTML form template,
used to render an HTML snippet that can be included
in views where a payment option should be displayed.
The aquirer model has a generic method for rendering
a complete block of HTML to be included in form views
directly (with matching CSS): render_payment_block().

This method takes a few parameters to figure out
the name/reference, amount, currency, etc. to pay.

bzr revid: odo@openerp.com-20121024131554-j01ucniecjmoz3jq
2012-10-24 15:15:54 +02:00
Thibault Delavallée 30fb693c20 [IMP] Portal: override of mail_mail to add the signin link into footer of send notifications.
bzr revid: tde@openerp.com-20120912155300-8ilg2g24yl7qsjfg
2012-09-12 17:53:00 +02:00
Thibault Delavallée 988e04188a [RM] Portal: removed res_users override, because partner_id is now in base. Removed view and update init and openerp files accordingly.
bzr revid: tde@openerp.com-20120814093202-7do78o1h9z44aj53
2012-08-14 11:32:02 +02:00
Raphael Collet 406ec22fa3 [IMP] portal: remove hack to retrieve menu root for portal users, it now works for all users
bzr revid: rco@openerp.com-20120209121817-b2wcrl4mg1vkr2b2
2012-02-09 13:18:17 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Raphael Collet 07b25fe662 [FIX] import changes to res.users
bzr revid: rco@openerp.com-20110531065829-emsd2ylq22pb2zv1
2011-05-31 08:58:29 +02:00
Raphael Collet 9c75110fc5 [IMP] fix copyright notice
bzr revid: rco@openerp.com-20110523131605-34dxgmw9ffrh85xa
2011-05-23 15:16:05 +02:00
Raphael Collet 11e1f4bca2 [FIX] hack in ir.ui.menu for web client 6.0
bzr revid: rco@openerp.com-20110429090856-wlng0lhq1x6vvn8u
2011-04-29 11:08:56 +02:00
Raphael Collet 622b95ab7e [IMP] first sketch of wizard to create users from partner contacts
bzr revid: rco@openerp.com-20110422144122-w0hq230zj8imva77
2011-04-22 16:41:22 +02:00
Raphael Collet c3c735400f refactor portal; it now '_inherits' from res.groups
bzr revid: rco@openerp.com-20110420080910-frx67xxjz0tqm2y8
2011-04-20 10:09:10 +02:00
Raphael Collet 2582be6492 add wizard to add/remove groups to portal users
bzr revid: rco@openerp.com-20110405101712-nfednzpixzim86i4
2011-04-05 12:17:12 +02:00