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

« back to all changes in this revision

Viewing changes to account_override/__openerp__.py

  • Committer: Quentin THEURET
  • Date: 2011-12-12 08:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 724.
  • Revision ID: qt@tempo-consulting.fr-20111212080259-oul1f0g37hcpubyc
UF-641 [ADD] Added the empty purchase_followup module

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
    "name" : "Account override",
24
24
    "version" : "1.0",
25
 
    "author" : "MSF, TeMPO Consulting",
 
25
    "author" : "MSF",
26
26
    "description" : """
27
 
    Account Module Extension for MSF.
 
27
    Add hook to account class, workflow, etc.
28
28
    """,
29
29
    "website": "http://unifield.msf.org",
30
 
    "depends" : ["account", "account_chart"],
 
30
    "depends" : ["account", "analytic"],
31
31
    "category" : "Generic Modules/Accounting",
32
 
    "init_xml" : [
33
 
        'data/computation.xml',
34
 
        'data/account_type.xml'
35
 
    ],
 
32
    "init_xml" : [],
36
33
    "demo_xml" : [],
37
34
    "update_xml" : [
38
 
        'res_company_view.xml',
39
 
        'res_partner_view.xml',
40
 
        'product_product_view.xml',
41
 
        'account_view.xml',
42
 
        'account_invoice_view.xml',
43
 
        'account_invoice_report.xml',
44
 
        'wizard/account_chart.xml',
45
 
        'wizard/import_invoice.xml',
46
 
        'wizard/split_invoice.xml',
47
 
        'attachment_view.xml'
 
35
        'account_invoice_workflow.xml',
48
36
    ],
49
37
    'test': [],
50
38
    'installable': True,