コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4157 ビュー

Hi,

Am trying to bring the fields in the product form which is defined in the back end to website.How can i do that am using odoo 12 community version.

Thanks in advance

アバター
破棄
最善の回答

Hi,

There is field in product form called description for customer by filling this fields the description that we wrote will appear in the website.

If you want to add additional field write the following code.

<template id="product_quick_view_extended" inherit_id="website_sale.product">
<xpath expr="//t[@t-call='website.layout']" position="inside">
<xpath>
You can describe your fields here for eg.
<span t-field="product.barcode"/>
</xpath>
</xpath>
</template>



アバター
破棄
関連投稿 返信 ビュー 活動
2
6月 20
3531
0
10月 19
4246
1
10月 23
2313
4
10月 23
4629
2
10月 24
2984