~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to training/__openerp__.py

  • Committer: Albert Cervera i Areny
  • Date: 2011-06-14 09:51:35 UTC
  • mfrom: (5345.1.165 openobject-addons)
  • Revision ID: albert@nan-tic.com-20110614095135-1x3p6tmil5lxkl9b
Merge and add nan_remove_default_filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        'training_sequence.xml',
56
56
        'training_data.xml',
57
57
    ],
58
 
    'demo_xml' : [
 
58
    'demo_xml' : [ #TODO
59
59
        'demo/training_course_type.xml',
60
60
        'demo/training_course_category.xml',
61
61
        'demo/training_course_theme.xml',
62
62
        'demo/training_course.xml',
63
63
        'demo/training_offer.xml',
64
64
        'demo/training_catalog.xml',
 
65
        'demo/training_holiday.xml',
65
66
        'demo/training_session.xml',
66
 
#        'demo/training_seance.xml', #It needs review you are trying to load data on a osv_memory
 
67
        #'demo/training_seance.xml', #It needs review you are trying to load data on a osv_memory
67
68
    ],
68
69
    'update_xml' : [
69
70
        'security/training_security.xml',
70
71
        'security/ir.model.access.csv',
71
72
        
 
73
        'wizard/course_pending.xml',
72
74
        'wizard/create_block_offer.xml',
73
 
        'wizard/create_groups.xml',
74
75
        'wizard/create_offer.xml',
75
76
        'wizard/create_session.xml',
 
77
        'wizard/offer_purchase_line_update.xml',
 
78
        'wizard/seance_generate_pdf.xml',
 
79
        'wizard/session_duplicate.xml',
76
80
        'wizard/subscription_cancelation.xml',
77
 
#        'wizard/subscription_line_change_participant.xml',
78
81
        'wizard/subscription_line_confirm.xml',
 
82
        'wizard/subscription_line_change_participant.xml',
79
83
        'wizard/subscription_second_line.xml',
80
84
        'wizard/subscription_session.xml',
81
85
        'wizard/validate_course.xml',
88
92
        'base_contact_view.xml',
89
93
        'product_view.xml',
90
94
        'training_view.xml',
91
 
        'training_wizard.xml',
92
95
        'invoice_view.xml',
93
96
        'training_report.xml',
94
97
        'workflow/catalog.xml',
103
106
        'workflow/invoice.xml',
104
107
        'training_email_view.xml',
105
108
        'training_holiday_view.xml',
 
109
        'wizard/create_holiday_year.xml',
 
110
        'wizard/participation_reassign.xml',
 
111
        'wizard/subscription_mass.xml',
106
112
        'document_price_view.xml',
107
113
    ],
108
114
    'active' : False,