Merge pull request #6 from yvaucher/7.0-unported
add missing installable and move unported in __unported__pull/7/merge
commit
cde83d1f1d
|
@ -33,4 +33,5 @@ of the scheduler.
|
|||
""",
|
||||
'depends': ['base'],
|
||||
'data': ['view/ir_cron.xml'],
|
||||
'installable': True,
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue