~florian-dacosta/+junk/delivery_carrier_chronopost

« back to all changes in this revision

Viewing changes to delivery_carrier_chronopost/__openerp__.py

  • Committer: Florian da Costa
  • Date: 2014-06-13 08:26:15 UTC
  • Revision ID: florian.dacosta@akretion.com.br-20140613082615-tm1moo2s0hmoorv6
remove lib from module + lot of changements

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 'maintainer': 'Akretion',
25
25
 'category': 'version',
26
26
 'complexity': 'normal',
27
 
 'depends': ['base_delivery_carrier_label'],
 
27
 'depends': [
 
28
        'base_delivery_carrier_label',
 
29
        'configuration_helper',],
28
30
 'description': """
29
31
 
30
32
Contributors
36
38
 'data': [
37
39
    "company_view.xml",
38
40
    "res_partner_data.xml",
 
41
    "product_data.xml",
39
42
    "delivery_data.xml",
 
43
    "config_view.xml",
40
44
          ],
41
45
 'tests': [],
42
46
 'installable': True,