[IMP] mail group view

bzr revid: fp@openerp.com-20121112230418-nhvk886m3rzbglmg
This commit is contained in:
Fabien Pinckaers 2012-11-13 00:04:18 +01:00
parent 6e2f3e7b84
commit 5854861cf5
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<record model="mail.group" id="group_all_employees">
<field name="name">Whole Company</field>
<field name="group_ids" eval="[(4, ref('base.group_user'))]"/>
<field name="description">Discussion about best sales practices and deals.</field>
<field name="description">General announces for all employees.</field>
</record>
<!-- notify all employees of module installation -->

View File

@ -32,6 +32,9 @@
</div>
<div class="oe_group_details">
<h4><a type="open"><field name="name"/></a></h4>
<div class="oe_grey">
<field name="description"/>
</div>
<div class="oe_kanban_footer_left">
<t t-raw="record.message_summary.raw_value"/>
</div>

View File

@ -79,12 +79,12 @@
list-style: none;
}
.oe_group_details li {
.openerp .oe_group_details li {
margin: 2px 0;
}
.openerp .oe_group_button {
padding-top: 10px;
padding-top: 7px;
}
.openerp .oe_group_button .oe_group_join {