diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-07-10 07:19:25 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-07-10 07:19:25 +0000 |
| commit | f8f97d82904db540f7ae8b21ada28ac06a718c55 (patch) | |
| tree | 78f4adb1905ee87e5a94c27a861df73fa80a8874 | |
| parent | 65b5393d5fc5bf0bd0dd88b9ad8a04645bf6d272 (diff) | |
| parent | 6ab4b390aec6ae68e7c3a43fae6bfd730ce54230 (diff) | |
Merged in sort_dunning_run (pull request #351)
<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 |
