19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:39 +01:00
parent 5df8c07b59
commit daa394e8b0
2114 changed files with 564841 additions and 299642 deletions

View file

@ -3,8 +3,8 @@
{
'name': 'SMS gateway',
'version': '2.4',
'category': 'Hidden/Tools',
'version': '3.0',
'category': 'Sales/Sales',
'summary': 'SMS Text Messaging',
'description': """
This module gives a framework for SMS text messaging
@ -19,15 +19,19 @@ The service is provided by the In App Purchase Odoo platform.
'phone_validation'
],
'data': [
'data/iap_service_data.xml',
'data/ir_cron_data.xml',
'wizard/sms_account_code_views.xml',
'wizard/sms_account_phone_views.xml',
'wizard/sms_account_sender_views.xml',
'wizard/sms_composer_views.xml',
'wizard/sms_template_preview_views.xml',
'wizard/sms_resend_views.xml',
'wizard/sms_template_reset_views.xml',
'views/ir_actions_server_views.xml',
'views/mail_notification_views.xml',
'views/res_config_settings_views.xml',
'views/res_partner_views.xml',
'views/iap_account_views.xml',
'views/sms_sms_views.xml',
'views/sms_template_views.xml',
'security/ir.model.access.csv',
@ -40,20 +44,13 @@ The service is provided by the In App Purchase Odoo platform.
'installable': True,
'auto_install': True,
'assets': {
'mail.assets_messaging': [
'sms/static/src/models/*.js',
],
'mail.assets_discuss_public': [
'sms/static/src/components/sms_button/*',
],
'web.assets_backend': [
'sms/static/src/js/fields_phone_widget.js',
'sms/static/src/components/*/*',
'sms/static/src/**/*',
],
'web.qunit_suite_tests': [
'sms/static/tests/sms_widget_test.js',
'sms/static/tests/qunit_suite_tests/**/*.js',
'web.assets_unit_tests': [
'sms/static/tests/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}