Skip to content

Commit

Permalink
[FIX] mgmtsystem_nonconformity: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarRetes committed Sep 27, 2024
1 parent 145c7e4 commit 12c81a9
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
t-inherit="mail.Chatter"
t-inherit-mode="extension"
>
<xpath
expr="//Dropdown"
position="before"
>
<xpath expr="//Dropdown" position="before">
<button
class="o_ChatterTopbar_button o_ChatterTopbar_buttonNonConformities btn btn-light btn-primary"
type="button">
type="button"
>
<!-- t-att-disabled="!chatterTopbar.chatter.isTemporary and !chatterTopbar.chatter.hasWriteAccess"-->
<!-- t-on-click="() => this.chatterTopbar.chatter.onClickShowNonConformities()"-->
<!-- t-if="chatterTopbar.chatter.webRecord.data.non_conformity_count !== undefined"-->
Expand Down

0 comments on commit 12c81a9

Please sign in to comment.