hi,
Maybe someone can explain me that cousing warning in log.
log:
2016-11-06 23:48:00,458 1601 WARNING odoo10 odoo.addons.base.ir.ir_qweb.ir_qweb: Use new syntax for '<span t-esc="p['subtotal']" t-tag="span"/>
' monetary widget t-options (python dict instead of deprecated JSON syntax).
code what couses:
<span t-esc="p['subtotal']" t-options='{"widget": "monetary", "display_currency": "doc.currency_id"}'/>