~gdgellatly/openerp-product-attributes/product-pricelist-1296605

« back to all changes in this revision

Viewing changes to product_quick_stock_rule/__openerp__.py

  • Committer: Alexandre Fayolle @ camptocamp
  • Date: 2012-12-04 08:45:22 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: alexandre.fayolle@camptocamp.com-20121204084522-87svc1ixa56ttpif
[FIX] spelling in various places, esp. __openerp__.py descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    'category': 'Stock',
28
28
    'license': 'AGPL-3',
29
29
    'description': """
30
 
        This module simplifie the stock rule managment.
31
 
        Two field have been had on product view : 'active_rule' and 'min_qty'
 
30
        This module simplifies the stock rule managment.
 
31
        Two fields have been added on product view : 'active_rule' and 'min_qty'
32
32
        If you click on 'active rule' and select a 'min_qty' a stock rule will be automatically
33
33
        generated.
34
 
        If you unselect the 'active rule' the rule will be unactive.
35
 
        And the field min qty will be in readonly.
 
34
        If you unselect the 'active rule' the rule will be deactivated 
 
35
        and the field min_qty will be read only.
36
36
        """,
37
37
    'author': 'Akretion',
38
38
    'website': 'http://www.akretion.com/',