[FIX] change the string 'pay invoices' to 'supplier inv.' to avoid misleading the...
authorGery Debongnie <ged@openerp.com>
Tue, 15 Apr 2014 13:18:18 +0000 (15:18 +0200)
committerGery Debongnie <ged@openerp.com>
Tue, 15 Apr 2014 13:18:18 +0000 (15:18 +0200)
bzr revid: ged@openerp.com-20140415131818-geev2ewszvkjxj19

addons/purchase/partner_view.xml

index 6d1916f..eb8f01e 100644 (file)
@@ -81,7 +81,7 @@
                     </button>
                     <button class="oe_inline oe_stat_button" name="%(purchase.act_res_partner_2_supplier_invoices)d" type="action"
                         attrs="{'invisible': [('supplier', '=', False)]}" icon="fa-pencil-square-o" help="Supplier Invoices">
-                        <field string="Pay Invoices" name="supplier_invoice_count" widget="statinfo"/>
+                        <field string="Supplier Inv." name="supplier_invoice_count" widget="statinfo"/>
                     </button>
                 </xpath>
             </field>