~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to esale_joomla/__terp__.py

  • Committer: Sofia (Open ERP)
  • Date: 2008-12-30 12:11:19 UTC
  • mto: (3387.2.2 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3388.
  • Revision ID: sso@tinyerp.com-20081230121119-mkzsbegwdh3q5oh2
- security rules for objects
- bugfixed for ecommerce
- bugfixed for hotel (done by apa)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
If you product has an image attched, it send the image to the Joomla website.""",
37
37
    "init_xml" : [],
38
38
    "demo_xml" : [],
39
 
    "update_xml" : ['esale_joomla_wizard.xml', "esale_joomla_view.xml"],
 
39
    "update_xml" : [
 
40
            "security/esale_joomla_security.xml",
 
41
            "security/ir.model.access.csv",
 
42
            "esale_joomla_wizard.xml",
 
43
            "esale_joomla_view.xml"
 
44
    ],
40
45
    "active": False,
41
46
    "installable": True
42
47
}