~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/base_partner_security.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: base_partner_security
 
3
    :synopsis: Restrict access to partners by categories 
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
10
 
 
11
Restrict access to partners by categories (*base_partner_security*)
 
12
===================================================================
 
13
:Module: base_partner_security
 
14
:Name: Restrict access to partners by categories
 
15
:Version: 0.8
 
16
:Author: Gábor Dukai
 
17
:Directory: base_partner_security
 
18
:Web: http://exploringopenerp.blogspot.com
 
19
:Official module: no
 
20
:Quality certified: no
 
21
 
 
22
Description
 
23
-----------
 
24
 
 
25
::
 
26
 
 
27
  Adds a restricted field to partner categories. That field value is copied
 
28
      to the partners and partner addresses belonging to those categories. With this, it is easy
 
29
      to restrict access to some partner categories using record rules.
 
30
      Example domain to use with record rules or views: [('restricted','=',False)]
 
31
 
 
32
Dependencies
 
33
------------
 
34
 
 
35
 * :mod:`base`
 
36
 
 
37
Reports
 
38
-------
 
39
 
 
40
None
 
41
 
 
42
 
 
43
Menus
 
44
-------
 
45
 
 
46
 
 
47
None
 
48
 
 
49
 
 
50
Views
 
51
-----
 
52
 
 
53
 
 
54
None
 
55
 
 
56
 
 
57
 
 
58
Objects
 
59
-------
 
60
 
 
61
None