← Back to team overview

openerp-india team mailing list archive

[Bug 1083521] [NEW] Trunk Cannot install document management on existing DB

 

Public bug reported:

trying to install the document management module:

The operation cannot be completed, probably due to the following:
- deletion: you may be trying to delete a record while other records still reference it
- creation/update: a mandatory field is not correctly set

[object with reference: file_size - file.size]
Traceback (most recent call last):
  File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/netsvc.py", line 361, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/service/web_services.py", line 596, in dispatch
    res = fn(db, uid, *params)
  File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/osv/osv.py", line 167, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/osv/osv.py", line 151, in wrapper
    netsvc.abort_response(1, _('Integrity Error'), 'warning', msg)
  File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/netsvc.py", line 67, in abort_response
    raise openerp.osv.osv.except_osv(description, details)
except_osv: ('Integrity Error', 'The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set\n\n[object with reference: file_size - file.size]')

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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/1083521

Title:
  Trunk Cannot install document management on existing DB

Status in OpenERP Addons (modules):
  New

Bug description:
  trying to install the document management module:

  The operation cannot be completed, probably due to the following:
  - deletion: you may be trying to delete a record while other records still reference it
  - creation/update: a mandatory field is not correctly set

  [object with reference: file_size - file.size]
  Traceback (most recent call last):
    File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/netsvc.py", line 361, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/service/web_services.py", line 596, in dispatch
      res = fn(db, uid, *params)
    File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/osv/osv.py", line 151, in wrapper
      netsvc.abort_response(1, _('Integrity Error'), 'warning', msg)
    File "/home/chanon/OPENERP/openerp70/openobject-server/openerp/netsvc.py", line 67, in abort_response
      raise openerp.osv.osv.except_osv(description, details)
  except_osv: ('Integrity Error', 'The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set\n\n[object with reference: file_size - file.size]')

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


Follow ups

References