mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Deprecated icon on some buttons
This commit is contained in:
committed by
Florian da Costa
parent
d17534636f
commit
62196a1636
@@ -10,7 +10,7 @@
|
||||
<header>
|
||||
<button name="run_reconcile" class="oe_highlight"
|
||||
string="Start Auto Reconciliation" type="object"/>
|
||||
<button icon="STOCK_JUMP_TO" name="last_history_reconcile"
|
||||
<button icon="fa-share" name="last_history_reconcile"
|
||||
string="Display items reconciled on the last run"
|
||||
type="object"/>
|
||||
</header>
|
||||
@@ -25,7 +25,7 @@
|
||||
<group>
|
||||
<group>
|
||||
<field name="unreconciled_count"/>
|
||||
<button icon="STOCK_JUMP_TO" name="open_unreconcile"
|
||||
<button icon="fa-share" name="open_unreconcile"
|
||||
string="Go to unreconciled items" type="object"/>
|
||||
</group>
|
||||
</group>
|
||||
@@ -38,7 +38,7 @@
|
||||
<field name="history_ids" nolabel="1">
|
||||
<tree string="Automatic Mass Reconcile History">
|
||||
<field name="date"/>
|
||||
<button icon="STOCK_JUMP_TO" name="open_reconcile"
|
||||
<button icon="fa-share" name="open_reconcile"
|
||||
string="Go to reconciled items" type="object"/>
|
||||
</tree>
|
||||
</field>
|
||||
@@ -83,7 +83,7 @@ The lines should have the same partner, and the credit entry ref. is matched wit
|
||||
<field name="unreconciled_count"/>
|
||||
<button icon="gtk-ok" name="run_reconcile" colspan="4"
|
||||
string="Start Auto Reconcilation" type="object"/>
|
||||
<button icon="STOCK_JUMP_TO" name="last_history_reconcile" colspan="2"
|
||||
<button icon="fa-share" name="last_history_reconcile" colspan="2"
|
||||
string="Display items reconciled on the last run" type="object"/>
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<header>
|
||||
<button name="open_reconcile"
|
||||
string="Go to reconciled items"
|
||||
icon="STOCK_JUMP_TO" type="object"/>
|
||||
icon="fa-share" type="object"/>
|
||||
</header>
|
||||
<sheet>
|
||||
<group>
|
||||
@@ -62,7 +62,7 @@
|
||||
<tree string="Automatic Mass Reconcile History">
|
||||
<field name="mass_reconcile_id"/>
|
||||
<field name="date"/>
|
||||
<button icon="STOCK_JUMP_TO" name="open_reconcile"
|
||||
<button icon="fa-share" name="open_reconcile"
|
||||
string="Go to reconciled items" type="object"/>
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user