__init__.py 415 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. from . import account_move
  4. from . import product
  5. from . import event_booth_registration
  6. from . import event_booth
  7. from . import event_booth_category
  8. from . import event_type_booth
  9. from . import sale_order
  10. from . import sale_order_line
  11. from . import sale_order_template_line
  12. from . import sale_order_template_option