Skip to content

Commit

Permalink
[12.0][FIX] stock_request_tier_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaGForgeFlow authored and OCA-git-bot committed Jun 28, 2019
1 parent c9daba9 commit 5f97019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stock_request_tier_validation/views/stock_request_view.xml
Expand Up @@ -62,9 +62,9 @@
<p><i class="fa fa-thumbs-down"/> Operation has been <b>rejected</b>.</p>
</div>
</header>
<div name="button_box" position="inside">
<field name="review_ids" widget="review_popup" attrs="{'invisible':[('review_ids', '=', [])]}"/>
</div>
<xpath expr="//form/div[hasclass('oe_chatter')]" position="before">
<field name="review_ids" widget="tier_validation" attrs="{'invisible':[('review_ids', '=', [])]}"/>
</xpath>
</field>
</record>

Expand Down

0 comments on commit 5f97019

Please sign in to comment.