mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
15 lines
520 B
Python
15 lines
520 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Copyright (C) 2008-2008 凯源吕鑫 lvxin@gmail.com <basic chart data>
|
|
# 维智众源 oldrev@gmail.com <states data>
|
|
# Copyright (C) 2012-2012 南京盈通 ccdos@intoerp.com <small business chart>
|
|
# Copyright (C) 2008-now 开阖软件 jeff@osbzr.com < PM and LTS >
|
|
# Copyright (C) 2017-now jeffery9@gmail.com
|
|
# Copyright (C) 2018-11 广州尚鹏 https://www.sunpop.cn
|
|
|
|
from .hooks import pre_init_hook
|
|
from .hooks import post_init_hook
|
|
from . import models
|
|
|
|
|