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

« back to all changes in this revision

Viewing changes to account_msf/__openerp__.py

  • Committer: jf
  • Date: 2012-06-13 12:43:21 UTC
  • mfrom: (827.5.11 uf-635)
  • Revision ID: jf@tempo4-20120613124321-2b8cwgl86gyy2tb7
UF-635 [DEV] Documents workflow: Graphic representation
lp:~unifield-team/unifield-wm/uf-635 revno 838

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
 
#-*- encoding:utf-8 -*-
 
2
# -*- coding:utf-8 -*-
3
3
##############################################################################
4
4
#
5
5
#    OpenERP, Open Source Management Solution    
27
27
    "description" : """
28
28
        This module aims to add some elements in accounting for MSF.
29
29
    """,
30
 
    "author" : "TeMPO Consulting",
 
30
    "author" : "TeMPO Consulting, MSF",
31
31
    'website': 'http://tempo-consulting.fr',
32
32
    "category" : "Tools",
33
 
    "depends" : ["base", "account", "purchase_msf"],
 
33
    "depends" : ["base", "account", "purchase_msf", "register_accounting"],
34
34
    "init_xml" : [],
35
35
    "update_xml" : [
36
36
        'board_account_view.xml',
 
37
        'res_company_view.xml',
 
38
        'debit_note_view.xml',
 
39
        'wizard_view.xml',
37
40
    ],
38
41
    "demo_xml" : [],
39
42
    "test": [
 
43
        'test/accounting_data.yml',
 
44
        'test/intersection_flow.yml',
40
45
    ],
41
46
    "installable": True,
42
47
    "active": False