-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
148 lines (120 loc) · 4.54 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Version 6.4.1 - 2022-06-03
* Bug fixes (see mercurial logs for details)
Version 6.4.0 - 2022-05-02
* Bug fixes (see mercurial logs for details)
* Always show country name in English language
* Add fr_siren and fr_siret identifiers
* Add optional address to identifiers
* Add autonomous city as subdivision type for Spain
* Add support for Python 3.10
* Remove support for Python 3.6
* Use all street lines in record name of address
Version 6.2.0 - 2021-11-01
* Bug fixes (see mercurial logs for details)
* Support replacing party on reference field
* Allow setting a single contact mechanism at party creation
* Make identifiers deactivatable
* Replace party on identifier when replacing parties
* Add au_abn and au_acn as tax identifiers
* Add at, ua and vn party identifiers
Version 6.0.0 - 2021-05-03
* Bug fixes (see mercurial logs for details)
* Add language to contact mechanism
* Add contact_mechanism as email recipient
* Rename zip into postal code
* Add simple distance between parties
* Configure available identifiers
* Add ar, at, by, cn, cr, gr, id, il, kr, lt, no, ro and se identifiers
Version 5.8.0 - 2020-11-02
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Add ad, gt, jp, md, nz, pe, py, uy, ve and za tax identifiers
Version 5.6.0 - 2020-05-04
* Bug fixes (see mercurial logs for details)
* Display name on contact mechanism record name
Version 5.4.0 - 2019-11-04
* Bug fixes (see mercurial logs for details)
* Limit subdivision types on address
* Add call url for mobile contact mechanisms
* Replace country and language in address format by codes
* Add sequence field to contact mechanism form view
Version 5.2.0 - 2019-05-06
* Bug fixes (see mercurial logs for details)
* Remove starting wildcard when searching on codes and numbers
* Include all identifier from python-stdnum
* Use country code as local prefix to parse phone numbers
Version 5.0.0 - 2018-10-01
* Bug fixes (see mercurial logs for details)
* Support attention party in address format
* Add party name on address
* Remove support for Python 2.7
Version 4.8.0 - 2018-04-23
* Bug fixes (see mercurial logs for details)
* Add Erase Party wizard
* Search party also by contact mechanisms
* Add contact_mechanism_get
* Add name to contact mechanism
* Improve distinction of address record name
Version 4.6.0 - 2017-10-30
* Bug fixes (see mercurial logs for details)
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
* Use static selection for identifier type
Version 4.2.0 - 2016-11-28
* Bug fixes (see mercurial logs for details)
* Add format to phone numbers
* Rename VAT Code into Tax Identifier
* Add sequence order on Identifier
* Add Replace Party wizard
* Remove streetbis from Address
* Add address format per country and language
* Restrict subdivision address to first level
Version 4.0.0 - 2016-05-02
* Bug fixes (see mercurial logs for details)
* Add Python3 support
* Remove required on Party name
Version 3.8.0 - 2015-11-02
* Bug fixes (see mercurial logs for details)
* Change Party.lang into Property
* Add a list of identifier to party
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
* compact vat number
* value Function fields don't set the value anymore
Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
* Add autocomplete on zip and city
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
Version 2.8.0 - 2013-04-22
* Bug fixes (see mercurial logs for details)
* Add url widget to contact mechanism list view
Version 2.6.0 - 2012-10-22
* Bug fixes (see mercurial logs for details)
Version 2.4.0 - 2012-04-24
* Bug fixes (see mercurial logs for details)
* Allow to have no Party Sequence
Version 2.2.0 - 2011-10-24
* Bug fixes (see mercurial logs for details)
Version 2.0.0 - 2011-04-27
* Bug fixes (see mercurial logs for details)
Version 1.8.0 - 2010-11-01
* Bug fixes (see mercurial logs for details)
* Add default address on party
Version 1.6.0 - 2010-05-10
* Bug fixes (see mercurial logs for details)
* Don't allow empty vat_number if vat_country is set
* Use model singleton to define which party sequence to use
* Improve search_rec_name of category to take care of separator
Version 1.4.0 - 2009-10-19
* Bug fixes (see mercurial logs for details)
Version 1.2.0 - 2009-04-20
* Bug fixes (see mercurial logs for details)
* Add CheckVIES wizard (VAT Information Exchange System)
* Add default categories on party with context
* Allow egg installation
Version 1.0.0 - 2008-11-17
* Initial release