Repository
odoo/odoo · module folder
Module version
0.1.0
Category
Send sms to customer for order confirmation
Folder size
0.16 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-08 22:45:25
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Dylan Kiss (dyki), Adrien Guilliams (adgu), Chrysanthe (chgo), manv-afk, paan-odoo, rpka-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module integrates the Point of Sale with SMS

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_sms_res_config_settings_view_form res.config.settings.view.form.inherit.sms.pos res.config.settings form Inherits point_of_sale.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • sms_receipt_template_id Many2one → sms.template
    domain=[('model', '=', 'pos.order')] help='SMS will be sent to the customer based on this template' string='Sms Receipt template' args: 'sms.template'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_sent_message_on_sms(self, phone, _, basic_image=False)

New fields (1)
  • pos_sms_receipt_template_id Many2one → sms.template
    readonly=False related='pos_config_id.sms_receipt_template_id' args: 'sms.template'
Public methods (0)

No public methods.

Loading…