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

« back to all changes in this revision

Viewing changes to lunch/__terp__.py

  • Committer: Sofia (Open ERP)
  • Date: 2008-12-31 13:23:48 UTC
  • mto: (3387.2.5 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3390.
  • Revision ID: sso@tinyerp.com-20081231132348-g3ujqinjk1snn74m
security rules assigned to objects
bugfixed for the following objects :-
 - marketing
 - network
 - productivity_analysis
 - sale_supplier_direct_delivery
 - sandwich
 - esale_osc

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    "category" : "Generic Modules/Others",
27
27
    "depends": ["base", "process", "hr"],
28
28
    "init_xml": [],
29
 
    "update_xml": ['lunch_wizard.xml', 'lunch_view.xml', 'lunch_report.xml',
 
29
    "update_xml": ['security/ir.model.access.csv', 'lunch_wizard.xml', 'lunch_view.xml', 'lunch_report.xml',
30
30
                   'process/lunch_process.xml'
31
31
                   ],
32
32
    "demo_xml": ['lunch_demo.xml'],