feat: Add Update Parties From Tryton

This commit is contained in:
2025-08-09 19:44:30 -03:00
parent 1b84c5419f
commit f22fcb6f16
4 changed files with 85 additions and 1 deletions

View File

@@ -68,6 +68,10 @@ class DjangoApi {
return this.postRequest(url, {});
}
getCustomersFromTryton(){
const url = this.base + '/don_confiao/api/importar_clientes_de_tryton';
return this.postRequest(url, {});
}
getRequest(url) {
return new Promise ((resolve, reject) => {