File tree 10 files changed +30
-695
lines changed
10 files changed +30
-695
lines changed Original file line number Diff line number Diff line change 9
9
- python setup.py test
10
10
notifications :
11
11
email :
12
- - ci-notify@openlabs.co.in
12
+ - ci-notify@fulfil.io
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2
2
'''
3
3
Nereid Integration with MailChimp
4
4
5
- :copyright: (c) 2011-2014 by Openlabs Technologies & Consulting (P) Ltd.
6
- :license: GPLv3, see LICENSE for more details
7
5
'''
8
6
from trytond .pool import Pool
9
7
from site import WebSite
Original file line number Diff line number Diff line change 4
4
5
5
Implements the view function for subscription
6
6
7
- :copyright: (c) 2011-2014 by Openlabs Technologies & Consulting (P) Limited
8
- :license: GPLv3, see LICENSE for more details.
9
7
"""
10
8
from nereid import request , jsonify , current_app
11
9
Original file line number Diff line number Diff line change 3
3
4
4
Internationalisation for Nereid
5
5
6
- :copyright: (c) 2010-2012 by Openlabs Technologies & Consulting (P) Ltd.
7
- :license: GPLv3, see LICENSE for more details
8
6
9
7
WARNING: This is incomplete and is under development
10
8
@@ -75,8 +73,6 @@ def make_lazy_gettext(lookup_func):
75
73
"""Creates a lazy gettext function dispatches to a gettext
76
74
function as returned by `lookup_func`.
77
75
78
- :copyright: (c) 2010 by Armin Ronacher.
79
-
80
76
Example:
81
77
82
78
>>> translations = {u'Yes': u'Ja'}
Original file line number Diff line number Diff line change 2
2
'''
3
3
nereid_mailchimp.party
4
4
5
- :copyright: (c) 2010-2014 by Openlabs Technologies & Consulting (P) LTD
6
- :license: GPLv3, see LICENSE for more details
7
5
'''
8
6
import json
9
7
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ def run(self):
100
100
name = 'trytond_nereid_chimp' ,
101
101
version = info .get ('version' , '0.0.1' ),
102
102
description = "Nereid Integration with MailChimp for newsletter management" ,
103
- author = 'Openlabs Technologies & Consulting (P) LTD' ,
104
- author_email = 'info@openlabs.co.in ' ,
105
- url = 'http://www.openlabs.co.in /' ,
103
+ author = 'Fulfil.IO Inc., Openlabs Technologies & Consulting (P) LTD' ,
104
+ author_email = 'info@fulfil.io ' ,
105
+ url = 'http://www.fulfil.io /' ,
106
106
package_dir = {'trytond.modules.nereid_chimp' : '.' },
107
107
packages = [
108
108
'trytond.modules.nereid_chimp' ,
@@ -124,7 +124,7 @@ def run(self):
124
124
'Programming Language :: Python' ,
125
125
'Topic :: Office/Business' ,
126
126
],
127
- license = 'GPL-3 ' ,
127
+ license = 'BSD ' ,
128
128
install_requires = requires ,
129
129
tests_require = [
130
130
'unittest2' ,
Original file line number Diff line number Diff line change 4
4
5
5
MailChimp configuration fields in site
6
6
7
- :copyright: (c) 2010-2014 by Openlabs Technologies & Consulting (P) LTD
8
- :license: GPLv3, see LICENSE for more details
9
7
'''
10
8
from trytond .pool import PoolMeta
11
9
from trytond .model import fields
Original file line number Diff line number Diff line change 3
3
4
4
Test Nereid Integration with MailChimp
5
5
6
- :copyright: (c) 2011-2012 by Openlabs Technologies & Consulting (P) Ltd.
7
- :license: GPLv3, see LICENSE for more details
8
6
9
7
'''
10
8
import unittest
Original file line number Diff line number Diff line change 4
4
5
5
Test the mailchimp plugin for nereid
6
6
7
- :copyright: (c) 2010-2012 by Openlabs Technologies & Consulting (P) LTD.
8
- :license: GPLv3, see LICENSE for more details.
9
7
"""
10
8
import os
11
9
import sys
You can’t perform that action at this time.
0 commit comments