Tuesday, August 20, 2019

overwrite form view in odoo

ODOO

we can change the form view after inherit the main view by using xpath as bellow

<xpath expr='//form' position="replace">
      <form string="new form string ">
              new form body
      </form.
</xpath>

No comments:

Post a Comment

Odoo Invoice Qr code issues

There are two main issues must of us facing with the QR code in Odoo invoice & these issues are 1/ QR code displayed as broken image w...