~nicolariolini/micronaet-addons-utility/7.0

« back to all changes in this revision

Viewing changes to multi_search/__openerp__.py

  • Committer: nicolariolini
  • Date: 2014-02-09 09:10:08 UTC
  • Revision ID: nicola.riolini@gmail.com-20140209091008-qaype61b4r3ude60
Aggiunto commento migliore

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    'name': 'Multi search',
25
25
    'version': '0.0.1',
26
26
    'category': 'Generic Modules/Customization',
27
 
    'description': """Search in product name splitting text to search, ex.:
28
 
                       test-product means search in product name if there's 
29
 
                       test and product
 
27
    'description': """Search in product name splitting text searched as name
 
28
                      when the char "*" is found in it, ex.:
 
29
                      part1*part2*part3 means search 
 
30
                          name ilike part1 and 
 
31
                          name ilike part2 and
 
32
                          name ilike part 3
 
33
                      The search is linked on the method ORM 'search' but also
 
34
                      in 'name_get' one
30
35
                   """,
31
36
    'author': 'Micronaet s.r.l.',
32
37
    'website': 'http://www.micronaet.it',