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

« back to all changes in this revision

Viewing changes to account_msf/__openerp__.py

[MOVE] funding_pool module to analytic_distribution module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
 
# -*- coding:utf-8 -*-
 
2
#-*- encoding: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, MSF",
 
30
    "author" : "TeMPO Consulting",
31
31
    'website': 'http://tempo-consulting.fr',
32
32
    "category" : "Tools",
33
 
    "depends" : ["base", "account", "purchase_msf", "register_accounting"],
 
33
    "depends" : ["base", "account", "purchase_msf"],
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',
40
37
    ],
41
38
    "demo_xml" : [],
42
39
    "test": [
43
 
        'test/accounting_data.yml',
44
 
        'test/intersection_flow.yml',
45
40
    ],
46
41
    "installable": True,
47
42
    "active": False