14 lines
277 B
Python
14 lines
277 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
import ir_actions
|
|
import ir_ui_view
|
|
import ir_qweb
|
|
import ir_http
|
|
import ir_attachment
|
|
import res_company
|
|
import res_partner
|
|
import res_config
|
|
import website
|
|
import web_planner
|