~savoirfairelinux-openerp/openerp-product-attributes/product_dependencies

« back to all changes in this revision

Viewing changes to product_dependencies/__openerp__.py

  • Committer: Joao Alfredo Gama Batista
  • Date: 2013-09-11 15:07:01 UTC
  • Revision ID: joao.gama@savoirfairelinux.com-20130911150701-f7uqyir2fb0ruylw
[FIX] Code clean-up

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    'name': 'Product Dependencies',
25
25
    'version': '1.0',
26
26
    'category': 'Product Management',
27
 
    'description': """Allows products to have dependencies that we can check while selling""",
28
 
    'author': 'Savoirfaire-Linux Inc. ()',
 
27
    'description': """Allows products to have other products/categories as dependencies. This module is primarily used by the contract_isp_wizard module to create packages based on basic product selections but it can be used by others modules that manage product lists.""",
 
28
    'author': 'Savoirfaire-Linux Inc',
29
29
    'website': 'www.savoirfairelinux.com',
30
30
    'license': 'AGPL-3',
31
31
    'depends': ['product'],