feat (Tryton): get customers from tryton.
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user