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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jun 20
|
3111 | ||
|
0
Oct 19
|
3793 | ||
|
1
Oct 23
|
1912 | ||
|
4
Oct 23
|
3825 | ||
|
2
Oct 24
|
2444 |