瀏覽代碼

agregado el campo de visibilidad en el sitio web

robert2206 8 年之前
父節點
當前提交
dc1a3341ee
共有 3 個文件被更改,包括 1 次插入0 次删除
  1. 二進制
      controllers/http_handler.pyc
  2. 1 0
      models/models.py
  3. 二進制
      models/models.pyc

二進制
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
         }

二進制
models/models.pyc