Skip to content

Commit

Permalink
unported modules must not be installable
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 22, 2015
1 parent c063e30 commit 1dce7e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __unported__/contract_isp/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
'contract_isp_data.xml',
'contract_isp_workflow.xml'],
'active': False,
'installable': True,
'installable': False,
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'depends': ['contract_isp_invoice'],
'data': ['contract_isp_automatic_invoicing_data.xml'],
'active': False,
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion __unported__/contract_isp_invoice/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
'wizard/close_contract_view.xml'
],
'active': False,
'installable': True,
'installable': False,
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
'contract_isp_package_configurator_view.xml',
],
'active': False,
'installable': True,
'installable': False,
}
4 changes: 2 additions & 2 deletions __unported__/product_dependencies/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Allows products to have other products/categories as dependencies.
This module is primarily used by the contract_isp_wizard module to create product/service packages based on product inter-dependencies. It's aim is to provide the basic structure so that other modules can build sales wizards with decision trees based on each product dependency tree.
This module is primarily used by the contract_isp_wizard module to create product/service packages based on product inter-dependencies. It's aim is to provide the basic structure so that other modules can build sales wizards with decision trees based on each product dependency tree.
This module is not related to the manufacturing process or the Bill of Materials.""",
'author': "Savoirfaire-Linux Inc,Odoo Community Association (OCA)",
Expand All @@ -42,5 +42,5 @@
'product_dependencies_view.xml'
],
'active': False,
'installable': True,
'installable': False,
}

0 comments on commit 1dce7e7

Please sign in to comment.