Skip to content

Commit

Permalink
[MIG] ebill_postfinance_stock: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Sep 20, 2024
1 parent 8c4354f commit 08376b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ebill_postfinance_stock/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "eBill Postfinance Stock",
"summary": """Add stock integration to Postfinance eBill""",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainers": ["TDu"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setUpClass(cls):
cls.pickings = cls.sale.order_line.move_ids.mapped("picking_id")
cls.pickings[0].name = "Picking Name"
for line in cls.pickings.move_ids.move_line_ids:
line.qty_done = line.reserved_qty
line.picked = True
cls.pickings._action_done()

def test_invoice_qr(self):
Expand Down

0 comments on commit 08376b1

Please sign in to comment.