Source code for anybox.recipe.odoo.devtools

"""Provide devtools to openerp."""

requirements = ('anybox.testing.datetime',
                'unittest2',
                )


[docs]def load(for_tests=False): if for_tests: import anybox.testing.datetime # NOQA