10 lines
208 B
Python
10 lines
208 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
import account_invoice
|
|
import purchase
|
|
import res_company
|
|
import res_config
|
|
import res_partner
|
|
import stock
|