Skip to content

Instantly share code, notes, and snippets.

@abdounasser202
abdounasser202 / list_view_from_scratch.js
Created July 7, 2021 15:08 — forked from ged-odoo/list_view_from_scratch.js
toy list view made in owl and the new odoo js framework
/* @odoo-module */
import { registry } from "@web/core/registry";
import { Model, useModel } from "@web/views/helpers/model";
import { ControlPanel } from "@web/search/control_panel/control_panel";
import { XMLParser } from "@web/core/utils/xml";
import { KeepLast } from "@web/core/utils/concurrency";
import { useService } from "@web/core/service_hook";
// -----------------------------------------------------------------------------