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, }