summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-06-21 16:07:51 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-06-21 16:07:51 +0700
commit75add2e5c1cc64d3b47fa4f40e22b05692ae18d0 (patch)
tree084d0f961061b048c45e573017dda5ad28dcda2e /indoteknik_custom/models
parentc14bfc6a2651ccb41a84f3b5c0fc1041e516765c (diff)
refactor biaya kirim
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/x_biaya_kirim.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/x_biaya_kirim.py b/indoteknik_custom/models/x_biaya_kirim.py
index 55e36bc2..5bf48c62 100644
--- a/indoteknik_custom/models/x_biaya_kirim.py
+++ b/indoteknik_custom/models/x_biaya_kirim.py
@@ -4,7 +4,6 @@ from odoo import models, fields
class XBiayaKirim(models.Model):
_name = "x_biaya_kirim"
_description = "Biaya Kirim"
- _rec_name = "x_name"
name = fields.Char(string="Name")
biaya_kirim = fields.Integer(string="Biaya Kirim")