~gdukai/wms/fix-check_assign_uos

« back to all changes in this revision

Viewing changes to wms/object/warehouse.py

  • Committer: Christophe Chauvet
  • Date: 2011-08-25 12:53:20 UTC
  • mfrom: (211.1.86 wms)
  • Revision ID: christophe.chauvet@syleam.fr-20110825125320-sjt9ic5iq3ie8so6
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        'check_tracking_burst': fields.boolean('check tracking', help='Check tracking on burst out'),
45
45
        'keep_missing_product_in': fields.boolean('Keep product in', help='If check, missing product line on receipt order stay with quantity = 0'),
46
46
        'force_reserved_location': fields.boolean('Force reserved', help='Force move product in reserved location'),
47
 
        'forbid_unsupplied_internal_move' : fields.boolean('Forbid unsupplied internal', help="Prevent internal moves with not enough stock level"),
 
47
        'forbid_unsupplied_internal_move': fields.boolean('Forbid unsupplied internal', help="Prevent internal moves with not enough stock level"),
48
48
    }
49
49
 
50
50
    _defaults = {