9 lines
210 B
Python
9 lines
210 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
import account_chart_template
|
||
|
import account_invoice
|
||
|
import product
|
||
|
import stock
|
||
|
import stock_config_settings
|