Commit Graph

29 Commits

Author SHA1 Message Date
Olivier Dony 23cffab1f8 [FIX] portal_sale: remove more access rights, add pricelist access
Pricelist access is necessary for being able to read
the unit price of sale order lines, and does not
pose major security risks, as it does not permit
reading the actual pricelist definition.
2014-08-13 17:20:49 +02:00
Olivier Dony d03ae8980a [FIX] portal_sale: remove un-necessary access rights, improve rules
Portal access rights need to be associated with
security rules, or not granted at all, as soon
as they grant access to non-trivial data.
2014-08-13 16:46:42 +02:00
vta vta@openerp.com 9a15327d52 [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121121091133-svpmfiurclr7n69e
2012-11-21 10:11:33 +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 41dad5cf02 [IMP] General improvements to issues and claims.
bzr revid: vta@openerp.com-20121120130824-zmx5yhaalwf3potd
2012-11-20 14:08:24 +01:00
vta vta@openerp.com ce941818b6 [FIX] Fixed portal_sale security.
bzr revid: vta@openerp.com-20121120080348-g522bf3rkl8f0wu3
2012-11-20 09:03:48 +01:00
Olivier Dony c558ac6272 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121114172252-q1xj3hdugqhky532
bzr revid: odo@openerp.com-20121115135141-ia8uf5649rapj0v7
2012-11-15 14:51:41 +01:00
Fabien Pinckaers a8a3b92c55 [IMP] rules
bzr revid: fp@tinyerp.com-20121114120945-in2c3eix7lqoxr2u
2012-11-14 13:09:45 +01:00
Olivier Dony d47d5f202d [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121109133623-pvgt4b9koun74ib3
2012-11-09 14:36:23 +01:00
Ajay Chauhan (OpenERP) 29ad7e953e [FIX] portal_sale: solve warning issue with portal user
bzr revid: cha@tinyerp.com-20121105103316-u3xh0zxib4hgxt4i
2012-11-05 16:03:16 +05:30
Olivier Dony 0f3ed1e09a [IMP] portal_sale: better menu labels, add group to restrict visibility of payment options, improve module description
bzr revid: odo@openerp.com-20121026152827-iq5ku8q3atqisw6m
2012-10-26 17:28:27 +02:00
Atul Patel (OpenERP) 540c9cdaf1 [FIX]: Fix portal message_follower_ids domain problem
bzr revid: atp@tinyerp.com-20121018085022-2a2424mmoz6r2bat
2012-10-18 14:20:22 +05:30
Antonin Bourguignon 8683ea9c6d [MERGE] trunk
bzr revid: abo@openerp.com-20120928152152-p6s1dzq96g0sy2sf
2012-09-28 17:21:52 +02:00
Antonin Bourguignon de9eb7f78c [IMP] indentation and arguments order for readabily sake
bzr revid: abo@openerp.com-20120924140632-mig0szmfvopl1wq0
2012-09-24 16:06:32 +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
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
Antonin Bourguignon e66cd01467 [IMP] portal: first batch of ir rules
bzr revid: abo@openerp.com-20120913155810-3grgq7xht1h981m5
2012-09-13 17:58:10 +02:00
Antonin Bourguignon c5429e357c [FIX] give access to stock.picking.out instead of stock.picking
the chatter is now properly displayed in the Delivery Orders

bzr revid: abo@openerp.com-20120730124228-vd6mtk3erhxj5b9h
2012-07-30 14:42:28 +02:00
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
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 c63f332448 [FIX] remove an ir.rule on the mrp.bom model
bzr revid: abo@openerp.com-20120627113502-mmylmb2eli2z4bmk
2012-06-27 13:35:02 +02:00
Antonin Bourguignon 3511620380 [IMP] after having the portal module tested on the runbot with a db_all, adjust some of the rights and add several 'groups' attributes
bzr revid: abo@openerp.com-20120606152526-zkfskd3xa2cdb22c
2012-06-06 17:25:26 +02:00
Antonin Bourguignon 25d94450f9 [FIX] forgot to remove this comment
bzr revid: abo@openerp.com-20120531121952-opcc7wpb7monaom4
2012-05-31 14:19:52 +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 9d37c1b20b [FIX] add missing module prefixes
bzr revid: abo@openerp.com-20120521102838-feic445r5j695c37
2012-05-21 12:28:38 +02:00
Antonin Bourguignon db30300fbd [FIX] rename 'portal_group' into 'portal_group_member'
bzr revid: abo@openerp.com-20120516171033-eyq5uz6mfm0p0nu8
2012-05-16 19:10:33 +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