bzr revid: apa@tinyerp.com-20120330062413-9i7xyo9yh63zrdst
This commit is contained in:
Amit Patel (OpenERP) 2012-03-30 11:54:13 +05:30
parent 2ba790b37e
commit 7b2b46b741
3 changed files with 9 additions and 10 deletions

View File

@ -192,7 +192,7 @@
<td class="td_name">
<div class="oe_project_border">
<h4 class="oe_project_font1">
<a type="edit"><div class="oe_project_font"><t t-esc="record.name.value.substr(0,29)"/><t t-if="record.name.value.length > 29">...</t></div></a>
<a type="edit"><div class="oe_project_font"><t t-esc="record.name.value.substr(0,28)"/><t t-if="record.name.value.length > 28">...</t></div></a>
</h4>
<table >
<tr class ="task">

View File

@ -1,6 +1,6 @@
.oe_to_invoice_buttons {
min-height: 50px;
min-width: 40px;
min-height: 30px;
min-width: 70px;
vertical-align: top;
}
@ -105,7 +105,7 @@
font-size: 10px;
}
.manager {
font-size: 8px;
font-size: 9px;
}
.oe_project_buttons {

View File

@ -54,12 +54,11 @@
</xpath>
<xpath expr="//td[@class='td_deadline']" position="inside">
<div class="sequence">
<button name="open_timesheets" class="oe_to_invoice_buttons" type="object">
<small>To invoice</small>
<div class="manager">
<field name="amount_invoiced"/>
</div>
</button>
<kbd class="user">To invoice</kbd>
<div class="manager"><field name="amount_invoiced"/></div>
</div>
<div class="sequence">
<button name="open_timesheets" class="oe_to_invoice_buttons" type="object">Invoice</button>
</div>
</xpath>
</field>