diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-08 15:24:11 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-08 15:24:11 +0700 |
| commit | e46be164dc1e419cdbfd0c0cf587fadc63beef3e (patch) | |
| tree | c0bd1682d84f23dafbdb66ac3e7cc9b7abc7cd10 /fixco_custom/models/__init__.py | |
| parent | b858358ffbdd14c9b56ac96f035bddccae4d872d (diff) | |
reordering rules and manage stock
Diffstat (limited to 'fixco_custom/models/__init__.py')
| -rwxr-xr-x | fixco_custom/models/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/models/__init__.py b/fixco_custom/models/__init__.py index c12e9a7..df56efb 100755 --- a/fixco_custom/models/__init__.py +++ b/fixco_custom/models/__init__.py @@ -20,3 +20,5 @@ from . import purchase_order_line from . import purchase_order from . import requisition from . import account_move_line +from . import manage_stock +from . import automatic_purchase |
