[IMP] account_reconcile_oca: Rename buttons
parent
8e4ba81248
commit
df141e48fd
|
@ -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)]}"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue