← Back to team overview

openerp-india team mailing list archive

[Bug 1093495] Re: IndentationError: unexpected indent in CRM module

 

Cristian,

Interesting, I don't face this error!

Do you think this is due to any editor?

Thanks.

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1093495

Title:
  IndentationError: unexpected indent in CRM module

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Hello with latest revno release 7.0:

  server: 4746
  addons: 8479
  web: 3658

  Install CRM module
  server gives this output after install:

  sales_team = self.pool.get('ir.model.data').get_object(cr, uid, 'crm', 'section_sales_department')\nobject.write({'section_id': sales_team.id})\n            "
  Traceback (most recent call last):
    File "/Users/ovnicraft/development/openerp/7.0/server/openerp/tools/safe_eval.py", line 241, in safe_eval
      return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
    File "/Users/ovnicraft/development/openerp/7.0/server/openerp/tools/safe_eval.py", line 107, in test_expr
      code_obj = compile(expr, "", mode)
    File "<string>", line 3
       
      ^

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1093495/+subscriptions


References