Skip to content
Snippets Groups Projects
Commit e839a6e2 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[IMP] purchase: rename Invoices button to Vendor Bills

As this button redirects to the Vendor Bills page, let us rename this
button so that names match.
parent 37ea415c
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@
<button type="object" name="action_view_invoice"
class="oe_stat_button"
icon="fa-pencil-square-o" attrs="{'invisible':[('state', 'in', ('draft','sent','to approve')),('invoice_ids','=',[])]}">
<field name="invoice_count" widget="statinfo" string="Invoices"/>
<field name="invoice_count" widget="statinfo" string="Vendor Bills"/>
<field name='invoice_ids' invisible="1"/>
</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment