I'm trying to run a v9 report in v10.
This report (in module "product_pricelist_direct_print"), depends on calculating product prices according to pricelists.
After a minot tweak, the report is working. However, the prices are not well calculated. It seems that, whatever I do, the computed "price" field is not recalculated.
This is the qweb instruction:
<strong t-field="product.with_context(pricelist=o.pricelist_id.id).price"/>
I've tried to replace t-field by t-esc to no result.