diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-02 14:07:12 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-02 14:07:12 +0700 |
| commit | d4913c30c804c20024584182d9b70d4c87544340 (patch) | |
| tree | 6412a794cce0f286db1a51e7b2c573e35bfb1673 /indoteknik_custom/models/__init__.py | |
| parent | 8bc43445f1d0b70d54d0a45830e04d0fcc406fbe (diff) | |
Add role permission feature
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -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 76387ff8..9588a835 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -98,3 +98,4 @@ from . import purchase_order_multi_update from . import invoice_reklas_penjualan from . import purchase_order_multi_confirm from . import stock_quant +from . import role_permission |
