Skip to content

Commit

Permalink
[MIG] sale_coupon_delivery_auto_refresh: Migration to version 15.0
Browse files Browse the repository at this point in the history
TT37309
  • Loading branch information
pilarvargas-tecnativa committed Mar 3, 2023
1 parent ab26990 commit a90e0a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions sale_coupon_delivery_auto_refresh/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "Auto Refresh Coupons with Delivery line",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"summary": "Allows to auto-apply the coupons after adding delivery line",
"author": "Ooops404, Cetmix, , Odoo Community Association (OCA)",
"contributors": "Ooops404, Cetmix",
"license": "AGPL-3",
"category": "Sale",
"website": "https://github.com/OCA/sale-promotion",
"depends": ["sale_coupon_auto_refresh", "delivery_auto_refresh"],
"external_dependencies": {},
"demo": [],
"qweb": [],
"installable": True,
"auto_install": True,
"application": False,
Expand Down
3 changes: 3 additions & 0 deletions sale_coupon_delivery_auto_refresh/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
* Ooops404 <https://www.ooops404.com/>
* Cetmix <https://cetmix.com/>
* `Tecnativa <https://www.tecnativa.com>`_

* Pilar Vargas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


@tagged("post_install", "-at_install")
class TestDeliveryAutoRefresh(common.SavepointCase):
class TestDeliveryAutoRefresh(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit a90e0a9

Please sign in to comment.