Hello, I want to add a field to a tree view in Odoo 9. In Odoo 8 I can do this searching where want I put the field with <xpath expr="//field[@name='price_subtotal']" position="replace"> but in Odoo 9 this not works. I can install my custom module OK but then fields is not displayed.
Thanks!
"not work" - can you provide more information. The XPATH syntax you posted should work just fine with version 9, as long as the anchor field (price_subtotal) exists in the view you are inheriting.