diff --git a/purchase_report_hide_date/README.rst b/purchase_report_hide_date/README.rst
new file mode 100644
index 0000000..8a24d80
--- /dev/null
+++ b/purchase_report_hide_date/README.rst
@@ -0,0 +1,23 @@
+============================
+Purchase Reporting Hide Date
+============================
+
+this module hide date request from purchase report
+
+Configuration
+=============
+
+To configure this module, you need to:
+
+#. Go to ...
+
+Usage
+=====
+
+To use this module, you need to:
+
+#. Go to ...
+
+
+Changelog
+=========
diff --git a/purchase_report_hide_date/__init__.py b/purchase_report_hide_date/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/purchase_report_hide_date/__manifest__.py b/purchase_report_hide_date/__manifest__.py
new file mode 100644
index 0000000..df171bb
--- /dev/null
+++ b/purchase_report_hide_date/__manifest__.py
@@ -0,0 +1,16 @@
+# Copyright 2024 KMEE]
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
+
+{
+ "name": "Purchase Report Hide Date",
+ "version": "14.0.1.0.0",
+ "license": "",
+ "author": "KMEE",
+ "depends": [
+ "purchase",
+ ],
+ "data": [
+ "report/purchase_report.xml",
+ ],
+ "demo": [],
+}
diff --git a/purchase_report_hide_date/report/purchase_report.xml b/purchase_report_hide_date/report/purchase_report.xml
new file mode 100644
index 0000000..5df794e
--- /dev/null
+++ b/purchase_report_hide_date/report/purchase_report.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/purchase_report_hide_taxes/README.rst b/purchase_report_hide_taxes/README.rst
new file mode 100644
index 0000000..9f1f700
--- /dev/null
+++ b/purchase_report_hide_taxes/README.rst
@@ -0,0 +1,23 @@
+==========================
+Purchase Report Hide Taxes
+==========================
+
+this module hide taxes from purchase report
+
+Configuration
+=============
+
+To configure this module, you need to:
+
+#. Go to ...
+
+Usage
+=====
+
+To use this module, you need to:
+
+#. Go to ...
+
+
+Changelog
+=========
diff --git a/purchase_report_hide_taxes/__init__.py b/purchase_report_hide_taxes/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/purchase_report_hide_taxes/__manifest__.py b/purchase_report_hide_taxes/__manifest__.py
new file mode 100644
index 0000000..498d9ef
--- /dev/null
+++ b/purchase_report_hide_taxes/__manifest__.py
@@ -0,0 +1,16 @@
+# Copyright 2024 KMEE
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
+
+{
+ "name": "Purchase Report Hide Taxes",
+ "version": "14.0.1.0.0",
+ "license": "",
+ "author": "KMEE",
+ "depends": [
+ "purchase",
+ ],
+ "data": [
+ "report/purchase_report.xml",
+ ],
+ "demo": [],
+}
diff --git a/purchase_report_hide_taxes/report/purchase_report.xml b/purchase_report_hide_taxes/report/purchase_report.xml
new file mode 100644
index 0000000..f9bc3d6
--- /dev/null
+++ b/purchase_report_hide_taxes/report/purchase_report.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+