[MOV][WIP]GOLEM Precreation search : renaming module
This commit is contained in:
parent
f3e45b885d
commit
ffa453d2c8
@ -26,7 +26,7 @@
|
|||||||
'application': False,
|
'application': False,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'depends': ['golem_member'],
|
'depends': ['golem_member'],
|
||||||
'data': ['views/golem_precreation_partner_menu.xml',
|
'data': ['views/golem_member_precreation_search_menu.xml',
|
||||||
'wizard/golem_precreation_member_request_wizard_views.xml',
|
'wizard/golem_member_precreation_search_views.xml',
|
||||||
'wizard/golem_precreation_member_result_wizard_views.xml']
|
'wizard/golem_precreation_member_result_wizard_views.xml']
|
||||||
}
|
}
|
@ -16,4 +16,4 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from . import golem_precreation_member_request_wizard, golem_precreation_member_result_wizard
|
from . import golem_member_precreation_search, golem_precreation_member_result_wizard
|
Loading…
Reference in New Issue
Block a user