Skip to content

Commit

Permalink
[FIX] pos_order_return: update version to 13.0.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrebollo committed Jan 14, 2025
1 parent 94deed2 commit 82d3c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pos_order_return/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "Point of Sale Order Return",
"version": "14.0.1.0.4",
"version": "13.0.1.0.0",
"category": "Point Of Sale",
"author": "La Louve, "
"GRAP, "
Expand All @@ -15,13 +15,13 @@
"license": "AGPL-3",
"website": "https://github.com/OCA/pos",
"development_status": "Alpha",
"depends": ["point_of_sale",],
"depends": ["point_of_sale"],
"data": [
"security/ir.model.access.csv",
"wizard/pos_partial_return_wizard_view.xml",
"views/pos_order_view.xml",
"views/product_product_view.xml",
],
"demo": ["demo/product_product.xml",],
"demo": ["demo/product_product.xml"],
"installable": True,
}

0 comments on commit 82d3c4a

Please sign in to comment.