From 978f54e19eb62b618819b2da3808f3800170c9d5 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Wed, 31 Mar 2021 12:41:15 +0530 Subject: [PATCH] add project name in email template for task --- cor_custom/data/mail_data.xml | 28 ++++++++++++++++++++++++++++ cor_custom/models/__init__.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/cor_custom/data/mail_data.xml b/cor_custom/data/mail_data.xml index 0984d44..0abed33 100755 --- a/cor_custom/data/mail_data.xml +++ b/cor_custom/data/mail_data.xml @@ -19,5 +19,33 @@ + + + + diff --git a/cor_custom/models/__init__.py b/cor_custom/models/__init__.py index 899e0e4..728b454 100755 --- a/cor_custom/models/__init__.py +++ b/cor_custom/models/__init__.py @@ -8,4 +8,4 @@ from . import project_overview from . import analytic from . import product from . import hr_employee -from . import sale +from . import sale \ No newline at end of file