Skip to content

Commit 5aa3063

Browse files
committed
[MIG] sale_tier_validation: Migration to 16.0
1 parent a2c6f5e commit 5aa3063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sale_tier_validation/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Sale Tier Validation",
55
"summary": "Extends the functionality of Sale Orders to "
66
"support a tier validation process.",
7-
"version": "15.0.1.1.0",
7+
"version": "16.0.1.0.0",
88
"category": "Sale",
99
"website": "https://github.com/OCA/sale-workflow",
1010
"author": "Open Source Integrators, Odoo Community Association (OCA)",

sale_tier_validation/tests/test_tier_validation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from odoo.tests import common, tagged
55

66

7-
@tagged("-at_install", "post_install")
7+
@tagged("post_install")
88
class TestSaleTierValidation(common.TransactionCase):
99
@classmethod
1010
def setUpClass(cls):

0 commit comments

Comments
 (0)