[MOV][WIP]GOLEM Precreation search : renaming module

This commit is contained in:
Fabien BOURGEOIS 2018-03-27 16:03:14 +02:00
parent f3e45b885d
commit ffa453d2c8
10 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
'application': False,
'installable': True,
'depends': ['golem_member'],
'data': ['views/golem_precreation_partner_menu.xml',
'wizard/golem_precreation_member_request_wizard_views.xml',
'data': ['views/golem_member_precreation_search_menu.xml',
'wizard/golem_member_precreation_search_views.xml',
'wizard/golem_precreation_member_result_wizard_views.xml']
}

View File

@ -16,4 +16,4 @@
# 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/>.
from . import golem_precreation_member_request_wizard, golem_precreation_member_result_wizard
from . import golem_member_precreation_search, golem_precreation_member_result_wizard