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

« back to all changes in this revision

Viewing changes to l10n_br_account/__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:
28
28
                'base', 
29
29
                'account', 
30
30
                'account_chart', 
31
 
                'product', 
32
 
                'sale', 
33
31
                'account_fiscal_position_rule', 
34
32
                'account_product_fiscal_classification'
35
33
                ],
43
41
                ],
44
42
    'update_xml' : [
45
43
                'l10n_br_view.xml',
46
 
                'country_view.xml',
47
44
                'partner_view.xml',
48
 
        'sale_view.xml',
49
 
        'stock_view.xml',
50
45
                'account_invoice_view.xml',
51
46
        'account_view.xml',
52
47
                'account_fiscal_position_rule_view.xml',
53
48
        'security/ir.model.access.csv',
54
 
        'security/l10n_br_security.xml',
55
49
    ],
56
50
    'installable': True
57
51
}