~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to product_expiry/__terp__.py

  • Committer: Mantavya Gajjar
  • Date: 2010-01-04 17:34:18 UTC
  • mfrom: (4198.1.22 extra)
  • Revision ID: mga@tinyerp.com-20100104173418-xuk0daem12xtbvve
[MERGE]: merging from same branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    "depends" : ["base", "account", "product", "stock"],
26
26
    "init_xml" : [],
27
27
    "demo_xml" : ["product_expiry_demo.xml"],
28
 
    "description": "Track different dates on products and lots. Used, for exampel, in food industries: expiry date, alert date, date of removal, eso.",
 
28
    "description": '''Track different dates on products and production lots:
 
29
 - end of life
 
30
 - best before date
 
31
 - removal date
 
32
 - alert date
 
33
Used, for example, in food industries.''',
29
34
    "update_xml" : ["product_expiry_view.xml"],
30
35
    "active": False,
31
36
    "installable": True