diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-07-24 16:54:07 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-07-24 16:54:07 +0700 |
| commit | dd1e7158f3c5a24c4cfd67fdeedd9011f6c0655b (patch) | |
| tree | 6ef65eb4b6447f128e6df2260354416595fc617c /indoteknik_custom/models/__init__.py | |
| parent | 2ad6b4ecf783b5dfe0d4aa11f238cbf6aefd9747 (diff) | |
Feature account move multi update payment schedule
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 929fc8ba..5b8fcc54 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -71,4 +71,5 @@ from . import token_storage from . import product_sla from . import account_move_due_extension from . import voucher -from . import bill_receipt
\ No newline at end of file +from . import bill_receipt +from . import account_move_multi_update
\ No newline at end of file |
