diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-02 19:29:12 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-02 19:29:12 +0700 |
| commit | 7fdf8b3eb8cf42c7223039267faa4d22ba0ba334 (patch) | |
| tree | bd936109622ce96889cb30c93c15c8c4c78927ca /fixco_custom/models/__init__.py | |
| parent | 29311a36f0c39c12272e868577004b3d7bac58d6 (diff) | |
push multiple cancel picking and template cancel picking
Diffstat (limited to 'fixco_custom/models/__init__.py')
| -rwxr-xr-x | fixco_custom/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fixco_custom/models/__init__.py b/fixco_custom/models/__init__.py index 37c8b45..393efeb 100755 --- a/fixco_custom/models/__init__.py +++ b/fixco_custom/models/__init__.py @@ -34,4 +34,5 @@ from . import coretax_faktur from . import token_log from . import purchase_pricelist_wizard from . import stock_picking_return -from . import account_move_reversal
\ No newline at end of file +from . import account_move_reversal +from . import upload_cancel_picking
\ No newline at end of file |
