feat: add eBay pricing integration with DocTypes, Frappe Page, and API methods

This commit is contained in:
Westech Admin
2026-05-17 12:49:40 +00:00
parent 482bae141e
commit f981cd5844
13 changed files with 934869 additions and 3446 deletions
@@ -0,0 +1,9 @@
import frappe
from frappe import _
no_cache = 1
def get_context(context):
context.no_cache = 1
context.title = _("eBay Pricing")
return context