Merge pull request #6 from yvaucher/7.0-unported

add missing installable and move unported in __unported__
pull/7/merge
Yannick Vaucher 2014-07-07 20:02:18 +02:00
commit cde83d1f1d
17 changed files with 3 additions and 0 deletions

View File

@ -33,4 +33,5 @@ of the scheduler.
""",
'depends': ['base'],
'data': ['view/ir_cron.xml'],
'installable': True,
}

View File

@ -95,5 +95,6 @@ In your template template:
'view/email_template.xml',
],
"license": 'AGPL-3',
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -88,5 +88,6 @@ https://github.com/openerpbrasil/l10n_br_core/compare/develop...feature%2Fsale-w
],
'css': [],
'auto_install': False,
'installable': True,
'web_preload': False,
}