Hi,
I have just now installed all required modules for webkit following the port in this forum to make the webkit run:
I receive below message when I try to open the sale order report generated by webkit.
callable_(context, *args, **kwargs)
File "memory:0x7f1ab8239f90", line 36, in render_body
${company.partner_id.address and company.partner_id.address[0].street or ''|entity}
File "/opt/openerp/server/openerp/osv/orm.py", line 486, in __getattr__
raise AttributeError(e)
AttributeError: "Field 'address' does not exist in object 'browse_record(res.partner, 1)'"
I have searched on the internet and found out that the address field is removed from the partner in openERP7 .Is this error message related to that one ?
Is related webkit module available for openERP 7 ?
↧