Przeglądaj źródła

agregado el campo de visibilidad en el sitio web

robert2206 8 lat temu
rodzic
commit
dc1a3341ee
3 zmienionych plików z 1 dodań i 0 usunięć
  1. BIN
      controllers/http_handler.pyc
  2. 1 0
      models/models.py
  3. BIN
      models/models.pyc

BIN
controllers/http_handler.pyc


+ 1 - 0
models/models.py

@@ -106,5 +106,6 @@ class product_template(models.Model):
             'sale_ok': self.sale_ok,
             'standard_price': self.standard_price,
             'type': self.type,
+            'website_published': self.website_published,
             'create_date': self.create_date
         }

BIN
models/models.pyc