Skip to content

Commit

Permalink
TA#63841 [FIX] sale_rental_order_swap_variant : unit test (#370)
Browse files Browse the repository at this point in the history
* TA#63841 [FIX] sale_rental_order_swap_variant: Depends

---------

Co-authored-by: majouda <[email protected]>
  • Loading branch information
lanto-razafindrabe and majouda authored May 1, 2024
1 parent a42b359 commit 2b90055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_rental_order_swap_variant/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
{
"name": "Sale Rental Order Swap Variant",
"summary": "Allow to change an important product from a kit",
"version": "14.0.1.0.0",
"version": "14.0.1.0.1",
"website": "https://bit.ly/numigi-com",
"author": "Numigi",
"maintainer": "Numigi",
"license": "AGPL-3",
"depends": ["sale_kit", "sale_stock"],
"depends": ["sale_rental"],
"data": [
"security/ir.model.access.csv",
"wizard/sale_rental_order_swap_variant.xml",
Expand Down

0 comments on commit 2b90055

Please sign in to comment.