Review: Disapprove user_company = order.user_id and user_proxy.browse(cr, order.user_id.id, order.user_id.id).company_id or False
should be: user_company = order.user_id and order.user_id.company_id or False -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-573823-port-mma/+merge/132288 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-opw-573823-port-mma. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp