[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:54:54 +02:00
parent 82552bb014
commit bb6c64772f
9 changed files with 9 additions and 8 deletions

View File

@@ -30,4 +30,5 @@
'views/product_product_view.xml',
'views/res_config_view.xml',
]
'installable': False,
}

View File

@@ -27,5 +27,5 @@
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden",
'installable': True
'installable': False
}

View File

@@ -37,5 +37,5 @@
"views/stock_inventory_view.xml",
"security/ir.model.access.csv",
],
"installable": True,
'installable': False,
}

View File

@@ -34,6 +34,6 @@
'data': [
'data/stock_location_area_data.xml',
],
'installable': True,
'installable': False,
'application': False,
}

View File

@@ -36,6 +36,6 @@
'views/res_company.xml',
'views/stock_location.xml',
],
'installable': True,
'installable': False,
'application': False,
}

View File

@@ -34,5 +34,5 @@
],
'test': [],
'auto_install': False,
'installable': True,
'installable': False,
}

View File

@@ -34,5 +34,5 @@
'view/pull_rule.xml',
'view/warehouse.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -39,5 +39,5 @@
'auto_install': False,
'test': ['test/stock_reserve.yml',
],
'installable': True,
'installable': False,
}

View File

@@ -38,6 +38,6 @@
'test': ['test/sale_reserve.yml',
'test/sale_line_reserve.yml',
],
'installable': True,
'installable': False,
'auto_install': False,
}