This question has been flagged
1 Reply
3300 Views

Hi Friends,

I am using openerp v 6.1.Whenever i try to create sale order it throws an error like create date specified more then once.And i cant able to save the form.Please help me in this to recitify this Bug.

Client Traceback (most recent call last): File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/web/common/http.py", line 180, in dispatch response["result"] = method(controller, self, **self.params) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/web/controllers/main.py", line 970, in create r = m.create(data, req.session.eval_context(req.context)) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/web/common/openerplib/main.py", line 250, in proxy args, kw) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/web/common/openerplib/main.py", line 117, in proxy result = self.connector.send(self.service_name, method, *args) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/web/common/http.py", line 611, in send raise xmlrpclib.Fault(openerp.tools.exception_to_unicode(e), formatted_info) Server Traceback (most recent call last): File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/web/common/http.py", line 596, in send return openerp.netsvc.dispatch_rpc(service_name, method, args) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/netsvc.py", line 360, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/service/web_services.py", line 586, in dispatch res = fn(db, uid, *params) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/osv/osv.py", line 186, in execute_kw return self.execute(db, uid, obj, method, *args, **kw or {}) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/osv/osv.py", line 129, in wrapper return f(self, dbname, *args, **kwargs) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/osv/osv.py", line 195, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/osv/osv.py", line 183, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/addons/sale/sale.py", line 404, in create return super(sale_order, self).create(cr, uid, vals, context=context) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/osv/orm.py", line 4202, in create cr.execute('insert into "'+self._table+'" (id'+upd0+") values ("+str(id_new)+upd1+')', tuple(upd2)) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/sql_db.py", line 152, in wrapper return f(self, *args, **kwargs) File "/home/vvitadmin/workspace/openerp_vvp_6.1/openerp/sql_db.py", line 212, in execute res = self._obj.execute(query, params) ProgrammingError: column "create_date" specified more than once LINE 1: ..."amount_total_new","product_rebate_id",create_uid,create_dat...

Please reply anyone ASAP.Thank in advance.

 

 

 

Avatar
Discard
Best Answer

Hy vadivel,

You probably know that it's a volunteer place for answering. So people won't answer you ASAP unless you'll have a support contract with Odoo.

Regarding to your issue, do you work with the latest https://github.com/odoo/odoo/tree/6.1? Is it a fresh install, could you reproduce it on http://runbot.odoo.com/runbot

Avatar
Discard