← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 776135] Re: Cannot create more products, clicking on new product throws an error

 

I just took a look into the server log and found the following
information. i think the last rows could have to do something with my
issue

[2011-04-30 23:40:49,726][sinclairsoftware] WARNING:init:object base_report_creator_report.result (Report) has no access rules!
[2011-04-30 23:40:50,286][sinclairsoftware] WARNING:init:Model event.type is referenced but not present in the orm pool!
[2011-04-30 23:40:50,286][sinclairsoftware] WARNING:init:Model event.event is referenced but not present in the orm pool!
[2011-04-30 23:40:50,286][sinclairsoftware] WARNING:init:Model event.registration is referenced but not present in the orm pool!
[2011-04-30 23:40:50,286][sinclairsoftware] WARNING:init:Model event.registration.badge is referenced but not present in the orm pool!
[2011-04-30 23:40:50,286][sinclairsoftware] WARNING:init:Model event.make.invoice is referenced but not present in the orm pool!
[2011-04-30 23:40:50,288][sinclairsoftware] WARNING:init:Model event.confirm.registration is referenced but not present in the orm pool!
[2011-04-30 23:40:50,288][sinclairsoftware] WARNING:init:Model event.confirm is referenced but not present in the orm pool!
[2011-04-30 23:40:50,288][sinclairsoftware] WARNING:init:Model partner.event.registration is referenced but not present in the orm pool!
[2011-04-30 23:40:50,288][sinclairsoftware] WARNING:init:Model report.event.registration is referenced but not present in the orm pool!
[2011-04-30 23:40:50,288][sinclairsoftware] WARNING:init:Model membership.membership_line is referenced but not present in the orm pool!
[2011-04-30 23:40:50,288][sinclairsoftware] WARNING:init:Model membership.invoice is referenced but not present in the orm pool!
[2011-04-30 23:40:50,289][sinclairsoftware] WARNING:init:Model report.membership is referenced but not present in the orm pool!
[2011-04-30 23:40:50,289][sinclairsoftware] WARNING:init:Model profile.association.config.install_modules_wizard is referenced but not present in the orm pool!
[2011-04-30 23:40:50,292][sinclairsoftware] WARNING:init:Model event.project is referenced but not present in the orm pool!
[2011-04-30 23:40:52,209][sinclairsoftware] INFO:res.config:getting next operation
[2011-04-30 23:40:52,209][sinclairsoftware] INFO:res.config:getting next <base.ir.ir_actions.ir_actions_todo object at 0x051F62D0>
[2011-04-30 23:40:52,210][sinclairsoftware] INFO:res.config:next action is None
[2011-04-30 23:40:52,210][sinclairsoftware] INFO:res.config:all configuration actions have been executed
[2011-04-30 23:41:05,387][sinclairsoftware] ERROR:db.cursor:bad query: SELECT "account_account".id FROM "account_account" WHERE (account_account.active = E'True') AND account_account.id = E'false' AND (account_account.company_id IS NULL   OR  (account_account.company_id in (1))) ORDER BY parent_left 
Traceback (most recent call last):
  File "sql_db.pyo", line 131, in execute
DataError: FEHLER:  ungültige Eingabesyntax für ganze Zahl: »false«
LINE 1: ...ccount.active = E'True') AND account_account.id = E'false' A...
                                                             ^

[2011-04-30 23:41:05,387][sinclairsoftware] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "osv\osv.pyo", line 122, in wrapper
  File "osv\osv.pyo", line 176, in execute
  File "osv\osv.pyo", line 167, in execute_cr
  File "osv\orm.pyo", line 1010, in default_get
  File "C:\Program Files\OpenERP 6.0\Server\addons\account\account.py", line 215, in search
  File "osv\orm.pyo", line 1743, in search
  File "osv\orm.pyo", line 4023, in _search
  File "sql_db.pyo", line 78, in wrapper
  File "sql_db.pyo", line 131, in execute
DataError: FEHLER:  ungültige Eingabesyntax für ganze Zahl: »false«
LINE 1: ...ccount.active = E'True') AND account_account.id = E'false' A...
                                                             ^

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/776135

Title:
  Cannot create more products, clicking on new product throws an error

Status in OpenERP Web Client:
  Incomplete

Bug description:
  If i click on new product OpenERP throws an error. I copied the error
  message from the dialog below. I started a fresh 6.02 installation and
  i was able to create five products, then the sixth product was unable
  to create. As in fact i am new to OpenERP i do not know what i have
  done wrong. The problem is without products OpenERP is currently
  useless for us.

  The dialog error message after i click to create a new product:
  Traceback (most recent call last): File "netsvc.pyo", line 489, in dispatch File "service\web_services.pyo", line 599, in dispatch File "C:\Program Files\OpenERP 6.0\Server\addons\audittrail\audittrail.py", line 511, in execute File "C:\Program Files\OpenERP 6.0\Server\addons\audittrail\audittrail.py", line 495, in my_fct File "osv\osv.pyo", line 122, in wrapper File "osv\osv.pyo", line 176, in execute File "osv\osv.pyo", line 167, in execute_cr File "osv\orm.pyo", line 1010, in default_get File "C:\Program Files\OpenERP 6.0\Server\addons\account\account.py", line 215, in search File "osv\orm.pyo", line 1743, in search File "osv\orm.pyo", line 4023, in _search File "sql_db.pyo", line 78, in wrapper File "sql_db.pyo", line 131, in execute DataError: FEHLER: ungültige Eingabesyntax für ganze Zahl: »false« LINE 1: ...ccount.active = E'True') AND account_account.id = E'false' A... ^


References