Commit Graph

70 Commits

Author SHA1 Message Date
Kuldeep Joshi (OpenERP) fb6a2c7c4c [IMP] remove res_partner_address right and object
bzr revid: kjo@tinyerp.com-20120221113158-5td030b5muw0gnlr
2012-02-21 17:01:58 +05:30
Kuldeep Joshi (OpenERP) 93960634c1 [IMP] res_partner:add res_partner_address field to res_partner
bzr revid: kjo@tinyerp.com-20120220091705-y7xdh00sdkotpqj6
2012-02-20 14:47:05 +05:30
Olivier Dony d80b022195 [FIX] ir.ui.view.custom: fix access rights and rules
Anyone should have full access to their own
ir.ui.view.custom records, as this is the way
to customize dashboards. This is done with
full access for everybody + an access rule
that only grants this access on your own
records.

bzr revid: odo@openerp.com-20111122131110-awawg4dhgsxb6xrc
2011-11-22 14:11:10 +01:00
Xavier Morel 5c8d64d862 [FIX] make module categories readable by all users
web client's new default home dashboard uses module categories to know what to display,
this means it did not work for regular users who would not be allowed to view the
application tiles of the default home, and would get an error popup instead

lp bug: https://launchpad.net/bugs/876596 fixed

bzr revid: xmo@openerp.com-20111018111920-qetmtu06x4p3t3kp
2011-10-18 13:19:20 +02:00
Vo Minh Thu d9b6f5e2d0 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20111003153509-8mbfg1t8hm92pult
2011-10-03 17:35:09 +02:00
Olivier Dony 6b1c79aa74 [IMP] ir.actions.client: missing access rights
bzr revid: odo@openerp.com-20110919210121-rypsejhd3h1uzcwm
2011-09-19 23:01:21 +02:00
Olivier Dony 705f238f08 [MERGE] missing res.currency.rate.type access rights
bzr revid: odo@openerp.com-20110919173606-1izhy7i9dt25lm45
2011-09-19 19:36:06 +02:00
Ujjvala Collins (OpenERP) c8e9bb78e8 [REM] base: Removed access rule for Administation/Configuration group and allowing all rights only to Account Manager for currency rate type object.
bzr revid: uco@tinyerp.com-20110908104809-jzdrg750ir12ajrb
2011-09-08 16:18:09 +05:30
Ujjvala Collins (OpenERP) dcbc40a512 [ADD] base: Added access rules for currency rate type.
bzr revid: uco@tinyerp.com-20110908085238-0mkv2vxsjd4gvfba
2011-09-08 14:22:38 +05:30
Olivier Dony caef9821a3 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110906080822-tyadkxvycrx7bl1d
2011-09-06 10:08:22 +02:00
Olivier Dony 083691b392 [IMP] ir.values: improve security: users can only write to their personal defaults
Administrator access is required to set defaults for
everybody, as well as to alter the action bindings.

bzr revid: odo@openerp.com-20110905123756-oqum5k2pnbyoa11r
2011-09-05 14:37:56 +02:00
Antony Lesuisse 3f691a6c49 [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233222-cy0w9z3jdm8ye1b2
2011-08-28 01:32:22 +02:00
Olivier Dony 6e3e3c3b8b [MERGE] sync with trunk
bzr revid: odo@openerp.com-20110715003655-vx3h5n4109hpa7i2
2011-07-15 02:36:55 +02:00
Olivier Dony 3080ba3452 [IMP] ir.mail_server: another round of cleanup
bzr revid: odo@openerp.com-20110715002809-ryvm27wi4ktv8v49
2011-07-15 02:28:09 +02:00
Quentin (OpenERP) 025fb306f1 [MERGE] merge with main trunk
bzr revid: qdp-launchpad@openerp.com-20110630131818-nodhau21de4t1n39
2011-06-30 15:18:18 +02:00
aag (OpenERP) f1bc807804 [IMP]base: access Rule for ir.actions.todo.category Fore delete
bzr revid: aag@tinyerp.co.in-20110608123057-7u762j5alum22w7u
2011-06-08 18:00:57 +05:30
aag (OpenERP) 62252b0fa4 [IMP]base: acess Rule for ir.actions.todo.category difine
bzr revid: aag@tinyerp.co.in-20110608094141-2ap8lghmxcdybaeb
2011-06-08 15:11:41 +05:30
Olivier Dony 581d06ab65 [FIX] res.partner.bank.type: everyone should be able to read bank account types
bzr revid: odo@openerp.com-20110531134506-lkop1qey7vhhe56i
2011-05-31 15:45:06 +02:00
Vo Minh Thu b7740b4f84 [FIX] act_window access: corrected the access for normal users to read-only.
lp bug: https://launchpad.net/bugs/720277 fixed

bzr revid: vmt@openerp.com-20110223145335-d39xu9nyasz8gi2o
2011-02-23 15:53:35 +01:00
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00