Skip to content

Commit

Permalink
doc: update req.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuioli authored Jan 17, 2021
1 parent dceaf5f commit 585549c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ print(r.text)

Atributo | Tipo | Requerido | Descripción
--- | --- | --- | ---
`db` | string | yes | Nombre de BD del servidor Odoo
`login` | string | yes | Usuario Odoo
`password` | string | yes | Contraseña del Usuario Odoo
`db` | string | si | Nombre de BD del servidor Odoo
`login` | string | si | Usuario Odoo
`password` | string | si | Contraseña del Usuario Odoo

#### Ejemplos

Expand All @@ -86,10 +86,10 @@ Atributo | Tipo | Requerido | Descripción

Atributo | Tipo | Requerido | Descripción
--- | --- | --- | ---
`model` | string | yes | Modelo de Odoo
`db` | string | yes | Nombre de BD del servidor Odoo
`login` | string | yes | Usuario Odoo
`password` | string | yes | Contraseña del Usuario Odoo
`model` | string | si | Modelo de Odoo
`db` | string | si | Nombre de BD del servidor Odoo
`login` | string | si | Usuario Odoo
`password` | string | si | Contraseña del Usuario Odoo

#### Ejemplos

Expand Down

0 comments on commit 585549c

Please sign in to comment.