~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to chricar_partner_parent_companies/__terp__.py

  • Committer: Fabien Pinckaers
  • Date: 2009-02-24 15:03:08 UTC
  • mfrom: (3561.7.14 trunk-extra-addons)
  • Revision ID: fp@tinyerp.com-20090224150308-9cbcmg9rpjrwvi9b
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Partner Parent Companies",
 
3
        "version" : "0.2",
 
4
        "author"  : "ChriCar Beteiligungs- und Beratungs- GmbH" ,
 
5
        "website" : "http://www.chricar.at/ChriCar",
 
6
    "description"  : """This module allows to define owners of a partner.
 
7
    The owner has to be definend in OpenERP as partner.
 
8
    Currently no check is made if max 100% of the capital is defined here
 
9
    Contract date+number
 
10
    legal and fiscal relevant periods
 
11
    Added Participation tab to partners to show Parent and Participations""",
 
12
        "category" : "Generic Modules/Others",
 
13
        "depends" : ["base"],
 
14
        "init_xml" : [],
 
15
        "demo_xml" : ["partner_parent_companies_demo.xml"],
 
16
        "update_xml" : ["partner_parent_companies_view.xml"],
 
17
        "active": False,
 
18
        "installable": True
 
19
}