Explorar o código

agregado el campo de visibilidad en el sitio web

robert2206 %!s(int64=8) %!d(string=hai) anos
pai
achega
dc1a3341ee
Modificáronse 3 ficheiros con 1 adicións e 0 borrados
  1. BIN=BIN
      controllers/http_handler.pyc
  2. 1 0
      models/models.py
  3. BIN=BIN
      models/models.pyc

BIN=BIN
controllers/http_handler.pyc


+ 1 - 0
models/models.py

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

BIN=BIN
models/models.pyc