~alexandre-leitao/openerp.pt-br-localiz/7.0

« back to all changes in this revision

Viewing changes to l10n_br_delivery/__openerp__.py

  • Committer: Raphaël Valyi
  • Date: 2010-10-25 23:08:39 UTC
  • Revision ID: rvalyi@gmail.com-20101025230839-fhn2n6qaa65dl95t
[REF] extracted l10n_br_base, l10n_sale and l10n_stock from l10n_br; renamed l10n_br into 10n_br_account. BE CAREFFUL WITH MIGRATIONS, HACK YOUR ir.model.data, XML files and module dependencies first!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    'website' : 'http://openerpbrasil.org',
25
25
    'version' : '0.6',
26
26
    'depends' : [
27
 
                'base', 
28
 
                'account', 
29
 
                'sale', 
30
 
                'stock', 
31
 
                'delivery',
32
 
        'l10n_br'
 
27
                'delivery', 
 
28
                'l10n_br_sale', 
 
29
                'l10n_br_stock', 
33
30
                ],
34
 
    'init_xml': [
35
 
 
36
 
                                ],
 
31
    'init_xml': [],
37
32
    'update_xml' :  [
38
33
                        'account_invoice_view.xml',
39
34
                        'delivery_view.xml',