[ADD] thunderbird: Added security file for the module.
authoruco (OpenERP) <uco@tinyerp.co.in>
Mon, 8 Mar 2010 13:45:12 +0000 (19:15 +0530)
committeruco (OpenERP) <uco@tinyerp.co.in>
Mon, 8 Mar 2010 13:45:12 +0000 (19:15 +0530)
bzr revid: uco@tinyerp.co.in-20100308134512-b69ngzpcc2qmk4nh

addons/thunderbird/__terp__.py
addons/thunderbird/security/ir.model.access.csv [new file with mode: 0644]

index 3447b03..8ebe6b8 100644 (file)
@@ -55,7 +55,7 @@
        "category" : "Generic Modules/Thunderbird interface",
        "init_xml" : [],
        "demo_xml" : [],
-       "update_xml" : [],
+       "update_xml" : ['security/ir.model.access.csv'],
        "active": False,
        "installable": True
 }
diff --git a/addons/thunderbird/security/ir.model.access.csv b/addons/thunderbird/security/ir.model.access.csv
new file mode 100644 (file)
index 0000000..fdd310a
--- /dev/null
@@ -0,0 +1,3 @@
+"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
+"access_tinythunderbird_partner","tinythunderbird.partner","model_tinythunderbird_partner",,1,1,1,1
+