mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
Port product_harmonized_system to v10
This commit is contained in:
committed by
Kumar Aberer
parent
0629681269
commit
51b2cfd174
@@ -1,13 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
Copyright (C) 2010-2015 Akretion (http://www.akretion.com/)
|
||||
@author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
The licence is in the file __openerp__.py
|
||||
© 2010-2016 Akretion (http://www.akretion.com/)
|
||||
@author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
-->
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
<odoo>
|
||||
|
||||
<!-- Search view for H.S. code -->
|
||||
<record id="hs_code_view_search" model="ir.ui.view">
|
||||
@@ -66,8 +64,9 @@
|
||||
</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"/>
|
||||
-->
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user