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,
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>
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
2
jun 20
|
5750 | |||
|
0
oct 19
|
5836 | |||
|
1
oct 23
|
4082 | |||
|
4
oct 23
|
7592 | |||
|
2
feb 26
|
1744 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.