mirror of https://github.com/nanoy42/coope
1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
# Generated by Django 2.1 on 2019-08-29 10:19 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('gestion', '0012_auto_20190827_2119'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='historicalproduct', |
||||
|
name='use_stocks', |
||||
|
field=models.BooleanField(default=True, verbose_name='Utiliser les stocks ?'), |
||||
|
), |
||||
|
migrations.AddField( |
||||
|
model_name='product', |
||||
|
name='use_stocks', |
||||
|
field=models.BooleanField(default=True, verbose_name='Utiliser les stocks ?'), |
||||
|
), |
||||
|
] |
||||
Loading…
Reference in new issue