diff --git a/account_payment_order_tier_validation/__manifest__.py b/account_payment_order_tier_validation/__manifest__.py index ca8405b44..385f650c9 100644 --- a/account_payment_order_tier_validation/__manifest__.py +++ b/account_payment_order_tier_validation/__manifest__.py @@ -5,13 +5,11 @@ "name": "Account Payment Order Tier Validation", "summary": """Extends the functionality of Payment Orders to support a tier validation process.""", - "version": "14.0.1.0.0", + "version": "13.0.1.0.0", "license": "AGPL-3", "author": "Escodoo,Odoo Community Association (OCA)", "maintainers": ["marcelsavegnago"], "website": "https://github.com/OCA/bank-payment", "depends": ["account_payment_order", "base_tier_validation"], - "data": [ - "views/account_payment_order.xml", - ], + "data": ["views/account_payment_order.xml"], } diff --git a/account_payment_order_tier_validation/views/account_payment_order.xml b/account_payment_order_tier_validation/views/account_payment_order.xml index 296cd50e0..631ec0f2c 100644 --- a/account_payment_order_tier_validation/views/account_payment_order.xml +++ b/account_payment_order_tier_validation/views/account_payment_order.xml @@ -3,92 +3,6 @@ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> - - account_payment_order_form in (account_payment_order_tier_validation) - account.payment.order - - - -
- - - - - - -
- - - -
-
-