~romaia/stoq/create-production

« back to all changes in this revision

Viewing changes to stoqlib/gui/dialogs/productiondialog.py

  • Committer: Ronaldo Maia
  • Date: 2011-11-09 18:59:42 UTC
  • mfrom: (4415.1.7 stoq)
  • Revision ID: romaia@async.com.br-20111109185942-mdsxmvk9uw0f0r95
Adicionando testes de qualidade para produtos compostos

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    def get_components(self):
77
77
        return self.product.get_components()
78
78
 
 
79
 
79
80
class _TemporaryProductionItemComponent(object):
80
81
    def __init__(self, product_component):
81
82
        self.product = product_component.component