[IMP]: Improve reference terms for partner

bzr revid: ypa@tinyerp.com-20140311094911-7oc1il3jl2ktlb09
This commit is contained in:
Yogesh Parekh (OpenERP) 2014-03-11 15:19:11 +05:30
parent 5e036bbf7c
commit 9338207e1f
3 changed files with 3 additions and 3 deletions

View File

@ -404,7 +404,7 @@
</group>
<group>
<field name="origin" groups="base.group_user"/>
<field name="name" string="Customer Reference"/>
<field name="name" string="Reference/Description"/>
<field name="move_id" groups="account.group_account_user"/>
</group>
</group>

View File

@ -182,7 +182,7 @@
<blockTable colWidths="132.50,132.50,132.50,132.50" style="Table_Invoice_General_Header">
<tr>
<td>
<para style="terp_tblheader_General_Centre"><b>Description</b></para>
<para style="terp_tblheader_General_Centre"><b>Reference/Description</b></para>
</td>
<td>
<para style="terp_tblheader_General_Centre"><b>Invoice Date</b></para>

View File

@ -167,7 +167,7 @@ class sale_order(osv.osv):
'name': fields.char('Order Reference', size=64, required=True,
readonly=True, states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}, select=True),
'origin': fields.char('Source Document', size=64, help="Reference of the document that generated this sales order request."),
'client_order_ref': fields.char('Customer Reference', size=64),
'client_order_ref': fields.char('Reference/Description', size=64),
'state': fields.selection([
('draft', 'Draft Quotation'),
('sent', 'Quotation Sent'),