forked from Yaltik/golem
[MIG]GOLEM Activity Session Registration State migration withtout sessions... #2
This commit is contained in:
parent
986c445080
commit
4fdbfb8638
@ -18,8 +18,8 @@
|
|||||||
{
|
{
|
||||||
'name': 'GOLEM Activity Session Member Registrations States',
|
'name': 'GOLEM Activity Session Member Registrations States',
|
||||||
'summary': 'GOLEM Activities Session Member Registration states',
|
'summary': 'GOLEM Activities Session Member Registration states',
|
||||||
'description': ''' Non-profit french MJC activities session member
|
'description': ''' Non-profit french MJC activities member registration
|
||||||
registration states management ''',
|
states management ''',
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
'category': 'GOLEM',
|
'category': 'GOLEM',
|
||||||
'author': 'Fabien Bourgeois',
|
'author': 'Fabien Bourgeois',
|
||||||
@ -27,6 +27,6 @@
|
|||||||
'application': False,
|
'application': False,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'depends': ['golem_activity_registration'],
|
'depends': ['golem_activity_registration'],
|
||||||
'data': ['views/golem_activity_session_registration_view.xml',
|
'data': ['views/golem_activity_registration_view.xml',
|
||||||
'views/golem_member_view.xml', 'views/golem_activity_view.xml']
|
'views/golem_member_view.xml', 'views/golem_activity_view.xml']
|
||||||
}
|
}
|
||||||
|
@ -15,4 +15,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_activity_session_registration
|
from . import golem_activity_registration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user