10 lines
257 B
Python
10 lines
257 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
import project_issue
|
||
|
import account_analytic_account
|
||
|
import project_project
|
||
|
import project_task_type
|
||
|
import res_partner
|
||
|
import project_issue_config_settings
|