From 4aa6b59204b1cdfb4c155a5de45d16a9d91c5623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Tue, 14 Jan 2025 13:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E5=9D=97=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../models/models.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jikimo_purchase_tier_validation/models/models.py b/jikimo_purchase_tier_validation/models/models.py index d90ed257..bbb78f59 100644 --- a/jikimo_purchase_tier_validation/models/models.py +++ b/jikimo_purchase_tier_validation/models/models.py @@ -200,16 +200,16 @@ class jikimo_purchase_tier_validation(models.Model): } -class jikimo_purchase_request(models.Model): - _inherit = 'purchase.request' - _description = "采购申请" +# class jikimo_purchase_request(models.Model): +# _inherit = 'purchase.request' +# _description = "采购申请" -class jikimo_account_payment(models.Model): - _inherit = 'account.payment' - _description = "付款单" +# class jikimo_account_payment(models.Model): +# _inherit = 'account.payment' +# _description = "付款单" -class jikimo_account_move(models.Model): - _inherit = 'account.move' - _description = "发票账单" +# class jikimo_account_move(models.Model): +# _inherit = 'account.move' +# _description = "发票账单"