``\ \_\_:
- - Bruno Corredato Botti bruno.botti@kmee.com.br
+ - Bruno Corredato Botti
Maintainers
-----------
diff --git a/purchase_report_hide_date/static/description/index.html b/purchase_report_hide_date/static/description/index.html
index 1ec67cb..2e369ed 100644
--- a/purchase_report_hide_date/static/description/index.html
+++ b/purchase_report_hide_date/static/description/index.html
@@ -369,7 +369,7 @@ Purchase Report Hide Date
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:82d623674f44e655c8a6977d58121e1b92b9d292c8ec8f53784d9901ebd85859
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module removes the receipt date from products in the purchase order
report.
Table of contents
@@ -417,8 +417,8 @@
-- KMEE <https://www.Kmee.com.br> :
diff --git a/setup/product_lot_fiscal_comment/odoo/addons/product_lot_fiscal_comment b/setup/product_lot_fiscal_comment/odoo/addons/product_lot_fiscal_comment
new file mode 120000
index 0000000..77adc81
--- /dev/null
+++ b/setup/product_lot_fiscal_comment/odoo/addons/product_lot_fiscal_comment
@@ -0,0 +1 @@
+../../../../product_lot_fiscal_comment
\ No newline at end of file
diff --git a/setup/product_lot_fiscal_comment/setup.py b/setup/product_lot_fiscal_comment/setup.py
new file mode 100644
index 0000000..28c57bb
--- /dev/null
+++ b/setup/product_lot_fiscal_comment/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)