~agilebg/openerp-product-attributes/adding_product_pack_7

« back to all changes in this revision

Viewing changes to product_pack/pack.py

  • Committer: Alex Comba
  • Date: 2013-10-03 14:59:33 UTC
  • Revision ID: alex.comba@agilebg.com-20131003145933-8ehikhqc4ufg2okw
[FIX] Get labels for boolean fields inside 'Pack' page

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
                        cr, uid, [id], {'sequence': sequence, }, context)
479
479
 
480
480
        if updated_orders:
481
 
            # Try to expand again all those orders that had a pack in
482
 
            # this iteration. This way we support packs inside other packs.
 
481
            """ Try to expand again all those orders that had a pack in this
 
482
            iteration. This way we support packs inside other packs. """
483
483
            self.expand_packs(cr, uid, ids, context, depth + 1)
484
484
        return