~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to configure_create_journal/__openerp__.py

  • Committer: jose at vauxoo
  • Date: 2013-07-25 20:54:29 UTC
  • mfrom: (543.7.110 vaddons-70)
  • Revision ID: jose@vauxoo.com-20130725205429-tcrhjjc3og02uc0g
 
[MERGE] Merge from 7 Series to add the new features

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
2.- crea un diario por cada cuenta hija detectada en el paso anterior
37
37
    """,
38
 
    'depends': ['account'],
 
38
    'depends': [
 
39
                'account',
 
40
                'group_configurations_account'
 
41
        ],
39
42
    'data': [
40
43
        'wizard/set_accounting_wizard_view.xml',
41
44
        ],