quota, distribution, inventory entry, quota sale transaction, product informations, signals ,....
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.0 on 2025-06-28 11:34
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0022_alter_user_mobile_alter_user_national_code'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='organization',
|
||||
name='company_code',
|
||||
field=models.CharField(default='', max_length=30),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='organization',
|
||||
name='field_of_activity',
|
||||
field=models.CharField(choices=[('CO', 'Country'), ('PR', 'Province'), ('CI', 'City')], default='', max_length=2),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user