fix: Odoo 19 compatibility — tree→list views, remove search group wrappers, remove numbercall

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-03-31 21:40:53 -04:00
parent ad50c579c3
commit 5d361d8c8a
15 changed files with 119 additions and 98 deletions

View File

@@ -199,7 +199,7 @@ export class WooDashboard extends Component {
type: "ir.actions.act_window",
name: "Sync Errors (Last 24 h)",
res_model: "woo.sync.log",
view_mode: "tree,form",
view_mode: "list,form",
domain: [["state", "=", "failed"]],
target: "current",
});