I'm using this code in my product template
<p class="codigo_ref"> Ref : <span itemprop="default_code" t-field="product.default_code"/></p>
and it works with a single product but if my product has variants then doesn't render the default_code.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I'm using this code in my product template
<p class="codigo_ref"> Ref : <span itemprop="default_code" t-field="product.default_code"/></p>
and it works with a single product but if my product has variants then doesn't render the default_code.
Hello
we have already developed this feature and uploaded on odoo apps store.
please take a look on the link below.
https://apps.odoo.com/apps/modules/14.0/eq_website_default_code/
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
abr 25
|
1412 | ||
|
1
may 24
|
4513 | ||
|
1
abr 24
|
2849 | ||
|
0
abr 24
|
2100 | ||
|
1
may 23
|
5238 |
If you are taking the internal reference from product.template, change it product.product and take it from it.
Kevin, were you able to solve this? I'm having a similar problem. I'm assuming you are trying to display this on your website?
Hi,
We are having the same problem, v 12. Any fix?