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
|
||||
name="unreconcile_bank_line"
|
||||
type="object"
|
||||
string="Reset"
|
||||
string="Unreconcile"
|
||||
accesskey="r"
|
||||
class="btn btn-warning"
|
||||
attrs="{'invisible': [('is_reconciled', '=', False)]}"
|
||||
@@ -152,7 +152,7 @@
|
||||
<button
|
||||
name="clean_reconcile"
|
||||
type="object"
|
||||
string="Clean"
|
||||
string="Reset reconciliation"
|
||||
class="btn btn-secondary"
|
||||
attrs="{'invisible': [('is_reconciled', '=', True)]}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user