> Hello > > why you did changes in line no: 18 in MP diff ? > > Thanks, > Amit
Hello, In map_account function have to pass object of sale.fiscal_position not id. In the function get value of account_ids from fposition_id argument as per code for pos in fposition_id.account_ids: sale.fiscal_position.id from this we get value of id So give error could not get 'fposition_id.account_ids:' So passed object instead of Id. Thanks, Bhumi -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-improve-traceback-issues8-bth/+merge/140138 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-improve-traceback-issues8-bth. _______________________________________________ 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

