Ravish Murari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-886249-rmu into 
lp:openobject-addons.

Requested reviews:
  Amit (Open ERP) (apa-tiny)
Related bugs:
  Bug #886249 in OpenERP Addons: "Customer refence in Sales Invoice refers to 
Customer, not to Order"
  https://bugs.launchpad.net/openobject-addons/+bug/886249

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-886249-rmu/+merge/85477
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-886249-rmu/+merge/85477
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-886249-rmu.
=== modified file 'account/account_invoice_view.xml'
--- account/account_invoice_view.xml	2011-12-12 22:30:17 +0000
+++ account/account_invoice_view.xml	2011-12-13 12:35:37 +0000
@@ -276,7 +276,7 @@
                     <notebook colspan="4">
                         <page string="Invoice">
                             <field domain="[('company_id', '=', company_id),('type','=', 'receivable')]" name="account_id" groups="account.group_account_user"/>
-                            <field name="name"/>
+                            <field name="name" string="Customer Reference"/>
                             <field name="payment_term" widget="selection"/>
                             <field colspan="4" name="invoice_line" nolabel="1" widget="one2many_list" context="{'type': type}"/>
                             <group col="1" colspan="2">

=== modified file 'account/report/account_print_invoice.rml'
--- account/report/account_print_invoice.rml	2011-12-05 14:47:10 +0000
+++ account/report/account_print_invoice.rml	2011-12-13 12:35:37 +0000
@@ -185,7 +185,7 @@
     <blockTable colWidths="132.50,132.50,132.50,132.50" style="Table_Invoice_General_Header">
       <tr>
         <td>
-          <para style="terp_tblheader_General_Centre">Description</para>
+          <para style="terp_tblheader_General_Centre">Customer Reference</para>
         </td>
         <td>
           <para style="terp_tblheader_General_Centre">Invoice Date</para>

=== modified file 'account/report/account_print_invoice.sxw'
Binary files account/report/account_print_invoice.sxw	2011-01-14 00:11:01 +0000 and account/report/account_print_invoice.sxw	2011-12-13 12:35:37 +0000 differ
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to