bzr revid: apa@tinyerp.com-20120330072933-syjdkqs7excirqtn
This commit is contained in:
Amit Patel (OpenERP) 2012-03-30 12:59:33 +05:30
parent 5d628773b9
commit a5542944f9
2 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,6 @@
}
.manager {
font-size: 9px;
font: bolder;
}
.oe_project_buttons {

View File

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