Update fixtures

This commit is contained in:
Gabriel Augendre 2023-04-02 16:03:37 +02:00
parent 346477be88
commit 31f3c10f61

View file

@ -201,10 +201,10 @@
"model": "purchase.product",
"fields": {
"created_at": "2023-04-02T13:33:54.405Z",
"updated_at": "2023-04-02T13:47:52.638Z",
"updated_at": "2023-04-02T14:02:27.413Z",
"name": "Verre",
"unit_price_cents": 100,
"initials": "V",
"initials": "Ve",
"display_order": 19
}
},
@ -229,5 +229,16 @@
"initials": "CrN",
"display_order": 22
}
},
{
"model": "purchase.product",
"fields": {
"created_at": "2023-04-02T14:02:56.130Z",
"updated_at": "2023-04-02T14:02:56.130Z",
"name": "Facture",
"unit_price_cents": 0,
"initials": "Fa",
"display_order": 23
}
}
]