摘要:
this._rpc({ model: this.model, method: 'quick_publish_products', args: [this.res_id], }).then(function (result) { self.do_action(result); }); 阅读全文
摘要:
request.make_response() # 仅返回包含 HTML 的字符串 request.render() # 返回一个模板 # 对于 json请求 。 只需要返回客户端想要的数据结构即可。 # odoo 会处理序列化。让其动作,限制数据为json可序列化的类型 # request.env 阅读全文
摘要:
https://blog.csdn.net/xiaoduu/article/details/112724947 阅读全文
摘要:
看板视图是一个很常见的可视化解决方案了,例如:联系人卡片,任务卡片,还有二次元朋友们经常逛的哔站。 我个人也是非常喜欢看板视图,比起那些呆板的tree视图,看板视图给人的感觉的就是简洁直观又好看。 本人也是初学Odoo一个月,其中深意只知其一,但也想跟各位大佬分享交流,于是斗胆以拙见一篇讨教一二,文 阅读全文