[MIG] account_payment_order_tier_validation: Migration to 12.0

This commit is contained in:
Marcel Savegnago
2022-07-31 14:13:25 -03:00
parent 0e39d5215b
commit 2f2ea4e5df
4 changed files with 4 additions and 6 deletions

View File

@@ -9,5 +9,3 @@ class AccountPaymentOrder(models.Model):
_inherit = [_name, "tier.validation"]
_state_from = ["draft"]
_state_to = ["open"]
_tier_validation_manual_config = False