first push message
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
'name': "ck_signup",
|
||||
|
||||
'summary': "Short (1 phrase/line) summary of the module's purpose",
|
||||
|
||||
'description': """
|
||||
Long description of module's purpose
|
||||
""",
|
||||
|
||||
'author': "My Company",
|
||||
'website': "https://www.yourcompany.com",
|
||||
|
||||
# Categories can be used to filter modules in modules listing
|
||||
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
|
||||
# for the full list
|
||||
'category': 'Uncategorized',
|
||||
'version': '0.1',
|
||||
|
||||
# any module necessary for this one to work correctly
|
||||
'depends': ['base', 'mail', 'portal', 'web', 'website', 'auth_signup', 'register_v15'],
|
||||
|
||||
# always loaded
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
# 'data/mail_template.xml',
|
||||
# 'views/signup_form.xml',
|
||||
# 'views/views.xml',
|
||||
# 'views/templates.xml',
|
||||
'views/pin_code_spm.xml',
|
||||
# 'data/template_mail_amt.xml',
|
||||
# 'views/reset_password_template.xml',
|
||||
# 'views/multi_user_creation_wizard.xml',
|
||||
# 'reports/template_scholarship_code.xml',
|
||||
# 'reports/report_scholarship_code.xml',
|
||||
],
|
||||
# only loaded in demonstration mode
|
||||
'demo': [
|
||||
'demo/demo.xml',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user