c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05494
[Bug 680704] [NEW] [6.0RC1] fetchmail module : ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « user »
Public bug reported:
In revision 3953 of trunk, using fetchmail module.
When I fetch emails, the field "user" is not set and I received the
error message :
[2010-11-23 17:42:23,289][Test] ERROR:db.cursor:bad query: insert into "email_server" (id,"user_id","attach","is_ssl","priority","date","state","active","name",create_uid,create_date) values (7,NULL,E'False',E'False',5,E'2010-11-23',E'draft',E'True',E'Your Small Business Newsletter: November 2010',1,now())
Traceback (most recent call last):
File "/home/max/openerp/openobject-server/bin/sql_db.py", line 122, in execute
res = self._obj.execute(query, params)
IntegrityError: ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « user »
** Affects: openobject-addons
Importance: Undecided
Status: New
--
[6.0RC1] fetchmail module : ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « user »
https://bugs.launchpad.net/bugs/680704
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: New
Bug description:
In revision 3953 of trunk, using fetchmail module.
When I fetch emails, the field "user" is not set and I received the error message :
[2010-11-23 17:42:23,289][Test] ERROR:db.cursor:bad query: insert into "email_server" (id,"user_id","attach","is_ssl","priority","date","state","active","name",create_uid,create_date) values (7,NULL,E'False',E'False',5,E'2010-11-23',E'draft',E'True',E'Your Small Business Newsletter: November 2010',1,now())
Traceback (most recent call last):
File "/home/max/openerp/openobject-server/bin/sql_db.py", line 122, in execute
res = self._obj.execute(query, params)
IntegrityError: ERREUR: une valeur NULL viole la contrainte NOT NULL de la colonne « user »
Follow ups
References