diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-08 09:52:38 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-08 09:52:38 +0700 |
| commit | 9990c0c6e30260f1c9ae2111893495ce7bd1c03c (patch) | |
| tree | 81847c26ea054636d6178884ba3dd812e477d494 /fixco_custom/models/detail_order.py | |
| parent | 71736a301eca62a55c34c96b3a9d0c06ee28f3d9 (diff) | |
| parent | 23b2c540774c064a69c77ed3de29d9f99ffae904 (diff) | |
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons into print_picking_list
merge
Diffstat (limited to 'fixco_custom/models/detail_order.py')
| -rwxr-xr-x | fixco_custom/models/detail_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py index 847c41e..b3e10a2 100755 --- a/fixco_custom/models/detail_order.py +++ b/fixco_custom/models/detail_order.py @@ -370,7 +370,7 @@ class DetailOrder(models.Model): sale_order.note_by_buyer = json_data.get('data', [{}])[0].get('extraInfo', []).get('noteByBuyer', []) sale_order.action_cancel() - self.execute_status = 'cancelled_so_created' + self.execute_status = 'cancelled_so' return |
