move security file from init section to update section
authorMantavya Gajjar <mga@tinyerp.com>
Wed, 9 Apr 2008 06:12:10 +0000 (06:12 +0000)
committerMantavya Gajjar <mga@tinyerp.com>
Wed, 9 Apr 2008 06:12:10 +0000 (06:12 +0000)
bzr revid: mga@tinyerp.com-616768753a3d418e319cbbfdb9f0b6c2007246eb

addons/purchase/__terp__.py

index 11d5913..a50dbe0 100644 (file)
@@ -5,7 +5,7 @@
        "website" : "http://tinyerp.com/module_purchase.html",
        "depends" : ["base", "account", "stock"],
        "category" : "Generic Modules/Sales & Purchases",
-       "init_xml" : ["purchase_security.xml"],
+       "init_xml" : [],
        "demo_xml" : ["purchase_demo.xml", 
                                  #"purchase_unit_test.xml"
                                  ],
@@ -17,6 +17,7 @@
                "purchase_report.xml", 
                "purchase_wizard.xml",
                "stock_view.xml",
+               "purchase_security.xml"
        ],
        "active": False,
        "installable": True