[FIX] website: avoid using werkzeug API only present in 0.9+
[odoo/odoo.git] / doc / 03_module_dev_02.rst
index c7075a8..223c82d 100644 (file)
@@ -1,3 +1,5 @@
+.. _module-dev-api:
+
 Objects, Fields and Methods
 ===========================
 
@@ -841,7 +843,6 @@ A property is a special field: fields.property.
                                 relation='product.pricelist',
                                 string="Sale Pricelist",
                                        method=True,
-                                       view_load=True,
                                        group_name="Pricelists Properties"),
             }