9.0 mig product harmonized system (#7)

* Backport from 10.0 to 9.0: import odoo to import openerp, <odoo> to <openerp>, bring back <data> if noupdate=1, rename __manifest__.py to __openerp__.py, downgrade version number to 9.0.1.0.0, and make module installable.

* Re-add H.S.codes menu item under Sales-Product-Configuration.
(it had been removed to remove the reference to product module, but I don't understand that decision since this module by nature depends on product module anyway)

* Added module tests.

* flake8

* Encoding lines at the beginning of python files
This commit is contained in:
Tom
2016-11-21 16:53:50 +01:00
committed by Holger Brunn
parent d998db76c8
commit 244adcaf26
11 changed files with 66 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<openerp>
<!-- Search view for H.S. code -->
<record id="hs_code_view_search" model="ir.ui.view">
@@ -64,9 +64,7 @@
</record>
<!-- Menu entry for H.S. code -->
<!-- TODO: find a way to put a menu entry without depending on another module ?
<menuitem id="hs_code_menu" action="hs_code_action"
parent="product.prod_config_main" sequence="60"/>
-->
</odoo>
</openerp>