In previous versions of Odoo, the standard_price was stored as an ir.property. However, in Odoo 18, I can see the field in product.product, but it always returns 0.00.
Does anyone know where this field is now managed or stored? I use it frequently for production-related calculations.
I generate reports using SQL queries, not the ORM, so solutions based on the ORM won’t be very useful for my case.
Any insights would be greatly appreciated!