Skip to content

Commit

Permalink
fieldservice: fix typo and fix print menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed Mar 11, 2021
1 parent 540d72d commit 179277d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fieldservice/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,6 @@
<field name="report_name">fieldservice.report_fsm_order</field>
<field name="report_file">fieldservice.report_fsm_order</field>
<field name="print_report_name">'Service Order - %s' % (object.name)</field>
<field name="binding_type">report</field>
<field name="binding_model_id" ref="model_fsm_order" />
</record>
</odoo>
2 changes: 1 addition & 1 deletion fieldservice/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
<div class="o_setting_right_pane">
<label
for="module_fieldservice_route"
string="Manage routes of yoru workers"
string="Manage routes of your workers"
/>
<div class="text-muted">
Automatically creates a day route when an order is assigned and scheduled
Expand Down

0 comments on commit 179277d

Please sign in to comment.