Merge branch 'hotfix' into plaid_reconciliation

This commit is contained in:
Charles-Henri Decultot
2019-02-19 11:05:00 +00:00
committed by GitHub
455 changed files with 8239 additions and 5569 deletions

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import frappe
def pre_process(issue):

View File

@@ -1,3 +1,5 @@
from __future__ import unicode_literals
def pre_process(milestone):
return {
'title': milestone.title,

View File

@@ -4,6 +4,7 @@
# Basic interface to Amazon MWS
# Based on http://code.google.com/p/amazon-mws-python
# Extended to include finances object
from __future__ import unicode_literals
import urllib
import hashlib

View File

@@ -6,6 +6,7 @@ Borrowed from https://github.com/timotheus/ebaysdk-python
@author: pierre
"""
from __future__ import unicode_literals
import xml.etree.ElementTree as ET
import re

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import frappe
from frappe import _

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import cstr, cint, get_request_session

View File

@@ -28,7 +28,7 @@ class WoocommerceSettings(Document):
if not frappe.get_value("Custom Field",{"name":i[0]}) or not frappe.get_value("Custom Field",{"name":i[1]}):
create_custom_field_id_and_check_status = True
break;
break
if create_custom_field_id_and_check_status:

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import frappe
from frappe import _
import base64, hashlib, hmac