feat: Add Update Parties From Tryton
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user