summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
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")