Procházet zdrojové kódy

to update new commit

robert2206 před 8 roky
rodič
revize
a99a0156b8
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      models/models.py
  2. binární
      models/models.pyc

+ 1 - 1
models/models.py

@@ -153,7 +153,7 @@ class product_product(models.Model):
     def dump(self):
         return {
             'active': self.active,
-            'alternative_product_ids': [alternative.id for alternative in self.alternative_product_ids] if alternative_product_ids else []
+            'alternative_product_ids': [alternative.id for alternative in self.alternative_product_ids] if alternative_product_ids else [],
             'description': self.description,
             'display_name': self.display_name,
             'ean13': self.ean13,

binární
models/models.pyc