wherehouse: change inventory list serializer
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.4 on 2025-11-10 15:53
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wherehouse', '0020_alter_inventory_price_alter_inventory_unit_price'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='inventory',
|
||||
name='received_currency',
|
||||
field=models.CharField(blank=True, max_length=3, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user