Compte comptable

Description

Compte comptable

Info

Index ES : cineges-accountaccount
Structure :

{
    "id" : "string", // Identifiant technique
    "name" : "string", // Nom du compte comptable
    "odooId" : {  // ID Odoo (Cineges)
        "cinemaId" : "string", // ID cinema
        "odooId" : 0 // ID Odoo (Odoo)
    },
    "code" : "string", // Code comptable
    "note" : null, // Note
    "_deleted" : false
}