Commit Graph

12 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 c55858dd6b [IMP] split depedencies between portal_crm and the new glue module portal_hr_employees
this new glue module depending on hr and portal_crm is now responsible for inserting the employees list in the portal_crm contact page

bzr revid: abo@openerp.com-20120704181917-1o1ofcm66cek1dm3
2012-07-04 20:19:17 +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 703c00aab0 [IMP] remove some of the default filters in claims and issues
the idea is to rise the chances to have something to display to the portal user when he accesses one of these views
to achieve that, action.act_windows have been redefined with custom contexts in portal_crm and portal_project_issue

bzr revid: abo@openerp.com-20120606152354-th4ileqrwgt2aibl
2012-06-06 17:23:54 +02:00
Antonin Bourguignon 7e8fda694d [IMP] use 'data' instead of 'update_xml' in descriptors
bzr revid: abo@openerp.com-20120604113952-l2sojh6nfluexdvp
2012-06-04 13:39:52 +02:00
Antonin Bourguignon 7b9ce32172 [IMP] better descriptions for modules
bzr revid: abo@openerp.com-20120604103727-6fhdh6izeb8k1you
2012-06-04 12:37:27 +02:00
Antonin Bourguignon 6a85065dda [IMP] adapt claim views for portal users
- give read access rights to group_portal_member on crm.claim.stage model
- hide action buttons and priority fields in form and list views
- question: should 'Add internal note' and 'Send new e-mail' buttons also be hidden for portal users ?

bzr revid: abo@openerp.com-20120601163043-8kkee7xwo8s9xe7h
2012-06-01 18:30:43 +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 111e16801c [IMP] update the menu organization regarding the new specs
bzr revid: abo@openerp.com-20120529100112-pni427sm7a77azj2
2012-05-29 12:01:12 +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