frappe / ecommerce_integrations

Ecommerce integrations for ERPNext
https://frappecloud.com/marketplace/apps/ecommerce_integrations
GNU General Public License v3.0
109 stars 144 forks source link

Create Ecommerce Integration User / Role to avoid using Admin privileges #316

Open blaggacao opened 6 months ago

blaggacao commented 6 months ago
❯ rg 'set_user' ..
../unicommerce/order.py
146:    frappe.set_user("Administrator")

../shopify/fulfillment.py
18: frappe.set_user("Administrator")

../shopify/invoice.py
18: frappe.set_user("Administrator")

../shopify/order.py
34: frappe.set_user("Administrator")
362:    frappe.set_user("Administrator")

../whataform/order.py
28: frappe.set_user("Administrator")

../amazon/doctype/amazon_sp_api_settings/test_amazon_sp_api_settings.py
258:        frappe.set_user("Administrator")

@ankush PR welcome?