[IMP] accounting: cheat sheet styles

closes odoo/documentation#13220

X-original-commit: c97f57ee93
Signed-off-by: Ruben Gomes (rugo) <rugo@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
samueljlieber
2025-04-24 16:35:48 +00:00
parent 5d06b344d5
commit 0ef30be5d4
2 changed files with 13 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
update_btn();
function update_btn() {
var $reconcile = $('<button class="btn btn-success" type="button">')
var $reconcile = $('<button class="btn btn-secondary" type="button">')
.text("Next Reconcile")
.appendTo($buttons.empty())
switch (state) {