[MIG] network_partner: Migration to 16.0
This commit is contained in:
parent
9434c90457
commit
0d34939bf4
6 changed files with 5 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ No proporciona funcionalidad por sí mismo, se usará luego en otros módulos.
|
|||
'author': 'Criptomart',
|
||||
'website': "https://criptomart.net",
|
||||
'category': 'Contacts',
|
||||
'version': '12.0.1.0',
|
||||
'version': "16.0.1.0.0",
|
||||
'license': 'AGPL-3',
|
||||
'depends': ['base','stock'],
|
||||
'data': [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<data>
|
||||
|
||||
<record model="ir.module.category" id="module_management">
|
||||
<field name="name">Network Partner module access</field>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<field name="name">Networks</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">partner.network</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="context">{ }</field>
|
||||
<field name="help" type="html">
|
||||
|
|
@ -19,7 +18,6 @@
|
|||
<field name="name">Nodes</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">partner.node</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="context">{ }</field>
|
||||
<field name="help" type="html">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<odoo>
|
||||
<data noupdate="0">
|
||||
<data>
|
||||
<!-- Top menu item -->
|
||||
<menuitem
|
||||
id="menu_network_partner_root"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<odoo>
|
||||
<data noupdate="0">
|
||||
<data>
|
||||
|
||||
<record id="view_partner_network_net_form" model="ir.ui.view">
|
||||
<field name="name">partner.network.nets.form</field>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<data>
|
||||
|
||||
<record id="view_partner_network_node_form" model="ir.ui.view">
|
||||
<field name="name">partner.network.node.form</field>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue