Skip to content

Commit

Permalink
Merge PR #2401 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by StefanRijnhart
  • Loading branch information
OCA-git-bot committed Sep 26, 2024
2 parents 1a06d02 + 4c2981c commit c17406f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_manual_delivery/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and adds the ability to manually generate them as the supplier confirms
the different purchase order lines.
""",
"version": "16.0.1.1.4",
"version": "16.0.1.1.5",
"license": "AGPL-3",
"author": "ForgeFlow S.L.," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
Expand Down
2 changes: 1 addition & 1 deletion purchase_manual_delivery/views/purchase_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
string="Create Incoming Shipment"
type="action"
class="btn-primary"
attrs="{'invisible': ['|', ('state', '!=', 'purchase'), ('pending_to_receive', '=', False)]}"
attrs="{'invisible': ['|', '|', ('state', '!=', 'purchase'), ('pending_to_receive', '=', False), ('manual_delivery', '=', False)]}"
/>
</xpath>
<button id="draft_confirm" position="attributes">
Expand Down

0 comments on commit c17406f

Please sign in to comment.