Skip to content

Commit

Permalink
[14.0][IMP] batch_liquidation_report: Remove phone from picking report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berezi authored and Berezi committed Dec 20, 2024
1 parent 85853b6 commit 3cdeeba
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions batch_liquidation_report/report/stock_picking_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,45 +167,13 @@
<t t-esc="o.company_id.country_id.vat_label or 'Tax ID'" />:
<span t-field="o.crm_driver_id.vat" />
</div>
<div
t-if="o.crm_driver_id.mobile or o.crm_driver_id.phone"
class="mt16"
>Phone:
<span
t-if="o.crm_driver_id.phone"
t-field="o.crm_driver_id.phone"
/>
<span
t-if="o.crm_driver_id.mobile and o.crm_driver_id.phone"
> / </span>
<span
t-if="o.crm_driver_id.mobile"
t-field="o.crm_driver_id.mobile"
/>
</div>
<div t-if="o.cmr_second_driver_id" class="mt16">Second Driver:
<span t-field="o.cmr_second_driver_id.name" />
</div>
<div t-if="o.cmr_second_driver_id.vat" class="mt16">
<t t-esc="o.company_id.country_id.vat_label or 'Tax ID'" />:
<span t-field="o.cmr_second_driver_id.vat" />
</div>
<div
t-if="o.cmr_second_driver_id.mobile or o.cmr_second_driver_id.phone"
class="mt16"
>Phone:
<span
t-if="o.cmr_second_driver_id.phone"
t-field="o.cmr_second_driver_id.phone"
/>
<span
t-if="o.cmr_second_driver_id.mobile and o.cmr_second_driver_id.phone"
> / </span>
<span
t-if="o.cmr_second_driver_id.mobile"
t-field="o.cmr_second_driver_id.mobile"
/>
</div>
<div t-if="o.cmr_tractor_license_plate" class="mt16">
License Plate Head: <span
t-field="o.cmr_tractor_license_plate"
Expand Down

0 comments on commit 3cdeeba

Please sign in to comment.