Commit Graph

9 Commits

Author SHA1 Message Date
Antonin Bourguignon 5d53bf5982 [IMP] properly name each portal record rule
bzr revid: abo@openerp.com-20120727155039-i1scp2ajd1g08xmn
2012-07-27 17:50:39 +02:00
Antonin Bourguignon 0919b90c45 [ADD] record rule to hide private events
bzr revid: abo@openerp.com-20120727154727-m7f0urztszju678q
2012-07-27 17:47:27 +02:00
Antonin Bourguignon 011f1ab2ab [IMP] put groups attributes in the job's form view in order to hide number of employees, interview form and total employees from portal users
also, identation

bzr revid: abo@openerp.com-20120725174049-pnwp3fqg4o1mxs02
2012-07-25 19:40:49 +02:00
Antonin Bourguignon 4a84ed0dfd [IMP] apply the employee's visibility in the contact view
right now, only 'public' and 'private' are working; 'portal' will 
require some tricky ir.rules and probably a group dedicated to 
anonymous users

bzr revid: abo@openerp.com-20120703165306-27erhp9vj3rdg7o2
2012-07-03 18:53:06 +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
Antonin Bourguignon acf14ef56a [FIX] ir.rules based on login
use something like [('partner_id','child_of',user.partner_id.id)] instead of [('partner_id.email','=',user.login)]

bzr revid: abo@openerp.com-20120530162626-ggispeocdgaibah2
2012-05-30 18:26:26 +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
Antonin Bourguignon 0cd0188c7d [IMP] change the id of the portal member's group from group_portal_user to group_portal_member
bzr revid: abo@openerp.com-20120514121821-xik2782yl8gn7mnj
2012-05-14 14:18:21 +02:00
Antonin Bourguignon ae0b84d88e [IMP] remove every reference to 'customer' or 'sale' in the portals modules. also merge 'portal_customer' into 'portal'.
bzr revid: abo@openerp.com-20120509161108-9e9cm9fu658elvb3
2012-05-09 18:11:08 +02:00