ramon-it

Results 2 issues of ramon-it

Odoo Version : 16 Model: account.move.line Field: analytic_distribution Property in class (generated by odooClient.GetModelAsync): `/// /// analytic_distribution - json /// Required: False, Readonly: False, Store: True, Sortable: True /// [JsonProperty("analytic_distribution")]...

With this code im trying to get data of model account.payment: `var repository = new OdooRepository(client.Config); var res = await repository.Query().ToListAsync();` I got AccountPaymentOdooModel object from: `OdooModelMapper.GetDotNetModel` I have the...