From bf1195e0b9fa2b99c95b87fe8768ea47ba3dd230 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 5 Jun 2019 12:23:30 +0530 Subject: [PATCH] feat: Introduce communication module --- erpnext/communication/__init__.py | 0 erpnext/communication/doctype/__init__.py | 0 erpnext/modules.txt | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 erpnext/communication/__init__.py create mode 100644 erpnext/communication/doctype/__init__.py diff --git a/erpnext/communication/__init__.py b/erpnext/communication/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/erpnext/communication/doctype/__init__.py b/erpnext/communication/doctype/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/erpnext/modules.txt b/erpnext/modules.txt index 9ef8937ee57..316d6de20e3 100644 --- a/erpnext/modules.txt +++ b/erpnext/modules.txt @@ -22,4 +22,5 @@ ERPNext Integrations Non Profit Hotels Hub Node -Quality Management \ No newline at end of file +Quality Management +Communication \ No newline at end of file