Repository
odoo/odoo · module folder
Module version
1.1
Category
Services/Project
Folder size
0.21 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-15 22:44:16
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Raphael Collet, Odoo Translation Bot, Julien Castiaux, Prakash Prajapati, Tiffany Chang (tic), Gorash, luvi, Renaud Thiry, Vincent Larcin, Maximilien (malb), Dylan Kiss (dyki), rajh-odoo, Maxime de Neuville, Tanguy Quéguineur, nihp-odoo, yagp-odoo, Krzysztof Magusiak (krma)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Send text messages when project/task stage move

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
project_project_stage_view_form_inherit_project_sms project.project.stage.view.form.inherit.project.sms project.project.stage form Inherits project.project_project_stage_view_form
project_project_stage_view_search_inherit_project_sms project.project.stage.view.search.inherit.project.sms project.project.stage search Inherits project.project_project_stage_view_search
project_project_stage_view_tree_inherit_project_sms project.project.stage.view.list.inherit.project.sms project.project.stage list Inherits project.project_project_stage_view_tree
task_type_edit_view_form_inherit_project_sms project.task.type.view.form.inherit.project.sms project.task.type form Inherits project.task_type_edit
task_type_edit_view_tree_inherit_project_sms project.task.type.view.list.inherit.project.sms project.task.type list Inherits project.task_type_tree
task_type_search_view_search_inherit_project_sms project.task.type.view.search.inherit.project.sms project.task.type search Inherits project.task_type_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • sms_template_id Many2one → sms.template
    domain=[('model', '=', 'project.project')] help='If set, an SMS Text Message will be automatically sent to the customer when the project reaches this stage.' string='SMS Template' args: 'sms.template'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • sms_template_id Many2one → sms.template
    domain=[('model', '=', 'project.task')] help='If set, an SMS Text Message will be automatically sent to the customer when the task reaches this stage.' string='SMS Template' args: 'sms.template'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…