diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-10 14:18:37 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-10 14:18:37 +0700 |
| commit | 6ab4b390aec6ae68e7c3a43fae6bfd730ce54230 (patch) | |
| tree | 00b850103649ab8846f8b4562b8cfe6848fc2d9f | |
| parent | d42597543c17a72173d50aa66939c0f3ab776363 (diff) | |
<miqdad> sort dunning run based on invoice num
| -rw-r--r-- | indoteknik_custom/models/dunning_run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/dunning_run.py b/indoteknik_custom/models/dunning_run.py index fdc730de..d7178cb4 100644 --- a/indoteknik_custom/models/dunning_run.py +++ b/indoteknik_custom/models/dunning_run.py @@ -1,4 +1,3 @@ -from Tools.scripts.dutree import store from odoo import models, api, fields from odoo.exceptions import AccessError, UserError, ValidationError from datetime import timedelta |
