Shipping Module Problem.

Hi, and sorry for my English, i have o problem with the shipment module, ( possible after an update- don’t know when).
So now when i try to access List on shipment get the following error.
I haven’t any shipment that i want to keep can i reset the module to default?
on fresh install everything is ok but when i load my database the error reapear…

Dolibarr has detected a technical error.
This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to ‘1’ to remove such notices):
Date: 20190118070605
Dolibarr: 8.0.4
Level of features: 0
PHP: 5.5.12
Server: Apache/2.4.9 (Win32) PHP/5.5.12
OS: Windows NT STORAGE 6.2 build 9200 (Windows 8 Business Edition) i586
UserAgent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Requested URL: /dolibarr/expedition/list.php?leftmenu=sendings
Referer: http://storage:8888/dolibarr/product/index.php?mainmenu=products&leftmenu=
Menu manager: eldy_menu.php

Database type manager: mysqli
Latest database access request error: SELECT e.rowid, e.ref, e.ref_customer, e.date_expedition as date_expedition, e.date_delivery as date_livraison, l.date_delivery as date_reception, e.fk_statut, e.billed, s.rowid as socid, s.nom as name, s.town, s.zip, s.fk_pays, s.client, s.code_client, typent.code as typent_code, state.code_departement as state_code, state.nom as state_name, e.date_creation as date_creation, e.tms as date_update FROM llx_expedition as e LEFT JOIN llx_societe as s ON s.rowid = e.fk_soc LEFT JOIN llx_c_country as country on (country.rowid = s.fk_pays) LEFT JOIN llx_c_typent as typent on (typent.id = s.fk_typent) LEFT JOIN llx_c_departements as state on (state.rowid = s.fk_departement) LEFT JOIN llx_element_element as ee ON e.rowid = ee.fk_source AND ee.sourcetype = ‘shipping’ AND ee.targettype = ‘delivery’ LEFT JOIN llx_livraison as l ON l.rowid = ee.fk_target WHERE e.entity IN (1) ORDER BY e.ref DESC LIMIT 26
Return code for latest database access request error: DB_ERROR_NOSUCHFIELD

Thanks
Information for latest database access request error: Unknown column ‘e.billed’ in ‘field list’