owl

odoo owl前端 action 通知

setup (){ this.action = useService("action"); } this.action.doAction({ type: 'ir.actions.client', tag: 'display_notification', params:{ 'title': "提醒", ......
前端 action odoo owl

Odoo14_OWL组件扩展demo

1.Qweb <?xml version="1.0" encoding="UTF-8"?> <templates xml:space="preserve"> <t t-name="fsn_home_page_roll" t-inherit="web_enterprise.HomeMenu" t-in ......
组件 Odoo demo OWL 14

odoo owl store

https://odoo.github.io/owl/playground/ /** @odoo-module **/ const { Component, useState, useRef, mount, onMounted, props, useEnv, reactive } = owl; fu ......
store odoo owl

odoo owl playground

https://odoo.github.io/owl/playground/ /** @odoo-module **/ const { Component, useState, useRef, mount, props } = owl; class Task extends Component { ......
playground odoo owl

Odoo16_月份选择(owl)

1.js /** @odoo-module **/ const { Component } = owl; import { registry } from "@web/core/registry"; export class FsnMonth extends Component { setup() ......
月份 Odoo owl 16
共5篇  :1/1页 首页上一页1下一页尾页