You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
419 B
15 lines
419 B
# -*- coding: utf-8 -*-
|
|
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel
|
|
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden
|
|
# © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# License LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
|
|
|
|
from . import (
|
|
custom_info_template,
|
|
custom_info_property,
|
|
custom_info_category,
|
|
custom_info_option,
|
|
custom_info_value,
|
|
custom_info,
|
|
res_partner,
|
|
)
|