diff --git a/laundary_mgt/__manifest__.py b/laundary_mgt/__manifest__.py index 9be5e80..850e743 100644 --- a/laundary_mgt/__manifest__.py +++ b/laundary_mgt/__manifest__.py @@ -17,6 +17,8 @@ This module contains all the common features of Laundary Management. 'views/sale_views.xml', 'views/project_task_view.xml', 'views/crm_lead_view.xml', + 'report/barcode_report.xml', + 'report/menu.xml' ], 'demo': [ ], diff --git a/laundary_mgt/report/barcode_report.xml b/laundary_mgt/report/barcode_report.xml new file mode 100644 index 0000000..a71eeb8 --- /dev/null +++ b/laundary_mgt/report/barcode_report.xml @@ -0,0 +1,52 @@ + + + + + + + + diff --git a/laundary_mgt/report/menu.xml b/laundary_mgt/report/menu.xml new file mode 100644 index 0000000..91c440c --- /dev/null +++ b/laundary_mgt/report/menu.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file