Remove saclay asset, add new fixtures for activity and notes, clean some migrations

This commit is contained in:
Jean-Baptiste Doderlein 2022-08-06 13:47:38 +00:00
parent 5b15c659fe
commit 3a3e3be64c
22 changed files with 71 additions and 141 deletions

View file

@ -0,0 +1,57 @@
[
{
"model": "note.templatecategory",
"pk": 1,
"fields": {
"name": "Soft"
}
},
{
"model": "note.templatecategory",
"pk": 2,
"fields": {
"name": "Alcool"
}
},
{
"model": "note.templatecategory",
"pk": 3,
"fields": {
"name": "Nourriture"
}
},
{
"model": "note.templatecategory",
"pk": 4,
"fields": {
"name": "Clubs"
}
},
{
"model": "note.templatecategory",
"pk": 5,
"fields": {
"name": "Goodies"
}
},
{
"model": "note.templatecategory",
"pk": 6,
"fields": {
"name": "Autre"
}
},
{
"model": "note.transactiontemplate",
"pk": 1,
"fields": {
"name": "Test Button",
"destination": 5,
"amount": 1,
"category": 6,
"display": false,
"highlighted": false,
"description": "Test button"
}
}
]