~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to product_search_reference/__terp__.py

  • Committer: ced
  • Date: 2008-02-01 11:22:52 UTC
  • Revision ID: ced-2d060f7577c3a7f62ed46c5e75b6f2328a137d41
New module to search product base on partner code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        'name': 'Products Search Reference',
 
3
        'version': '0.1',
 
4
        'author': 'Tiny',
 
5
        'category': 'Generic Modules/Inventory Control',
 
6
        'depends': ['product'],
 
7
        'init_xml': [],
 
8
        'demo_xml': [],
 
9
        'update_xml': ['product_view.xml'],
 
10
        'description': '''
 
11
        Add search by partner reference on product
 
12
        ''',
 
13
}