odoo/openerp/tests
Olivier Dony dbe7b45276 [IMP] orm: support model-level @groups attribute for access restriction
This is a partial implementation with no support for
restricting read/write access via RPC. This first
part only covers the removal of the restricted fields
from the client-side view, i.e. in the results of
fields_view_get() and fields_get().

The second part will come later and will cover the
real low-level access control.

bzr revid: odo@openerp.com-20120518143625-ps9db62vzrc2pylh
2012-05-18 16:36:25 +02:00
..
addons [IMP] manifest: renamed active to auto_install. 2012-01-30 11:20:41 +01:00
__init__.py [IMP] tests: 2012-03-01 14:46:08 +01:00
common.py [IMP] tests: 2012-03-01 14:46:08 +01:00
test_acl.py [IMP] orm: support model-level @groups attribute for access restriction 2012-05-18 16:36:25 +02:00
test_expression.py [IMP] tests: 2012-03-01 14:46:08 +01:00
test_ir_sequence.py [IMP] test_ir_sequence: avoid spurious traceback logging 2012-03-14 15:25:52 +01:00
test_orm.py [IMP] tests: provide simple reusable base classes to write tests. 2012-02-16 17:27:06 +01:00
test_xmlrpc.py [IMP] tests: xml-rpc test drops the created database (which has its own name, not clashing with the main db name). 2012-03-01 11:54:19 +01:00