Inheriting data in openerp
问题 I have inherited exiting data from one form to another form using following coding xml: <field name = "res_model">lis.lab</field> python: _inherit="lis.lab" lis.lab is first form. I enter information and save only here. test.lab is another form. Here I have finished to display that record here(test.lab) in tree view using above two line click. But It has only exiting field in "test.lab" form. And it's not showing new field in second form(test.lab). xml <?xml version="1.0" encoding="utf-8"?>