diff --git a/.docker_files/main/__manifest__.py b/.docker_files/main/__manifest__.py
index c896ef9..656d4f1 100644
--- a/.docker_files/main/__manifest__.py
+++ b/.docker_files/main/__manifest__.py
@@ -23,7 +23,6 @@
"bank_statement_import_csv",
"canada_account_types",
"canada_mis_report",
- "canada_vat_label",
"invoice_refund_not_earlier",
"old_accounts",
],
diff --git a/Dockerfile b/Dockerfile
index 657229a..351f5b7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,6 @@ COPY account_show_full_features /mnt/extra-addons/account_show_full_features
COPY bank_statement_import_csv /mnt/extra-addons/bank_statement_import_csv
COPY canada_account_types /mnt/extra-addons/canada_account_types
COPY canada_mis_report /mnt/extra-addons/canada_mis_report
-COPY canada_vat_label /mnt/extra-addons/canada_vat_label
COPY invoice_refund_not_earlier /mnt/extra-addons/invoice_refund_not_earlier
COPY old_accounts /mnt/extra-addons/old_accounts
diff --git a/canada_vat_label/README.rst b/canada_vat_label/README.rst
deleted file mode 100644
index e6f2486..0000000
--- a/canada_vat_label/README.rst
+++ /dev/null
@@ -1,35 +0,0 @@
-Canada Vat Label
-================
-This module customizes the ``VAT`` label for Canada.
-
-.. contents:: Table of Contents
-
-Context
--------
-Each company in France has a VAT number. VAT means ``Value-Added Tax``.
-
-In Quebec, each company has 2 numbers: ``GST`` and ``QST``.
-In Ontario, companies have a single ``HST`` number.
-
-In Odoo, the field ``vat_label`` of res.country allows to define the label for
-the equivalent of ``VAT``.
-
-This mecanism does is inadequate in Canada.
-
-Overview
---------
-The solution for Canada is to write all numbers in the same field.
-
-.. image:: static/description/quebec_company.png
-
-The value entered in the field is displayed as is in the footer of external reports.
-
-.. image:: static/description/quebec_footer.png
-
-Contributors
-------------
-* Numigi (tm) and all its contributors (https://bit.ly/numigiens)
-
-More information
-----------------
-* Meet us at https://bit.ly/numigi-com
diff --git a/canada_vat_label/__init__.py b/canada_vat_label/__init__.py
deleted file mode 100644
index a47bc6a..0000000
--- a/canada_vat_label/__init__.py
+++ /dev/null
@@ -1,2 +0,0 @@
-# Copyright 2020 - today Numigi (tm) and all its contributors (https://bit.ly/numigiens)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
diff --git a/canada_vat_label/__manifest__.py b/canada_vat_label/__manifest__.py
deleted file mode 100644
index 78b6e57..0000000
--- a/canada_vat_label/__manifest__.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2020 - today Numigi (tm) and all its contributors (https://bit.ly/numigiens)
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
-
-{
- "name": "Canada VAT Label",
- "version": "16.0.1.0.0",
- "author": "Numigi",
- "maintainer": "Numigi",
- "license": "LGPL-3",
- "category": "Other",
- "summary": "Customize VAT labels for Canada",
- "depends": ["web", "web_custom_label", "lang_fr_activated"],
- "data": ["data/web_custom_label.xml", "views/report_footer.xml"],
- "installable": True,
-}
diff --git a/canada_vat_label/data/web_custom_label.xml b/canada_vat_label/data/web_custom_label.xml
deleted file mode 100644
index 0c45835..0000000
--- a/canada_vat_label/data/web_custom_label.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- en_US
-
- field
- string
- vat
- Tax Number
-
-
-
- fr_FR
-
- field
- string
- vat
- Numéro de taxe
-
-
-
diff --git a/canada_vat_label/static/description/icon.png b/canada_vat_label/static/description/icon.png
deleted file mode 100644
index ebbb1c3..0000000
Binary files a/canada_vat_label/static/description/icon.png and /dev/null differ
diff --git a/canada_vat_label/static/description/quebec_company.png b/canada_vat_label/static/description/quebec_company.png
deleted file mode 100644
index f609c14..0000000
Binary files a/canada_vat_label/static/description/quebec_company.png and /dev/null differ
diff --git a/canada_vat_label/static/description/quebec_footer.png b/canada_vat_label/static/description/quebec_footer.png
deleted file mode 100644
index b1a93ad..0000000
Binary files a/canada_vat_label/static/description/quebec_footer.png and /dev/null differ
diff --git a/canada_vat_label/views/report_footer.xml b/canada_vat_label/views/report_footer.xml
deleted file mode 100644
index 572b931..0000000
--- a/canada_vat_label/views/report_footer.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-