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.

16 lines
463 B

  1. # Copyright 2015 Antiun Ingeniería S.L. - Sergio Teruel
  2. # Copyright 2015 Antiun Ingeniería S.L. - Carlos Dauden
  3. # Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
  4. # License LGPL-3 - See http://www.gnu.org/licenses/lgpl-3.0.html
  5. from . import (
  6. custom_info_template,
  7. custom_info_property,
  8. custom_info_category,
  9. custom_info_option,
  10. custom_info_value,
  11. custom_info,
  12. res_partner,
  13. ir_actions_act_window_view,
  14. ir_ui_view
  15. )