Skip to content

Commit

Permalink
Merge PR #164 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Jan 16, 2025
2 parents 5a67a79 + e6b0a39 commit 7e1db5e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tms/models/res_config_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ResConfigSettings(models.TransientModel):
)

group_tms_uom = fields.Boolean(
string="Units of Measure", implied_group="uom.group_uom"
string="TMS Units of Measure", implied_group="uom.group_uom"
)

# Custom Fields
Expand Down
4 changes: 2 additions & 2 deletions tms/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
>
<block title="Units" name="general_settings_container">
<setting id="tms_uom">
<field name="group_tms_uom" string="Units of Measure" />
<field name="group_tms_uom" string="TMS Units of Measure" />
<div class="content-group">
<div class="mt8" invisible="not group_tms_uom">
<button
name="%(uom.product_uom_categ_form_action)d"
icon="oi-arrow-right"
type="action"
string="Units Of Measure"
string="TMS Units of Measure"
class="btn-link"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_crew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="arch" type="xml">
<kanban class="o_kanban_mobile" sample="1">
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div t-attf-class="oe_kanban_global_click card my-3">
<div class="card-body">
<div class="d-flex align-items-center mb-2">
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_driver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<field name="mobile" />
<field name="avatar_128" />
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div
t-attf-class="oe_kanban_global_click o_has_icon oe_kanban_content oe_kanban_card"
>
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</div>
</div>
</t>
<t t-name="kanban-box">
<t t-name="card">
<div
t-attf-class="oe_kanban_global_click o_has_icon oe_kanban_content oe_kanban_card"
>
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_team.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<field name="crew_ids" />
<field name="trips_todo_count" />
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div
t-attf-class="oe_kanban_global_click o_has_icon oe_kanban_content oe_kanban_card"
>
Expand Down

0 comments on commit 7e1db5e

Please sign in to comment.