diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-07-06 13:20:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-07-06 13:20:52 +0700 |
| commit | 3b246a800c9bec73300b8b0f75d4b84c5aa1ffec (patch) | |
| tree | 6ace8698ee7923e3e9a9d1e2d84f99cf3d402db2 | |
| parent | b7b7d0a4b88971ea4aaec1fce186c223d13ae0c4 (diff) | |
Add airway bill manifest
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index cf6887f9..1e98361e 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -64,4 +64,5 @@ from . import brand_vendor from . import manufacturing from . import requisition from . import airway_bill +from . import airway_bill_manifest from . import account_move_due_extension |
