diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-09 13:03:09 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-09 13:03:09 +0700 |
| commit | 82c1232c08894dad3d6e326649785b5669a12077 (patch) | |
| tree | a4f479052a9d59a58719e73b2b9ef4443e98bd05 /fixco_custom/models/__init__.py | |
| parent | 4db2619225eea1edb72da972ba2b829008e40f30 (diff) | |
push
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 0068d32..de92dc0 100755 --- a/fixco_custom/models/__init__.py +++ b/fixco_custom/models/__init__.py @@ -38,4 +38,5 @@ from . import account_move_reversal from . import upload_cancel_picking from . import product_supplierinfo from . import queue_job -from . import purchase_order_multi_bills
\ No newline at end of file +from . import purchase_order_multi_bills +from . import account_payment
\ No newline at end of file |
