mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_reconcile_oca: Rename buttons
This commit is contained in:
committed by
Enric Tobella
parent
d05fbbfb75
commit
6888ec562f
@@ -143,7 +143,7 @@
|
|||||||
<button
|
<button
|
||||||
name="unreconcile_bank_line"
|
name="unreconcile_bank_line"
|
||||||
type="object"
|
type="object"
|
||||||
string="Reset"
|
string="Unreconcile"
|
||||||
accesskey="r"
|
accesskey="r"
|
||||||
class="btn btn-warning"
|
class="btn btn-warning"
|
||||||
attrs="{'invisible': [('is_reconciled', '=', False)]}"
|
attrs="{'invisible': [('is_reconciled', '=', False)]}"
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
<button
|
<button
|
||||||
name="clean_reconcile"
|
name="clean_reconcile"
|
||||||
type="object"
|
type="object"
|
||||||
string="Clean"
|
string="Reset reconciliation"
|
||||||
class="btn btn-secondary"
|
class="btn btn-secondary"
|
||||||
attrs="{'invisible': [('is_reconciled', '=', True)]}"
|
attrs="{'invisible': [('is_reconciled', '=', True)]}"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user