Skip to content

Instantly share code, notes, and snippets.

View ged-odoo's full-sized avatar
💭
I may be slow to respond.

Géry Debongnie ged-odoo

💭
I may be slow to respond.
View GitHub Profile
@ged-odoo
ged-odoo / list_view_from_scratch.js
Last active October 6, 2023 13:02
toy list view made in owl and the new odoo js framework
/** @odoo-module **/
import { registry } from "@web/core/registry";
import { KeepLast } from "@web/core/utils/concurrency";
import { useService } from "@web/core/utils/hooks";
import { XMLParser } from "@web/core/utils/xml";
import { Model, useModel } from "@web/views/helpers/model";
import { ViewLayout } from "@web/views/view_layout";
// -----------------------------------------------------------------------------