Port intrastat_base to v10

Set 2 other modules to uninstallable
Update README.rst: switch to new intrastat project
This commit is contained in:
Alexis de Lattre
2016-10-11 14:59:28 +02:00
committed by Kumar Aberer
parent 2772111857
commit 0629681269
2 changed files with 3 additions and 3 deletions

View File

@@ -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
<https://github.com/OCA/account-financial-reporting/issues>`_. In case
<https://github.com/OCA/intrastat/issues>`_. 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.

View File

@@ -40,5 +40,5 @@
'demo': [
'demo/product_demo.xml',
],
'installable': True,
'installable': False,
}