Commit Graph

27 Commits

Author SHA1 Message Date
Olivier Dony 9cfe9b6112 [IMP] portal,portal_sale: fine-tuning of payment block appearance, added amount, converted paypal example to <form>
bzr revid: odo@openerp.com-20121025113502-fye11iuur4x0ewm2
2012-10-25 13:35:02 +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 bcbae5e277 [MERGE] Merged with addons/trunk, with lots of conflicts to solve...
bzr revid: tde@openerp.com-20120920074850-7p7or1ze8555fya5
2012-09-20 09:48:50 +02:00
Thibault Delavallée 809bf8336a [FIX] Portal: fixed the fix, because public should not be in an eval.
bzr revid: tde@openerp.com-20120917100706-lbl7lrkqb6i77w7r
2012-09-17 12:07:06 +02:00
Thibault Delavallée 418b35c33b [FIX] Porta: fixed access rights (removed duplicate of basic access rights, added read rights on res_partner, to see the topbar avatar and group followers). Set news and jobs group as public.
bzr revid: tde@openerp.com-20120917095203-3v6q49qk9sxe0b4o
2012-09-17 11:52:03 +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 5720ae3a90 [IMP] portal: rename xml id 'portal.group_portal_member' to 'portal.group_portal'
bzr revid: rco@openerp.com-20120914134251-answ8jr65vfeeiz3
2012-09-14 15:42:51 +02:00
Raphael Collet be03938f47 [FIX] portal: move group definition of portal back to security/portal_security.xml
bzr revid: rco@openerp.com-20120914134116-sg2yqsro8c62bxg2
2012-09-14 15:41:16 +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
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 c06c693071 [IMP] organization of views and data
bzr revid: abo@openerp.com-20120821110135-12mud78ddjwhmd8c
2012-08-21 13:01:35 +02:00
Antonin Bourguignon c06ff002b5 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120813152604-c55hayq9h29ovzdc
2012-08-13 17:26:04 +02:00
Antonin Bourguignon b8ba2d279b [IMP] portal's jobs are now a mail group (no more relation with hr_recruitment)
bzr revid: abo@openerp.com-20120813133827-ta4zh1s2gbl4a4ib
2012-08-13 15:38:27 +02:00
Christophe Simonis 2f9da3ba1e [IMP] rename module "anonymous" to "auth_anonymous" + recategorize auth modules
bzr revid: chs@openerp.com-20120802154749-rl2240e8fak1457q
2012-08-02 17:47:49 +02:00
Antonin Bourguignon 041a0d7efe [IMP] we don't need inline actions: rights on Create/Edit/... buttons will be managed later
bzr revid: abo@openerp.com-20120719161253-9m5i9n2pjl0uov9o
2012-07-19 18:12:53 +02:00
Antonin Bourguignon 9a7216b7bf [IMP] add the group_no_one to the Portal's top menu item
bzr revid: abo@openerp.com-20120719155900-7cok7gh2b228nacf
2012-07-19 17:59:00 +02:00
Antonin Bourguignon fefa9f35b8 [IMP] add a proper sequence number on the Portal's top menu item. This should work properly after the merge of trunk-imp_top_menus_sequences-abo
bzr revid: abo@openerp.com-20120718134309-c7uztya4ziykt661
2012-07-18 15:43:09 +02:00
Antonin Bourguignon 59b86a1edf [IMP] only portal members and anonymous users can see the Portal menu
bzr revid: abo@openerp.com-20120718100757-wg3itkwrvxcknvtj
2012-07-18 12:07:57 +02:00
Antonin Bourguignon 910f09726e [FIX] wrong parent_id in menu items
bzr revid: abo@openerp.com-20120717102237-wckbt1584ffeuh46
2012-07-17 12:22:37 +02:00
Antonin Bourguignon c1a5cb0d21 [FIX] uniqid constraint not respected in portal and not null constraint not respected (no idea where this one came from...)
bzr revid: abo@openerp.com-20120717094824-qk580yg3gcmu6evy
2012-07-17 11:48:24 +02:00
Antonin Bourguignon 53578cfeb5 [IMP] restore the portal menu dedicated to portal users
portal's menu items are not nested in the 'Feeds' menu anymore

bzr revid: abo@openerp.com-20120716135209-nm51jjeam7d7xq86
2012-07-16 15:52:09 +02:00
Antonin Bourguignon 40531c4f54 [FIX] remove 'portal' visibility stuff
also put the 'company's news' view in 'inline' mode

bzr revid: abo@openerp.com-20120709091943-kpgfc4vw51pbzsd8
2012-07-09 11:19:43 +02:00
Antony Lesuisse 7f629acd95 [IMP] contact form
bzr revid: al@openerp.com-20120702215604-3v06uypbdyvurbh5
2012-07-02 23:56:04 +02:00
Antonin Bourguignon 623003641b [IMP] display the proper mail.group when clicking on the 'News' menu item
bzr revid: abo@openerp.com-20120627150052-bck3dd4o66s65po5
2012-06-27 17:00:52 +02:00
Antonin Bourguignon d4237ba625 [ADD] a 'Company's news' mail group within the portal's installation
bzr revid: abo@openerp.com-20120611123153-5pmnhhy0tf8378w2
2012-06-11 14:31:53 +02:00
Antonin Bourguignon 35b8b03459 [FIX] reorganize xml data (all the menu items are now in the portal_view.xml); remove dead/duplicate code (do_create_menu()) in portal.py; properly assign the right menu to portal members; remove useless 'groups' attributes on menuitems
bzr revid: abo@openerp.com-20120516151246-k9yi825av69c9b49
2012-05-16 17:12:46 +02:00