-
- Downloads
[IMP] base_automation,sms: Improve the interface of automated action
Below points are improved in automated action
- Set no_create on model_id, crud_model_id, partner_ids, and channel_ids
- Set widget many2many tags and change string for trigger_field_ids
- Rename 'Trigger Condition' to 'Trigger'
- Change on_change_fields into a many2many to ir.model.fields
- Set 'Hours' as default of field trg_date_range_time
- Rename label of crud_model_id to 'Target Model'
- Rename label of sms_mass_keep_log to 'Log as Note'
- On creation of template set the default model
- Hide the 'Security' tab
- Set no_create on fields resource_ref and col1
- Make 'value' readonly when col1 is not set
- Rename 'Link using field' to 'Link Field'
Task-2082503
closes odoo/odoo#39622
Closes: #39622
Related: odoo/enterprise#6515
Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
Showing
- addons/base_automation/models/base_automation.py 8 additions, 7 deletionsaddons/base_automation/models/base_automation.py
- addons/base_automation/views/base_automation_view.xml 35 additions, 5 deletionsaddons/base_automation/views/base_automation_view.xml
- addons/sms/models/ir_actions.py 1 addition, 1 deletionaddons/sms/models/ir_actions.py
- addons/sms/views/ir_actions_views.xml 1 addition, 0 deletionsaddons/sms/views/ir_actions_views.xml
Loading
Please register or sign in to comment