我在网站上使用这个免费的 Odoo 数据滑块模块。 https://www.odoo.com/apps/modules/9.0/website_snippet_data_slider/ 一个不错的模块,也很好用。我需要在其中添加“价格”字段,因为目前它只显示产品名称。
根据此模块,我们可以将字段添加到从 product.template 到此部分的滑块
试图添加这样的价格字段
this.priceField = this.widgetOptions.data_price_field; this.fields = [this.priceField, 'lst_price'];
不幸的是它不起作用。谁能指出我的原因并解决?
谢谢