Skip to content

Commit

Permalink
fixup! fixup! [MIG] pos_esign_request: port to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Nov 2, 2024
1 parent ba83f78 commit 8b9e4e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
t-inherit="point_of_sale.PartnerLine"
t-inherit-mode="extension"
>
<xpath expr="//tr" position="inside">
<xpath expr="//td[hasclass('edit-partner-button-cell')]" position="inside">
<td class="esign">
<t t-if="props.isWaitingForESign">
Waiting...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<xpath expr="//table[hasclass('partner-list')]/thead/tr" position="inside">
<th class="partner-list-esign py-2">E-Sign</th>
</xpath>
<!-- TODO: check state after sign_attachment_id is set -->
<xpath expr="//PartnerLine" position="attributes">
<attribute
name="isWaitingForESign"
Expand Down

0 comments on commit 8b9e4e3

Please sign in to comment.