From 0629681269c91c8adf3edd13aeb51d1a212cf5de Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 11 Oct 2016 14:59:28 +0200 Subject: [PATCH] Port intrastat_base to v10 Set 2 other modules to uninstallable Update README.rst: switch to new intrastat project --- product_harmonized_system/README.rst | 4 ++-- product_harmonized_system/{__openerp__.py => __manifest__.py} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename product_harmonized_system/{__openerp__.py => __manifest__.py} (98%) diff --git a/product_harmonized_system/README.rst b/product_harmonized_system/README.rst index c855aaf..550ce8d 100644 --- a/product_harmonized_system/README.rst +++ b/product_harmonized_system/README.rst @@ -31,14 +31,14 @@ Then you will be able to set the H.S. code on an product (under the *Information .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/91/8.0 + :target: https://runbot.odoo-community.org/runbot/227/8.0 Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case +`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. diff --git a/product_harmonized_system/__openerp__.py b/product_harmonized_system/__manifest__.py similarity index 98% rename from product_harmonized_system/__openerp__.py rename to product_harmonized_system/__manifest__.py index 47e1954..324f0bf 100644 --- a/product_harmonized_system/__openerp__.py +++ b/product_harmonized_system/__manifest__.py @@ -40,5 +40,5 @@ 'demo': [ 'demo/product_demo.xml', ], - 'installable': True, + 'installable': False, }