콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
306 화면

Good afternoon, community. I'm experiencing a problem trying to install a message-sending module in Odoo SH. This module uses the Twilio package. I've already added the requirement.txt to the project root, and when I try to deploy it, it takes a long time and times out. Do you have any suggestions?


{

    'name': 'Twilio SMS',

    'version': '1.0',

    'summary': 'Integración de Twilio SMS para Odoo',

    'category': 'Tools',

    'author': '',

    'depends': ['base', 'sms', 'mail', 'sign', 'web', 'website'],

    'data': [

        'views/sms_override_view.xml',

        'views/sign_override_view.xml',

        'views/mail_templates.xml'

    ],

    "assets": {

        "web.assets_frontend": [

            "/twilio_sms/static/src/components/sign_otp_verification/*",

        ]

    },

    'installable': True,

    'application': True,

    "auto_install": False,

    "license": "LGPL-3",

}

아바타
취소
작성자

Hi, Ray Carnes. Yes, the


requirements.txt only contains this package.

twilio==9.5.0

베스트 답변

Nobody can tell from a module manifest what the problem is. You haven't even shared your requirements.txt!

Open a ticket with Odoo Support - odoo.com/help - so they can check the particulars of your container and your module and do a deep dive.

아바타
취소