11 lines
433 B
Python
11 lines
433 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
# @author - Fekete Mihai <feketemihai@gmail.com>, Tatár Attila <atta@nvm.ro>
|
||
|
# Copyright (C) 2015 Tatár Attila
|
||
|
# Copyright (C) 2015 Forest and Biomass Services Romania (http://www.forbiom.eu).
|
||
|
# Copyright (C) 2011 TOTAL PC SYSTEMS (http://www.erpsystems.ro).
|
||
|
# Copyright (C) 2009 (<http://www.filsystem.ro>)
|
||
|
|
||
|
from . import models
|