summaryrefslogtreecommitdiff
path: root/addons/resource/__init__.py
blob: 23a96e9133a40d46ee3f26bc1230df1d6c6e7fad (plain)
1
2
3
4
5
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import models
from .tests import test_resource_model