~openerp-venezuela/openerp-venezuela-localization/6.1

« back to all changes in this revision

Viewing changes to l10n_ve_topology/__openerp__.py

  • Committer: Miguel Delgado
  • Author(s): VAUXOO
  • Date: 2012-10-17 18:01:12 UTC
  • mfrom: (750.1.2 miguel_topology_fix)
  • Revision ID: miguel.delgado07@gmail.com-20121017180112-gf8d1578imou4x7j
  
[MERGE] from local branch, fixing problems in l10n_ve_topology 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
{
26
26
    "name" : "Topology for Venezuela",
27
27
    "version" : "0.3",
28
 
    "depends" : ["base",],
 
28
    "depends" : ["base","sale"],
29
29
    "author" : "Vauxoo",
30
30
    "description" : """This module handles the topology according to the sectors of a city.
31
31
 
40
40
                    "data/city_ve_data.xml",
41
41
                    "data/municipality_data.xml",
42
42
                    "data/parish_ve_data.xml",
 
43
                    "data/zip_code_data.xml"
43
44
        ],
44
45
    "demo_xml" : [    ],
45
46
    "test": [
53
54
                    "view/sector_view.xml",
54
55
                    "view/state_view.xml",
55
56
                    "security/ir.model.access.csv",
56
 
                    "data/zip_code_data.xml"
57
57
                    ],
58
58
    "active": False,
59
59
    "installable": True,