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

« back to all changes in this revision

Viewing changes to hotel_restaurant/__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
    """,
37
37
    "depends" : ["base","hotel"],
38
38
    "init_xml" : [],
39
 
    "demo_xml" : ["hotel_restaurant_data.xml",
40
 
    ],
41
 
    "update_xml" : ["hotel_restaurant_view.xml","hotel_restaurant_report.xml","hotel_restaurant_workflow.xml","hotel_restaurant_wizard.xml","hotel_restaurant_sequence.xml",
 
39
    "demo_xml" : ["hotel_restaurant_data.xml",],
 
40
    "update_xml" : ["security/ir.model.access.csv","hotel_restaurant_view.xml","hotel_restaurant_report.xml","hotel_restaurant_workflow.xml","hotel_restaurant_wizard.xml","hotel_restaurant_sequence.xml",
42
41
    ],
43
42
    "active": False,
44
43
    "installable": True