[IMP] portal module description

also portal_hr_employees css

bzr revid: abo@openerp.com-20120724163306-oa1nmk54888u9m17
This commit is contained in:
Antonin Bourguignon 2012-07-24 18:33:06 +02:00
parent 4e3cc2fbf4
commit 32b2da30e4
3 changed files with 6 additions and 4 deletions

View File

@ -32,9 +32,9 @@ A portal defines a specific user menu and access rights for its members. This
menu can ben seen by portal members, anonymous users and any other user that
have the access to technical features (e.g. the administrator).
It also associates user groups to the portal users (adding a group in the
portal automatically adds it to the portal users, etc). That feature is very
handy when used in combination with the module 'share'.
The module also associates user groups to the portal users (adding a group in
the portal automatically adds it to the portal users, etc). That feature is
very handy when used in combination with the module 'share'.
""",
'website': 'http://www.openerp.com',
'data': [

View File

@ -38,7 +38,6 @@
<field name="state_id"/>
<templates>
<t t-name="kanban-box">
<!-- <img t-att-src="kanban_image('res.partner', 'photo', record.id.value)" class="oe_avatar oe_kanban_avatar_toto"/> -->
<h4><field name="name"/></h4>
<ul class="oe_portal_crm_address">
<li t-if="record.street"><field name="street"/></li>

View File

@ -1,4 +1,7 @@
/* Employees list section */
.openerp .oe_portal_crm_contact .oe_kanban_groups {
width: 100%;
}
.openerp .oe_portal_crm_contact .oe_portal_crm_team {
padding: 8px 0 0 0;
}