1
0
forked from erp-dev/erp

feat: sse && multi_merchant completed

This commit is contained in:
2025-11-11 10:56:20 +08:00
parent b2078dfa46
commit 2aafb93aad
43 changed files with 2445 additions and 244 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.7 on 2025-11-10 07:52
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('stock', '0002_stockfreeze'),
]
operations = [
migrations.RemoveField(
model_name='inventory',
name='minimum_quantity',
),
]