~jamesj/openobject-addons/c2c_budget_fixes

« back to all changes in this revision

Viewing changes to dm/customer.py

[IMP] Adding multi_company_stock_module, nto finished

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
                res = server_obj.run(cr, uid, [wi.step_id.action_id.id], context)
157
157
 
158
158
                """ Check returned value and set workitem log """
159
 
                done = False
160
159
                if res=='no_document':
161
160
                    self.write(cr, uid, [wi.id], {'state': 'error','error_msg':'No production document is assigned to this offer step'})
162
161
                elif res=='no_step':