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

« back to all changes in this revision

Viewing changes to edi/__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:
28
28
    'description': "Used for the communication with others proprietary ERP's. Has been tested in the food industries process, communicating with SAP. This module is able to import order and export delivery notes.",
29
29
    "init_xml" : [],
30
30
    "demo_xml" : [],
31
 
    "update_xml" : ["edi_wizard.xml", "edi_view.xml", "edi_data.xml", "sale_cust_price.xml"],
 
31
    "update_xml" : ["security/ir.model.access.csv","edi_wizard.xml", "edi_view.xml", "edi_data.xml", "sale_cust_price.xml"],
32
32
    "active": False,
33
33
    "installable": True
34
34
}