11 lines
211 B
Python
11 lines
211 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
import account
|
|
import hr
|
|
import procurement
|
|
import product
|
|
import project
|
|
import res_company
|
|
import sale_order
|