bzr revid: sgo@tinyerp.com-20120329123659-xun8tan1r0727wca
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-03-29 18:06:59 +05:30
parent 3756d72dd3
commit f221ede36a
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.oe_to_invoice_buttons {
min-height: 60px;
min-width: 50px;
min-height: 50px;
min-width: 40px;
vertical-align: top;
}

View File

@ -56,7 +56,10 @@
</div>
</button>
</div>
<div class="sequence">
<kbd class="user">Hours</kbd>
<div class="manager"><t t-esc="Math.round(record.total_hours.raw_value-record.effective_hours.raw_value)"/></div>
</div>
</xpath>
</field>
</record>