Files
westech-r2/westech_r2/page/sales-manager/sales_manager.py
T

7 lines
106 B
Python

import frappe
from frappe import _
def get_context(context):
context.no_cache = 1
return context