diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-14 14:58:56 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-14 14:58:56 +0700 |
| commit | 66b6b5863a15377c91300079026b11e7f81d60e4 (patch) | |
| tree | bb2fa2bcf4e76392fbaaf2bafbe2650cf055b149 /fixco_custom/models/__init__.py | |
| parent | ad1f21b27dff6eca4eb90d2a4496cd9ff80701c4 (diff) | |
create bills per receipt
Diffstat (limited to 'fixco_custom/models/__init__.py')
| -rwxr-xr-x | fixco_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/__init__.py b/fixco_custom/models/__init__.py index 27178c6..bc53263 100755 --- a/fixco_custom/models/__init__.py +++ b/fixco_custom/models/__init__.py @@ -22,3 +22,4 @@ from . import account_move_line from . import manage_stock from . import automatic_purchase from . import purchasing_job +from . import stock_move
\ No newline at end of file |
