summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2025-01-16 16:05:53 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2025-01-16 16:05:53 +0700
commite6500f6876fd9e4e4dbfa308b3d2f7c0cb1c4ae4 (patch)
tree40b558f5328e5781624cc73dde70c5e79c56644a
parentd1036cd456a53435be10f96714d9c93625cfe793 (diff)
parent3f8f8caaf847f193b084a4e08fbe46c00e98c831 (diff)
Merge branch 'odoo-production' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-production
-rw-r--r--indoteknik_custom/models/stock_picking.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 0a65ab2d..cd330aeb 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -121,7 +121,6 @@ class StockPicking(models.Model):
('cancel', 'Cancelled'),
], string='Status Reserve', readonly=True, tracking=True, help="The current state of the stock picking.")
notee = fields.Text(string="Note")
- date_done = fields.Date('Date done', String='Effective Date')
@api.model
def _compute_dokumen_tanda_terima(self):