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>
|
<header>
|
||||||
<button name="run_reconcile" class="oe_highlight"
|
<button name="run_reconcile" class="oe_highlight"
|
||||||
string="Start Auto Reconciliation" type="object"/>
|
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"
|
string="Display items reconciled on the last run"
|
||||||
type="object"/>
|
type="object"/>
|
||||||
</header>
|
</header>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<group>
|
<group>
|
||||||
<group>
|
<group>
|
||||||
<field name="unreconciled_count"/>
|
<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"/>
|
string="Go to unreconciled items" type="object"/>
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
<field name="history_ids" nolabel="1">
|
<field name="history_ids" nolabel="1">
|
||||||
<tree string="Automatic Mass Reconcile History">
|
<tree string="Automatic Mass Reconcile History">
|
||||||
<field name="date"/>
|
<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"/>
|
string="Go to reconciled items" type="object"/>
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
@@ -83,7 +83,7 @@ The lines should have the same partner, and the credit entry ref. is matched wit
|
|||||||
<field name="unreconciled_count"/>
|
<field name="unreconciled_count"/>
|
||||||
<button icon="gtk-ok" name="run_reconcile" colspan="4"
|
<button icon="gtk-ok" name="run_reconcile" colspan="4"
|
||||||
string="Start Auto Reconcilation" type="object"/>
|
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"/>
|
string="Display items reconciled on the last run" type="object"/>
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<button name="open_reconcile"
|
<button name="open_reconcile"
|
||||||
string="Go to reconciled items"
|
string="Go to reconciled items"
|
||||||
icon="STOCK_JUMP_TO" type="object"/>
|
icon="fa-share" type="object"/>
|
||||||
</header>
|
</header>
|
||||||
<sheet>
|
<sheet>
|
||||||
<group>
|
<group>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<tree string="Automatic Mass Reconcile History">
|
<tree string="Automatic Mass Reconcile History">
|
||||||
<field name="mass_reconcile_id"/>
|
<field name="mass_reconcile_id"/>
|
||||||
<field name="date"/>
|
<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"/>
|
string="Go to reconciled items" type="object"/>
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user