From c3ee544ca63d119134b5cd6cf2737769ae20e229 Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Fri, 17 Nov 2023 09:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95coding=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=AE=A1=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_plan/models/custom_plan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sf_plan/models/custom_plan.py b/sf_plan/models/custom_plan.py index 7603b4fd..fa42d270 100644 --- a/sf_plan/models/custom_plan.py +++ b/sf_plan/models/custom_plan.py @@ -9,7 +9,6 @@ from odoo.exceptions import UserError, ValidationError # sf排程 class sf_production_plan(models.Model): _name = 'sf.production.plan' - # _inherit = 'mrp.production' _description = 'sf_production_plan' _order = 'create_date desc'