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 @@ + + EKG Packing List + stock.picking + qweb-html + nfu_ekg_stock.report_ekg_packing_list + nfu_ekg_stock.report_packing_list + 'EKG Packing List - %s - %s' % (object.partner_id.name or '', object.name) + + report + + EKG Delivery Slip stock.picking qweb-pdf nfu_ekg_stock.report_ekg_deliveryslip - nfu_ekg_stock.report_ekg_deliveryslip + nfu_ekg_stock.report_deliveryslip 'EKG Delivery Slip - %s - %s' % (object.partner_id.name or '', object.name) @@ -18,12 +31,12 @@ stock.picking qweb-pdf nfu_ekg_stock.report_ekg_deliveryslip_compact - nfu_ekg_stock.report_ekg_deliveryslip_compact + nfu_ekg_stock.report_deliveryslip_compact 'EKG Delivery Slip Compact - %s - %s' % (object.partner_id.name or '', object.name) report - + diff --git a/nfu_ekg_stock/static/description/index.html b/nfu_ekg_stock/static/description/index.html index c2869fb..197c8a8 100644 --- a/nfu_ekg_stock/static/description/index.html +++ b/nfu_ekg_stock/static/description/index.html @@ -386,14 +386,9 @@ ul.auto-toc {

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/views/report_packing_list.xml b/nfu_ekg_stock/views/report_packing_list.xml new file mode 100644 index 0000000..1345d49 --- /dev/null +++ b/nfu_ekg_stock/views/report_packing_list.xml @@ -0,0 +1,25 @@ + + + +