← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 698371] Re: Export Stock "stock_move".id Error does not exist

 

I see in the stock_move table this column indeed does not exist. I did
find reference to in in the openerp module manual for 5.0 Was this
column deleted or renamed causing the error?

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

Title:
  Export Stock "stock_move".id Error does not exist

Status in Magento Open ERP Connector:
  New

Bug description:
  When exporting the stock, if there is no stock to export, it returns this error, even on a clean database and brand new magento install.

AND (stock_move.state != %s) AND (stock_move.state != %s) ORD

ProgrammingError: column stock_move.date_planned does not exist
LINE 1: SELECT "stock_move".id FROM "stock_move" WHERE (stock_move.d...

To reproduce, install a new openerp with new magento. Create a product with no stock value, try to export.

Or when we do export stock in a large database, after the initial export then it returns that error again, even after doing a periodical inventory on a few products.

Correct me if im wrong, Looking further into it but I do believe it is a bug.





References