free sale of inventory entry system deployment - add dhi state to rancher

This commit is contained in:
2025-09-20 12:41:24 +03:30
parent ce6e468b13
commit e8f4c77e9f
12 changed files with 390 additions and 158 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-09-17 05:49
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('warehouse', '0025_extrasale_transaction_and_more'),
]
operations = [
migrations.AlterField(
model_name='extrasale',
name='weight',
field=models.IntegerField(default=0),
),
]