TIP: You can type at any time to perform a new search.
Project - SMS
project_sms · odoo/odoo
🛠 Migration considerations
- Raw `cr.execute()` INSERT/UPDATE/DELETE bypasses the ORM (no compute/constrains/tracking/mail): `UPDATE ir_rule r SET domain_force = '[(''model'', ''in'', (''project.task'', ''project.project''))]' FROM ir_model_data d WHERE d.res_id = r.id AND r.domain_force = '[(''model_id.model'', ''in'', (''project.task.type'', ''project.project.stage''))]' AND d.model = 'ir.rule' AND d.module = 'project_sms' AND d.name = 'ir_rule_sms_template_project_manager'` - re-check the table/column names still match after upgrading. migration-raw-sql-write · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- 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)
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → sms.templatedomain=[('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'
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_idMany2one → sms.templatedomain=[('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'
No public methods.
Loading…
Loading…
Loading…