~elbati/product-extra-addons/fix-updating-product-sequence

« back to all changes in this revision

Viewing changes to product_multi_price/__openerp__.py

  • Committer: sebastien beau
  • Date: 2011-06-14 16:59:56 UTC
  • Revision ID: sebastien.beau@akretion.com.br-20110614165956-ivnv5vpyhyvfhmht
[FIX] fix depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    'description': """empty""",
29
29
    'author': 'Akretion',
30
30
    'website': 'http://www.akretion.com/',
31
 
    'depends': ['product','account'], 
 
31
    'depends': ['product','account', 'sale'], 
32
32
    'init_xml': [],
33
33
    'update_xml': [ 
34
34
           'product_price_fields_view.xml',