~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to multi_company_account/__terp__.py

  • Committer: hda (Tiny)
  • Date: 2009-01-01 12:12:15 UTC
  • mto: (3387.3.11 addons-extra)
  • mto: This revision was merged to the branch mainline in revision 3392.
  • Revision ID: hda@tinyerp.com-20090101121215-a2t155kdxo2gnfu8
bugfix

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    "name" : "Multi company for accounting module",
24
24
    "version" : "0.1",
25
25
    "author" : "Tiny",
26
 
    "depends" : ["base", "account", "multi_company"],
 
26
    "depends" : ["base", "account_budget", "account",  "multi_company"],
27
27
    "category" : "Generic Modules/Accounting",
 
28
    "description" : """Module to handle multi company accounting.""",
28
29
    "init_xml" : [],
29
30
    "demo_xml" : ["multi_company_account_demo.xml",],
30
31
    "update_xml" : ["multi_company_account_data.xml", "multi_company_account_view.xml",],