This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
97 lines (77 loc) · 2.79 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
Version 6.6.0 - 2022-10-31
--------------------------
* Bug fixes (see mercurial logs for details)
Version 6.4.0 - 2022-05-02
* Bug fixes (see mercurial logs for details)
* Show production on stock move form
* Add support for Python 3.10
* Remove support for Python 3.6
Version 6.2.0 - 2021-11-01
* Bug fixes (see mercurial logs for details)
* Show warning when output product's list price is empty
* Remove unique product constraint on BOM
Version 6.0.0 - 2021-05-03
* Bug fixes (see mercurial logs for details)
* Allow productions to be automatically assigned
* Default to ordering productions by date
Version 5.8.0 - 2020-11-02
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Add production picking and output locations
* Add cron task to reschedule past productions
* Allow lost_found as output of production
* Keep cost of unused input products
* Use the shipment assign wizard for production
* Rename production state from cancel to cancelled
Version 5.6.0 - 2020-05-04
* Bug fixes (see mercurial logs for details)
* Add origin to production
* Delete cancelled moves when a production is reset to draft
* Add employee on productions for some states
* Convert set_moves into dualmethod
* Add reference to production record name
* Add cron task to update production cost
* Allocate cost based on list price of each product
Version 5.4.0 - 2019-11-04
* Bug fixes (see mercurial logs for details)
Version 5.2.0 - 2019-05-06
* Bug fixes (see mercurial logs for details)
Version 5.0.0 - 2018-10-01
* Bug fixes (see mercurial logs for details)
* Remove support for Python 2.7
* Set output cost in done transition
Version 4.8.0 - 2018-04-23
* Bug fixes (see mercurial logs for details)
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)
* Ceil input and floor output quantities
* Add producible to product template
Version 4.2.0 - 2016-11-28
* Bug fixes (see mercurial logs for details)
* Add Lead Time of Production
* Add Start Dates on Production
Version 4.0.0 - 2016-05-02
* Bug fixes (see mercurial logs for details)
* Rename Production code into number
* Add Python3 support
Version 3.8.0 - 2015-11-02
* Bug fixes (see mercurial logs for details)
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Allow to define effective date of productions
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
* Add calendar view
Version 2.8.0 - 2013-04-22
* Bug fixes (see mercurial logs for details)
Version 2.6.0 - 2012-10-22
* Bug fixes (see mercurial logs for details)
Version 2.4.0 - 2012-08-15
* Initial release