Fix: Campo product a Many2One
This commit is contained in:
		| @@ -0,0 +1,19 @@ | ||||
| # Generated by Django 5.0.7 on 2024-08-03 15:01 | ||||
|  | ||||
| import django.db.models.deletion | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('don_confiao', '0001_initial'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='saleline', | ||||
|             name='product', | ||||
|             field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='don_confiao.product'), | ||||
|         ), | ||||
|     ] | ||||
| @@ -0,0 +1,14 @@ | ||||
| # Generated by Django 5.0.7 on 2024-08-03 15:04 | ||||
|  | ||||
| from django.db import migrations | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('don_confiao', '0002_alter_saleline_product'), | ||||
|         ('don_confiao', '0022_alter_payment_reconciliation_jar'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|     ] | ||||
| @@ -0,0 +1,18 @@ | ||||
| # Generated by Django 5.0.7 on 2024-08-03 15:14 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('don_confiao', '0023_merge_20240803_1504'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AlterField( | ||||
|             model_name='product', | ||||
|             name='name', | ||||
|             field=models.CharField(max_length=100), | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user