diff --git a/nfu_ekg_stock/README.rst b/nfu_ekg_stock/README.rst
index fd08dd9..0340d2b 100644
--- a/nfu_ekg_stock/README.rst
+++ b/nfu_ekg_stock/README.rst
@@ -34,7 +34,9 @@ Changelog
=========
-:1.0.0: Initial module.
+:1.0.0 Initial module.
+:1.0.1 Add EKG Delivery Sip
+:1.0.0 Add Packing List
Bug Tracker
===========
diff --git a/nfu_ekg_stock/__manifest__.py b/nfu_ekg_stock/__manifest__.py
index 62294a8..c2260ed 100644
--- a/nfu_ekg_stock/__manifest__.py
+++ b/nfu_ekg_stock/__manifest__.py
@@ -4,9 +4,14 @@
"author": "BAKEUP",
"website": "https://www.bakeup.org",
"category": "Stock",
- "version": "16.0.1.0.1",
+ "version": "16.0.1.0.2",
"depends": ["stock"],
- "data": ["views/report_deliveryslip.xml", "views/report_deliveryslip_compact.xml", "report/stock_report_views.xml"],
+ "data": [
+ "views/report_deliveryslip.xml",
+ "views/report_deliveryslip_compact.xml",
+ "views/report_packing_list.xml",
+ "report/stock_report_views.xml",
+ ],
"assets": {"web.report_assets_common": ["nfu_ekg_stock/static/src/scss/report_stock_rule.scss"]},
"license": "LGPL-3",
"application": True,
diff --git a/nfu_ekg_stock/readme/HISTORY.rst b/nfu_ekg_stock/readme/HISTORY.rst
index 962941f..4fc6b90 100644
--- a/nfu_ekg_stock/readme/HISTORY.rst
+++ b/nfu_ekg_stock/readme/HISTORY.rst
@@ -1,2 +1,4 @@
-:1.0.0: Initial module.
\ No newline at end of file
+:1.0.0 Initial module.
+:1.0.1 Add EKG Delivery Sip
+:1.0.0 Add Packing List
\ No newline at end of file
diff --git a/nfu_ekg_stock/report/stock_report_views.xml b/nfu_ekg_stock/report/stock_report_views.xml
index a5f1605..38aec46 100644
--- a/nfu_ekg_stock/report/stock_report_views.xml
+++ b/nfu_ekg_stock/report/stock_report_views.xml
@@ -1,11 +1,24 @@
| 1.0.0: | Initial module. | -
|---|
:1.0.0 Initial module. +:1.0.1 Add EKG Delivery Sip +:1.0.0 Add Packing List
| Product | ++ |
|---|---|