forked from tryton/party
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
74 lines (58 loc) · 2.09 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
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