diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:51:03 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:51:03 +0700 |
| commit | dddfd3846d37e24c5b52cc98bbe889bd4a958775 (patch) | |
| tree | 4c29467ca70f45ae0ee3744dfa2b86010e45e865 /indoteknik_api/models | |
| parent | aeb4fc3b4b8a4c38d6628946232c236a4d2fe2a9 (diff) | |
<hafid> repeat order
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/sale_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/sale_order.py b/indoteknik_api/models/sale_order.py index 54b4a6dc..615dcdcb 100644 --- a/indoteknik_api/models/sale_order.py +++ b/indoteknik_api/models/sale_order.py @@ -1,4 +1,5 @@ from odoo import models +from datetime import datetime class SaleOrder(models.Model): |
