tryton-sao 6.6.8 → 6.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +14 -27
- package/Gruntfile.js +2 -1
- package/dist/tryton-sao.css +5 -0
- package/dist/tryton-sao.js +625 -307
- package/dist/tryton-sao.min.css +5 -0
- package/dist/tryton-sao.min.js +2 -2
- package/locale/bg.json +1 -1
- package/locale/bg.po +26 -20
- package/locale/ca.json +1 -1
- package/locale/ca.po +28 -22
- package/locale/cs.json +1 -1
- package/locale/cs.po +26 -20
- package/locale/de.json +1 -1
- package/locale/de.po +28 -22
- package/locale/es.json +1 -1
- package/locale/es.po +28 -22
- package/locale/es_419.json +1 -1
- package/locale/es_419.po +257 -255
- package/locale/et.json +1 -1
- package/locale/et.po +33 -25
- package/locale/fa.json +1 -1
- package/locale/fa.po +33 -25
- package/locale/fi.json +1 -1
- package/locale/fi.po +26 -20
- package/locale/fr.json +1 -1
- package/locale/fr.po +28 -22
- package/locale/hu.json +1 -1
- package/locale/hu.po +31 -21
- package/locale/id.json +1 -1
- package/locale/id.po +26 -20
- package/locale/it.json +1 -1
- package/locale/it.po +31 -21
- package/locale/lo.json +1 -1
- package/locale/lo.po +33 -25
- package/locale/lt.json +1 -1
- package/locale/lt.po +32 -23
- package/locale/messages.pot +26 -20
- package/locale/nl.json +1 -1
- package/locale/nl.po +28 -22
- package/locale/pl.json +1 -1
- package/locale/pl.po +31 -21
- package/locale/pt.json +1 -1
- package/locale/pt.po +33 -25
- package/locale/ro.json +1 -1
- package/locale/ro.po +46 -48
- package/locale/ru.json +1 -1
- package/locale/ru.po +26 -20
- package/locale/sl.json +1 -1
- package/locale/sl.po +33 -25
- package/locale/tr.json +1 -1
- package/locale/tr.po +26 -20
- package/locale/uk.json +1 -1
- package/locale/uk.po +31 -21
- package/locale/zh_CN.json +1 -1
- package/locale/zh_CN.po +31 -21
- package/package.json +5 -4
- package/src/action.js +4 -7
- package/src/board.js +0 -2
- package/src/common.js +49 -31
- package/src/model.js +62 -23
- package/src/rpc.js +5 -2
- package/src/sao.js +2 -2
- package/src/sao.less +8 -0
- package/src/screen.js +35 -45
- package/src/session.js +1 -2
- package/src/tab.js +20 -59
- package/src/view/calendar.js +46 -2
- package/src/view/form.js +89 -45
- package/src/view/list_form.js +58 -20
- package/src/view/tree.js +104 -49
- package/src/window.js +149 -17
- package/tests/sao.js +75 -23
package/CHANGELOG
CHANGED
|
@@ -1,37 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
Version 6.
|
|
2
|
+
Version 6.8.1 - 2023-05-17
|
|
3
3
|
--------------------------
|
|
4
4
|
* Bug fixes (see mercurial logs for details)
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
Version 6.
|
|
8
|
-
--------------------------
|
|
9
|
-
* Bug fixes (see mercurial logs for details)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Version 6.6.6 - 2023-04-01
|
|
13
|
-
--------------------------
|
|
14
|
-
* Bug fixes (see mercurial logs for details)
|
|
15
|
-
|
|
16
|
-
Version 6.6.5 - 2023-02-17
|
|
17
|
-
--------------------------
|
|
18
|
-
* Bug fixes (see mercurial logs for details)
|
|
19
|
-
|
|
20
|
-
Version 6.6.4 - 2023-02-05
|
|
21
|
-
--------------------------
|
|
22
|
-
* Bug fixes (see mercurial logs for details)
|
|
23
|
-
|
|
24
|
-
Version 6.6.3 - 2023-01-15
|
|
25
|
-
--------------------------
|
|
26
|
-
* Bug fixes (see mercurial logs for details)
|
|
27
|
-
|
|
28
|
-
Version 6.6.2 - 2023-01-02
|
|
29
|
-
--------------------------
|
|
30
|
-
* Bug fixes (see mercurial logs for details)
|
|
31
|
-
|
|
32
|
-
Version 6.6.1 - 2022-12-06
|
|
7
|
+
Version 6.8.0 - 2023-05-01
|
|
33
8
|
--------------------------
|
|
34
9
|
* Bug fixes (see mercurial logs for details)
|
|
10
|
+
* Include events to logs
|
|
11
|
+
* Support scroll time on calendar view
|
|
12
|
+
* Save and Restore tree state on List Form
|
|
13
|
+
* Do record (pre)validation and saving on selection change for list-form views
|
|
14
|
+
* Eagerly read string value of selection fields
|
|
15
|
+
* Do not select first record by default
|
|
16
|
+
* Use ``&`` and ``|`` as boolean operator in search widget
|
|
17
|
+
* Use toggle button and label on translate dialog
|
|
18
|
+
* Support border type of images
|
|
19
|
+
* Manage domain on id in single value list as unique
|
|
20
|
+
* Do not validate domain nor enforce uniqueness for empty fields unless they're required or invisible
|
|
21
|
+
* Display the number of selected records on xxx2Many
|
|
35
22
|
|
|
36
23
|
Version 6.6.0 - 2022-10-31
|
|
37
24
|
--------------------------
|
package/Gruntfile.js
CHANGED
|
@@ -156,6 +156,7 @@ module.exports = function(grunt) {
|
|
|
156
156
|
grunt.loadNpmTasks('grunt-contrib-uglify');
|
|
157
157
|
grunt.loadNpmTasks('grunt-contrib-less');
|
|
158
158
|
grunt.loadNpmTasks('grunt-po2json');
|
|
159
|
+
grunt.loadNpmTasks('grunt-qunit-junit');
|
|
159
160
|
|
|
160
161
|
grunt.registerTask('default', 'Build for production.', function() {
|
|
161
162
|
grunt.task.run(['concat', 'jshint', 'uglify', 'less', 'po2json']);
|
|
@@ -177,7 +178,7 @@ module.exports = function(grunt) {
|
|
|
177
178
|
});
|
|
178
179
|
grunt.registerTask('test', 'Run tests', function() {
|
|
179
180
|
grunt.loadNpmTasks('grunt-contrib-qunit');
|
|
180
|
-
grunt.task.run(['concat', 'jshint', 'less:dev', 'qunit']);
|
|
181
|
+
grunt.task.run(['concat', 'jshint', 'less:dev', 'qunit_junit', 'qunit']);
|
|
181
182
|
});
|
|
182
183
|
|
|
183
184
|
};
|
package/dist/tryton-sao.css
CHANGED
|
@@ -9172,6 +9172,11 @@ html[theme="default"] .carousel-caption h6 {
|
|
|
9172
9172
|
.input-group > .form-control-feedback {
|
|
9173
9173
|
z-index: 3;
|
|
9174
9174
|
}
|
|
9175
|
+
.input-group-addon > .label {
|
|
9176
|
+
position: absolute;
|
|
9177
|
+
right: 0px;
|
|
9178
|
+
top: -5px;
|
|
9179
|
+
}
|
|
9175
9180
|
.navbar-inverse .close {
|
|
9176
9181
|
color: #6dd1d4;
|
|
9177
9182
|
}
|