修改展示名称

This commit is contained in:
mgw
2024-12-30 19:24:45 +08:00
parent 0622d7525f
commit 210eea3b0b
2 changed files with 16 additions and 1 deletions

View File

@@ -153,3 +153,18 @@ class jikimo_purchase_tier_validation(models.Model):
'sticky': False,
}
}
class jikimo_purchase_request(models.Model):
_inherit = 'purchase.order'
_description = "采购申请"
class jikimo_account_payment(models.Model):
_inherit = 'account.payment'
_description = "付款单"
class jikimo_account_move(models.Model):
_inherit = 'account.move'
_description = "发票账单"