~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to purchase_msf/__openerp__.py

  • Committer: chloups208
  • Date: 2011-09-07 12:58:12 UTC
  • mto: (307.2.1 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: chloups208@chloups208-laptop-20110907125812-dsb1jt93ae6bgfe2
[UF-390]pro forma invoice + shipment object refactoring + pack family object refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    * Graph for quantity and amount per month    
34
34
 
35
35
    """,
36
 
    'author': 'MSF, TeMPO Consulting',
37
 
    'developer': 'pam',
 
36
    'author': 'MSF pam',
38
37
    'website': 'unifield.org',
39
38
    'depends': ['purchase','msf_partner'],
40
39
    'init_xml' : [ ],
45
44
    'update_xml' : [
46
45
        'purchase_msf_view.xml',
47
46
        'security/ir.model.access.csv',
 
47
        'purchase_report.xml',
48
48
    ],
49
49
    'installable': True,
50
50
}