feat (Tryton): get customers from tryton.

This commit is contained in:
2025-08-09 14:12:31 -05:00
parent 59fbc8872a
commit 4734636b4f
3 changed files with 143 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ urlpatterns = [
api_views.ProductsFromTrytonView.as_view(),
name="products_from_tryton"),
path("importar_terceros", views.import_customers, name="import_customers"),
path('api/importar_clientes_de_tryton',
api_views.CustomersFromTrytonView.as_view(),
name="customers_from_tryton"),
path("exportar_ventas_para_tryton",
views.exportar_ventas_para_tryton,
name="exportar_ventas_para_tryton"),