Hello, Refixed the issue of contact which sets false value in the field and sets field as a dirty field so when do_save is called it will save the contact record to empty record even though I have not touched the contact one2many.
Demo:- install base_contact -> create customer -> when you click on create button it will create one2many record even though you still not touched any field. This is because when default_get is called it will gives as a response false value for location_id so the location_id is set with false value, creates one record with empty data. Thanks. -- https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-572829-msh/+merge/99468 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/6.1-opw-572829-msh. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

