Skip to content

Commit

Permalink
[11.0][FIX] purchase_tier_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaGForgeFlow authored and OCA-git-bot committed Jun 27, 2019
1 parent f8685f7 commit c85d42d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion purchase_tier_validation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Purchase Tier Validation",
"summary": "Extends the functionality of Purchase Orders to "
"support a tier validation process.",
"version": "11.0.1.0.1",
"version": "11.0.1.1.0",
"category": "Purchases",
"website": "https://github.com/OCA/purchase-workflow",
"author": "Eficent, Odoo Community Association (OCA)",
Expand Down
6 changes: 3 additions & 3 deletions purchase_tier_validation/views/purchase_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,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 c85d42d

Please sign in to comment.