Skip to content

Commit

Permalink
[FIX] purchase_stock_picking_return_invoicing: Hide button on proper …
Browse files Browse the repository at this point in the history
…counter

We should hide the view refunds button when there are no refunds, not
when there aren't invoices.

It hasn't been detected till now, because you usually have an invoice
before doing a refund, but in case you include this purchase order
in a vendor refund, you won't get any vendor bill.

TT32388
  • Loading branch information
pedrobaeza committed Oct 13, 2021
1 parent 7e7d4c8 commit 8f6672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purchase_stock_picking_return_invoicing/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Purchase Stock Picking Return Invoicing",
"summary": "Add an option to refund returned pickings",
"version": "14.0.1.0.0",
"version": "14.0.1.1.0",
"category": "Purchases",
"website": "https://github.com/OCA/account-invoicing",
"author": "ForgeFlow, Tecnativa, Odoo Community Association (OCA)",
Expand Down

0 comments on commit 8f6672d

Please sign in to comment.