Skip to content

Commit

Permalink
Merge pull request #31 from Escodoo/14.0-fix-egd_stock_picking_custom
Browse files Browse the repository at this point in the history
[14.0][FIX] egd_stock_picking_custom: job_id and department_id inverted
  • Loading branch information
marcelsavegnago authored Dec 21, 2023
2 parents a0f807c + 4a47940 commit d6b2a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egd_stock_picking_custom/views/egd_report_custody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
<div class="row mt-1">
<div class="col-8">
<span>Function / Job: <strong
t-field="o.egd_responsible_id.department_id"
t-field="o.egd_responsible_id.job_id"
/>
</span>
</div>
<div style="clear: both;" />
<div class="col-4 text-right">
<span>Departament: <strong
t-field="o.egd_responsible_id.job_id"
t-field="o.egd_responsible_id.department_id"
/></span>

</div>
Expand Down

0 comments on commit d6b2a54

Please sign in to comment.