Files
partner-tools/partner_profiles_portal/controllers/__init__.py
Stéphan Sainléger b1161bc709 [IMP] partner_profiles_portal: add positions details in portal
Adds several portal views to consult all the positions of a structure,
and their details.
2023-06-27 14:30:54 +02:00

7 lines
202 B
Python

# -*- coding: utf-8 -*-
from . import portal_my_structures
from . import portal_structure_profile
from . import portal_my_positions
from . import portal_position_profile
from . import portal_my_account