Hello,
Anybody has this behaviour.
Changing category for product properties no longer visible.
Thanks
Peter
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
Anybody has this behaviour.
Changing category for product properties no longer visible.
Thanks
Peter
This is by design. See https://www.odoo.com/documentation/18.0/applications/essentials/property_fields.html?highlight=properties#property-fields-properties-apps:
Properties act as pseudo-fields; they behave like regular fields but are not saved as columns in the database. They also rely on a defined parent record.
and
Property fields can be defined in the form view of multiple models. Once set, the property is shared by all records that are linked to the same parent.
According to https://www.odoo.com/documentation/18.0/applications/essentials/property_fields.html?highlight=properties#properties-across-apps, for Products, that defined parent is a Category.
Without customization, you will have to create the Properties for each Category once.
Christoph,
Thanks for the info
Peter
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
jul 25
|
712 | ||
|
1
jul 25
|
530 | ||
|
1
jul 25
|
531 | ||
|
2
jul 25
|
537 | ||
|
3
jun 25
|
1169 |
From your screenshot is appears you have a custom version of Odoo - we don't have the Manufacturers part and support multiple Suppliers on the Purchase tab. One of the customizations is probably doing that.
Ray,
This is a clean version of Odoo18ce installed locally for testing purposes, no customizations.
Manufacturers part is a property field which is named Manufacturers.
---
I created online test version (only sales active).
Added 1 product.
Same happens here, when changing category, added properties no longer visible.
Thanks
Peter
I understand now. The answer from Christoph is the correct one - properties are defined per Category.
Ray
Thanks for your answer
Peter