You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module allows administrator to configure groups for portal users, which is not possible with standard Odoo.
31
+
This module allows administrator to configure groups for portal users,
32
+
which is not possible with standard Odoo.
32
33
33
-
That's useful for having different types of portal users (think differentiate vendors from customers) and leveraging Odoo's group mechanism for ie views instead having to cook up custom solutions.
34
+
That's useful for having different types of portal users (think
35
+
differentiate vendors from customers) and leveraging Odoo's group
36
+
mechanism for ie views instead having to cook up custom solutions.
34
37
35
38
.. IMPORTANT::
36
39
This is an alpha version, the data model and design can change at any time without warning.
@@ -47,40 +50,42 @@ Usage
47
50
48
51
To use this module, you need to:
49
52
50
-
#. create a group of category ``base_portal_type.category_portal_type``
51
-
#. observe the group shows up on a user form for users of type `Portal`
52
-
#. now you can use this group in your frontend templates and code to make some features accessible to this group
53
+
1. create a group of category ``base_portal_type.category_portal_type``
54
+
2. observe the group shows up on a user form for users of type Portal
55
+
3. now you can use this group in your frontend templates and code to
56
+
make some features accessible to this group
53
57
54
58
Known issues / Roadmap
55
59
======================
56
60
57
-
* allowing to chose portal groups in the portal wizard would be nice
61
+
- allowing to chose portal groups in the portal wizard would be nice
58
62
59
63
Bug Tracker
60
64
===========
61
65
62
66
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues>`_.
63
67
In case of trouble, please check there if your issue has already been reported.
64
68
If you spotted it first, help us to smash it by providing a detailed and welcomed
0 commit comments