[IMP]customer-invoice-view

bzr revid: pja@tinyerp.com-20120709081227-t5bplfrzwv57pdmu
This commit is contained in:
Jalpesh Patel (OpenERP) 2012-07-09 13:42:27 +05:30
parent 80a93ff87a
commit 6206d0df14
2 changed files with 4 additions and 5 deletions

View File

@ -308,11 +308,10 @@
<label string="Pro Forma Invoice " attrs="{'invisible': [('state','not in',('proforma','proforma2'))]}"/>
<label string="Invoice " attrs="{'invisible': [('state','in',('draft','proforma','proforma2'))]}"/>
<field name="number" readonly="1" class="oe_inline"/>
<label string="-" class="oe_inline"/>
<field name="name" placeholder="Project XYZ" class="oe_inline"/>
</h1>
<label string="Concerns" for="name" class="oe_edit_only"/>
<h2>
<field name="name" placeholder="Project XYZ"/>
</h2>
<field name="type" invisible="1"/>
<group>
<group>

View File

@ -102,7 +102,7 @@ class account_move_journal(osv.osv_memory):
period = period_pool.browse(cr, uid, [period_id], ['name'])[0]['name']
period_string = _("Period: %s") % tools.ustr(period)
separator_string = _("Open Journal Items !")
separator_string = _("")
open_string = _("Open")
view = """<?xml version="1.0" encoding="utf-8"?>
<form string="Standard entries" version="7.0">