[IMP] account.invoice: add extra @id on `smart button` to make inheritance easier

This commit is contained in:
Olivier Dony 2014-07-25 14:18:03 +02:00
parent f138aa2608
commit 48140f113a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
<xpath expr="//div[@name='buttons']" position="inside">
<button type="action"
class="oe_stat_button"
id="invoice_button"
icon="fa-pencil-square-o"
name="%(account.action_invoice_tree)d"
attrs="{'invisible': [('customer', '=', False)]}"