From 3b90542f09f9b024e3aa022d7feaa2f3676b20fb Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Sun, 26 Jun 2022 15:07:50 +0200 Subject: [PATCH] fixup! --- rma_put_away/models/rma_operation.py | 10 ---------- rma_put_away/views/rma_operation_view.xml | 11 ----------- 2 files changed, 21 deletions(-) diff --git a/rma_put_away/models/rma_operation.py b/rma_put_away/models/rma_operation.py index 81bee26a..bbb4dd2c 100644 --- a/rma_put_away/models/rma_operation.py +++ b/rma_put_away/models/rma_operation.py @@ -7,16 +7,6 @@ from odoo import fields, models class RmaOperation(models.Model): _inherit = "rma.operation" - put_away_policy = fields.Selection( - selection=[ - ("no", "Not required"), - ("ordered", "Based on Ordered Quantities"), - ("received", "Based on Received Quantities"), - ], - string="Put Away Policy", - default="no", - ) - put_away_route_id = fields.Many2one( comodel_name="stock.location.route", string="Put Away Route", diff --git a/rma_put_away/views/rma_operation_view.xml b/rma_put_away/views/rma_operation_view.xml index 171ccbca..3fe9d118 100644 --- a/rma_put_away/views/rma_operation_view.xml +++ b/rma_put_away/views/rma_operation_view.xml @@ -1,17 +1,6 @@ - - rma.operation.tree - rma_put_away - rma.operation - - - - - - - - rma.operation.form - rma_put_away rma.operation