[FIX] change the string 'pay invoices' to 'supplier inv.' to avoid misleading the user (there is another 'invoices' button) (addon purchases)

bzr revid: ged@openerp.com-20140415131818-geev2ewszvkjxj19
This commit is contained in:
Gery Debongnie 2014-04-15 15:18:18 +02:00
parent 032a453f67
commit d1eb2547bb
1 changed files with 1 additions and 1 deletions

View 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>