[tryton-debian-vcs] tryton-sao branch debian updated. debian/4.0.6-1-3-gcf48445

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Dec 6 16:11:38 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-sao.git;a=commitdiff;h=debian/4.0.6-1-3-gcf48445

commit cf4844511dd62b80c2e7310882a45a8009c39717
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Dec 6 10:58:33 2016 +0100

    Releasing debian version 4.2.0-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 7a6c867..f5f1680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-sao (4.2.0-1) unstable; urgency=medium
+
+  * Merging upstream version 4.2.0.
+  * Remove 01-datetimepicker-compat.patch, patch went upstream.
+
+ -- Mathias Behrle <mbehrle at debian.org>  Mon, 05 Dec 2016 15:31:43 +0100
+
 tryton-sao (4.0.6-1) unstable; urgency=medium
 
   * Merging upstream version 4.0.6.
commit 825010ee89c2112249cad53e841a28f9aadc5da2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 5 10:09:34 2016 +0100

    Remove 01-datetimepicker-compat.patch, patch went upstream.

diff --git a/debian/patches/01-datetimepicker-compat.patch b/debian/patches/01-datetimepicker-compat.patch
deleted file mode 100644
index 0d6e045..0000000
--- a/debian/patches/01-datetimepicker-compat.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Provide compatibility with the current datetimepicker version in Debian.
- Since 4.17.37 datetimepicker requires a class to be set on the button
- to open the widgets, so we should set this class in order to make the
- datetimepicker work with latest versions.
-Origin: upstream, http://hg.tryton.org/sao/rev/07b6b0d53296
-Bug: http://bugs.tryton.org/issue5860
-Forwarded: not-needed
-Last-Update: 2016-09-28
-
---- tryton-sao-4.0.4.orig/src/view/form.js
-+++ tryton-sao-4.0.4/src/view/form.js
-@@ -1051,7 +1051,7 @@
-             jQuery('<span/>', {
-                 'class': 'input-group-btn'
-             }).append(jQuery('<button/>', {
--                'class': 'btn btn-default',
-+                'class': 'datepickerbutton btn btn-default',
-                 'type': 'button'
-             }).append(jQuery('<span/>', {
-                 'class': 'glyphicon glyphicon-calendar'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 372d804..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-datetimepicker-compat.patch
commit 90563aafeab9a6f161e2c59186a8e1bebfab9863
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 5 09:34:54 2016 +0100

    Merging upstream version 4.2.0.

diff --git a/CHANGELOG b/CHANGELOG
index 5fc1844..f8dfcb3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,20 +1,27 @@
-Version 4.0.6 - 2016-11-06
-* Bug fixes (see mercurial logs for details)
-
-Version 4.0.5 - 2016-10-02
-* Bug fixes (see mercurial logs for details)
-
-Version 4.0.4 - 2016-09-03
-* Bug fixes (see mercurial logs for details)
-
-Version 4.0.3 - 2016-08-02
-* Bug fixes (see mercurial logs for details)
-
-Version 4.0.2 - 2016-07-04
-* Bug fixes (see mercurial logs for details)
-
-Version 4.0.1 - 2016-05-11
+Version 4.2.0 - 2016-11-28
 * Bug fixes (see mercurial logs for details)
+* Add PYSON Widget
+* Add CSV Import/Export
+* Manage translated field
+* Add favorites menu
+* Show records names in wizard title
+* Add support for datetime_field to Many2One, Reference
+* Add calendar view
+* Move info-bar to the top
+* Add noeval to PYSONDecoder
+* Add support for pyson_order on action window
+* Make datetimepicker locale aware
+* Restore tab default order when no manual change
+* Add support for column sorting
+* Manage confirm attribute on buttons
+* Call autocompletion when setting record value
+* Limit readonly state for xxx2Many
+* Simplify login with single database 
+* Show records names in relate window title
+* Add support for count on Action Window Domains
+* Manage custom login process
+* Add erase on Many2One
+* Re-position icons on Many2One widget
 
 Version 4.0.0 - 2016-05-02
 * Bug fixes (see mercurial logs for details)
diff --git a/Gruntfile.js b/Gruntfile.js
index ddf2a38..0945139 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,9 +1,8 @@
 module.exports = function(grunt) {
 
   var _ = grunt.util._;
-  var locales = ["bg_BG", "ca_ES", "cs_CZ", "de_DE", "es_AR", "es_CO", "es_EC",
-  "es_ES", "es_MX", "fr_FR", "hu_HU", "it_IT", "lo_LA", "lt_LT", "nl_NL",
-  "pt_BR", "ru_RU", "sl_SI", "zh_CN"];
+  var locales = ["bg", "ca", "cs", "de", "es", "es_AR", "es_CO", "es_EC",
+  "es_MX", "fr", "hu", "it", "lo", "lt", "nl", "pt_BR", "ru", "sl", "zh_CN"];
   var jsfiles = [
       'src/sao.js',
       'src/rpc.js',
@@ -122,6 +121,9 @@ module.exports = function(grunt) {
             files: ['src/*.less'],
             tasks: 'less:dev'
         }
+    },
+    qunit: {
+        all: ['tests/*.html']
     }
   });
 
@@ -134,6 +136,7 @@ module.exports = function(grunt) {
   grunt.loadNpmTasks('grunt-contrib-less');
   grunt.loadNpmTasks('grunt-contrib-watch');
   grunt.loadNpmTasks('grunt-po2json');
+  grunt.loadNpmTasks('grunt-contrib-qunit');
 
   // Default task(s).
   grunt.registerTask('default', [
@@ -141,5 +144,6 @@ module.exports = function(grunt) {
   ]);
   grunt.registerTask('dev', ['concat', 'jshint', 'less:dev']);
   grunt.registerTask('msgmerge', ['shell:msgmerge']);
+  grunt.registerTask('test', ['concat', 'jshint', 'less:dev', 'qunit']);
 
 };
diff --git a/bower.json b/bower.json
index 0b38156..8ff97da 100644
--- a/bower.json
+++ b/bower.json
@@ -15,15 +15,17 @@
     "tests"
   ],
   "dependencies": {
-    "jquery": "~2.1.1",
-    "bootstrap": "~3.3.4",
-    "moment": "~2.10.2",
-    "eonasdan-bootstrap-datetimepicker": "~4.7.14",
-    "gettext.js": "~0.5.0",
-    "d3": "~3.5.0",
-    "c3": "~0.4.10"
+    "jquery": "^2.1",
+    "bootstrap": "^3.3",
+    "moment": "^2.10",
+    "eonasdan-bootstrap-datetimepicker": "^4.17",
+    "gettext.js": "^0.5",
+    "d3": "^3.5",
+    "c3": "^0.4",
+    "papaparse": "^4.1",
+    "fullcalendar": "^3.0"
   },
   "devDependencies": {
-    "qunit": "~1.18.0"
+    "qunit": "^1.18"
   }
 }
diff --git a/dist/tryton-sao.css b/dist/tryton-sao.css
index 774557f..38cf648 100644
--- a/dist/tryton-sao.css
+++ b/dist/tryton-sao.css
@@ -54,6 +54,9 @@ button img.icon {
   text-overflow: ellipsis;
   min-width: 30px;
 }
+.treeview > table.tree > thead > tr > th > label.sortable {
+  cursor: pointer;
+}
 .treeview > table.tree > tbody > tr > td {
   cursor: pointer;
 }
@@ -207,9 +210,17 @@ button img.icon {
 .dict-label {
   text-align: right;
 }
+.calendar {
+  width: 100%;
+  height: 100%;
+}
 .progress {
   margin-bottom: 0px;
 }
+.csv .modal-dialog .column-fields {
+  height: 35vh;
+  overflow-y: scroll;
+}
 @media screen and (max-width: 767px) {
   .dict-label {
     text-align: left;
@@ -278,9 +289,21 @@ button img.icon {
   position: fixed;
   top: 0px;
   width: 100%;
+  z-index: 2000;
+}
+.infobar {
+  position: fixed;
+  top: 0px;
+  left: 50%;
+  transform: translateX(-50%);
   z-index: 1000;
+  min-width: 50%;
 }
 img.global-search-icon {
   width: 2em;
   height: 2em;
 }
+img.favorite-icon {
+  width: 1em;
+  height: 1em;
+}
diff --git a/dist/tryton-sao.js b/dist/tryton-sao.js
index 32c292a..709aa7c 100644
--- a/dist/tryton-sao.js
+++ b/dist/tryton-sao.js
@@ -186,10 +186,18 @@ var Sao = {};
     Sao.config.display_size = 20;
     Sao.config.roundup = {};
     Sao.config.roundup.url = 'http://bugs.tryton.org/roundup/';
+    Sao.config.title = 'Tryton';
 
     Sao.i18n = i18n();
     Sao.i18n.setlang = function(lang) {
+        if (!lang) {
+            lang = (navigator.language ||
+                 navigator.browserLanguage ||
+                 navigator.userLanguage ||
+                 'en_US').replace('-', '_');
+        }
         Sao.i18n.setLocale(lang);
+        moment.locale(lang.slice(0, 2));
         return jQuery.getJSON('locale/' + lang + '.json', function(data) {
             if (!data[''].language) {
                 data[''].language = lang;
@@ -207,11 +215,10 @@ var Sao = {};
             Sao.i18n.loadJSON(data);
         });
     };
-    Sao.i18n.setlang(
-            (navigator.language ||
-             navigator.browserLanguge ||
-             navigator.userLanguage ||
-             'en_US').replace('-', '_'));
+    Sao.i18n.getlang = function() {
+        return Sao.i18n.getLocale();
+    };
+    Sao.i18n.setlang();
 
     Sao.get_preferences = function() {
         var session = Sao.Session.current_session;
@@ -229,7 +236,7 @@ var Sao = {};
                     (preferences.actions || []).forEach(function(action_id) {
                         Sao.Action.execute(action_id, {}, null, {});
                     });
-                    var title = 'Tryton';
+                    var title = Sao.config.title;
                     if (!jQuery.isEmptyObject(preferences.status_bar)) {
                         title += ' - ' + preferences.status_bar;
                     }
@@ -264,8 +271,9 @@ var Sao = {};
         Sao.Tab.tabs.close(true).done(function() {
             jQuery('#user-preferences').children().remove();
             jQuery('#user-logout').children().remove();
+            jQuery('#user-favorites').children().remove();
             jQuery('#menu').children().remove();
-            document.title = 'Tryton';
+            document.title = Sao.config.title;
             session.do_logout().always(Sao.login);
         });
     };
@@ -273,6 +281,7 @@ var Sao = {};
     Sao.preferences = function() {
         Sao.Tab.tabs.close(true).done(function() {
             jQuery('#user-preferences').children().remove();
+            jQuery('#user-favorites').children().remove();
             jQuery('#user-logout').children().remove();
             jQuery('#menu').children().remove();
             new Sao.Window.Preferences(function() {
@@ -283,9 +292,80 @@ var Sao = {};
             });
         });
     };
+    Sao.favorites_menu = function() {
+        var clear_menu = function() {
+            if (menu) {
+                menu.remove();
+            }
+        };
+        jQuery(window).click(function() {
+            clear_menu();
+        });
+        if (jQuery('#user-favorites').children('.dropdown-menu')
+                .length !== 0 ) {
+            clear_menu();
+        } else {
+            var name = Sao.main_menu_screen.model_name + '.favorite';
+            var session = Sao.Session.current_session;
+            var args = {
+                'method': 'model.' + name + '.get',
+            };
+            var menu = jQuery('<ul/>', {
+                'class': 'dropdown-menu',
+                'aria-expanded': 'false'
+            });
+            jQuery('#user-favorites').append(menu);
+            Sao.rpc(args, session).then(function(fav) {
+                fav.forEach(function(menu_item) {
+                    var a = jQuery('<a/>', {
+                        'href': '#'
+                    });
+                    var id = menu_item[0];
+                    var li = jQuery('<li/>', {
+                        'role': 'presentation'
+                    });
+                    var icon = jQuery('<img/>', {
+                        'class': 'favorite-icon'
+                    });
+                    a.append(icon);
+                    li.append(a);
+                    icon.attr('src',
+                         Sao.common.ICONFACTORY.get_icon_url(menu_item[2]));
+                    a.append(menu_item[1]);
+                    a.click(function() {
+                        clear_menu();
+                        Sao.Action.exec_keyword('tree_open', {
+                            'model': Sao.main_menu_screen.model_name,
+                            'id': id,
+                            'ids': [id],
+                        });
+                    });
+                    menu.append(li);
+                });
+                menu.append(jQuery('<li/>', {
+                        'class': 'divider'
+                }));
+                jQuery('<li/>', {
+                    'role': 'presentation'
+                }).append(jQuery('<a/>', {
+                        'href': '#'
+                    }).click(function() {
+                        clear_menu();
+                        Sao.Tab.create({
+                            'model': Sao.main_menu_screen.model_name +
+                            '.favorite',
+                            'mode': ['tree', 'form'],
+                            'name': Sao.i18n.gettext('Manage favorites')
+                        });
+                    }).text(Sao.i18n.gettext('Manage favorites'))).appendTo(
+                       menu);
+            });
+        }
+    };
 
     Sao.user_menu = function(preferences) {
         jQuery('#user-preferences').children().remove();
+        jQuery('#user-favorites').children().remove();
         jQuery('#user-logout').children().remove();
         jQuery('#user-preferences').append(jQuery('<a/>', {
             'href': '#'
@@ -293,6 +373,10 @@ var Sao = {};
         jQuery('#user-logout').append(jQuery('<a/>', {
             'href': '#'
         }).click(Sao.logout).append(Sao.i18n.gettext('Logout')));
+        jQuery('#user-favorites').append(jQuery('<a/>', {
+            'href': '#',
+            'data-toggle': 'dropdown'
+        }).click(Sao.favorites_menu).append(Sao.i18n.gettext('Favorites')));
     };
 
     Sao.menu = function(preferences) {
@@ -327,16 +411,74 @@ var Sao = {};
             jQuery('#menu').append(gs.el);
             jQuery('#menu').append(
                 form.screen.screen_container.content_box.detach());
+            form.screen.views[0].columns.push(
+                new FavoriteColumn(form.screen.model.fields.favorite));
         });
     };
     Sao.main_menu_screen = null;
 
+    var FavoriteColumn = Sao.class_(Object, {
+        init: function(favorite) {
+            this.field = favorite;
+            this.header = jQuery('<th/>');
+            this.attributes = jQuery.extend({}, this.field.description);
+            this.attributes.name = this.field.name;
+
+        },
+        get_cell: function() {
+            var cell = jQuery('<span/>', {
+                'tabindex': 0
+            });
+            return cell;
+        },
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
+            record.load(this.field.name).done(function() {
+                if (record._values.favorite !== null) {
+                    var star = 'glyphicon glyphicon-star';
+                    if (!record._values.favorite) {
+                        star += '-empty';
+                    }
+                    cell.addClass(star);
+                    cell.click({'record': record, 'button': cell},
+                        this.favorite_click);
+                    }
+                }.bind(this));
+            return cell;
+        },
+        favorite_click: function(e) {
+            // Prevent activate the action of the row
+            e.stopImmediatePropagation();
+            var button = e.data.button;
+            var method;
+            if (button.hasClass('glyphicon-star-empty')) {
+                button.removeClass('glyphicon-star-empty');
+                button.addClass('glyphicon-star');
+                method = 'set';
+            } else {
+                button.removeClass('glyphicon-star');
+                button.addClass('glyphicon-star-empty');
+                method = 'unset';
+            }
+            var name = Sao.main_menu_screen.model_name + '.favorite';
+            var session = Sao.Session.current_session;
+            var args = {
+                'method': 'model.' + name + '.' + method,
+                'params': [e.data.record.id, session.context]
+            };
+            Sao.rpc(args, session);
+        }
+    });
+
     Sao.Dialog = Sao.class_(Object, {
         init: function(title, class_, size) {
             size = size || 'sm';
             this.modal = jQuery('<div/>', {
                 'class': class_ + ' modal fade',
-                'role': 'dialog'
+                'role': 'dialog',
+                'data-backdrop': 'static',
             });
             this.content = jQuery('<form/>', {
                 'class': 'modal-content'
@@ -422,7 +564,8 @@ var Sao = {};
                 var params = {
                     'model': item.model,
                     'res_id': item.record_id,
-                    'mode': ['form', 'tree']
+                    'mode': ['form', 'tree'],
+                    'name': item.model_name
                 };
                 Sao.Tab.create(params);
             }
@@ -476,6 +619,7 @@ var Sao = {};
             },
             'contentType': 'application/json',
             'data': JSON.stringify(Sao.rpc.prepareObject({
+                'id': Sao.rpc.id++,
                 'method': args.method,
                 'params': params
             })),
@@ -541,12 +685,6 @@ var Sao = {};
                                 'glyphicon-alert').always(dfd.reject);
                         return;
                     }
-                } else if (data.error[0].startsWith('403')) {
-                    //Try to relog
-                    Sao.Session.renew(session).then(function() {
-                        Sao.rpc(args, session).then(dfd.resolve, dfd.reject);
-                    }, dfd.reject);
-                    return;
                 } else {
                     Sao.common.error.run(data.error[0], data.error[1]);
                 }
@@ -557,8 +695,16 @@ var Sao = {};
         };
 
         var ajax_error = function(query, status_, error) {
-            Sao.common.error.run(status_, error);
-            dfd.reject();
+            if (query.status == 403) {
+                //Try to relog
+                Sao.Session.renew(session).then(function() {
+                    Sao.rpc(args, session).then(dfd.resolve, dfd.reject);
+                }, dfd.reject);
+                return;
+            } else {
+                Sao.common.error.run(status_, error);
+                dfd.reject();
+            }
         };
         ajax_prm.success(ajax_success);
         ajax_prm.error(ajax_error);
@@ -566,6 +712,8 @@ var Sao = {};
         return dfd.promise();
     };
 
+    Sao.rpc.id = 0;
+
     Sao.rpc.convertJSONObject = function(value, index, parent) {
        if (value instanceof Array) {
            for (var i = 0, length = value.length; i < length; i++) {
@@ -711,6 +859,7 @@ var Sao = {};
     'use strict';
 
     Sao.PYSON = {};
+    Sao.PYSON.eval = {};
 
     Sao.PYSON.PYSON = Sao.class_(Object, {
         init: function() {
@@ -720,36 +869,69 @@ var Sao = {};
         },
         types: function() {
             throw 'NotImplementedError';
+        },
+        toString: function() {
+            var klass = this.pyson().__class__;
+            var args = this.__string_params__().map(function(p){
+                if (p instanceof Sao.PYSON.PYSON) {
+                    return p.toString();
+                } else {
+                    return JSON.stringify(p);
+                }
+            });
+            return klass + '(' + args.join(', ') + ')';
+        },
+        __string_params__: function() {
+            throw 'NotImplementedError';
         }
     });
 
     Sao.PYSON.PYSON.eval_ = function(value, context) {
         throw 'NotImplementedError';
     };
+    Sao.PYSON.PYSON.init_from_object = function(object) {
+        throw 'NotImplementedError';
+    };
 
     Sao.PYSON.Encoder = Sao.class_(Object, {
+        prepare: function(value, index, parent) {
+            if (value !== null && value !== undefined) {
+                if (value instanceof Array) {
+                    value = jQuery.extend([], value);
+                    for (var i = 0, length = value.length; i < length; i++) {
+                        this.prepare(value[i], i, value);
+                    }
+                } else if (value._isAMomentObject) {
+                    if (value.isDate) {
+                        value = new Sao.PYSON.Date(
+                            value.year(),
+                            value.month() + 1,
+                            value.date()).pyson();
+                    } else {
+                        value = new Sao.PYSON.DateTime(
+                            value.year(),
+                            value.month() + 1,
+                            value.date(),
+                            value.hours(),
+                            value.minutes(),
+                            value.seconds(),
+                            value.milliseconds() * 1000).pyson();
+                    }
+                }
+            }
+            if (parent) {
+                parent[index] = value;
+            }
+            return parent || value;
+        },
+
         encode: function(pyson) {
+            pyson = this.prepare(pyson);
             return JSON.stringify(pyson, function(k, v) {
                 if (v instanceof Sao.PYSON.PYSON) {
                     return v.pyson();
                 } else if (v === null || v === undefined) {
                     return null;
-                } else if (v._isAMomentObject) {
-                    if (v.isDate) {
-                        return Sao.PYSON.Date(
-                            v.getFullYear(),
-                            v.getMonth(),
-                            v.getDate()).pyson();
-                    } else {
-                        return Sao.PYSON.DateTime(
-                            v.getFullYear(),
-                            v.getMonth(),
-                            v.getDate(),
-                            v.getHours(),
-                            v.getMinutes(),
-                            v.getSeconds(),
-                            v.getMilliseconds()).pyson();
-                    }
                 }
                 return v;
             });
@@ -757,15 +939,23 @@ var Sao = {};
     });
 
     Sao.PYSON.Decoder = Sao.class_(Object, {
-        init: function(context) {
+        init: function(context, noeval) {
             this.__context = context || {};
+            this.noeval = noeval || false;
         },
         decode: function(str) {
             var reviver = function(k, v) {
                 if (typeof v == 'object' && v !== null) {
                     var cls = Sao.PYSON[v.__class__];
                     if (cls) {
-                        return cls.eval_(v, this.__context);
+                        if (!this.noeval) {
+                            return cls.eval_(v, this.__context);
+                        } else {
+                            var args = jQuery.extend({}, v);
+                            delete args.__class__;
+                            return Sao.PYSON[v.__class__].init_from_object(
+                                args);
+                        }
                     }
                 }
                 return v;
@@ -774,6 +964,9 @@ var Sao = {};
         }
     });
 
+    Sao.PYSON.eval.Eval = function(value, default_) {
+        return new Sao.PYSON.Eval(value, default_);
+    };
     Sao.PYSON.Eval = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value, default_) {
             if (default_ === undefined) {
@@ -796,6 +989,9 @@ var Sao = {};
             } else {
                 return [typeof this._default];
             }
+        },
+        __string_params__: function() {
+            return [this._value, this._default];
         }
     });
 
@@ -806,12 +1002,18 @@ var Sao = {};
             return value.d;
         }
     };
+    Sao.PYSON.Eval.init_from_object = function(obj) {
+        return new Sao.PYSON.Eval(obj.v, obj.d);
+    };
 
+    Sao.PYSON.eval.Not = function(value) {
+        return new Sao.PYSON.Not(value);
+    };
     Sao.PYSON.Not = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value) {
             Sao.PYSON.Not._super.init.call(this);
             if (value instanceof Sao.PYSON.PYSON) {
-                if (jQuery(value.types()).not(['boolean']).length ||
+                if (jQuery(value.types()).not(['boolean', 'object']).length ||
                     jQuery(['boolean']).not(value.types()).length) {
                     throw 'value must be boolean';
                     }
@@ -830,13 +1032,22 @@ var Sao = {};
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._value];
         }
     });
 
     Sao.PYSON.Not.eval_ = function(value, context) {
         return !value.v;
     };
+    Sao.PYSON.Not.init_from_object = function(obj) {
+        return new Sao.PYSON.Not(obj.v);
+    };
 
+    Sao.PYSON.eval.Bool = function(value) {
+        return new Sao.PYSON.Bool(value);
+    };
     Sao.PYSON.Bool = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value) {
             Sao.PYSON.Bool._super.init.call(this);
@@ -850,18 +1061,32 @@ var Sao = {};
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._value];
         }
     });
 
     Sao.PYSON.Bool.eval_ = function(value, context) {
-        if (value.v instanceof Object) {
+        if (moment.isMoment(value.v) && value.v.isTime) {
+            return Boolean(value.v.hour() || value.v.minute() ||
+                    value.v.second() || value.v.millisecond());
+        } else if (moment.isDuration(value.v)) {
+            return Boolean(value.v.valueOf());
+        } else if (value.v instanceof Object) {
             return !jQuery.isEmptyObject(value.v);
         } else {
             return Boolean(value.v);
         }
     };
+    Sao.PYSON.Bool.init_from_object = function(obj) {
+        return new Sao.PYSON.Bool(obj.v);
+    };
 
 
+    Sao.PYSON.eval.And = function(statements) {
+        return new Sao.PYSON.And(statements);
+    };
     Sao.PYSON.And = Sao.class_(Sao.PYSON.PYSON, {
         init: function(statements) {
             if (statements === undefined) {
@@ -894,6 +1119,9 @@ var Sao = {};
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return this._statements;
         }
     });
 
@@ -905,8 +1133,14 @@ var Sao = {};
         }
         return result;
     };
+    Sao.PYSON.And.init_from_object = function(obj) {
+        return new Sao.PYSON.And(obj.s);
+    };
 
 
+    Sao.PYSON.eval.Or = function(statements) {
+        return new Sao.PYSON.Or(statements);
+    };
     Sao.PYSON.Or = Sao.class_(Sao.PYSON.And, {
         pyson: function() {
             var result = Sao.PYSON.Or._super.pyson.call(this);
@@ -923,7 +1157,13 @@ var Sao = {};
         }
         return result;
     };
+    Sao.PYSON.Or.init_from_object= function(obj) {
+        return new Sao.PYSON.Or(obj.s);
+    };
 
+    Sao.PYSON.eval.Equal = function(statement1, statement2) {
+        return new Sao.PYSON.Equal(statement1, statement2);
+    };
     Sao.PYSON.Equal = Sao.class_(Sao.PYSON.PYSON, {
         init: function(statement1, statement2) {
             Sao.PYSON.Equal._super.init.call(this);
@@ -954,6 +1194,9 @@ var Sao = {};
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._statement1, this._statement2];
         }
     });
 
@@ -964,7 +1207,13 @@ var Sao = {};
             return value.s1 == value.s2;
         }
     };
+    Sao.PYSON.Equal.init_from_object = function(obj) {
+        return new Sao.PYSON.Equal(obj.s1, obj.s2);
+    };
 
+    Sao.PYSON.eval.Greater = function(statement1, statement2, equal) {
+        return new Sao.PYSON.Greater(statement1, statement2, equal);
+    };
     Sao.PYSON.Greater = Sao.class_(Sao.PYSON.PYSON, {
         init: function(statement1, statement2, equal) {
             Sao.PYSON.Greater._super.init.call(this);
@@ -976,7 +1225,7 @@ var Sao = {};
                         throw 'statement must be an integer or a float';
                     }
                 } else {
-                    if (typeof statement != 'number') {
+                    if (!~['number', 'object'].indexOf(typeof statement)) {
                         throw 'statement must be an integer or a float';
                     }
                 }
@@ -1008,6 +1257,9 @@ var Sao = {};
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._statement1, this._statement2, this._equal];
         }
     });
 
@@ -1026,7 +1278,13 @@ var Sao = {};
             return value.s1 > value.s2;
         }
     };
+    Sao.PYSON.Greater.init_from_object = function(obj) {
+        return new Sao.PYSON.Greater(obj.s1, obj.s2, obj.e);
+    };
 
+    Sao.PYSON.eval.Less = function(statement1, statement2, equal) {
+        return new Sao.PYSON.Less(statement1, statement2, equal);
+    };
     Sao.PYSON.Less = Sao.class_(Sao.PYSON.Greater, {
         pyson: function() {
             var result = Sao.PYSON.Less._super.pyson.call(this);
@@ -1045,7 +1303,13 @@ var Sao = {};
             return value.s1 < value.s2;
         }
     };
+    Sao.PYSON.Less.init_from_object = function(obj) {
+        return new Sao.PYSON.Less(obj.s1, obj.s2, obj.e);
+    };
 
+    Sao.PYSON.eval.If = function(condition, then_statement, else_statement) {
+        return new Sao.PYSON.If(condition, then_statement, else_statement);
+    };
     Sao.PYSON.If = Sao.class_(Sao.PYSON.PYSON, {
         init: function(condition, then_statement, else_statement) {
             Sao.PYSON.If._super.init.call(this);
@@ -1095,6 +1359,10 @@ var Sao = {};
             } else {
                 return [typeof this._then_statement];
             }
+        },
+        __string_params__: function() {
+            return [this._condition, this._then_statement,
+                this._else_statement];
         }
     });
 
@@ -1105,7 +1373,13 @@ var Sao = {};
             return value.e;
         }
     };
+    Sao.PYSON.If.init_from_object = function(obj) {
+        return new Sao.PYSON.If(obj.c, obj.t, obj.e);
+    };
 
+    Sao.PYSON.eval.Get = function(obj, key, default_) {
+        return new Sao.PYSON.Get(obj, key, default_);
+    };
     Sao.PYSON.Get = Sao.class_(Sao.PYSON.PYSON, {
         init: function(obj, key, default_) {
             Sao.PYSON.Get._super.init.call(this);
@@ -1150,6 +1424,9 @@ var Sao = {};
             } else {
                 return [typeof this._default];
             }
+        },
+        __string_params__: function() {
+            return [this._obj, this._key, this._default];
         }
     });
 
@@ -1160,7 +1437,13 @@ var Sao = {};
             return value.d;
         }
     };
+    Sao.PYSON.Get.init_from_object = function(obj) {
+        return new Sao.PYSON.Get(obj.v, obj.k, obj.d);
+    };
 
+    Sao.PYSON.eval.In = function(key, obj) {
+        return new Sao.PYSON.In(key, obj);
+    };
     Sao.PYSON.In = Sao.class_(Sao.PYSON.PYSON, {
         init: function(key, obj) {
             Sao.PYSON.In._super.init.call(this);
@@ -1194,6 +1477,9 @@ var Sao = {};
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._key, this._obj];
         }
     });
 
@@ -1204,7 +1490,15 @@ var Sao = {};
             return !!value.v[value.k];
         }
     };
+    Sao.PYSON.In.init_from_object = function(obj) {
+        return new Sao.PYSON.In(obj.k, obj.v);
+    };
 
+    Sao.PYSON.eval.Date = function(year, month, day, delta_years, delta_months,
+            delta_days) {
+        return new Sao.PYSON.Date(year, month, day, delta_years, delta_months,
+                delta_days);
+    };
     Sao.PYSON.Date = Sao.class_(Sao.PYSON.PYSON, {
         init: function(year, month, day, delta_years, delta_months, delta_days)
         {
@@ -1255,6 +1549,10 @@ var Sao = {};
                     throw name + ' must be an integer or None';
                 }
             }
+        },
+        __string_params__: function() {
+            return [this._year, this._month, this._day, this._delta_years,
+                this._delta_months, this._delta_days];
         }
     });
 
@@ -1265,7 +1563,17 @@ var Sao = {};
         if (value.dd) date.add(value.dd, 'd');
         return date;
     };
+    Sao.PYSON.Date.init_from_object = function(obj) {
+        return new Sao.PYSON.Date(obj.y, obj.M, obj.d, obj.dy, obj.dM, obj.dd);
+    };
 
+    Sao.PYSON.eval.DateTime = function(year, month, day, hour, minute, second,
+            microsecond, delta_years, delta_months, delta_days, delta_hours,
+            delta_minutes, delta_seconds, delta_microseconds) {
+        return new Sao.PYSON.DateTime(year, month, day, hour, minute, second,
+            microsecond, delta_years, delta_months, delta_days, delta_hours,
+            delta_minutes, delta_seconds, delta_microseconds);
+    };
     Sao.PYSON.DateTime = Sao.class_(Sao.PYSON.Date, {
         init: function(year, month, day, hour, minute, second, microsecond,
                   delta_years, delta_months, delta_days, delta_hours,
@@ -1311,6 +1619,15 @@ var Sao = {};
             result.ds = this._delta_seconds;
             result.dms = this._delta_microseconds;
             return result;
+        },
+        __string_params__: function() {
+            var date_params = Sao.PYSON.DateTime._super.__string_params__.call(
+                this);
+            return [date_params[0], date_params[1], date_params[2],
+                this._hour, this._minute, this._second, this._microsecond,
+                date_params[3], date_params[4], date_params[5],
+                this._delta_hours, this._delta_minutes, this._delta_seconds,
+                this._delta_microseconds];
         }
     });
 
@@ -1326,7 +1643,14 @@ var Sao = {};
         if (value.dms) date.add(value.dms / 1000, 'ms');
         return date;
     };
+    Sao.PYSON.DateTime.init_from_object = function(obj) {
+        return new Sao.PYSON.DateTime(obj.y, obj.M, obj.d, obj.h, obj.m, obj.s,
+            obj.ms, obj.dy, obj.dM, obj.dd, obj.dh, obj.dm, obj.ds, obj.dms);
+    };
 
+    Sao.PYSON.eval.Len = function(value) {
+        return new Sao.PYSON.Len(value);
+    };
     Sao.PYSON.Len = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value) {
             Sao.PYSON.Len._super.init.call(this);
@@ -1350,6 +1674,9 @@ var Sao = {};
         },
         types: function() {
             return ['integer'];
+        },
+        __string_params__: function() {
+            return [this._value];
         }
     });
 
@@ -1360,6 +1687,9 @@ var Sao = {};
             return value.v.length;
         }
     };
+    Sao.PYSON.Len.init_from_object = function(obj) {
+        return new Sao.PYSON.Len(obj.v);
+    };
 }());
 
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
@@ -1382,46 +1712,23 @@ var Sao = {};
         get_auth: function() {
             return btoa(this.login + ':' + this.user_id + ':' + this.session);
         },
-        do_login: function(login, password) {
+        do_login: function(login, parameters) {
             var dfd = jQuery.Deferred();
-            var timeoutID = Sao.common.processing.show();
-            var args = {
-                'method': 'common.db.login',
-                'params': [login, password]
+            var func = function(parameters) {
+                return {
+                    'method': 'common.db.login',
+                    'params': [login, parameters, Sao.i18n.getlang()]
+                };
             };
-            var ajax_prm = jQuery.ajax({
-                'contentType': 'application/json',
-                'data': JSON.stringify(args),
-                'dataType': 'json',
-                'url': '/' + this.database + '/',
-                'type': 'post',
-                'complete': [function() {
-                    Sao.common.processing.hide(timeoutID);
-                }]
+            new Sao.Login(func, this).run().then(function(result) {
+                this.user_id = result[0];
+                this.session = result[1];
+                dfd.resolve();
+            }.bind(this), function() {
+                this.user_id = null;
+                this.session = null;
+                dfd.reject();
             });
-
-            var ajax_success = function(data) {
-                if (data === null) {
-                    Sao.common.warning.run('',
-                           Sao.i18n.gettext('Unable to reach the server.'));
-                    dfd.reject();
-                } else if (data.error) {
-                    Sao.common.error.run(data.error[0], data.error[1]);
-                    dfd.reject();
-                } else {
-                    if (!data.result) {
-                        this.user_id = null;
-                        this.session = null;
-                        dfd.reject();
-                    } else {
-                        this.user_id = data.result[0];
-                        this.session = data.result[1];
-                        dfd.resolve();
-                    }
-                }
-            };
-            ajax_prm.success(ajax_success.bind(this));
-            ajax_prm.error(dfd.reject);
             return dfd.promise();
         },
         do_logout: function() {
@@ -1429,6 +1736,7 @@ var Sao = {};
                 return jQuery.when();
             }
             var args = {
+                'id': 0,
                 'method': 'common.db.logout',
                 'params': []
             };
@@ -1481,12 +1789,6 @@ var Sao = {};
             'id': 'login-login',
             'placeholder': Sao.i18n.gettext('Login')
         });
-        dialog.password_input = jQuery('<input/>', {
-            'class': 'form-control',
-            'type': 'password',
-            'id': 'login-password',
-            'placeholder': Sao.i18n.gettext('Password')
-        });
         dialog.body.append(jQuery('<div/>', {
             'class': 'form-group'
         }).append(jQuery('<label/>', {
@@ -1502,13 +1804,7 @@ var Sao = {};
             'for': 'login-login'
         }).append(Sao.i18n.gettext('Login')))
         .append(dialog.login_input)
-        ).append(jQuery('<div/>', {
-            'class': 'form-group'
-        }).append(jQuery('<label/>', {
-            'class': 'control-label',
-            'for': 'login-password'
-        }).append(Sao.i18n.gettext('Password')))
-        .append(dialog.password_input));
+        );
         dialog.button = jQuery('<button/>', {
             'class': 'btn btn-primary',
             'type': 'submit'
@@ -1531,24 +1827,24 @@ var Sao = {};
 
         var ok_func = function() {
             var login = dialog.login_input.val();
-            var password = dialog.password_input.val();
             var database = database || dialog.database_select.val() ||
                 dialog.database_input.val();
             dialog.modal.find('.has-error').removeClass('has-error');
-            if (!(login && password && database)) {
+            if (!(login && database)) {
                 empty_field().closest('.form-group').addClass('has-error');
                 return;
             }
             dialog.button.focus();
             dialog.button.prop('disabled', true);
+            dialog.modal.modal('hide');
             var session = new Sao.Session(database, login);
-            session.do_login(login, password)
+            session.do_login(login)
                 .then(function() {
                     dfd.resolve(session);
                     dialog.modal.remove();
                 }, function() {
                     dialog.button.prop('disabled', false);
-                    dialog.password_input.val('');
+                    dialog.modal.modal('show');
                     empty_field().closest('.form-group').addClass('has-error');
                     empty_field().first().focus();
                 });
@@ -1565,7 +1861,9 @@ var Sao = {};
 
         jQuery.when(Sao.DB.list()).then(function(databases) {
             var el;
-            if (jQuery.isEmptyObject(databases)) {
+            databases = databases || [];
+            if (databases.length <= 1 ) {
+                database = databases[0];
                 el = dialog.database_input;
             } else {
                 el = dialog.database_select;
@@ -1576,6 +1874,7 @@ var Sao = {};
                     }));
                 });
             }
+            el.prop('readonly', databases.length == 1);
             el.show();
             el.val(database || '');
             empty_field().first().focus();
@@ -1583,70 +1882,92 @@ var Sao = {};
         return dfd.promise();
     };
 
-    Sao.Session.password_dialog = function() {
-        var dialog = new Sao.Dialog(Sao.i18n.gettext('Password'), 'lg');
-        dialog.password_input = jQuery('<input/>', {
-            'class': 'form-control',
-            'type': 'password',
-            'id': 'password-password',
-            'placeholder': Sao.i18n.gettext('Password')
-        });
-        dialog.body.append(jQuery('<div/>', {
-            'class': 'form-group'
-        }).append(jQuery('<label/>', {
-            'for': 'password-password'
-        }).append(Sao.i18n.gettext('Password')))
-        .append(dialog.password_input));
-        dialog.button = jQuery('<button/>', {
-            'class': 'btn btn-primary',
-            'type': 'submit'
-        }).append(Sao.i18n.gettext('OK')).appendTo(dialog.footer);
-        return dialog;
-    };
-
     Sao.Session.renew = function(session) {
         if (session.prm.state() == 'pending') {
             return session.prm;
         }
         var dfd = jQuery.Deferred();
         session.prm = dfd.promise();
-        var dialog = Sao.Session.password_dialog();
         if (!session.login) {
             dfd.reject();
             return session.prm;
         }
-
-        var ok_func = function() {
-            var password = dialog.password_input.val();
-            dialog.button.focus();
-            dialog.button.prop('disabled', true);
-            session.do_login(session.login, password)
-                .then(function() {
-                    dfd.resolve();
-                    dialog.modal.remove();
-                }, function() {
-                    dialog.button.prop('disabled', false);
-                    dialog.password_input.val('').focus();
-                });
-        };
-
-        dialog.modal.modal({
-            backdrop: false,
-            keyboard: false
-        });
-        dialog.modal.on('shown.bs.modal', function() {
-            dialog.password_input.focus();
-        });
-        dialog.modal.find('form').unbind().submit(function(e) {
-            ok_func();
-            e.preventDefault();
-        });
-        dialog.modal.modal('show');
+        session.do_login(session.login).then(dfd.resolve, dfd.reject);
         return session.prm;
     };
 
     Sao.Session.current_session = null;
 
+    Sao.Login = Sao.class_(Object, {
+        init: function(func, session) {
+            this.func = func;
+            this.session = session || Sao.Session.current_session;
+        },
+        run: function(parameters) {
+            if (parameters === undefined) {
+                parameters = {};
+            }
+            var dfd = jQuery.Deferred();
+            var timeoutID = Sao.common.processing.show();
+            var data = this.func(parameters);
+            data.id = 0;
+            var args = {
+                'contentType': 'application/json',
+                'data': JSON.stringify(data),
+                'dataType': 'json',
+                'url': '/' + this.session.database + '/',
+                'type': 'post',
+                'complete': [function() {
+                    Sao.common.processing.hide(timeoutID);
+                }]
+            };
+            if (this.session.user_id && this.session.session) {
+                args.headers = {
+                    'Authorization': 'Session ' + this.session.get_auth()
+                };
+            }
+            var ajax_prm = jQuery.ajax(args);
+
+            var ajax_success = function(data) {
+                if (data === null) {
+                    Sao.common.warning.run('',
+                           Sao.i18n.gettext('Unable to reach the server.'));
+                    dfd.reject();
+                } else if (data.error) {
+                    if (data.error[0].startsWith('403')) {
+                        return this.run({}).then(dfd.resolve, dfd.reject);
+                    } else if (data.error[0].startsWith('404')) {
+                        dfd.reject();
+                    } else if (data.error[0] != 'LoginException') {
+                        Sao.common.error.run(data.error[0], data.error[1]);
+                        dfd.reject();
+                    } else {
+                        var args = data.error[1];
+                        var name = args[0];
+                        var message = args[1];
+                        var type = args[2];
+                        this['get_' + type](message).then(function(value) {
+                            parameters[name] = value;
+                            return this.run(parameters).then(
+                                    dfd.resolve, dfd.reject);
+                        }.bind(this), dfd.reject);
+                    }
+                } else {
+                    dfd.resolve(data.result);
+                }
+            };
+            ajax_prm.success(ajax_success.bind(this));
+            ajax_prm.error(dfd.reject);
+            return dfd.promise();
+        },
+        get_char: function(message) {
+            return Sao.common.ask.run(message);
+        },
+        get_password: function(message) {
+            return Sao.common.ask.run(message, false);
+        },
+    });
+
     Sao.DB = {};
 
     Sao.DB.list = function() {
@@ -1654,6 +1975,7 @@ var Sao = {};
         return jQuery.ajax({
             'contentType': 'application/json',
             'data': JSON.stringify({
+                'id': 0,
                 'method': 'common.db.list',
                 'params': []
             }),
@@ -1682,14 +2004,17 @@ var Sao = {};
             this.fields = {};
         },
         add_fields: function(descriptions) {
+            var added = [];
             for (var name in descriptions) {
                 if (descriptions.hasOwnProperty(name) &&
                     (!(name in this.fields))) {
                         var desc = descriptions[name];
                         var Field = Sao.field.get(desc.type);
                         this.fields[name] = new Field(desc);
+                        added.push(name);
                     }
             }
+            return added;
         },
         execute: function(method, params, context) {
             if (context === undefined) {
@@ -1832,11 +2157,11 @@ var Sao = {};
                 }
             }
         };
-        array.new_ = function(default_, id) {
+        array.new_ = function(default_, id, rec_name) {
             var record = new Sao.Record(this.model, id);
             record.group = this;
             if (default_) {
-                record.default_get();
+                record.default_get(rec_name);
             }
             return record;
         };
@@ -2010,6 +2335,26 @@ var Sao = {};
                 this.parent.group.children.push(this);
             }
         };
+        array.add_fields = function(fields) {
+            var added = this.model.add_fields(fields);
+            if (jQuery.isEmptyObject(this)) {
+                return;
+            }
+            var new_ = [];
+            this.forEach(function(record) {
+                if (record.id < 0) {
+                    new_.push(record);
+                }
+            });
+            if (new_.length && added.length) {
+                this.model.execute('default_get', [added, this.context()])
+                    .then(function(values) {
+                        new_.forEach(function(record) {
+                            record.set_default(values);
+                        });
+                    });
+            }
+        };
         array.destroy = function() {
             if (this.parent) {
                 var i = this.parent.group.children.indexOf(this);
@@ -2108,6 +2453,15 @@ var Sao = {};
             };
             return jQuery.when().then(browse_child);
         };
+        array.sort = function(ids) {
+                var id2record = {};
+                this.forEach(function(record) {
+                    id2record[record.id] = record;
+                });
+                ids.forEach(function(ordered_record, i){
+                    this[i] = id2record[ordered_record.id];
+                }.bind(this));
+        };
         return array;
     };
 
@@ -2124,6 +2478,7 @@ var Sao = {};
             this._timestamp = null;
             this.attachment_count = -1;
             this.unread_note = -1;
+            this.button_clicks = {};
             this.state_attrs = {};
             this.autocompletion = {};
             this.exception = false;
@@ -2316,6 +2671,7 @@ var Sao = {};
             var succeed = function(values, exception) {
                 if (exception === undefined) exception = false;
                 var id2value = {};
+                var promises = [];
                 values.forEach(function(e, i, a) {
                     id2value[e.id] = e;
                 });
@@ -2335,9 +2691,10 @@ var Sao = {};
                             }
                             delete value[key];
                         }
-                        record.set(value);
+                        promises.push(record.set(value));
                     }
                 }
+                return jQuery.when.apply(jQuery, promises);
             }.bind(this);
             var failed = function() {
                 var failed_values = [];
@@ -2351,15 +2708,20 @@ var Sao = {};
                     }
                     failed_values.push(default_values);
                 }
-                succeed(failed_values, true);
+                return succeed(failed_values, true);
             };
             this.group.prm = prm.then(succeed, failed);
             return this.group.prm;
         },
-        set: function(values) {
+        set: function(values, validate) {
+            if (validate === undefined) {
+                validate = true;
+            }
             var name, value;
             var rec_named_fields = ['many2one', 'one2one', 'reference'];
             var later = {};
+            var promises = [];
+            var fieldnames = [];
             for (name in values) {
                 if (!values.hasOwnProperty(name)) {
                     continue;
@@ -2393,12 +2755,24 @@ var Sao = {};
                 }
                 this.model.fields[name].set(this, value);
                 this._loaded[name] = true;
+                fieldnames.push(name);
             }
             for (name in later) {
                 value = later[name];
                 this.model.fields[name].set(this, value);
                 this._loaded[name] = true;
             }
+            for (var fname in this.model.fields) {
+                var field = this.model.fields[fname];
+                if (field.description.autocomplete &&
+                        field.description.autocomplete.length > 0) {
+                    promises.push(this.do_autocomplete(fname));
+                }
+            }
+            if (validate) {
+                promises.push(this.validate(fieldnames, true));
+            }
+            return jQuery.when.apply(jQuery, promises);
         },
         get: function() {
             var value = {};
@@ -2443,7 +2817,7 @@ var Sao = {};
         field_set_client: function(name, value, force_change) {
             this.model.fields[name].set_client(this, value, force_change);
         },
-        default_get: function() {
+        default_get: function(rec_name) {
             var dfd = jQuery.Deferred();
             var promises = [];
             // Ensure promisses is filled before default_get is resolved
@@ -2455,8 +2829,12 @@ var Sao = {};
                 }
             }
             if (!jQuery.isEmptyObject(this.model.fields)) {
+                var context = this.get_context();
+                if (context.default_rec_name === undefined) {
+                    context.default_rec_name = rec_name;
+                }
                 var prm = this.model.execute('default_get',
-                        [Object.keys(this.model.fields)], this.get_context());
+                        [Object.keys(this.model.fields)], context);
                 prm.then(function(values) {
                     if (this.group.parent &&
                             this.group.parent_name in this.group.model.fields) {
@@ -2477,11 +2855,13 @@ var Sao = {};
                         dfd.resolve(values);
                     });
                 }.bind(this));
+            } else {
+                dfd.resolve();
             }
             return dfd;
         },
         set_default: function(values, validate) {
-            if (validate === null) {
+            if (validate === undefined) {
                 validate = true;
             }
             var promises = [];
@@ -2517,7 +2897,8 @@ var Sao = {};
                                 });
                         }.bind(this);
                         if (validate) {
-                            return this.validate(null, true).then(callback);
+                            return this.validate(null, true)
+                                .then(callback);
                         } else {
                             return callback();
                         }
@@ -2787,6 +3168,7 @@ var Sao = {};
             this._loaded = {};
             this._changed = {};
             this._timestamp = null;
+            this.button_clicks = {};
         },
         _check_load: function(fields) {
             if (!this.get_loaded(fields)) {
@@ -2896,7 +3278,23 @@ var Sao = {};
                 prm.resolve(this.unread_note);
             }
             return prm;
-        }
+        },
+        get_button_clicks: function(name) {
+            if (this.id < 0) {
+                return jQuery.when();
+            }
+            var clicks = this.button_clicks[name];
+            if (clicks !== undefined) {
+                return jQuery.when(clicks);
+            }
+            return Sao.rpc({
+                'method': 'model.ir.model.button.click.get_click',
+                'params': [this.model.name, name, this.id, {}],
+            }, this.model.session).then(function(clicks) {
+                this.button_clicks[name] = clicks;
+                return clicks;
+            }.bind(this));
+        }
     });
 
 
@@ -3430,6 +3828,15 @@ var Sao = {};
             Sao.field.Many2One._super.set_client.call(this, record, value,
                     force_change);
         },
+        get_context: function(record) {
+            var context = Sao.field.Many2One._super.get_context.call(
+                this, record);
+            if (this.description.datetime_field) {
+                context._datetime = record.get_eval()[
+                    this.description.datetime_field];
+            }
+            return context;
+        },
         validation_domains: function(record, pre_validate) {
             return this.get_domains(record, pre_validate)[0];
         },
@@ -3501,13 +3908,15 @@ var Sao = {};
             var set_value = function(fields) {
                 var promises = [];
                 if (!jQuery.isEmptyObject(fields)) {
-                    group.model.add_fields(fields);
+                    group.add_fields(fields);
                 }
                 record._values[this.name] = group;
                 if (mode == 'list ids') {
                     for (var i = 0, len = group.length; i < len; i++) {
                         var old_record = group[i];
-                        group.remove(old_record, true);
+                        if (!~value.indexOf(old_record.id)) {
+                            group.remove(old_record, true);
+                        }
                     }
                     group.load(value);
                 } else {
@@ -3518,7 +3927,7 @@ var Sao = {};
                             promises.push(new_record.set_default(vals, false));
                             group.add(new_record);
                         } else {
-                            new_record.set(vals);
+                            promises.push(new_record.set(vals));
                             group.push(new_record);
                         }
                     });
@@ -3705,7 +4114,7 @@ var Sao = {};
 
             if (value.add || value.update) {
                 prm.then(function(fields) {
-                    group.model.add_fields(fields);
+                    group.add_fields(fields);
                     if (value.add) {
                         value.add.forEach(function(vals) {
                             var index = vals[0];
@@ -3797,20 +4206,15 @@ var Sao = {};
         },
         get_domain: function(record) {
             var domains = this.get_domains(record);
-            var screen_domain = domains[0];
             var attr_domain = domains[1];
-            var inversion = new Sao.common.DomainInversion();
-            return inversion.concat([inversion.localize_domain(
-                        inversion.inverse_leaf(screen_domain), this.name),
-                    attr_domain]);
+            // Forget screen_domain because it only means at least one record
+            // and not all records
+            return attr_domain;
         },
         validation_domains: function(record, pre_validate) {
             return this.get_domains(record, pre_validate)[0];
         },
         validate: function(record, softvalidation, pre_validate) {
-            if (this.description.readonly) {
-                return true;
-            }
             var invalid = false;
             var inversion = new Sao.common.DomainInversion();
             var ldomain = inversion.localize_domain(inversion.domain_inversion(
@@ -3845,8 +4249,6 @@ var Sao = {};
         set_state: function(record, states) {
             this._set_default_value(record);
             Sao.field.One2Many._super.set_state.call(this, record, states);
-            record._values[this.name].readonly = this.get_state_attrs(record)
-                .readonly;
         }
     });
 
@@ -3951,6 +4353,15 @@ var Sao = {};
             return Sao.field.Reference._super.get_on_change_value.call(
                     this, record);
         },
+        get_context: function(record) {
+            var context = Sao.field.Reference._super.get_context.call(
+                this, record);
+            if (this.description.datetime_field) {
+                context._datetime = record.get_eval()[
+                    this.description.datetime_field];
+            }
+            return context;
+        },
         validation_domains: function(record, pre_validate) {
             return this.get_domains(record, pre_validate)[0];
         },
@@ -3997,6 +4408,23 @@ var Sao = {};
 
     Sao.field.Dict = Sao.class_(Sao.field.Field, {
         _default: {},
+        set: function(record, value) {
+            if (value) {
+                // Order keys to allow comparison with stringify
+                var keys = [];
+                for (var key in value) {
+                    keys.push(key);
+                }
+                keys.sort();
+                var new_value = {};
+                for (var index in keys) {
+                    key = keys[index];
+                    new_value[key] = value[key];
+                }
+                value = new_value;
+            }
+            Sao.field.Dict._super.set.call(this, record, value);
+        },
         get: function(record) {
             return (Sao.field.Dict._super.get.call(this, record) ||
                     this._default);
@@ -4047,6 +4475,8 @@ var Sao = {};
             var toolbar = this.create_toolbar().appendTo(this.el);
             this.title = toolbar.find('a.navbar-brand');
 
+            this.content = jQuery('<div/>').appendTo(this.el);
+
             if (this.info_bar) {
                 this.el.append(this.info_bar.el);
             }
@@ -4078,7 +4508,7 @@ var Sao = {};
         },
         create_toolbar: function() {
             var toolbar = jQuery(
-                    '<nav class="navbar navbar-default toolbar" role="navigation">' +
+                    '<nav class="navbar-default toolbar" role="navigation">' +
                     '<div class="container-fluid">' +
                     '<div class="navbar-header">' +
                     '<a class="navbar-brand" href="#"></a>' +
@@ -4317,9 +4747,8 @@ var Sao = {};
             this.set_buttons_sensitive();
 
             this.view_prm = this.screen.switch_view().done(function() {
-                this.set_name(attributes.name ||
-                        this.screen.current_view.attributes.string);
-                this.el.append(screen.screen_container.el);
+                this.set_name(attributes.name || '');
+                this.content.append(screen.screen_container.el);
                 if (attributes.res_id) {
                     if (!jQuery.isArray(attributes.res_id)) {
                         attributes.res_id = [attributes.res_id];
@@ -4391,7 +4820,9 @@ var Sao = {};
                 ['glyphicon-comment', Sao.i18n.gettext('Note'), 'note'],
                 ['glyphicon-cog', Sao.i18n.gettext('Action'), 'action'],
                 ['glyphicon-share-alt', Sao.i18n.gettext('Relate'), 'relate'],
-                ['glyphicon-print', Sao.i18n.gettext('Print'), 'print']
+                ['glyphicon-print', Sao.i18n.gettext('Print'), 'print'],
+                ['glyphicon-export', Sao.i18n.gettext('Export'), 'export'],
+                ['glyphicon-import', Sao.i18n.gettext('Import'), 'import']
             ];
         },
         create_toolbar: function() {
@@ -4545,6 +4976,7 @@ var Sao = {};
                     function() {
                         this.info_bar.message(
                                 Sao.i18n.gettext('Record saved.'), 'info');
+                        this.screen.count_tab_domain();
                     }.bind(this),
                     function() {
                         this.info_bar.message(
@@ -4568,6 +5000,7 @@ var Sao = {};
                             this.screen.screen_container.search_entry.val());
                         // TODO set current_record
                     }
+                    this.screen.count_tab_domain();
                     return this.screen.display().then(function() {
                         this.info_bar.message();
                     }.bind(this));
@@ -4590,6 +5023,7 @@ var Sao = {};
                             Sao.i18n.gettext(
                                 'Working now on the duplicated record(s).'),
                             'info');
+                    this.screen.count_tab_domain();
                 }.bind(this));
             }.bind(this));
         },
@@ -4609,6 +5043,7 @@ var Sao = {};
                             this.info_bar.message(
                                     Sao.i18n.gettext('Records removed.'),
                                     'info');
+                            this.screen.count_tab_domain();
                         }.bind(this), function() {
                             this.info_bar.message(
                                     Sao.i18n.gettext('Records not removed.'),
@@ -4829,6 +5264,16 @@ var Sao = {};
                 this.buttons.print.find('ul.dropdown-menu')
                     .dropdown('toggle');
             }.bind(this));
+        },
+        export: function(){
+            new Sao.Window.Export(this.screen,
+                this.screen.current_view.selected_records().map(function(r) {
+                    return r.id;
+                }),
+                this.screen.current_view.get_fields());
+        },
+        import: function(){
+            new Sao.Window.Import(this.screen);
         }
     });
 
@@ -4841,7 +5286,7 @@ var Sao = {};
             this.view_id = (attributes.view_ids.length > 0 ?
                     attributes.view_ids[0] : null);
             this.context = attributes.context;
-            this.name = attributes.name;
+            this.name = attributes.name || '';
             this.dialogs = [];
             this.board = null;
             UIView = new Sao.Model('ir.ui.view');
@@ -4946,6 +5391,7 @@ var Sao = {};
             this.search_form = null;
             this.last_search_text = '';
             this.tab_domain = tab_domain || [];
+            this.tab_counter = [];
             this.el = jQuery('<div/>', {
                 'class': 'screen-container'
             });
@@ -5040,7 +5486,7 @@ var Sao = {};
                     .append(this.but_bookmark)
                     .append(dropdown_bookmark))
             .appendTo(jQuery('<div/>', {
-                'class': 'col-md-8'
+                'class': 'col-sm-10 col-xs-12'
             }).appendTo(search_row));
 
 
@@ -5070,7 +5516,7 @@ var Sao = {};
             .append(this.but_prev)
             .append(this.but_next)
             .appendTo(jQuery('<div/>', {
-                'class': 'col-md-4'
+                'class': 'col-sm-2 pull-right'
             }).appendTo(search_row));
 
             this.content_box = jQuery('<div/>', {
@@ -5090,6 +5536,9 @@ var Sao = {};
                 }).appendTo(this.tab);
                 this.tab_domain.forEach(function(tab_domain, i) {
                     var name = tab_domain[0];
+                    var counter = jQuery('<span/>', {
+                        'class': 'badge'
+                    });
                     var page = jQuery('<li/>', {
                         role: 'presentation',
                         id: 'nav-' + i
@@ -5098,7 +5547,8 @@ var Sao = {};
                         role: 'tab',
                         'data-toggle': 'tab',
                         'href': '#' + i
-                    }).append(name)).appendTo(nav);
+                    }).append(name + ' ').append(counter)).appendTo(nav);
+                    this.tab_counter.push(counter);
                 }.bind(this));
                 nav.find('a:first').tab('show');
                 var self = this;
@@ -5106,6 +5556,7 @@ var Sao = {};
                     e.preventDefault();
                     jQuery(this).tab('show');
                     self.do_search();
+                    self.screen.count_tab_domain();
                 });
             } else {
                 this.tab = null;
@@ -5190,19 +5641,22 @@ var Sao = {};
         },
         bookmark_match: function() {
             var current_text = this.get_text();
-            var current_domain = this.screen.domain_parser().parse(current_text);
-            this.but_star.prop('disabled', !current_text);
-            var star = this.get_star();
-            var bookmarks = this.bookmarks();
-            for (var i=0; i < bookmarks.length; i++) {
-                var id = bookmarks[i][0];
-                var name = bookmarks[i][1];
-                var domain = bookmarks[i][2];
-                var text = this.screen.domain_parser().string(domain);
-                if ((text === current_text) ||
-                        (Sao.common.compare(domain, current_domain))) {
-                    this.set_star(true);
-                    return id;
+            if (current_text) {
+                var current_domain = this.screen.domain_parser().parse(
+                        current_text);
+                this.but_star.prop('disabled', !current_text);
+                var star = this.get_star();
+                var bookmarks = this.bookmarks();
+                for (var i=0; i < bookmarks.length; i++) {
+                    var id = bookmarks[i][0];
+                    var name = bookmarks[i][1];
+                    var domain = bookmarks[i][2];
+                    var text = this.screen.domain_parser().string(domain);
+                    if ((text === current_text) ||
+                            (Sao.common.compare(domain, current_domain))) {
+                        this.set_star(true);
+                        return id;
+                    }
                 }
             }
             this.set_star(false);
@@ -5220,6 +5674,31 @@ var Sao = {};
             var i = this.tab.find('li').index(this.tab.find('li.active'));
             return this.tab_domain[i][1];
         },
+        set_tab_counter: function(count, idx) {
+            if (jQuery.isEmptyObject(this.tab_counter) || !this.tab) {
+                return;
+            }
+            if ((idx === undefined) || (idx === null)) {
+                idx = this.tab.find('li').index(this.tab.find('li.active'));
+            }
+            if (idx < 0) {
+                return;
+            }
+            var counter = this.tab_counter[idx];
+            counter.data('toggle', 'tooltip');
+            if (count === null) {
+                counter.attr('title', '');
+                counter.text('');
+            } else {
+                counter.attr('title', count);
+                var text = count;
+                if (count > 99) {
+                    text = '99+';
+                }
+                counter.text(text);
+            }
+            counter.tooltip();
+        },
         do_search: function() {
             return this.screen.search_filter(this.get_text());
         },
@@ -5439,12 +5918,14 @@ var Sao = {};
                 jQuery('<span/>', {
                     'class': 'input-group-btn'
                 }).append(jQuery('<button/>', {
-                    'class': 'btn btn-default',
+                    'class': 'datepickerbutton btn btn-default',
                     type: 'button'
                 }).append(jQuery('<span/>', {
                     'class': 'glyphicon glyphicon-calendar'
                 }))).appendTo(entry);
-                entry.datetimepicker();
+                entry.datetimepicker({
+                    'locale': moment.locale()
+                });
                 entry.data('DateTimePicker').format(format);
                 return entry;
             };
@@ -5534,6 +6015,7 @@ var Sao = {};
             this.size_limit = null;
             this.limit = attributes.limit || Sao.config.limit;
             this.offset = 0;
+            this.order = this.default_order = attributes.order;
             var access = Sao.common.MODELACCESS.get(model_name);
             if (!(access.write || access.create)) {
                 this.attributes.readonly = true;
@@ -5576,6 +6058,7 @@ var Sao = {};
             this._domain_parser = {};
             this.pre_validate = false;
             this.tab = null;
+            this.count_tab_domain();
         },
         load_next_view: function() {
             if (!jQuery.isEmptyObject(this.view_to_load)) {
@@ -5624,7 +6107,7 @@ var Sao = {};
                         .description.loading;
                 }
             }
-            this.model.add_fields(fields);
+            this.group.add_fields(fields);
             var view_widget = Sao.View.parse(this, xml_view, view.field_childs);
             view_widget.view_id = view_id;
             this.views.push(view_widget);
@@ -5684,7 +6167,8 @@ var Sao = {};
             }.bind(this);
             return _switch();
         },
-        search_filter: function(search_string) {
+        search_filter: function(search_string, only_ids) {
+            only_ids = only_ids || false;
             if (this.context_screen) {
                 if (this.context_screen_prm.state() == 'pending') {
                     return this.context_screen_prm.then(function() {
@@ -5702,17 +6186,49 @@ var Sao = {};
                         this.context_screen.get_on_change_value());
             }
 
+            var domain = this.search_domain(search_string, true);
+            var tab_domain = this.screen_container.get_tab_domain();
+            if (!jQuery.isEmptyObject(tab_domain)) {
+                domain = ['AND', domain, tab_domain];
+            }
+
+            var grp_prm = this.model.find(domain, this.offset, this.limit,
+                    this.order, this.context);
+            var count_prm = jQuery.when(this.search_count);
+            if (!only_ids) {
+                count_prm = this.model.execute('search_count', [domain],
+                        this.context);
+            }
+            count_prm.done(function(count) {
+                this.search_count = count;
+            }.bind(this));
+            grp_prm.done(this.set_group.bind(this));
+            grp_prm.done(this.display.bind(this));
+            jQuery.when(grp_prm, count_prm).done(function(group, count) {
+                this.screen_container.but_next.prop('disabled',
+                        !(group.length == this.limit &&
+                            count > this.limit + this.offset));
+            }.bind(this));
+            this.screen_container.but_prev.prop('disabled', this.offset <= 0);
+            this.count_tab_domain();
+            return grp_prm;
+        },
+        search_domain: function(search_string, set_text) {
+            set_text = set_text || false;
             var domain = [];
-            var domain_parser = this.domain_parser();
 
-            if (domain_parser && !this.group.parent) {
+            // Test first parent to avoid calling unnecessary domain_parser
+            if (!this.group.parent && this.domain_parser()) {
+                var domain_parser = this.domain_parser();
                 if (search_string || search_string === '') {
                     domain = domain_parser.parse(search_string);
                 } else {
                     domain = this.attributes.search_value;
                 }
-                this.screen_container.set_text(
-                        domain_parser.string(domain));
+                if (set_text) {
+                    this.screen_container.set_text(
+                            domain_parser.string(domain));
+                }
             } else {
                 domain = [['id', 'in', this.group.map(function(r) {
                     return r.id;
@@ -5726,32 +6242,40 @@ var Sao = {};
             } else {
                 domain = this.attributes.domain || [];
             }
-
-            var tab_domain = this.screen_container.get_tab_domain();
-            if (!jQuery.isEmptyObject(tab_domain)) {
-                domain = ['AND', domain, tab_domain];
+            if (this.current_view &&
+                    this.current_view.view_type == 'calendar') {
+                if (!jQuery.isEmptyObject(domain)) {
+                   domain = ['AND', domain,
+                        this.current_view.current_domain()];
+                } else {
+                    domain = this.current_view.current_domain();
+                }
             }
-
-            var grp_prm = this.model.find(domain, this.offset, this.limit,
-                    this.attributes.order, this.context);
-            var count_prm = this.model.execute('search_count', [domain],
-                    this.context);
-            count_prm.done(function(count) {
-                this.search_count = count;
-            }.bind(this));
-            grp_prm.done(this.set_group.bind(this));
-            grp_prm.done(this.display.bind(this));
-            jQuery.when(grp_prm, count_prm).done(function(group, count) {
-                this.screen_container.but_next.prop('disabled',
-                        !(group.length == this.limit &&
-                            count > this.limit + this.offset));
+            return domain;
+        },
+        count_tab_domain: function() {
+            var screen_domain = this.search_domain(
+                this.screen_container.get_text());
+            this.screen_container.tab_domain.forEach(function(tab_domain, i) {
+                if (tab_domain[2]) {
+                    var domain = ['AND', tab_domain[1], screen_domain];
+                    this.screen_container.set_tab_counter(null, i);
+                    this.group.model.execute('search_count', [domain], this.context)
+                        .then(function(count) {
+                            this.screen_container.set_tab_counter(count, i);
+                        }.bind(this));
+                }
             }.bind(this));
-            this.screen_container.but_prev.prop('disabled', this.offset <= 0);
-            return grp_prm;
         },
         set_group: function(group) {
+            var fields = {};
             if (this.group) {
-                jQuery.extend(group.model.fields, this.group.model.fields);
+                for (var name in this.group.model.fields) {
+                    if (!this.group.model.fields.hasOwnProperty(name)) {
+                        continue;
+                    }
+                    fields[name] = this.group.model.fields[name].description;
+                }
                 this.group.screens.splice(
                         this.group.screens.indexOf(this), 1);
                 jQuery.extend(group.on_write, this.group.on_write);
@@ -5771,6 +6295,7 @@ var Sao = {};
             } else {
                 this.set_current_record(group[0]);
             }
+            this.group.add_fields(fields);
         },
         new_group: function(ids) {
             var group = new Sao.Group(this.model, this.context, []);
@@ -5904,11 +6429,16 @@ var Sao = {};
                 return this.current_record.id;
             }
         },
-        new_: function(default_) {
+        new_: function(default_, rec_name) {
+            var previous_view = this.current_view;
             if (default_ === undefined) {
                 default_ = true;
             }
             var prm = jQuery.when();
+            if (this.current_view.view_type == 'calendar') {
+                var selected_date = this.current_view.date;
+                prm = this.switch_view('form');
+            }
             if (this.current_view &&
                     ((this.current_view.view_type == 'tree' &&
                       !this.current_view.editable) ||
@@ -5922,13 +6452,24 @@ var Sao = {};
                 } else {
                     group = this.group;
                 }
-                var record = group.new_(default_);
-                group.add(record, this.new_model_position());
-                this.set_current_record(record);
-                this.display().done(function() {
-                    this.set_cursor(true, true);
+                var record = group.new_(false, undefined, rec_name);
+                var prm;
+                if (default_) {
+                    prm = record.default_get(rec_name);
+                } else {
+                    prm = jQuery.when();
+                }
+                return prm.then(function() {
+                    group.add(record, this.new_model_position());
+                    this.set_current_record(record);
+                    if (previous_view.view_type == 'calendar') {
+                       previous_view.set_default_date(record, selected_date);
+                    }
+                    this.display().done(function() {
+                        this.set_cursor(true, true);
+                    }.bind(this));
+                    return record;
                 }.bind(this));
-                return record;
             }.bind(this));
         },
         new_model_position: function() {
@@ -5951,7 +6492,8 @@ var Sao = {};
             if (this.current_record) {
                 this.current_record.cancel();
                 if (this.current_record.id < 0) {
-                    prms.push(this.remove());
+                    prms.push(this.remove(
+                                false, false, false, [this.current_record]));
                 }
             }
             return jQuery.when.apply(jQuery, prms);
@@ -6032,18 +6574,12 @@ var Sao = {};
                 record.group.unremove(record);
             });
         },
-        remove: function(delete_, remove, force_remove) {
-            var records = null;
-            if ((this.current_view.view_type == 'form') &&
-                    this.current_record) {
-                records = [this.current_record];
-            } else if (this.current_view.view_type == 'tree') {
-                records = this.current_view.selected_records();
-            }
+        remove: function(delete_, remove, force_remove, records) {
+            var prm = jQuery.when();
+            records = records || this.current_view.selected_records();
             if (jQuery.isEmptyObject(records)) {
-                return;
+                return prm;
             }
-            var prm = jQuery.when();
             if (delete_) {
                 // TODO delete children before parent
                 prm = this.model.delete_(records);
@@ -6116,7 +6652,7 @@ var Sao = {};
             return jQuery.when();
         },
         domain_parser: function() {
-            var view_id, view_tree;
+            var view_id, view_tree, domain_parser;
             if (this.current_view) {
                 view_id = this.current_view.view_id;
             } else {
@@ -6130,6 +6666,7 @@ var Sao = {};
                 this.model.execute('fields_view_get', [false, 'tree'],
                         this.context).then(function(view) {
                     this.fields_view_tree[view_id] = view;
+                    domain_parser.update_fields(view.fields);
                 }.bind(this));
                 view_tree = {};
                 view_tree.fields = {};
@@ -6159,15 +6696,16 @@ var Sao = {};
                 // Filter only fields in XML view
                 var xml_view = jQuery(jQuery.parseXML(view_tree.arch));
                 var xml_fields = xml_view.find('tree').children()
-                    .filter(function(node) {
+                    .filter(function(i, node) {
                         return node.tagName == 'field';
-                    }).map(function(node) {
+                    }).map(function(i, node) {
                         return node.getAttribute('name');
                     });
                 var dom_fields = {};
-                xml_fields.each(function(name) {
+                xml_fields.each(function(k, name) {
                     dom_fields[name] = fields[name];
                 });
+                fields = dom_fields;
             }
 
             // Add common fields
@@ -6196,18 +6734,11 @@ var Sao = {};
                             }
                         }
                     });
-            if (!('id' in fields)) {
-                fields.id = {
-                    'string': Sao.i18n.gettext('ID'),
-                    'name': 'id',
-                    'type': 'integer'
-                };
-            }
 
             var context = jQuery.extend({},
                     this.model.session.context,
                     this.context);
-            var domain_parser = new Sao.common.DomainParser(
+            domain_parser = new Sao.common.DomainParser(
                     fields, context);
             this._domain_parser[view_id] = domain_parser;
             return domain_parser;
@@ -6376,33 +6907,39 @@ var Sao = {};
                         .then(reset_state(record));
                     return;
                 }
-
-                // TODO confirm
-                record = this.current_record;
-                if (attributes.type === 'instance') {
-                    var args = record.expr_eval(attributes.change || []);
-                    var values = record._get_on_change_args(args);
-                    record.model.execute(attributes.name, [values], this.context)
-                        .then(function(changes) {
+                var prm = jQuery.when();
+                if (attributes.confirm !== undefined) {
+                    prm = Sao.common.sur.run(attributes.confirm);
+                }
+                prm.then(function() {
+                    var record = this.current_record;
+                    if (attributes.type === 'instance') {
+                        var args = record.expr_eval(attributes.change || []);
+                        var values = record._get_on_change_args(args);
+                        record.model.execute(attributes.name, [values],
+                                this.context).then(function(changes) {
                             record.set_on_change(changes);
-                            record.group.root_group().screens.forEach(function(screen) {
-                                screen.display();
+                            record.group.root_group().screens.forEach(
+                                function(screen) {
+                                    screen.display();
                             });
                         });
-                } else {
-                    record.save(false).done(function() {
-                        var context = jQuery.extend({}, this.context);
-                        context._timestamp = {};
-                        ids = [];
-                        for (i = 0; i < selected_records.length; i++) {
-                            record = selected_records[i];
-                            jQuery.extend(context._timestamp, record.get_timestamp());
-                            ids.push(record.id);
-                        }
-                        record.model.execute(attributes.name,
-                            [ids], context).then(process_action.bind(this));
-                    }.bind(this));
-                }
+                    } else {
+                        record.save(false).done(function() {
+                            var context = jQuery.extend({}, this.context);
+                            context._timestamp = {};
+                            ids = [];
+                            for (i = 0; i < selected_records.length; i++) {
+                                record = selected_records[i];
+                                jQuery.extend(context._timestamp,
+                                    record.get_timestamp());
+                                ids.push(record.id);
+                            }
+                            record.model.execute(attributes.name,
+                                [ids], context).then(process_action.bind(this));
+                        }.bind(this));
+                    }
+                }.bind(this));
             }.bind(this));
         },
         client_action: function(action) {
@@ -6523,8 +7060,14 @@ var Sao = {};
                     !jQuery.isEmptyObject(this.tree_states_done)) {
                 return;
             }
+            if (view.view_type == 'tree' && !view.attributes.tree_state) {
+                return;
+            }
 
             parent_ = this.group.parent ? this.group.parent.id : null;
+            if (parent_ < 0) {
+                return;
+            }
             timestamp = parent ? parent._timestamp : null;
             if (!(parent_ in this.tree_states)) {
                 this.tree_states[parent_] = {};
@@ -6671,6 +7214,16 @@ var Sao = {};
 
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
    this repository contains the full copyright notices and license terms. */
+
+/* jshint ignore:start */
+// Must be defined in non strict context otherwise is invalid
+function eval_pyson(value){
+    with (Sao.PYSON.eval) {
+        return eval(value);
+    }
+}
+/* jshint ignore:end */
+
 (function() {
     'use strict';
 
@@ -7342,19 +7895,15 @@ var Sao = {};
             } else {
                 state_changes = {};
             }
-            if ((field && field.description.required) ||
-                    state_changes.required) {
-                this.label_el.addClass('required');
-            } else {
-                this.label_el.removeClass('required');
-            }
             if ((field && field.description.readonly) ||
                     state_changes.readonly) {
-                this.label_el.removeClass('editable');
-                this.label_el.removeClass('required');
-            } else {
-                this.label_el.addClass('editable');
             }
+            Sao.common.apply_label_attributes(
+                    this.label_el,
+                    ((field && field.description.readonly) ||
+                     state_changes.readonly),
+                    ((field && field.description.required) ||
+                     state_changes.required));
         }
     });
 
@@ -7379,7 +7928,7 @@ var Sao = {};
             Sao.View.Form.Label._super.init.call(this, attributes);
             this.el = this.label_el = jQuery('<label/>', {
                 text: text,
-                'class': this.class_ + ' form-label'
+                'class': this.class_
             });
         }
     });
@@ -7533,6 +8082,8 @@ var Sao = {};
                 return Sao.View.Form.ProgressBar;
             case 'dict':
                 return Sao.View.Form.Dict;
+            case 'pyson':
+                return Sao.View.Form.PYSON;
         }
     };
 
@@ -7551,6 +8102,7 @@ var Sao = {};
         display: function(record, field) {
             var readonly = this.attributes.readonly;
             var invisible = this.attributes.invisible;
+            var required = this.attributes.required;
             if (!field) {
                 if (readonly === undefined) {
                     readonly = true;
@@ -7558,8 +8110,12 @@ var Sao = {};
                 if (invisible === undefined) {
                     invisible = false;
                 }
+                if (required === undefined) {
+                    required = false;
+                }
                 this.set_readonly(readonly);
                 this.set_invisible(invisible);
+                this.set_required(required);
                 return;
             }
             var state_attrs = field.get_state_attrs(record);
@@ -7569,10 +8125,17 @@ var Sao = {};
                     readonly = false;
                 }
             }
+            if (required === undefined) {
+                required = state_attrs.required;
+                if (required === undefined) {
+                    required = false;
+                }
+            }
             if (this.view.screen.attributes.readonly) {
                 readonly = true;
             }
             this.set_readonly(readonly);
+            this.set_required(required);
             var invalid = state_attrs.invalid;
             if (!readonly && invalid) {
                 this.el.addClass('has-error');
@@ -7610,8 +8173,11 @@ var Sao = {};
         set_value: function(record, field) {
         },
         set_readonly: function(readonly) {
+            this._readonly = readonly;
             this.el.prop('disabled', readonly);
         },
+        set_required: function(required) {
+        },
         set_invisible: function(invisible) {
             this.visible = !invisible;
             if (invisible) {
@@ -7622,11 +8188,213 @@ var Sao = {};
         }
     });
 
+    Sao.View.Form.TranslateDialog = Sao.class_(Object,  {
+        init: function(languages, widget) {
+            var dialog = new Sao.Dialog(Sao.i18n.gettext('Translate'),
+                    this.class_, this, languages);
+            dialog.modal.find('.modal-dialog')
+                .removeClass('modal-sm').addClass('modal-lg');
+            this.languages = languages;
+            this.read(widget, dialog);
+            jQuery('<button/>', {
+                'class': 'btn btn-link',
+                'type': 'button'
+            }).append(Sao.i18n.gettext('Cancel')).click(function() {
+                this.close(dialog);
+            }.bind(this)).appendTo(dialog.footer);
+            jQuery('<button/>', {
+                'class': 'btn btn-primary',
+                'type': 'button'
+            }).append(Sao.i18n.gettext('OK')).click(this.write
+                    .bind(this, widget, dialog))
+                    .appendTo(dialog.footer);
+            dialog.content.submit(function(evt) {
+                evt.preventDefault();
+                dialog.footer.find('button.btn-primary').first().click();
+            });
+            dialog.modal.modal('show');
+            dialog.modal.on('shown.bs.modal', function() {
+                dialog.modal.find('input,select')
+                    .filter(':visible').first().focus();
+            });
+        },
+        close: function(dialog) {
+            dialog.modal.on('hidden.bs.modal', function(event) {
+                jQuery(this).remove();
+            });
+            dialog.modal.modal('hide');
+        },
+        read: function(widget, dialog) {
+            this.languages.forEach(function(lang){
+                var context = {};
+                context.language = lang.code;
+                var params = [
+                    [widget.record().id],
+                    [widget.field_name],
+                    context
+                ];
+                var args = {
+                    'method': 'model.' + widget.model.name  + '.read',
+                    'params': params
+                };
+                var value;
+                var row = jQuery('<div/>', {
+                    'class':'row form-group'
+                });
+                var input = widget.translate_widget();
+                input.attr('data-lang-id', lang.id);
+                var checkbox = jQuery('<input/>', {
+                    'type':'checkbox',
+                    'title': Sao.i18n.gettext('Edit')
+                });
+                if (widget._readonly) {
+                    checkbox.attr('disabled', true);
+                }
+                var fuzzy_box = jQuery('<input/>', {
+                    'type':'checkbox',
+                    'disabled': true,
+                    'title': Sao.i18n.gettext('Fuzzy')
+                });
+                var prm = Sao.rpc(args, widget.model.session)
+                        .then(function(result) {
+                    value = result[0][widget.field_name];
+                }.bind(this));
+                params = [
+                    [widget.record().id],
+                    [widget.field_name],
+                    context
+                ];
+                context.fuzzy_translation = true;
+                args = {
+                    'method': 'model.' + widget.model.name  + '.read',
+                    'params': params
+                };
+                prm.then(function() {
+                    Sao.rpc(args, widget.model.session)
+                            .then(function(fuzzy_value) {
+                        value = fuzzy_value[0][widget.field_name];
+                        widget.translate_widget_set(
+                            input, value);
+                        fuzzy_box.attr('checked',
+                               fuzzy_value[0].name != value);
+                    }.bind(this));
+                }.bind(this));
+                checkbox.click(function() {
+                    widget.translate_widget_set_readonly(input);
+                });
+                dialog.body.append(row);
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-3'
+                }).append(lang.name));
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-6'
+                }).append(input));
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-1'
+                }).append(checkbox));
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-1'
+                }).append(fuzzy_box));
+            }.bind(this));
+        },
+        write: function(widget, dialog) {
+            var promises = [];
+            this.languages.forEach(function(lang) {
+                var input = jQuery('[data-lang-id=' + lang.id + ']');
+                if (!input.attr('readonly')) {
+                    var current_language = widget.model.session.context.
+                            language;
+                    var context = {};
+                    context.language = lang.code;
+                    context.fuzzy_translation = false;
+                    var values =  {};
+                    values[widget.field_name] = input.val();
+                    var params = [
+                        [widget.record().id],
+                        values,
+                        context
+                    ];
+                    var args = {
+                        'method': 'model.' + widget.model.name  + '.write',
+                        'params': params
+                    };
+                    var prm = Sao.rpc(args, widget.model.session)
+                            .then(function() {
+                                if (lang.code == current_language) {
+                                    widget.view.display();
+                                }
+                    });
+                    promises.push(prm);
+                }
+            }.bind(this));
+            this.close(dialog);
+            jQuery.when.apply(jQuery, promises).then(function() {
+                widget.record().cancel();
+            });
+        }
+    });
+
+    Sao.View.Form.TranslateMixin = {};
+    Sao.View.Form.TranslateMixin.init = function() {
+        this.translate = Sao.View.Form.TranslateMixin.translate.bind(this);
+        this.translate_widget_set_readonly =
+            Sao.View.Form.TranslateMixin.translate_widget_set_readonly
+                .bind(this);
+        this.translate_widget_set =
+            Sao.View.Form.TranslateMixin.translate_widget_set.bind(this);
+    };
+    Sao.View.Form.TranslateMixin.translate = function() {
+        if (this.record().id < 0 || this.record().has_changed()) {
+            var mg = Sao.i18n.gettext(
+                'You need to save the record before adding translations.');
+            Sao.common.message.run(mg);
+            return;
+        }
+        var session = this.model.session;
+        var params = [
+            [['translatable', '=', 'true']]
+        ];
+        var args = {
+            'method': 'model.ir.lang.search',
+            'params': params.concat({})
+        };
+        Sao.rpc(args, session).then(function(lang_ids) {
+            if (jQuery.isEmptyObject(lang_ids)) {
+                Sao.common.message.run(Sao.i18n.gettext(
+                        'No other language available.'));
+                return;
+            }
+            var params = [
+                lang_ids,
+                ['code', 'name']
+            ];
+            var args = {
+                'method': 'model.ir.lang.read',
+                'params': params.concat({})
+            };
+            Sao.rpc(args, session).then(function(languages) {
+                var dialog = new Sao.View.Form.TranslateDialog(languages, this);
+            }.bind(this));
+        }.bind(this));
+    };
+    Sao.View.Form.TranslateMixin.translate_widget_set_readonly =
+            function(el, value) {
+        if (el.attr('readonly')) {
+            el.removeAttr('readonly');
+        } else {
+            el.attr('readonly', true);
+        }
+    };
+    Sao.View.Form.TranslateMixin.translate_widget_set = function(el, value) {
+        el.val(value || '');
+    };
+
     Sao.View.Form.Char = Sao.class_(Sao.View.Form.Widget, {
         class_: 'form-char',
         init: function(field_name, model, attributes) {
             Sao.View.Form.Char._super.init.call(this, field_name, model,
                 attributes);
+            Sao.View.Form.TranslateMixin.init.call(this);
             this.el = jQuery('<div/>', {
                 'class': this.class_
             });
@@ -7647,6 +8415,25 @@ var Sao = {};
             if (!attributes.size) {
                 this.group.css('width', '100%');
             }
+            if (this.attributes.translate) {
+                var button = jQuery('<button/>', {
+                    'class': 'btn btn-default btn-sm form-control',
+                    'type': 'button',
+                    'aria-label': Sao.i18n.gettext('Translate')
+                }).append(jQuery('<span/>', {
+                    'class': 'glyphicon glyphicon-flag'
+                })).appendTo(jQuery('<span/>', {
+                    'class': 'input-group-btn'
+                }).appendTo(this.group));
+                button.click(this.translate.bind(this));
+            }
+        },
+        get_client_value: function(record, field) {
+            var value = '';
+            if (field) {
+                value = field.get_client(record);
+            }
+            return value;
         },
         display: function(record, field) {
             Sao.View.Form.Char._super.display.call(this, record, field);
@@ -7672,16 +8459,10 @@ var Sao = {};
                     width = null;
                 }
             }
+            this.input.val(this.get_client_value(record, field));
             this.input.attr('maxlength', length);
             this.input.attr('size', length);
             this.group.css('width', width);
-
-            if (record) {
-                var value = record.field_get_client(this.field_name);
-                this.input.val(value || '');
-            } else {
-                this.input.val('');
-            }
         },
         set_value: function(record, field) {
             field.set_client(record, this.input.val());
@@ -7691,6 +8472,12 @@ var Sao = {};
         },
         focus: function() {
             this.input.focus();
+        },
+        translate_widget: function() {
+            return jQuery('<input/>', {
+                'class': 'form-control',
+                'readonly': 'readonly'
+            });
         }
     });
 
@@ -7722,12 +8509,14 @@ var Sao = {};
             jQuery('<span/>', {
                 'class': 'input-group-btn'
             }).append(jQuery('<button/>', {
-                'class': 'btn btn-default',
+                'class': 'datepickerbutton btn btn-default',
                 'type': 'button'
             }).append(jQuery('<span/>', {
                 'class': 'glyphicon glyphicon-calendar'
             }))).appendTo(this.date);
-            this.date.datetimepicker();
+            this.date.datetimepicker({
+                'locale': moment.locale()
+            });
             this.date.css('width', this._width);
             this.date.on('dp.change', this.focus_out.bind(this));
         },
@@ -7844,16 +8633,12 @@ var Sao = {};
         set_value: function(record, field) {
             field.set_client(record, this.input.val(), undefined, this.factor);
         },
-        display: function(record, field) {
-            // Skip Char call
-            Sao.View.Form.Char._super.display.call(this, record, field);
-            if (record) {
-                var value = record.model.fields[this.field_name]
-                    .get_client(record, this.factor);
-                this.input.val(value);
-            } else {
-                this.input.val('');
+        get_client_value: function(record, field) {
+            var value = '';
+            if (field) {
+                value = field.get_client(record, this.factor);
             }
+            return value;
         }
     });
 
@@ -7995,6 +8780,7 @@ var Sao = {};
         init: function(field_name, model, attributes) {
             Sao.View.Form.Text._super.init.call(this, field_name, model,
                 attributes);
+            Sao.View.Form.TranslateMixin.init.call(this);
             this.el = jQuery('<div/>', {
                 'class': this.class_
             });
@@ -8002,6 +8788,19 @@ var Sao = {};
                 'class': 'form-control input-sm'
             }).appendTo(this.el);
             this.input.change(this.focus_out.bind(this));
+            if (this.attributes.translate) {
+                var button  = jQuery('<button/>', {
+                    'class': 'btn btn-default btn-sm form-control',
+                    'type': 'button',
+                    'aria-label': Sao.i18n.gettext('Translate')
+                }).appendTo(jQuery('<span/>', {
+                    'class': 'input-group-btn'
+                }).appendTo(this.el));
+                button.append(jQuery('<span/>', {
+                    'class': 'glyphicon glyphicon-flag'
+                }));
+                button.click(this.translate.bind(this));
+            }
         },
         display: function(record, field) {
             Sao.View.Form.Text._super.display.call(this, record, field);
@@ -8021,24 +8820,42 @@ var Sao = {};
         },
         set_readonly: function(readonly) {
             this.input.prop('readonly', readonly);
+        },
+        translate_widget: function() {
+            return jQuery('<textarea/>', {
+                    'class': 'form-control',
+                    'readonly': 'readonly'
+                });
         }
     });
 
     Sao.View.Form.RichText = Sao.class_(Sao.View.Form.Widget, {
         class_: 'form-richtext',
         init: function(field_name, model, attributes) {
-            var i, properties, button;
             Sao.View.Form.RichText._super.init.call(
                     this, field_name, model, attributes);
             this.el = jQuery('<div/>', {
                 'class': this.class_ + ' panel panel-default'
             });
-            this.toolbar = jQuery('<div/>', {
+            if (parseInt(attributes.toolbar || '1', 10)) {
+                this.get_toolbar().appendTo(this.el);
+            }
+            this.input = this.labelled = jQuery('<div/>', {
+                'class': 'richtext',
+                'contenteditable': true
+            }).appendTo(jQuery('<div/>', {
+                'class': 'panel-body'
+            }).appendTo(this.el));
+            this.el.focusout(this.focus_out.bind(this));
+        },
+        get_toolbar: function() {
+            var i, properties, button;
+            var toolbar = jQuery('<div/>', {
                 'class': 'btn-toolbar',
                 'role': 'toolbar'
             }).appendTo(jQuery('<div/>', {
                 'class': 'panel-heading'
-            }).appendTo(this.el));
+            }));
 
             var button_apply_command = function(evt) {
                 document.execCommand(evt.data);
@@ -8048,7 +8865,7 @@ var Sao = {};
                 var group = jQuery('<div/>', {
                     'class': 'btn-group',
                     'role': 'group'
-                }).appendTo(this.toolbar);
+                }).appendTo(toolbar);
                 for (i in buttons) {
                     properties = buttons[i];
                     button = jQuery('<button/>', {
@@ -8059,7 +8876,7 @@ var Sao = {};
                     })).appendTo(group);
                     button.click(properties.command, button_apply_command);
                 }
-            }.bind(this);
+            };
 
             add_buttons([
                     {
@@ -8097,7 +8914,7 @@ var Sao = {};
                 var group = jQuery('<div/>', {
                     'class': 'btn-group',
                     'role': 'group'
-                }).appendTo(this.toolbar);
+                }).appendTo(toolbar);
                 button = jQuery('<button/>', {
                     'class': 'btn btn-default dropdown-toggle',
                     'type': 'button',
@@ -8137,21 +8954,14 @@ var Sao = {};
                         jQuery('<input/>', {
                             'class': 'btn btn-default',
                             'type': 'color'
-                        }).appendTo(this.toolbar)
+                        }).appendTo(toolbar)
                         .change(function() {
                             document.execCommand(command, false, jQuery(this).val());
                         }).focusin(function() {
                             document.execCommand(command, false, jQuery(this).val());
                         }).val(color);
-            }.bind(this));
-
-            this.input = this.labelled = jQuery('<div/>', {
-                'class': 'richtext',
-                'contenteditable': true
-            }).appendTo(jQuery('<div/>', {
-                'class': 'panel-body'
-            }).appendTo(this.el));
-            this.el.focusout(this.focus_out.bind(this));
+            });
+            return toolbar;
         },
         focus_out: function() {
             // Let browser set the next focus before testing
@@ -8194,7 +9004,9 @@ var Sao = {};
         },
         set_readonly: function(readonly) {
             this.input.prop('contenteditable', !readonly);
-            this.toolbar.find('button,select').prop('disabled', readonly);
+            if (this.toolbar) {
+                this.toolbar.find('button,select').prop('disabled', readonly);
+            }
         }
     });
 
@@ -8225,16 +9037,24 @@ var Sao = {};
             }
 
             // Append buttons after the completion to not break layout
-            var buttons = jQuery('<span/>', {
+            this.but_primary = jQuery('<button/>', {
+                'class': 'btn btn-default',
+                'type': 'button'
+            }).append(jQuery('<span/>', {
+                'class': 'glyphicon'
+            })).appendTo(jQuery('<span/>', {
                 'class': 'input-group-btn'
-            }).appendTo(group);
-            this.but_open = jQuery('<button/>', {
+            }).prependTo(group));
+            this.but_secondary = jQuery('<button/>', {
                 'class': 'btn btn-default',
                 'type': 'button'
             }).append(jQuery('<span/>', {
-                'class': 'glyphicon glyphicon-search'
-            })).appendTo(buttons);
-            this.but_open.click(this.edit.bind(this));
+                'class': 'glyphicon'
+            })).appendTo(jQuery('<span/>', {
+                'class': 'input-group-btn'
+            }).appendTo(group));
+            this.but_primary.click('primary', this.edit.bind(this));
+            this.but_secondary.click('secondary', this.edit.bind(this));
 
             this.el.change(this.focus_out.bind(this));
             this._readonly = false;
@@ -8296,18 +9116,35 @@ var Sao = {};
                 return;
             }
             this.set_text(field.get_client(record));
+            var primary, secondary;
             value = field.get(record);
             if (this.has_target(value)) {
-                this.but_open.button({
-                    'icons': {
-                        'primary': 'glyphicon-folder-open'
-                    }});
+                primary = 'glyphicon-folder-open';
+                secondary = 'glyphicon-erase';
             } else {
-                this.but_open.button({
-                    'icons': {
-                        'primary': 'glyphicon-search'
-                    }});
+                primary = null;
+                secondary = 'glyphicon-search';
+            }
+            if (this.entry.prop('readonly')) {
+                secondary = null;
             }
+            [
+                [primary, this.but_primary],
+                [secondary, this.but_secondary]
+            ].forEach(function(items) {
+                var icon_name = items[0];
+                var button = items[1];
+                var icon = button.find('.glyphicon');
+                icon.removeClass().addClass('glyphicon');
+                // don't use .hide/.show because the display value is not
+                // correctly restored on modal.
+                if (!icon_name) {
+                    button.parent().css('display', 'none');
+                } else {
+                    button.parent().css('display', 'table-cell');
+                    icon.addClass(icon_name);
+                }
+            });
         },
         focus: function() {
             this.entry.focus();
@@ -8318,8 +9155,8 @@ var Sao = {};
         },
         _set_button_sensitive: function() {
             this.entry.prop('readonly', this._readonly);
-            this.but_open.prop('disabled',
-                    !this.read_access());
+            this.but_primary.prop('disabled', !this.read_access());
+            this.but_secondary.prop('disabled', this._readonly);
         },
         get_access: function(type) {
             var model = this.get_model();
@@ -8357,7 +9194,16 @@ var Sao = {};
             var win, callback;
             var record = this.record();
             var value = record.field_get(this.field_name);
-            if (model && this.has_target(value)) {
+
+            if ((evt && evt.data == 'secondary') &&
+                    !this._readonly &&
+                    this.has_target(value)) {
+                this.record().field_set_client(this.field_name,
+                        this.value_from_id(null, ''));
+                this.entry.val('');
+                return;
+            }
+            if (this.has_target(value)) {
                 var screen = this.get_screen();
                 var m2o_id =
                     this.id_from_value(record.field_get(this.field_name));
@@ -8374,9 +9220,12 @@ var Sao = {};
                     }
                 };
                 win = new Sao.Window.Form(screen, callback.bind(this), {
-                    save_current: true
+                    save_current: true,
+                    title: this.attributes.string
                 });
-            } else if (model && !this._readonly) {
+                return;
+            }
+            if (model) {
                 var dom;
                 var domain = this.field().get_domain(record);
                 var context = this.field().get_context(record);
@@ -8399,8 +9248,10 @@ var Sao = {};
                                 '').split(','),
                             views_preload: (this.attributes.views || {}),
                             new_: this.create_access(),
-                            search_filter: parser.quote(text)
+                            search_filter: parser.quote(text),
+                            title: this.attributes.string
                         });
+                return;
             }
         },
         new_: function(evt) {
@@ -8421,7 +9272,9 @@ var Sao = {};
             };
             var win = new Sao.Window.Form(screen, callback.bind(this), {
                 new_: true,
-                save_current: true
+                save_current: true,
+                title: this.attributes.string,
+                rec_name: this.entry.val()
             });
         },
         key_press: function(event_) {
@@ -8500,7 +9353,8 @@ var Sao = {};
                                 views_preload: (this.attributes.views ||
                                     {}),
                                 new_: this.create_access(),
-                                search_filter: parser.quote(text)
+                                search_filter: parser.quote(text),
+                                title: this.attributes.string
                             });
                 }
             }
@@ -8704,6 +9558,7 @@ var Sao = {};
                 attributes);
 
             this._readonly = true;
+            this._required = false;
 
             this.el = jQuery('<div/>', {
                 'class': this.class_ + ' panel panel-default'
@@ -8713,16 +9568,16 @@ var Sao = {};
             });
             this.el.append(this.menu);
 
-            var label = jQuery('<label/>', {
+            this.title = jQuery('<label/>', {
                 'class': this.class_ + '-string',
                 text: attributes.string
             });
-            this.menu.append(label);
+            this.menu.append(this.title);
 
-            label.uniqueId();
+            this.title.uniqueId();
             this.el.uniqueId();
-            this.el.attr('aria-labelledby', label.attr('id'));
-            label.attr('for', this.el.attr('id'));
+            this.el.attr('aria-labelledby', this.title.attr('id'));
+            this.title.attr('for', this.el.attr('id'));
 
             var toolbar = jQuery('<div/>', {
                 'class': this.class_ + '-toolbar'
@@ -8845,7 +9700,6 @@ var Sao = {};
                 view_ids: (attributes.view_ids || '').split(','),
                 views_preload: attributes.views || {},
                 row_activate: this.activate.bind(this),
-                readonly: attributes.readonly || false,
                 exclude_field: attributes.relation_field || null,
                 pre_validate: attributes.pre_validate
             });
@@ -8861,6 +9715,15 @@ var Sao = {};
         set_readonly: function(readonly) {
             this._readonly = readonly;
             this._set_button_sensitive();
+            this._set_label_state();
+        },
+        set_required: function(required) {
+            this._required = required;
+            this._set_label_state();
+        },
+        _set_label_state: function() {
+            Sao.common.apply_label_attributes(this.title, this._readonly,
+                    this._required);
         },
         _set_button_sensitive: function() {
             var access = Sao.common.MODELACCESS.get(this.screen.model_name);
@@ -8927,18 +9790,15 @@ var Sao = {};
                         this.screen.set_current_record(null);
                     }
                 }
-                var readonly = false;
                 var domain = [];
                 var size_limit = null;
                 if (record) {
-                    readonly = field.get_state_attrs(record).readonly;
                     domain = field.get_domain(record);
                     size_limit = record.expr_eval(this.attributes.size);
                 }
                 if (!Sao.common.compare(this.screen.domain, domain)) {
                     this.screen.domain = domain;
                 }
-                this.screen.group.set_readonly(readonly);
                 this.screen.size_limit = size_limit;
                 this.screen.display();
             }.bind(this));
@@ -8993,7 +9853,8 @@ var Sao = {};
                                 '').split(','),
                         views_preload: this.attributes.views || {},
                         new_: !this.but_new.prop('disabled'),
-                        search_filter: parser.quote(text)
+                        search_filter: parser.quote(text),
+                        title: this.attributes.string
                     });
         },
         remove: function(event_) {
@@ -9031,7 +9892,8 @@ var Sao = {};
                 var win = new Sao.Window.Form(this.screen, function() {}, {
                     new_: true,
                     many: field_size,
-                    context: context
+                    context: context,
+                    title: this.attributes.string
                 });
             }
         },
@@ -9068,9 +9930,11 @@ var Sao = {};
                                     sel_multi: true,
                                     context: context,
                                     domain: domain,
-                                    search_filter: ''
+                                    search_filter: '',
+                                    title: this.attributes.string
+
                         });
-                    };
+                    }.bind(this);
 
                     var make_product = function() {
                         if (jQuery.isEmptyObject(product)) {
@@ -9103,8 +9967,8 @@ var Sao = {};
                     };
 
                     search_set();
-                });
-            });
+                }.bind(this));
+            }.bind(this));
         },
         open: function(event_) {
             this.edit();
@@ -9138,7 +10002,8 @@ var Sao = {};
             this.validate().done(function() {
                 var record = this.screen.current_record;
                 if (record) {
-                    var win = new Sao.Window.Form(this.screen, function() {});
+                    var win = new Sao.Window.Form(this.screen, function() {},
+                        {title: this.attributes.string});
                 }
             }.bind(this));
         },
@@ -9182,6 +10047,7 @@ var Sao = {};
                 attributes);
 
             this._readonly = true;
+            this._required = false;
 
             this.el = jQuery('<div/>', {
                 'class': this.class_ + ' panel panel-default'
@@ -9191,16 +10057,16 @@ var Sao = {};
             });
             this.el.append(this.menu);
 
-            var label = jQuery('<label/>', {
+            this.title = jQuery('<label/>', {
                 'class': this.class_ + '-string',
                 text: attributes.string
             });
-            this.menu.append(label);
+            this.menu.append(this.title);
 
-            label.uniqueId();
+            this.title.uniqueId();
             this.el.uniqueId();
-            this.el.attr('aria-labelledby', label.attr('id'));
-            label.attr('for', this.el.attr('id'));
+            this.el.attr('aria-labelledby', this.title.attr('id'));
+            this.title.attr('for', this.el.attr('id'));
 
             var toolbar = jQuery('<div/>', {
                 'class': this.class_ + '-toolbar'
@@ -9258,6 +10124,15 @@ var Sao = {};
         set_readonly: function(readonly) {
             this._readonly = readonly;
             this._set_button_sensitive();
+            this._set_label_state();
+        },
+        set_required: function(required) {
+            this._required = required;
+            this._set_label_state();
+        },
+        _set_label_state: function() {
+            Sao.common.apply_label_attributes(this.title, this._readonly,
+                    this._required);
         },
         _set_button_sensitive: function() {
             var size_limit = false;
@@ -9325,7 +10200,8 @@ var Sao = {};
                             '').split(','),
                         views_preload: this.attributes.views || {},
                         new_: this.attributes.create,
-                        search_filter: parser.quote(value)
+                        search_filter: parser.quote(value),
+                        title: this.attributes.string
                     });
         },
         remove: function() {
@@ -9347,12 +10223,7 @@ var Sao = {};
                 this.add();
             }
         },
-        edit: function() {
-            if (jQuery.isEmptyObject(this.screen.current_record)) {
-                return;
-            }
-            // Create a new screen that is not linked to the parent otherwise
-            // on the save of the record will trigger the save of the parent
+        _get_screen_form: function() {
             var domain = this.field().get_domain(this.record());
             var add_remove = this.record().expr_eval(
                     this.attributes.add_remove);
@@ -9360,14 +10231,26 @@ var Sao = {};
                 domain = [domain, add_remove];
             }
             var context = this.field().get_context(this.record());
-            var screen = new Sao.Screen(this.attributes.relation, {
+            var view_ids = (this.attributes.view_ids || '').split(',');
+            if (!jQuery.isEmptyObject(view_ids)) {
+                // Remove the first tree view as mode is form only
+                view_ids.shift();
+            }
+            return new Sao.Screen(this.attributes.relation, {
                 'domain': domain,
-                'view_ids': (this.attributes.view_ids || '').split(','),
+                'view_ids': view_ids,
                 'mode': ['form'],
                 'views_preload': this.attributes.views,
-                'readonly': this.attributes.readonly || false,
                 'context': context
             });
+        },
+        edit: function() {
+            if (jQuery.isEmptyObject(this.screen.current_record)) {
+                return;
+            }
+            // Create a new screen that is not linked to the parent otherwise
+            // on the save of the record will trigger the save of the parent
+            var screen = this._get_screen_form();
             screen.new_group([this.screen.current_record.id]);
             var callback = function(result) {
                 if (result) {
@@ -9378,25 +10261,12 @@ var Sao = {};
                 }
             }.bind(this);
             screen.switch_view().done(function() {
-                new Sao.Window.Form(screen, callback);
-            });
+                new Sao.Window.Form(screen, callback,
+                    {title: this.attributes.string});
+            }.bind(this));
         },
         new_: function() {
-            var domain = this.field().get_domain(this.record());
-            var add_remove = this.record().expr_eval(
-                    this.attributes.add_remove);
-            if (!jQuery.isEmptyObject(add_remove)) {
-                domain = [domain, add_remove];
-            }
-            var context = this.field().get_context(this.record());
-
-            var screen = new Sao.Screen(this.attributes.relation, {
-                'domain': domain,
-                'view_ids': (this.attributes.view_ids || '').split(','),
-                'mode': ['form'],
-                'views_preload': this.attributes.views,
-                'context': context
-            });
+            var screen = this._get_screen_form();
             var callback = function(result) {
                 if (result) {
                     var record = screen.current_record;
@@ -9407,9 +10277,11 @@ var Sao = {};
             screen.switch_view().done(function() {
                 new Sao.Window.Form(screen, callback, {
                     'new_': true,
-                    'save_current': true
+                    'save_current': true,
+                    title: this.attributes.string,
+                    rec_name: this.entry.val()
                 });
-            });
+            }.bind(this));
         }
     });
 
@@ -9522,16 +10394,27 @@ var Sao = {};
             file_dialog.modal.modal('show');
         },
         open: function() {
-            // TODO find a way to make the difference
-            // between downloading and opening
-            this.save_as();
+            var params = {};
+            var filename_field = this.filename_field();
+            if (filename_field) {
+                var filename = filename_field.get_client(this.record());
+                // Valid mimetype will make the browser directly open the file
+                params.mimetype = Sao.common.guess_mimetype(filename);
+            }
+            this.save_as(params);
         },
-        save_as: function() {
+        save_as: function(params) {
+            var mimetype = params.mimetype || 'application/octet-binary';
             var field = this.field();
             var record = this.record();
-            field.get_data(record).done(function(data) {
-                var blob = new Blob([data],
-                        {type: 'application/octet-binary'});
+            var prm;
+            if (field.get_data) {
+                prm = field.get_data(record);
+            } else {
+                prm = jQuery.when(field.get(record));
+            }
+            prm.done(function(data) {
+                var blob = new Blob([data], {type: mimetype});
                 var blob_url = window.URL.createObjectURL(blob);
                 if (this.blob_url) {
                     window.URL.revokeObjectURL(this.blob_url);
@@ -9541,6 +10424,10 @@ var Sao = {};
             }.bind(this));
         },
         clear: function() {
+	    var filename_field = this.filename_field();
+            if (filename_field) {
+                filename_field.set_client(this.record(), null);
+            }
             this.field().set_client(this.record(), null);
         }
     });
@@ -9571,7 +10458,8 @@ var Sao = {};
             }).appendTo(this.el);
             this.size = jQuery('<input/>', {
                 type: 'input',
-                'class': 'form-control input-sm'
+                'class': 'form-control input-sm',
+                'readonly': true
             }).appendTo(group);
 
             this.toolbar('input-group-btn').appendTo(group);
@@ -9644,6 +10532,7 @@ var Sao = {};
 
     Sao.View.Form.MultiSelection = Sao.class_(Sao.View.Form.Selection, {
         class_: 'form-multiselection',
+        expand: true,
         init: function(field_name, model, attributes) {
             this.nullable_widget = false;
             Sao.View.Form.MultiSelection._super.init.call(this, field_name,
@@ -9653,6 +10542,13 @@ var Sao = {};
         display_update_selection: function(record, field) {
             var i, len, element;
             this.update_selection(record, field, function() {
+                var yexpand = this.attributes.yexpand;
+                if (yexpand === undefined) {
+                    yexpand = this.expand;
+                }
+                if (!yexpand) {
+                    this.select.prop('size', this.select.children().length);
+                }
                 if (!field) {
                     return;
                 }
@@ -9947,7 +10843,8 @@ var Sao = {};
                         context: context,
                         domain: domain,
                         new_: false,
-                        search_filter: parser.quote(value)
+                        search_filter: parser.quote(value),
+                        title: this.attributes.string
                     });
         },
         add_new_keys: function(ids) {
@@ -10185,6 +11082,7 @@ var Sao = {};
             this.input.val(value || '');
         },
         set_readonly: function(readonly) {
+            this._readonly = readonly;
             this.input.prop('readonly', readonly);
         }
     });
@@ -10279,7 +11177,8 @@ var Sao = {};
                 'class': 'glyphicon glyphicon-calendar'
             })).prependTo(group);
             this.input.datetimepicker({
-                'format': Sao.common.moment_format(this.format)
+                'format': Sao.common.moment_format(this.format),
+                'locale': moment.locale()
             });
             this.input.on('dp.change',
                     this.parent_widget.focus_out.bind(this.parent_widget));
@@ -10308,6 +11207,63 @@ var Sao = {};
         }
     });
 
+    Sao.View.Form.PYSON = Sao.class_(Sao.View.Form.Char, {
+        class_: 'form-pyson',
+        init: function(field_name, model, attributes) {
+            Sao.View.Form.PYSON._super.init.call(this, field_name, model,
+                attributes);
+            this.encoder = new Sao.PYSON.Encoder({});
+            this.decoder = new Sao.PYSON.Decoder({}, true);
+            this.el.keyup(this.validate_pyson.bind(this));
+            var button = jQuery('<button/>', {
+                'class': 'btn btn-default',
+                'type': 'button'
+            });
+            this.icon = jQuery('<span/>', {
+                'class': 'glyphicon'
+            });
+            button.append(this.icon);
+            button.appendTo(jQuery('<span/>', {
+                'class': 'input-group-btn'
+            }).appendTo(this.group));
+        },
+        get_encoded_value: function() {
+            var value = this.input.val();
+            if (!value) {
+                return value;
+            }
+            try {
+                return this.encoder.encode(eval_pyson(value));
+            }
+            catch (err) {
+                return null;
+            }
+        },
+        set_value: function(record, field) {
+            field.set_client(record, this.get_encoded_value());
+        },
+        get_client_value: function(record, field) {
+            var value = Sao.View.Form.PYSON._super.get_client_value.call(
+                    this, record, field);
+            if (value) {
+                value = this.decoder.decode(value).toString();
+            }
+            return value;
+        },
+        validate_pyson: function() {
+            var icon = 'ok';
+            if (this.get_encoded_value() === null) {
+                icon = 'remove';
+            }
+            this.icon.removeClass().addClass('glyphicon').addClass(
+                ' glyphicon-' + icon + '-sign');
+        },
+        focus_out: function() {
+            this.validate_pyson();
+            Sao.View.Form.PYSON._super.focus_out.call(this);
+        }
+    });
+
 }());
 
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
@@ -10383,15 +11339,8 @@ var Sao = {};
             this.table = jQuery('<table/>', {
                 'class': 'tree table table-hover table-striped'
             });
-            if (this.columns.filter(function(c) {
-                return !c.attributes.tree_invisible;
-            }).length > 1) {
-                this.table.addClass('responsive');
-                this.table.addClass('responsive-header');
-            }
             this.el.append(this.table);
-            var thead = jQuery('<thead/>');
-            this.table.append(thead);
+            this.thead = jQuery('<thead/>').appendTo(this.table);
             var tr = jQuery('<tr/>');
             if (this.selection_mode != Sao.common.SELECTION_NONE) {
                 var th = jQuery('<th/>', {
@@ -10405,7 +11354,7 @@ var Sao = {};
                 th.append(this.selection);
                 tr.append(th);
             }
-            thead.append(tr);
+            this.thead.append(tr);
             this.columns.forEach(function(column) {
                 th = jQuery('<th/>');
                 var label = jQuery('<label/>')
@@ -10418,6 +11367,13 @@ var Sao = {};
                         label.addClass('editable');
                     }
                 }
+                if (column.sortable) {
+                    var arrow = jQuery('<span/>');
+                    label.append(arrow);
+                    column.arrow = arrow;
+                    th.click(column, this.sort_model.bind(this));
+                    label.addClass('sortable');
+                }
                 tr.append(th.append(label));
                 column.header = th;
             }, this);
@@ -10449,7 +11405,7 @@ var Sao = {};
                     attribute = child.attributes[i];
                     attributes[attribute.name] = attribute.value;
                 }
-                ['readonly', 'tree_invisible', 'expand', 'completion'].forEach(
+                ['readonly', 'expand', 'completion'].forEach(
                     function(name) {
                         if (attributes[name]) {
                             attributes[name] = attributes[name] == 1;
@@ -10509,7 +11465,11 @@ var Sao = {};
                                         affix_attributes));
                         }
                     }
-
+                    if (!this.attributes.sequence &&
+                            !this.children_field &&
+                            model.fields[name].description.sortable !== false){
+                        column.sortable = true;
+                    }
                     this.fields[name] = true;
                     // TODO sum
                 } else if (child.tagName == 'button') {
@@ -10519,6 +11479,47 @@ var Sao = {};
                 this.columns.push(column);
             }.bind(this));
         },
+        sort_model: function(e){
+            var column = e.data;
+            var arrow = column.arrow;
+            var arrow_top = 'glyphicon glyphicon-triangle-top';
+            var arrow_bottom = 'glyphicon glyphicon-triangle-bottom';
+            this.columns.forEach(function(col) {
+                if (col.arrow){
+                    if (col != column && col.arrow.hasClass('glyphicon')) {
+                        col.arrow.removeClass(arrow_top + ' ' + arrow_bottom);
+                    }
+                }
+            });
+            this.screen.order = this.screen.default_order;
+            if (arrow.hasClass(arrow_bottom)) {
+                arrow.removeClass(arrow_bottom);
+                arrow.addClass(arrow_top);
+                this.screen.order = [[column.attributes.name, 'DESC']];
+            } else if (arrow.hasClass(arrow_top)) {
+                arrow.removeClass(arrow_top);
+            } else {
+                arrow.addClass(arrow_bottom);
+                this.screen.order = [[column.attributes.name, 'ASC']];
+            }
+            var unsaved_records = [];
+            this.screen.group.forEach(function(unsaved_record) {
+                    if (unsaved_record.id < 0) {
+                        unsaved_records = unsaved_record.group;
+                }
+            });
+            var search_string = this.screen.screen_container.get_text();
+            if ((!jQuery.isEmptyObject(unsaved_records)) ||
+                    (this.screen.search_count == this.screen.group.length) ||
+                    (this.screen.parent)) {
+                this.screen.search_filter(search_string, true).then(
+                function(ids) {
+                    this.screen.group.sort(ids);
+                }.bind(this));
+            } else {
+                this.screen.search_filter(search_string);
+            }
+        },
         get_buttons: function() {
             var buttons = [];
             this.columns.forEach(function(column) {
@@ -10546,12 +11547,23 @@ var Sao = {};
             }
             expanded = expanded || [];
 
-            if ((this.screen.group.length != this.rows.length) ||
-                    !Sao.common.compare(
-                        this.screen.group, this.rows.map(function(row) {
-                            return row.record;
-                        })) || this.children_field) {  // XXX find better check
-                                                       // to keep focus
+            var row_records = function() {
+                return this.rows.map(function(row) {
+                    return row.record;
+                });
+            }.bind(this);
+            var min_display_size = Math.min(
+                    this.screen.group.length, this.display_size);
+            // XXX find better check to keep focus
+            if (this.children_field) {
+                this.construct(selected, expanded);
+            } else if ((min_display_size > this.rows.length) &&
+                    (Sao.common.compare(
+                            this.screen.group.slice(0, this.rows.length),
+                            row_records()))) {
+                this.construct(selected, expanded, true);
+            } else if ((min_display_size != this.rows.length) ||
+                    !Sao.common.compare(this.screen.group, row_records())){
                 this.construct(selected, expanded);
             }
 
@@ -10566,12 +11578,13 @@ var Sao = {};
             }
             var inversion = new Sao.common.DomainInversion();
             domain = inversion.simplify(domain);
+            var decoder = new Sao.PYSON.Decoder(this.screen.context);
             this.columns.forEach(function(column) {
                 var name = column.attributes.name;
                 if (!name) {
                     return;
                 }
-                if (column.attributes.tree_invisible) {
+                if (decoder.decode(column.attributes.tree_invisible || '0')) {
                     column.header.hide();
                 } else if (name === this.screen.exclude_field) {
                     column.header.hide();
@@ -10589,12 +11602,25 @@ var Sao = {};
                 }
             }.bind(this));
 
-            this.redraw(selected, expanded);
-            return jQuery.when();
+            if (this.columns.filter(function(c) {
+                return c.header.is(':visible');
+            }).length > 1) {
+                this.table.addClass('responsive');
+                this.table.addClass('responsive-header');
+            } else {
+                this.table.removeClass('responsive');
+                this.table.removeClass('responsive-header');
+            }
+
+            return this.redraw(selected, expanded);
         },
-        construct: function(selected, expanded) {
-            this.rows = [];
-            this.tbody.empty();
+        construct: function(selected, expanded, extend) {
+            var tbody = this.tbody;
+            if (!extend) {
+                this.rows = [];
+                this.tbody = jQuery('<tbody/>');
+            }
+            var start = this.rows.length;
             var add_row = function(record, pos, group) {
                 var RowBuilder;
                 if (this.editable) {
@@ -10602,24 +11628,23 @@ var Sao = {};
                 } else {
                     RowBuilder = Sao.View.Tree.Row;
                 }
-                var tree_row = new RowBuilder(this, record, pos);
+                var tree_row = new RowBuilder(this, record, this.rows.length);
                 this.rows.push(tree_row);
                 tree_row.construct(selected, expanded);
             };
-            this.screen.group.slice(0, this.display_size).forEach(
+            this.screen.group.slice(start, this.display_size).forEach(
                     add_row.bind(this));
             if (this.display_size >= this.screen.group.length) {
                 this.more.hide();
             } else {
                 this.more.show();
             }
+            if (!extend) {
+                tbody.replaceWith(this.tbody);
+            }
         },
         redraw: function(selected, expanded) {
-            var redraw_row = function(record, pos, group) {
-               this.rows[pos].redraw(selected, expanded);
-            };
-            this.screen.group.slice(0, this.display_size).forEach(
-                    redraw_row.bind(this));
+            return redraw_async(this.rows, selected, expanded);
         },
         switch_: function(path) {
             this.screen.row_activate();
@@ -10817,6 +11842,24 @@ var Sao = {};
         }
     });
 
+    function redraw_async(rows, selected, expanded) {
+        var chunk = Sao.config.display_size;
+        var dfd = jQuery.Deferred();
+        var redraw_rows = function(i) {
+            rows.slice(i, i + chunk).forEach(function(row) {
+                row.redraw(selected, expanded);
+            });
+            i += chunk;
+            if (i < rows.length) {
+                setTimeout(redraw_rows, 0, i);
+            } else {
+                dfd.resolve();
+            }
+        };
+        setTimeout(redraw_rows, 0, 0);
+        return dfd;
+    }
+
     Sao.View.Tree.Row = Sao.class_(Object, {
         init: function(tree, record, pos, parent) {
             this.tree = tree;
@@ -10969,6 +12012,7 @@ var Sao = {};
                     this.expander.css('visibility', 'hidden');
                 }
             };
+            var thead_visible = this.tree.thead.is(':visible');
 
             for (var i = 0; i < this.tree.columns.length; i++) {
                 if ((i === 0) && this.children_field) {
@@ -10978,22 +12022,39 @@ var Sao = {};
                 var column = this.tree.columns[i];
                 var td = this._get_column_td(i);
                 var tr = td.find('tr');
+                var cell;
                 if (column.prefixes) {
                     for (var j = 0; j < column.prefixes.length; j++) {
                         var prefix = column.prefixes[j];
-                        jQuery(tr.children('.prefix')[j])
-                            .html(prefix.render(this.record));
+                        var prefix_el = jQuery(tr.children('.prefix')[j]);
+                        cell = prefix_el.children();
+                        if (cell.length) {
+                            prefix.render(this.record, cell);
+                        } else {
+                            prefix_el.html(prefix.render(this.record));
+                        }
                     }
                 }
-                jQuery(tr.children('.widget')).html(column.render(this.record));
+                var widget = tr.children('.widget');
+                cell = widget.children();
+                if (cell.length) {
+                    column.render(this.record, cell);
+                } else {
+                    widget.html(column.render(this.record));
+                }
                 if (column.suffixes) {
                     for (var k = 0; k < column.suffixes.length; k++) {
                         var suffix = column.suffixes[k];
-                        jQuery(tr.children('.suffix')[k])
-                            .html(suffix.render(this.record));
+                        var suffix_el = jQuery(tr.children('.suffix')[k]);
+                        cell = suffix_el.children();
+                        if (cell.length) {
+                            suffix.render(this.record, cell);
+                        } else {
+                            suffix_el.html(suffix.render(this.record));
+                        }
                     }
                 }
-                if (column.attributes.tree_invisible ||
+                if ((column.header.is(':hidden') && thead_visible) ||
                         column.header.css('display') == 'none') {
                     td.hide();
                 } else {
@@ -11010,11 +12071,7 @@ var Sao = {};
                          this.rows.length === 0)) {
                     this.expand_children(selected, expanded);
                 } else {
-                    var child_row;
-                    for (i = 0; i < this.rows.length; i++) {
-                        child_row = this.rows[i];
-                        child_row.redraw(selected, expanded);
-                    }
+                    redraw_async(this.rows, selected, expanded);
                 }
                 if (this.expander) {
                     this.update_expander(true);
@@ -11064,16 +12121,18 @@ var Sao = {};
                 if (!jQuery.isEmptyObject(this.rows)) {
                     return;
                 }
+                var new_rows = [];
                 var add_row = function(record, pos, group) {
                     var tree_row = new this.Class(
                             this.tree, record, pos, this);
                     tree_row.construct(selected, expanded);
-                    tree_row.redraw(selected, expanded);
                     this.rows.push(tree_row);
+                    new_rows.push(tree_row);
                 };
                 var children = this.record.field_get_client(
                         this.children_field);
                 children.forEach(add_row.bind(this));
+                redraw_async(new_rows, selected, expanded);
             };
             return this.record.load(this.children_field).done(
                     add_children.bind(this));
@@ -11192,7 +12251,7 @@ var Sao = {};
                 column = this.tree.columns[column_index];
                 state_attrs = column.field.get_state_attrs(this.record);
                 invisible = state_attrs.invisible;
-                if (column.attributes.tree_invisible) {
+                if (column.header.is(':hidden')) {
                     invisible = true;
                 }
                 if (editable) {
@@ -11475,8 +12534,10 @@ var Sao = {};
             cell.addClass('column-affix');
             return cell;
         },
-        render: function(record) {
-            var cell = this.get_cell();
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
             record.load(this.attributes.name).done(function() {
                 var value, icon_prm;
                 var field = record.model.fields[this.attributes.name];
@@ -11558,8 +12619,10 @@ var Sao = {};
         update_text: function(cell, record) {
             cell.text(this.field.get_client(record));
         },
-        render: function(record) {
-            var cell = this.get_cell();
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
             record.load(this.attributes.name).done(function() {
                 this.update_text(cell, record);
                 this.field.set_state(record);
@@ -11751,8 +12814,10 @@ var Sao = {};
             cell.css('width', '100%');
             return cell;
         },
-        render: function(record) {
-            var cell = this.get_cell();
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
             record.load(this.attributes.name).done(function() {
                 var value = this.field.get_client(record);
                 if (value) {
@@ -11781,8 +12846,9 @@ var Sao = {};
 
     Sao.View.Tree.URLColumn = Sao.class_(Sao.View.Tree.CharColumn, {
         class_: 'column-url',
-        render: function(record) {
-            var cell = Sao.View.Tree.URLColumn._super.render.call(this, record);
+        render: function(record, cell) {
+            cell = Sao.View.Tree.URLColumn._super.render.call(
+                    this, record, cell);
             this.field.set_state(record);
             var state_attrs = this.field.get_state_attrs(record);
             if (state_attrs.readonly) {
@@ -11790,6 +12856,7 @@ var Sao = {};
             } else {
                 cell.show();
             }
+            return cell;
         }
     });
 
@@ -11828,9 +12895,12 @@ var Sao = {};
             this.type = 'button';
             this.attributes = attributes;
         },
-        render: function(record) {
-            var button = new Sao.common.Button(this.attributes);
-            button.el.click([record, button], this.button_clicked.bind(this));
+        render: function(record, el) {
+            var button = new Sao.common.Button(this.attributes, el);
+            if (!el) {
+                button.el.click(
+                        [record, button], this.button_clicked.bind(this));
+            }
             var fields = jQuery.map(this.screen.model.fields,
                 function(field, name) {
                     if ((field.description.loading || 'eager') ==
@@ -12300,6 +13370,13 @@ var Sao = {};
                     }
                 };
             }
+            else {
+                c3_config.axis = {
+                    x: {
+                        type: 'category',
+                    }
+                };
+            }
             return c3_config;
         },
         action: function(data, element) {
@@ -12412,52 +13489,323 @@ var Sao = {};
     'use strict';
 
     Sao.View.Calendar = Sao.class_(Sao.View, {
+    /* Fullcalendar works with utc date, the default week start day depends on
+       the user language, the events dates are handled by moment object. */
         init: function(screen, xml) {
-            Sao.View.Graph._super.init.call(this, screen, xml);
+            Sao.View.Calendar._super.init.call(this, screen, xml);
+            // Used to check if the events are still processing
+            this.processing = true;
             this.view_type = 'calendar';
             this.el = jQuery('<div/>', {
                 'class': 'calendar'
             });
-            // TODO
-            Sao.common.warning.run(
-                    Sao.i18n.gettext('Calendar view not yet implemented'),
-                    Sao.i18n.gettext('Warning'));
+            var lang = Sao.i18n.getlang();
+            lang = lang.slice(0, 2);
+            var defaultview = 'month';
+            if (this.attributes.mode == 'week') {
+                defaultview = this.get_week_view();
+            }
+            this.el.fullCalendar({
+                defaultView: defaultview,
+                header: {
+                    left:   'prev,next',
+                    center: 'title',
+                    right: ' month,' + this.get_week_view()
+                },
+                timeFormat: 'H:mm',
+                events: this.get_events.bind(this),
+                locale: lang,
+                buttonIcons: false,
+                eventRender: this.event_render.bind(this),
+                eventResize: this.event_resize.bind(this),
+                eventDrop: this.event_drop.bind(this),
+                eventClick: this.event_click.bind(this),
+                dayClick: this.day_click.bind(this),
+            });
+            this.fields = [];
+            xml.find('calendar').children().each(function(pos, child){
+                if (child.tagName == 'field') {
+                    this.fields.push(child.attributes.name.value);
+                }
+            }.bind(this));
+            this.el.fullCalendar('changeView', defaultview);
+        },
+        get_colors: function(record) {
+            var colors = {};
+            colors.text_color = 'black';
+            if (this.attributes.color) {
+                colors.text_color = record.field_get(
+                    this.attributes.color);
+            }
+            colors.background_color = 'lightblue';
+            if (this.attributes.background_color) {
+                colors.background_color = record.field_get(
+                    this.attributes.background_color);
+            }
+            return colors;
         },
         display: function() {
-            return jQuery.when();
-        }
-    });
-
-}());
-
-/* This file is part of Tryton.  The COPYRIGHT file at the top level of
-   this repository contains the full copyright notices and license terms. */
-(function() {
-    'use strict';
-
-    Sao.Action = {
-        report_blob_url: undefined
-    };
-
-    Sao.Action.exec_action = function(action, data, context) {
-        if (context === undefined) {
-            context = {};
-        } else {
-            context = jQuery.extend({}, context);
-        }
-        var session = Sao.Session.current_session;
-        if (!('date_format' in context)) {
-            if (session.context.locale && session.context.locale.date) {
-                context.date_format = session.context.locale.date;
+            this.el.fullCalendar('render');
+            // Don't refetch events from server when get_events is processing
+            if (!this.processing) {
+                this.el.fullCalendar('refetchEvents');
+            }
+        },
+        insert_event: function(record) {
+            var title = this.screen.model.fields[this.fields[0]].get_client(
+                record);
+            var date_start = record.field_get_client(this.attributes.dtstart);
+            var date_end = null;
+            if (this.attributes.dtend) {
+                date_end = record.field_get_client(this.attributes.dtend);
+            }
+            var allDay = true;
+            var description = [];
+            for (var i = 1; i < this.fields.length; i++) {
+                description.push(
+                    this.screen.model.fields[this.fields[i]].get_client(
+                        record));
+            }
+            description = description.join('\n');
+            if (date_start) {
+                if (date_end && date_end.isDateTime) {
+                    allDay = false;
+                } else if (date_end && !date_end.isSame(date_start)  &&
+                        this.screen.current_view.view_type == "calendar") {
+                    // Add one day to allday event that last more than one day.
+                    // http://github.com/fullcalendar/fullcalendar/issues/2909
+                    date_end.add(1, 'day');
+                }
+                // Skip invalid event
+                if (date_end && date_start > date_end) {
+                    return;
+                }
+                var colors = this.get_colors(record);
+                var values = {
+                    title: title,
+                    start: date_start,
+                    end: date_end,
+                    allDay: allDay,
+                    editable: true,
+                    color: colors.background_color,
+                    textColor: colors.text_color,
+                    record: record,
+                    description: description
+                };
+                this.events.push(values);
             }
-        }
-        if (data === undefined) {
-            data = {};
-        } else {
-            data = jQuery.extend({}, data);
-        }
-        data.action_id = action.id;
+        },
+        get_events: function(start, end, timezone, callback) {
+            this.processing = true;
+            this.start = Sao.DateTime(start.utc());
+            this.end = Sao.DateTime(end.utc());
+            var prm = jQuery.when();
+            if (this.screen.current_view.view_type != 'form') {
+                var search_string = this.screen.screen_container.get_text();
+                prm = this.screen.search_filter(search_string);
+            }
+            this.events =  [];
+            var promisses = [];
+            prm.then(function()  {
+                this.screen.group.forEach(function(record) {
+                    var record_promisses = [];
+                    this.fields.forEach(function(name) {
+                        record_promisses.push(record.load(name));
+                    });
+                    var prm = jQuery.when.apply(jQuery, record_promisses).then(
+                        function(){
+                            this.insert_event(record);
+                        }.bind(this));
+                    promisses.push(prm);
+                }.bind(this));
+                return jQuery.when.apply(jQuery, promisses).then(function() {
+                    callback(this.events);
+                }.bind(this)).always(function() {
+                    this.processing = false;
+                }.bind(this));
+            }.bind(this));
+        },
+        get_week_view: function() {
+            if (this.screen.model.fields[this.attributes.dtstart]
+                    .description.type == "datetime") {
+                return 'agendaWeek';
+            } else {
+                return 'basicWeek';
+            }
+        },
+        event_click: function(calEvent, jsEvent, view) {
+            // Prevent opening the wrong event while the calendar event clicked
+            // when loading
+            if (!this.clicked_event) {
+                this.clicked_event = true;
+                this.screen.set_current_record(calEvent.record);
+                this.screen.switch_view().always(function(){
+                    this.clicked_event = false;
+                }.bind(this));
+            }
+        },
+        event_drop: function(event, delta, revertFunc, jsEvent, ui, view) {
+            var dtstart = this.attributes.dtstart;
+            var dtend = this.attributes.dtend;
+            var record = event.record;
+            var group = record.group;
+            var previous_start = record.field_get(dtstart);
+            var previous_end = previous_start;
+            if (dtend) {
+                previous_end = record.field_get(dtend);
+            }
+            var new_start = event.start;
+            var new_end = event.end;
+            if (new_end == previous_start || !new_end) {
+                new_end = new_start;
+            }
+            if (previous_start.isDateTime) {
+                new_end = Sao.DateTime(new_end.format()).utc();
+                new_start = Sao.DateTime(new_start.format()).utc();
+            } else if (!previous_start.isSame(previous_end)) {
+                // Remove the day that was added at the event end.
+                new_end.subtract(1, 'day');
+                this.el.fullCalendar('refetchEvents');
+            }
+            if (previous_start <= new_start) {
+                if (dtend) {
+                    record.field_set_client(dtend, new_end);
+                }
+                record.field_set_client(dtstart, new_start);
+            } else {
+                record.field_set_client(dtstart, new_start);
+                if (dtend) {
+                    record.field_set_client(dtend, new_end);
+                }
+            }
+            record.save();
+        },
+        event_resize: function(event, delta, revertFunc, jsEvent, ui, view) {
+            var dtend = this.attributes.dtend;
+            var record = event.record;
+            var group = record.group;
+            var previous_end = record.field_get(dtend);
+            var new_end = event.end;
+            if (previous_end.isDateTime === true) {
+                new_end = Sao.DateTime(new_end.format()).utc();
+            } else {
+                // Remove the day that was added at the event end.
+                new_end.subtract(1, 'day');
+                this.el.fullCalendar('refetchEvents');
+            }
+            if (new_end == previous_end || !new_end) {
+                new_end = previous_end;
+            }
+            record.field_set_client(dtend, new_end);
+            record.save();
+        },
+        event_render: function(event, element, view) {
+            // The description field is added in the calendar events and the
+            // event time is not shown in week view.
+            if (this.screen.model.fields.date &&
+                   this.screen.view_name == 'calendar') {
+                element.find('.fc-time').remove();
+            }
+            element.append(event.description);
+            element.css('white-space', 'pre');
+            var model_access = Sao.common.MODELACCESS.get(
+            	this.screen.model_name);
+            if (!model_access.write) {
+                event.editable = false;
+            }
+        },
+        day_click: function(date, jsEvent, view){
+            var model_access = Sao.common.MODELACCESS.get(
+                this.screen.model_name);
+            if (model_access.create) {
+                this.date = date;
+                this.screen.set_current_record(null);
+                this.screen.new_();
+            }
+        },
+        current_domain: function() {
+            if (!this.start && !this.end) {
+                return [['id', '=', -1]];
+            }
+            var first_datetime = Sao.DateTime(this.start);
+            var last_datetime = Sao.DateTime(this.end);
+            var dtstart = this.attributes.dtstart;
+            var dtend = this.attributes.dtend || dtstart;
+            return ['OR',
+                    ['AND', [dtstart, '>=', first_datetime],
+                        [dtstart,  '<',  last_datetime]],
+                    ['AND', [dtend, '>=', first_datetime],
+                        [dtend, '<', last_datetime]],
+                    ['AND',  [dtstart, '<', first_datetime],
+                        [dtend, '>', last_datetime]]];
+        },
+        get_displayed_period: function(){
+            var DatesPeriod = [];
+            if (this.start && this.end) {
+                DatesPeriod.push(this.start, this.end);
+            }
+            return DatesPeriod;
+        },
+        set_default_date: function(record, selected_date){
+            var dtstart = this.attributes.dtstart;
+            if (record.model.fields[dtstart].description.type == 'datetime') {
+                selected_date = Sao.DateTime(selected_date.format()).utc();
+            }
+            record.field_set_client(dtstart, selected_date);
+        },
+    });
+
+}());
+
+/* This file is part of Tryton.  The COPYRIGHT file at the top level of
+   this repository contains the full copyright notices and license terms. */
+(function() {
+    'use strict';
+
+    Sao.Action = {
+        report_blob_url: undefined
+    };
+
+    Sao.Action.exec_action = function(action, data, context) {
+        if (context === undefined) {
+            context = {};
+        } else {
+            context = jQuery.extend({}, context);
+        }
+        var session = Sao.Session.current_session;
+        if (!('date_format' in context)) {
+            if (session.context.locale && session.context.locale.date) {
+                context.date_format = session.context.locale.date;
+            }
+        }
+        if (data === undefined) {
+            data = {};
+        } else {
+            data = jQuery.extend({}, data);
+        }
+        function add_name_suffix(name){
+            if (!data.model || !data.ids) {
+                return jQuery.when(name);
+            }
+            var max_records = 5;
+            var ids = data.ids.slice(0, max_records);
+            return Sao.rpc({
+                'method': 'model.' + data.model + '.read',
+                'params': [ids, ['rec_name'], context]
+            }, Sao.Session.current_session).then(function(result) {
+                var name_suffix = result.map(function(record){
+                    return record.rec_name;
+                }).join(Sao.i18n.gettext(', '));
+
+                if (data.ids.length > max_records) {
+                    name_suffix += Sao.i18n.gettext(',\u2026');
+                }
+                return Sao.i18n.gettext('%1 (%2)', name, name_suffix);
+            });
+        }
+        data.action_id = action.id;
         var params = {};
+        var name_prm;
         switch (action.type) {
             case 'ir.action.act_window':
                 params.view_ids = false;
@@ -12493,42 +13841,44 @@ var Sao = {};
                 var domain_context = jQuery.extend({}, ctx);
                 domain_context.context = ctx;
                 domain_context._user = session.user_id;
-                params.domain = new Sao.PYSON.Decoder(domain_context).decode(
-                        action.pyson_domain);
-
-                var search_context = jQuery.extend({}, ctx);
-                search_context.context = ctx;
-                search_context._user = session.user_id;
-                params.search_value = new Sao.PYSON.Decoder(search_context)
-                    .decode(action.pyson_search_value || '[]');
-
-                var tab_domain_context = jQuery.extend({}, ctx);
-                tab_domain_context.context = ctx;
-                tab_domain_context._user = session.user_id;
-                var decoder = new Sao.PYSON.Decoder(tab_domain_context);
+                var decoder = new Sao.PYSON.Decoder(domain_context);
+                params.domain = decoder.decode(action.pyson_domain);
+                params.order = decoder.decode(action.pyson_order);
+                params.search_value = decoder.decode(
+                    action.pyson_search_value || '[]');
                 params.tab_domain = [];
                 action.domains.forEach(function(element, index) {
                     params.tab_domain.push(
-                        [element[0], decoder.decode(element[1])]);
+                        [element[0], decoder.decode(element[1]), element[2]]);
                 });
-                params.name = false;
-                if (action.window_name) {
-                    params.name = action.name;
-                }
+                name_prm = jQuery.when(action.name);
                 params.model = action.res_model || data.res_model;
                 params.res_id = action.res_id || data.res_id;
                 params.context_model = action.context_model;
                 params.limit = action.limit;
                 params.icon = action['icon.rec_name'] || '';
-                Sao.Tab.create(params);
+
+                if ((action.keyword || '') === 'form_relate') {
+                    name_prm = add_name_suffix(action.name);
+                }
+                name_prm.then(function(name) {
+                    params.name = name;
+                    Sao.Tab.create(params);
+                });
                 return;
             case 'ir.action.wizard':
                 params.action = action.wiz_name;
                 params.data = data;
-                params.name = action.name;
                 params.context = context;
                 params.window = action.window;
-                Sao.Wizard.create(params);
+                name_prm = jQuery.when(action.name);
+                if ((action.keyword || 'form_action') === 'form_action') {
+                    name_prm = add_name_suffix(action.name);
+                }
+                name_prm.done(function(name) {
+                    params.name = name;
+                    Sao.Wizard.create(params);
+                });
                 return;
             case 'ir.action.report':
                 params.name = action.report_name;
@@ -12574,7 +13924,7 @@ var Sao = {};
                 Sao.Action.exec_action(action, data, context);
             }, function() {
                 if (jQuery.isEmptyObject(keyact) && warning) {
-                    alert(Sao.i18n.gettext('No action defined!'));
+                    alert(Sao.i18n.gettext('No action defined.'));
                 }
             });
         };
@@ -12840,16 +14190,16 @@ var Sao = {};
     };
 
     Sao.common.date_format = function(format) {
-        if (jQuery.isEmptyObject(format) && Sao.Session.current_session) {
-            var context = Sao.Session.current_session.context;
-            if (context.locale && context.locale.date) {
-                format = context.locale.date;
+        if (jQuery.isEmptyObject(format)) {
+            format = '%Y-%m-%d';
+            if (Sao.Session.current_session) {
+                var context = Sao.Session.current_session.context;
+                if (context.locale && context.locale.date) {
+                    format = context.locale.date;
+                }
             }
         }
-        if (format) {
-            return Sao.common.moment_format(format);
-        }
-        return '%Y-%m-%d';
+        return Sao.common.moment_format(format);
     };
 
     Sao.common.format_time = function(format, date) {
@@ -13368,18 +14718,28 @@ var Sao = {};
     };
 
     Sao.common.Button = Sao.class_(Object, {
-        init: function(attributes) {
+        init: function(attributes, el) {
             this.attributes = attributes;
-            this.el = jQuery('<button/>', {
-                'class': 'btn btn-default',
-                'type': 'button'
-            });
-            this.icon = jQuery('<img/>', {
-                'class': 'icon',
-                'aria-hidden': true
-            }).appendTo(this.el);
-            this.icon.hide();
-            this.el.append(attributes.string || '');
+            if (el) {
+                this.el = el;
+            } else {
+                this.el = jQuery('<button/>');
+                this.el.append(attributes.string || '');
+                if (this.attributes.rule) {
+                    this.el.append(' ').append(jQuery('<span/>', {
+                        'class': 'badge'
+                    }));
+                }
+            }
+            this.icon = this.el.children('img');
+            if (!this.icon.length) {
+                this.icon = jQuery('<img/>').prependTo(this.el);
+                this.icon.hide();
+            }
+            this.el.addClass('btn btn-default');
+            this.el.attr('type', 'button');
+            this.icon.addClass('icon');
+            this.icon.attr('aria-hidden', true);
             this.set_icon(attributes.icon);
         },
         set_icon: function(icon_name) {
@@ -13398,9 +14758,6 @@ var Sao = {};
             var states;
             if (record) {
                 states = record.expr_eval(this.attributes.states || {});
-                if (record.group.get_readonly() || record.readonly()) {
-                    states.readonly = true;
-                }
             } else {
                 states = {};
             }
@@ -13411,6 +14768,32 @@ var Sao = {};
             }
             this.el.prop('disabled', states.readonly);
             this.set_icon(states.icon || this.attributes.icon);
+
+            if (this.attributes.rule) {
+                var prm;
+                if (record) {
+                    prm = record.get_button_clicks(this.attributes.name);
+                } else {
+                    prm = jQuery.when();
+                }
+                prm.then(function(clicks) {
+                    var counter = this.el.children('.badge');
+                    var users = [];
+                    var tip = '';
+                    if (!jQuery.isEmptyObject(clicks)) {
+                        for (var u in clicks) {
+                            users.push(clicks[u]);
+                        }
+                        tip = Sao.i18n.gettext('By: ') +
+                            users.join(Sao.i18n.gettext(', '));
+                    }
+                    counter.data('toggle', 'tooltip');
+                    counter.text(users.length || '');
+                    counter.attr('title', tip);
+                    counter.tooltip();
+                }.bind(this));
+            }
+
             if (((this.attributes.type === undefined) ||
                         (this.attributes.type === 'class')) && (record)) {
                 var parent = record.group.parent;
@@ -13584,6 +14967,10 @@ var Sao = {};
         init: function(fields, context) {
             this.fields = {};
             this.strings = {};
+            this.update_fields(fields);
+            this.context = context;
+        },
+        update_fields: function(fields) {
             for (var name in fields) {
                 var field = fields[name];
                 if (field.searchable || (field.searchable === undefined)) {
@@ -13591,7 +14978,6 @@ var Sao = {};
                     this.strings[field.string.toLowerCase()] = field;
                 }
             }
-            this.context = context;
         },
         parse: function(input) {
             try {
@@ -14366,8 +15752,8 @@ var Sao = {};
                 'boolean': function() {
                     if (typeof value == 'string') {
                         return [Sao.i18n.gettext('y'),
-                            Sao.i18n.gettext('yes'),
-                            Sao.i18n.gettext('true'),
+                            Sao.i18n.gettext('Yes'),
+                            Sao.i18n.gettext('True'),
                             Sao.i18n.gettext('t'),
                             '1'].some(
                                 function(test) {
@@ -15885,6 +17271,19 @@ var Sao = {};
             }
         }
     };
+
+    Sao.common.apply_label_attributes = function(label, readonly, required) {
+        if (!readonly) {
+            label.addClass('editable');
+            if (required) {
+                label.addClass('required');
+            } else {
+                label.removeClass('required');
+            }
+        } else {
+            label.removeClass('editable required');
+        }
+    };
 }());
 
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
@@ -15898,8 +17297,8 @@ var Sao = {};
         init: function() {
             this.text = jQuery('<span/>');
             this.text.css('white-space', 'pre-wrap');
-            this.el = jQuery('<div/>', {
-                'class': 'alert',
+            this.el= jQuery('<div/>', {
+                'class': 'alert infobar',
                 'role': 'alert'
             }).append(jQuery('<button/>', {
                 'type': 'button',
@@ -15934,6 +17333,11 @@ var Sao = {};
             this.domain = kwargs.domain || null;
             this.context = kwargs.context || null;
             this.save_current = kwargs.save_current;
+            var title_prm = jQuery.when(kwargs.title || '');
+            title_prm.then(function(title) {
+                this.title = title;
+            }.bind(this));
+
             this.prev_view = screen.current_view;
             this.screen.screen_container.alternate_view = true;
             this.info_bar = new Sao.Window.InfoBar();
@@ -15952,15 +17356,13 @@ var Sao = {};
             var switch_prm = form_prm.then(function() {
                 return this.screen.switch_view(view_type).done(function() {
                     if (kwargs.new_) {
-                        this.screen.new_();
+                        this.screen.new_(undefined, kwargs.rec_name);
                     }
                 }.bind(this));
             }.bind(this));
             var dialog = new Sao.Dialog('', '', 'lg');
             this.el = dialog.modal;
 
-            dialog.body.append(this.info_bar.el);
-
             var readonly = (this.screen.attributes.readonly ||
                     this.screen.group.get_readonly());
 
@@ -16102,10 +17504,13 @@ var Sao = {};
                 this.but_switch.click(this.switch_.bind(this));
             }
 
+            var content = jQuery('<div/>').appendTo(dialog.body);
+
+            dialog.body.append(this.info_bar.el);
 
             switch_prm.done(function() {
-                dialog.add_title(this.screen.current_view.attributes.string);
-                dialog.body.append(this.screen.screen_container.alternate_viewport);
+                title_prm.done(dialog.add_title.bind(dialog));
+                content.append(this.screen.screen_container.alternate_viewport);
                 this.el.modal('show');
             }.bind(this));
             this.el.on('shown.bs.modal', function(event) {
@@ -16241,7 +17646,7 @@ var Sao = {};
                     this.screen.current_record) {
                 result = false;
                 if ((this.screen.current_record.id < 0) || this.save_current) {
-                    this.screen.group.remove(this.screen.current_record, true);
+                    this.screen.cancel_current();
                 } else if (this.screen.current_record.has_changed()) {
                     this.screen.current_record.cancel();
                     this.screen.current_record.reload().always(function() {
@@ -16273,7 +17678,6 @@ var Sao = {};
             this.resource = record.model.name + ',' + record.id;
             this.attachment_callback = callback;
             var context = jQuery.extend({}, record.get_context());
-            context.resource = this.resource;
             var screen = new Sao.Screen('ir.attachment', {
                 domain: [['resource', '=', this.resource]],
                 mode: ['tree', 'form'],
@@ -16283,8 +17687,11 @@ var Sao = {};
             screen.switch_view().done(function() {
                 screen.search_filter();
             });
+            var title = record.rec_name().then(function(rec_name) {
+                return Sao.i18n.gettext('Attachments (%1)', rec_name);
+            });
             Sao.Window.Attachment._super.init.call(this, screen, this.callback,
-                {view_type: 'tree'});
+                {view_type: 'tree', title: title});
         },
         callback: function(result) {
             var prm = jQuery.when();
@@ -16305,8 +17712,7 @@ var Sao = {};
         init: function(record, callback) {
             this.resource = record.model.name + ',' + record.id;
             this.note_callback = callback;
-            var context = record.get_context();
-            context.resource = this.resource;
+            var context = jQuery.extend({}, record.get_context());
             var screen = new Sao.Screen('ir.note', {
                 domain: [['resource', '=', this.resource]],
                 mode: ['tree', 'form'],
@@ -16316,8 +17722,11 @@ var Sao = {};
             screen.switch_view().done(function() {
                 screen.search_filter();
             });
+            var title = record.rec_name().then(function(rec_name) {
+                return Sao.i18n.gettext('Notes (%1)', rec_name);
+            });
             Sao.Window.Note._super.init.call(this, screen, this.callback,
-                    {view_type: 'tree'});
+                {view_type: 'tree', title: title});
         },
         callback: function(result) {
             var prm = jQuery.when();
@@ -16349,7 +17758,9 @@ var Sao = {};
             this.context = kwargs.context || {};
             this.sel_multi = kwargs.sel_multi;
             this.callback = callback;
-            var dialog = new Sao.Dialog('Search', '', 'lg');
+            this.title = kwargs.title || '';
+            var dialog = new Sao.Dialog(Sao.i18n.gettext(
+                'Search %1', this.title), '', 'lg');
             this.el = dialog.modal;
 
             jQuery('<button/>', {
@@ -16436,7 +17847,8 @@ var Sao = {};
                 };
                 this.el.modal('hide');
                 new Sao.Window.Form(screen, callback.bind(this), {
-                    new_: true
+                    new_: true,
+                    title: this.title
                 });
                 return;
             }
@@ -16490,13 +17902,17 @@ var Sao = {};
                 }.bind(this));
             };
             var set_preferences = function(preferences) {
-                this.screen.current_record.set(preferences);
+                var prm;
+                this.screen.current_record.cancel();
+                prm = this.screen.current_record.set(preferences);
                 this.screen.current_record.id =
                     this.screen.model.session.user_id;
-                this.screen.current_record.validate(null, true).then(
+                prm.then(function() {
+                    this.screen.current_record.validate(null, true).then(
                         function() {
                             this.screen.display(true);
                         }.bind(this));
+                }.bind(this));
                 dialog.body.append(this.screen.screen_container.el);
                 this.el.modal('show');
             };
@@ -16518,19 +17934,16 @@ var Sao = {};
                     .then(function(validate) {
                         if (validate) {
                             var values = jQuery.extend({}, this.screen.get());
-                            var set_preferences = function(password) {
-                                return this.screen.model.execute(
-                                    'set_preferences', [values, password], {});
-                            }.bind(this);
-                            if ('password' in values) {
-                                return Sao.common.ask.run(
-                                    'Current Password:', false)
-                                    .then(function(password) {
-                                        return set_preferences(password);
-                                    });
-                            } else {
-                                return set_preferences(false);
-                            }
+                            var context = jQuery.extend({},
+                                    Sao.Session.current_session.context);
+                            var func = function(parameters) {
+                                return {
+                                    'id': 0,
+                                    'method': 'model.res.user.set_preferences',
+                                    'params': [values, parameters, context]
+                                };
+                            };
+                            return new Sao.Login(func).run();
                         }
                     }.bind(this));
             }
@@ -16587,7 +18000,7 @@ var Sao = {};
                 this.select.append(jQuery('<option/>', {
                     value: revision.valueOf(),
                     text: Sao.common.format_datetime(
-                        date_format, time_format, revision) + ' ' + name
+                        date_format, time_format, revision) + ' ' + this.title
                 }));
             }.bind(this));
             this.el.modal('show');
@@ -16607,6 +18020,987 @@ var Sao = {};
             this.callback(revision);
         }
     });
+
+    Sao.Window.CSV = Sao.class_(Object, {
+        init: function(title) {
+            this.encodings = ["866", "ansi_x3.4-1968", "arabic", "ascii",
+            "asmo-708", "big5", "big5-hkscs", "chinese", "cn-big5", "cp1250",
+            "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256",
+            "cp1257", "cp1258", "cp819", "cp866", "csbig5", "cseuckr",
+            "cseucpkdfmtjapanese", "csgb2312", "csibm866", "csiso2022jp",
+            "csiso2022kr", "csiso58gb231280", "csiso88596e", "csiso88596i",
+            "csiso88598e", "csiso88598i", "csisolatin1", "csisolatin2",
+            "csisolatin3", "csisolatin4", "csisolatin5", "csisolatin6",
+            "csisolatin9", "csisolatinarabic", "csisolatincyrillic",
+            "csisolatingreek", "csisolatinhebrew", "cskoi8r", "csksc56011987",
+            "csmacintosh", "csshiftjis", "cyrillic", "dos-874", "ecma-114",
+            "ecma-118", "elot_928", "euc-jp", "euc-kr", "gb18030", "gb2312",
+            "gb_2312", "gb_2312-80", "gbk", "greek", "greek8", "hebrew",
+            "hz-gb-2312", "ibm819", "ibm866", "iso-2022-cn", "iso-2022-cn-ext",
+            "iso-2022-jp", "iso-2022-kr", "iso-8859-1", "iso-8859-10",
+            "iso-8859-11", "iso-8859-13", "iso-8859-14", "iso-8859-15",
+            "iso-8859-16", "iso-8859-2", "iso-8859-3", "iso-8859-4",
+            "iso-8859-5", "iso-8859-6", "iso-8859-6-e", "iso-8859-6-i",
+            "iso-8859-7", "iso-8859-8", "iso-8859-8-e", "iso-8859-8-i",
+            "iso-8859-9", "iso-ir-100", "iso-ir-101", "iso-ir-109",
+            "iso-ir-110", "iso-ir-126", "iso-ir-127", "iso-ir-138",
+            "iso-ir-144", "iso-ir-148", "iso-ir-149", "iso-ir-157", "iso-ir-58",
+            "iso8859-1", "iso8859-10", "iso8859-11", "iso8859-13", "iso8859-14",
+            "iso8859-15", "iso8859-2", "iso8859-3", "iso8859-4", "iso8859-5",
+            "iso8859-6", "iso8859-7", "iso8859-8", "iso8859-9", "iso88591",
+            "iso885910", "iso885911", "iso885913", "iso885914", "iso885915",
+            "iso88592", "iso88593", "iso88594", "iso88595", "iso88596",
+            "iso88597", "iso88598", "iso88599", "iso_8859-1", "iso_8859-15",
+            "iso_8859-1:1987", "iso_8859-2", "iso_8859-2:1987", "iso_8859-3",
+            "iso_8859-3:1988", "iso_8859-4", "iso_8859-4:1988", "iso_8859-5",
+            "iso_8859-5:1988", "iso_8859-6", "iso_8859-6:1987", "iso_8859-7",
+            "iso_8859-7:1987", "iso_8859-8", "iso_8859-8:1988", "iso_8859-9",
+            "iso_8859-9:1989", "koi", "koi8", "koi8-r", "koi8-ru", "koi8-u",
+            "koi8_r", "korean", "ks_c_5601-1987", "ks_c_5601-1989", "ksc5601",
+            "ksc_5601", "l1", "l2", "l3", "l4", "l5", "l6", "l9", "latin1",
+            "latin2", "latin3", "latin4", "latin5", "latin6", "logical", "mac",
+            "macintosh", "ms932", "ms_kanji", "shift-jis", "shift_jis", "sjis",
+            "sun_eu_greek", "tis-620", "unicode-1-1-utf-8", "us-ascii",
+            "utf-16", "utf-16be", "utf-16le", "utf-8", "utf8", "visual",
+            "windows-1250", "windows-1251", "windows-1252", "windows-1253",
+            "windows-1254", "windows-1255", "windows-1256", "windows-1257",
+            "windows-1258", "windows-31j", "windows-874", "windows-949",
+            "x-cp1250", "x-cp1251", "x-cp1252", "x-cp1253", "x-cp1254",
+            "x-cp1255", "x-cp1256", "x-cp1257", "x-cp1258", "x-euc-jp", "x-gbk",
+            "x-mac-cyrillic", "x-mac-roman", "x-mac-ukrainian", "x-sjis",
+            "x-user-defined", "x-x-big5"];
+            this.dialog = new Sao.Dialog(title, 'csv', 'lg');
+            this.el = this.dialog.modal;
+
+            this.fields = {};
+            this.fields_model = {};
+            jQuery('<button/>', {
+                'class': 'btn btn-link',
+                'type': 'button'
+            }).append(Sao.i18n.gettext('Cancel')).click(function(){
+                this.response('RESPONSE_CANCEL');
+            }.bind(this)).appendTo(this.dialog.footer);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-primary',
+                'type': 'submit'
+            }).append(Sao.i18n.gettext('OK')).click(function(e){
+                this.response('RESPONSE_OK');
+                e.preventDefault();
+            }.bind(this)).appendTo(this.dialog.footer);
+
+            var row_fields = jQuery('<div/>', {
+                'class': 'row'
+            }).appendTo(this.dialog.body);
+
+            jQuery('<hr/>').appendTo(this.dialog.body);
+
+            var column_fields_all = jQuery('<div/>', {
+                'class': 'col-md-4 column-fields'
+            }).append(jQuery('<label/>', {
+                'text': Sao.i18n.gettext('All Fields')
+            })).appendTo(row_fields);
+
+            this.fields_all = jQuery('<ul/>', {
+                'class': 'list-unstyled'
+            }).css('cursor', 'pointer')
+            .appendTo(column_fields_all);
+
+            var prm = this.get_fields(this.screen.model_name)
+                .then(function(fields){
+                    this.model_populate(fields);
+                    this.view_populate(this.fields_model, this.fields_all);
+                }.bind(this));
+
+            this.column_buttons = jQuery('<div/>', {
+                'class': 'col-md-4'
+            }).append('<label/>').appendTo(row_fields);
+
+            var button_add = jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-plus'
+            })).click(function(){
+                this.fields_all.find('.bg-primary').each(function(i, el_field) {
+                    this.sig_sel_add(el_field);
+                }.bind(this));
+            }.bind(this)).append(' '+Sao.i18n.gettext('Add'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-minus'
+            })).click(function(){
+                // sig_unsel
+                this.fields_selected.children('li.bg-primary').remove();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Remove'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-remove'
+            })).click(function(){
+                this.fields_selected.empty();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Clear'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<hr>').appendTo(this.column_buttons);
+
+            var column_fields_selected = jQuery('<div/>', {
+                'class': 'col-md-4 column-fields'
+            }).append(jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Fields Selected')
+            })).appendTo(row_fields);
+
+            // TODO: Make them draggable to re-order
+            this.fields_selected = jQuery('<ul/>', {
+                'class': 'list-unstyled'
+            }).css('cursor', 'pointer').appendTo(column_fields_selected);
+
+            this.chooser_form = jQuery('<div/>', {
+                'class': 'form-inline'
+            }).appendTo(this.dialog.body);
+
+            var row_csv_param = jQuery('<div/>', {
+                'class': 'row'
+            }).appendTo(this.dialog.body);
+
+            var expander_icon = jQuery('<span/>', {
+                'class': 'glyphicon glyphicon-plus',
+            }).css('cursor', 'pointer').html(' ');
+
+            var csv_param_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('CSV Parameters')
+            }).css('cursor', 'pointer');
+
+            jQuery('<div/>', {
+                'class': 'col-md-12'
+            }).append(expander_icon).append(csv_param_label)
+            .on('click', function(){
+                expander_icon.toggleClass('glyphicon-plus')
+                .toggleClass('glyphicon-minus');
+                this.expander_csv.collapse('toggle');
+            }.bind(this)).appendTo(row_csv_param);
+
+            this.expander_csv = jQuery('<div/>', {
+                'id': 'expander_csv',
+                'class': 'collapse'
+            }).appendTo(row_csv_param);
+
+            var delimiter_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Delimiter:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-delimiter'
+            });
+
+            this.el_csv_delimiter = jQuery('<input/>', {
+                'type': 'text',
+                'class': 'form-control',
+                'id': 'input-delimiter',
+                'size': '1',
+                'maxlength': '1',
+                'value': ','
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(delimiter_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_delimiter)).appendTo(this.expander_csv);
+
+            var quotechar_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Quote Char:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-quotechar'
+            });
+
+            this.el_csv_quotechar = jQuery('<input/>', {
+                'type': 'text',
+                'class': 'form-control',
+                'id': 'input-quotechar',
+                'size': '1',
+                'maxlength': '1',
+                'value': '\"',
+                'readonly': '' // Until PapaParse releases custom quote feature
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(quotechar_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_quotechar))
+            .appendTo(this.expander_csv);
+
+            var encoding_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Encoding:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-encoding'
+            });
+
+            this.el_csv_encoding = jQuery('<select/>', {
+                'class': 'form-control',
+                'id': 'input-encoding'
+            });
+
+            for(var i=0; i<this.encodings.length; i++) {
+                jQuery('<option/>', {
+                    'val': this.encodings[i]
+                }).html(this.encodings[i]).appendTo(this.el_csv_encoding);
+            }
+
+            var enc = 'utf-8';
+            if (navigator.platform == 'Win32' ||
+                navigator.platform == 'Windows') {
+                enc = 'cp1252';
+            }
+            this.el_csv_encoding.children('option[value="' + enc + '"]')
+            .attr('selected', 'selected');
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(encoding_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_encoding))
+            .appendTo(this.expander_csv);
+
+            this.el.modal('show');
+            this.el.on('hidden.bs.modal', function() {
+                jQuery(this).remove();
+            });
+            return prm;
+        },
+        get_fields: function(model) {
+            return Sao.rpc({
+                'method': 'model.' + model + '.fields_get'
+            }, this.session);
+        },
+        on_row_expanded: function(node) {
+            var container_view = jQuery('<ul/>').css('list-style', 'none')
+                .insertAfter(node.view);
+            this.children_expand(node).done(function() {
+                this.view_populate(node.children, container_view);
+            }.bind(this));
+        },
+        destroy: function() {
+            this.el.modal('hide');
+        }
+    });
+
+    Sao.Window.Import = Sao.class_(Sao.Window.CSV, {
+        init: function(screen) {
+            this.screen = screen;
+            this.session = Sao.Session.current_session;
+            this.fields_data = {}; // Ask before Removing this.
+            this.fields_invert = {};
+            Sao.Window.Import._super.init.call(this,
+                Sao.i18n.gettext('Import from CSV'));
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-search'
+            })).click(function(){
+                this.autodetect();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Auto-Detect'))
+            .appendTo(this.column_buttons);
+
+            var chooser_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('File to Import'),
+                'class': 'col-sm-6 control-label',
+                'for': 'input-csv-file'
+            });
+
+            this.file_input = jQuery('<input/>', {
+                'type': 'file',
+                'id': 'input-csv-file'
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(chooser_label).append(jQuery('<div/>', {
+                'class': 'col-sm-6'
+            }).append(this.file_input))
+            .appendTo(this.chooser_form);
+
+            jQuery('<hr>').insertAfter(this.chooser_form);
+
+            var skip_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Lines to Skip:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-skip'
+            });
+
+            this.el_csv_skip = jQuery('<input/>', {
+                'type': 'number',
+                'class': 'form-control',
+                'id': 'input-skip',
+                'value': '0'
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(skip_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_skip))
+            .appendTo(this.expander_csv);
+        },
+        sig_sel_add: function(el_field) {
+            el_field = jQuery(el_field);
+            var field = el_field.attr('field');
+            var node = jQuery('<li/>', {
+                'field': field,
+            }).html(el_field.attr('name')).click(function(e) {
+                if (e.ctrlKey) {
+                    node.toggleClass('bg-primary');
+                } else {
+                    jQuery(e.target).addClass('bg-primary')
+                        .siblings().removeClass('bg-primary');
+                }
+            }).appendTo(this.fields_selected);
+        },
+        view_populate: function (parent_node, parent_view) {
+            var fields_order = Object.keys(parent_node).sort(function(a,b) {
+                if (parent_node[b].string < parent_node[a].string) {
+                    return -1;
+                }
+                else {
+                    return 1;
+                }
+            }).reverse();
+
+            fields_order.forEach(function(field) {
+                var name = parent_node[field].string || field;
+                var node = jQuery('<li/>', {
+                    'field': parent_node[field].field,
+                    'name': parent_node[field].name
+                }).html(name).click(function(e) {
+                    if(e.ctrlKey) {
+                        node.toggleClass('bg-primary');
+                    } else {
+                        this.fields_all.find('li').removeClass('bg-primary');
+                        node.addClass('bg-primary');
+                    }
+                }.bind(this)).appendTo(parent_view);
+                parent_node[field].view = node;
+
+                if (parent_node[field].relation) {
+                    node.prepend(' ');
+                    var expander_icon = jQuery('<i/>', {
+                        'class': 'glyphicon glyphicon-plus'
+                    }).click(function(e) {
+                        e.stopPropagation();
+                        expander_icon.toggleClass('glyphicon-plus')
+                        .toggleClass('glyphicon-minus');
+                        if(expander_icon.hasClass('glyphicon-minus')) {
+                            this.on_row_expanded(parent_node[field]);
+                        }
+                        else {
+                            node.next('ul').remove();
+                        }
+                    }.bind(this)).prependTo(node);
+                }
+            }.bind(this));
+        },
+        model_populate: function (fields, parent_node, prefix_field,
+            prefix_name) {
+            parent_node = parent_node || this.fields_model;
+            prefix_field = prefix_field || '';
+            prefix_name = prefix_name || '';
+
+            Object.keys(fields).forEach(function(field) {
+                if(!fields[field].readonly) {
+                    var name = fields[field].string || field;
+                    name = prefix_name + name;
+                    // Only One2Many can be nested for import
+                    var relation;
+                    if (fields[field].type == 'one2many') {
+                        relation = fields[field].relation;
+                    } else {
+                        relation = null;
+                    }
+                    var node = {
+                        name: name,
+                        field: prefix_field + field,
+                        relation: relation,
+                        string: fields[field].string
+                    };
+                    parent_node[field] = node;
+                    this.fields[prefix_field + field] = node;
+                    this.fields_invert[name] = prefix_field + field;
+                    if (relation) {
+                        node.children = {};
+                    }
+                }
+            }.bind(this));
+        },
+        children_expand: function(node) {
+            var dfd = jQuery.Deferred();
+            if (jQuery.isEmptyObject(node.children)) {
+                this.get_fields(node.relation).done(function(fields) {
+                    this.model_populate(fields, node.children,
+                        node.field + '/', node.name + '/');
+                    dfd.resolve(this);
+                }.bind(this));
+            } else {
+                dfd.resolve(this);
+            }
+            return dfd.promise();
+        },
+        autodetect: function() {
+            var fname = this.file_input.val();
+            if(!fname) {
+                Sao.common.message.run(
+                    Sao.i18n.gettext('You must select an import file first'));
+                return;
+            }
+            this.fields_selected.empty();
+            this.el_csv_skip.val(1);
+            Papa.parse(this.file_input[0].files[0], {
+                config: {
+                    delimiter: this.el_csv_delimiter.val(),
+                    // TODO quoteChar: this.el_csv_quotechar.val(),
+                    preview: 1,
+                    encoding: this.el_csv_encoding.val()
+                },
+                error: function(err, file, inputElem, reason) {
+                    Sao.common.warning(
+                        Sao.i18n.gettext('Error occured in loading the file'));
+                },
+                complete: function(results) {
+                    results.data[0].forEach(function(word) {
+                        if(word in this.fields_invert || word in this.fields) {
+                            this.auto_select(word);
+                        }
+                        else {
+                            var fields = this.fields_model;
+                            var prefix = '';
+                            var parents = word.split('/');
+                            this.traverse(fields, prefix, parents, 0);
+                        }
+                    }.bind(this));
+                }.bind(this)
+            });
+        },
+        auto_select: function(word) {
+            var name,field;
+            if(word in this.fields_invert) {
+                name = word;
+                field = this.fields_invert[word];
+            }
+            else if (word in this.fields) {
+                name = this.fields[word].name;
+                field = [word];
+            }
+            else {
+                Sao.common.warning.run(
+                    Sao.i18n.gettext(
+                        'Error processing the file at field %1.', word),
+                        Sao.i18n.gettext('Error'));
+                return;
+            }
+            var node = jQuery('<li/>', {
+                'field': field
+            }).html(name).click(function(){
+                node.addClass('bg-primary')
+                    .siblings().removeClass('bg-primary');
+            }).appendTo(this.fields_selected);
+        },
+        traverse: function(fields, prefix, parents, i) {
+            if(i >= parents.length - 1) {
+                this.auto_select(parents.join('/'));
+                return;
+            }
+            var field, item;
+            var names = Object.keys(fields);
+            for(item = 0; item<names.length; item++) {
+                field = fields[names[item]];
+                if(field.name == (prefix+parents[i]) ||
+                    field.field == (prefix+parents[i])) {
+                    this.children_expand(field).done(callback);
+                    break;
+                }
+            }
+            if(item == names.length) {
+                this.auto_select(parents.join('/'));
+                return;
+            }
+            function callback(self) {
+                fields = field.children;
+                prefix += parents[i] + '/';
+                self.traverse(fields, prefix, parents, ++i);
+            }
+        },
+        response: function(response_id) {
+            if(response_id == 'RESPONSE_OK') {
+                var fields = [];
+                this.fields_selected.children('li').each(function(i, field_el) {
+                    fields.push(field_el.getAttribute('field'));
+                });
+                var fname = this.file_input.val();
+                if(fname) {
+                    this.import_csv(fname, fields).then(function() {
+                        this.destroy();
+                    }.bind(this));
+                } else {
+                    this.destroy();
+                }
+            }
+            else {
+                this.destroy();
+            }
+        },
+        import_csv: function(fname, fields) {
+            var skip = this.el_csv_skip.val();
+            var encoding = this.el_csv_encoding.val();
+            var prm = jQuery.Deferred();
+
+            Papa.parse(this.file_input[0].files[0], {
+                config: {
+                    delimiter: this.el_csv_delimiter.val(),
+                    // TODO quoteChar: this.el_csv_quotechar.val(),
+                    encoding: encoding
+                },
+                error: function(err, file, inputElem, reason) {
+                    Sao.common.warning.run(
+                        Sao.i18n.gettext('Error occured in loading the file'))
+                        .always(prm.reject);
+                },
+                complete: function(results) {
+                    function encode_utf8(s) {
+                        return unescape(encodeURIComponent(s));
+                    }
+                    var data = [];
+                    results.data.pop('');
+                    results.data.forEach(function(line, i) {
+                        if(i < skip) {
+                            return;
+                        }
+                        var arr = [];
+                        line.forEach(function(x){
+                            arr.push(encode_utf8(x));
+                        });
+                        data.push(arr);
+                    });
+                    Sao.rpc({
+                        'method': 'model.' + this.screen.model_name +
+                        '.import_data',
+                        'params': [fields, data, {}]
+                    }, this.session).then(function(count) {
+                        return Sao.common.message.run(
+                            Sao.i18n.ngettext('%1 record imported',
+                                '%1 records imported', count));
+                    }).then(prm.resolve, prm.reject);
+                }.bind(this)
+            });
+            return prm.promise();
+        }
+    });
+
+    Sao.Window.Export = Sao.class_(Sao.Window.CSV, {
+        init: function(screen, ids, names) {
+            this.ids = ids;
+            this.screen = screen;
+            this.session = Sao.Session.current_session;
+            Sao.Window.Export._super.init.call(this,
+                Sao.i18n.gettext('Export to CSV')).then(function() {
+                    names.forEach(function(name) {
+                        this.sel_field(name);
+                    }.bind(this));
+                }.bind(this));
+
+            var row_header = jQuery('<div/>', {
+                'class': 'row'
+            }).prependTo(this.dialog.body);
+
+            var predefined_exports_column = jQuery('<div/>', {
+                'class': 'col-md-12'
+            }).append(jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Predefined Exports')
+            })).appendTo(row_header);
+
+            this.predef_exports_list = jQuery('<ul/>', {
+                'class': 'list-unstyled predef-exports'
+            }).css('cursor', 'pointer')
+            .appendTo(predefined_exports_column);
+
+            predefined_exports_column.append('<hr/>');
+
+            this.predef_exports = {};
+            this.fill_predefwin();
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-floppy-save'
+            })).click(function(){
+                this.addreplace_predef();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Save Export'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-floppy-remove'
+            })).click(function(){
+                this.remove_predef();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Delete Export'))
+            .appendTo(this.column_buttons);
+
+            this.el_add_field_names = jQuery('<input/>', {
+                'type': 'checkbox',
+                'checked': 'checked'
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(jQuery('<div/>', {
+                'class': 'col-md-6'
+            }).append(jQuery('<label/>', {
+                'text': ' '+Sao.i18n.gettext('Add Field Names')
+            }).prepend(this.el_add_field_names))).appendTo(this.expander_csv);
+        },
+        view_populate: function(parent_node, parent_view) {
+            var names = Object.keys(parent_node).sort(function(a, b) {
+                if (parent_node[b].string < parent_node[a].string) {
+                    return -1;
+                }
+                else {
+                    return 1;
+                }
+            }).reverse();
+
+            names.forEach(function(name) {
+                var path = parent_node[name].path;
+                var node = jQuery('<li/>', {
+                    'path': path
+                }).html(parent_node[name].string).click(function(e) {
+                    if(e.ctrlKey) {
+                        node.toggleClass('bg-primary');
+                    } else {
+                        this.fields_all.find('li')
+                            .removeClass('bg-primary');
+                        node.addClass('bg-primary');
+                    }
+                }.bind(this)).appendTo(parent_view);
+                parent_node[name].view = node;
+
+                if (parent_node[name].children) {
+                    node.prepend(' ');
+                    var expander_icon = jQuery('<i/>', {
+                        'class': 'glyphicon glyphicon-plus'
+                    }).click(function(e){
+                        e.stopPropagation();
+                        expander_icon.toggleClass('glyphicon-plus')
+                        .toggleClass('glyphicon-minus');
+                        if(expander_icon.hasClass('glyphicon-minus')) {
+                            this.on_row_expanded(parent_node[name]);
+                        }
+                        else {
+                            node.next('ul').remove();
+                        }
+                    }.bind(this)).prependTo(node);
+                }
+            }.bind(this));
+        },
+        model_populate: function(fields, parent_node, prefix_field,
+            prefix_name) {
+            parent_node = parent_node || this.fields_model;
+            prefix_field = prefix_field || '';
+            prefix_name = prefix_name || '';
+
+            Object.keys(fields).forEach(function(name) {
+                var field = fields[name];
+                var string = field.string || name;
+                var items = [{ name: name, field: field, string: string }];
+
+                if (field.type == 'selection') {
+                    items.push({
+                        name: name+'.translated',
+                        field: field,
+                        string: Sao.i18n.gettext('%1 (string)', string)
+                    });
+                }
+
+                items.forEach(function(item) {
+                    var path = prefix_field + item.name;
+                    var long_string = item.string;
+
+                    if (prefix_field) {
+                        long_string = prefix_name + item.string;
+                    }
+
+                    var node = {
+                        path: path,
+                        string: item.string,
+                        long_string: long_string,
+                        relation: item.field.relation
+                    };
+                    parent_node[item.name] = node;
+                    this.fields[path] = node;
+
+                    // Insert relation only to real field
+                    if (item.name.indexOf('.') == -1 && item.field.relation) {
+                        node.children = {};
+                    }
+                }.bind(this));
+            }.bind(this));
+        },
+        children_expand: function(node) {
+            var dfd = jQuery.Deferred();
+            if(jQuery.isEmptyObject(node.children)) {
+                this.get_fields(node.relation).done(function(fields) {
+                    this.model_populate(fields, node.children,
+                        node.path + '/', node.string + '/');
+                    dfd.resolve(this);
+                }.bind(this));
+            } else {
+                dfd.resolve(this);
+            }
+            return dfd.promise();
+        },
+        sig_sel_add: function(el_field) {
+            el_field = jQuery(el_field);
+            var name = el_field.attr('path');
+            this.sel_field(name);
+        },
+        fill_predefwin: function() {
+            Sao.rpc({
+                'method': 'model.ir.export.search',
+                'params': [['resource', '=', this.screen.model_name], {}]
+            }, this.session).done(function(export_ids) {
+                Sao.rpc({
+                    'method': 'model.ir.export.read',
+                    'params': [export_ids, {}]
+                }, this.session).done(function(exports) {
+                    var arr = [];
+                    exports.forEach(function(o) {
+                        for (var i = 0; i < o.export_fields.length; 
+                            arr.push(o.export_fields[i++]));
+                    });
+                    Sao.rpc({
+                        'method': 'model.ir.export.line.read',
+                        'params': [arr, {}]
+                    }, this.session).done(function(lines) {
+                        var id2lines = {};
+                        lines.forEach(function(line) {
+                            id2lines[line.export] = id2lines[line.export] || [];
+                            id2lines[line.export].push(line);
+                        });
+                        exports.forEach(function(export_) {
+                            this.predef_exports[export_.id] =
+                                id2lines[export_.id].map(function(obj) {
+                                    if(obj.export == export_.id)
+                                        return obj.name;
+                                });
+                            this.add_to_predef(export_.id, export_.name);
+                        }.bind(this));
+                        this.predef_exports_list.children('li').first().focus();
+                    }.bind(this));
+                }.bind(this));
+            }.bind(this));
+        },
+        add_to_predef: function(id, name) {
+            var node = jQuery('<li/>', {
+                'text': name,
+                'export_id': id,
+                'tabindex': 0
+            }).on('keypress', function(e) {
+                var keyCode = (e.keyCode ? e.keyCode : e.which);
+                if(keyCode == 13 || keyCode == 32) {
+                    node.click();
+                }
+            }).click(function(event) {
+                node.addClass('bg-primary')
+                    .siblings().removeClass('bg-primary');
+                this.sel_predef(jQuery(event.target).attr('export_id'));
+            }.bind(this));
+            this.predef_exports_list.append(node);
+        },
+        addreplace_predef: function() {
+            var fields = [];
+            var selected_fields = this.fields_selected.children('li');
+            for(var i=0; i<selected_fields.length; i++) {
+                fields.push(selected_fields[i].getAttribute('path'));
+            }
+            if(fields.length === 0) {
+                return;
+            }
+            var pref_id, name;
+            var selection = this.predef_exports_list.children('li.bg-primary');
+            if (selection.length === 0) {
+                pref_id = null;
+                Sao.common.ask.run(
+                    Sao.i18n.gettext('What is the name of this export?'))
+                .then(function(name) {
+                    if (!name) {
+                        return;
+                    }
+                    this.save_predef(name, fields, selection);
+                }.bind(this));
+            }
+            else {
+                pref_id = selection.attr('export_id');
+                name = selection.text();
+                Sao.common.sur.run(
+                    Sao.i18n.gettext('Override %1 definition?', name))
+                .done(function() {
+                    this.save_predef(name, fields, selection);
+                    Sao.rpc({
+                        'method': 'model.ir.export.delete',
+                        'params': [[pref_id], {}]
+                    }, this.session).then(function() {
+                        delete this.predef_exports[pref_id];
+                    }.bind(this));
+                }.bind(this));
+            }
+        },
+        save_predef: function(name, fields, selection) {
+            Sao.rpc({
+                'method': 'model.ir.export.create',
+                'params': [[{
+                    'name': name,
+                    'resource': this.screen.model_name,
+                    'export_fields': [['create', fields.map(function(x) {
+                        return {
+                            'name': x
+                        };
+                    })]]
+                }], {}]
+            }, this.session).then(function(new_id) {
+                this.predef_exports[new_id] = fields;
+                if (selection.length === 0) {
+                    this.add_to_predef(new_id, name);
+                }
+                else {
+                    this.predef_exports[new_id] = fields;
+                    selection.attr('export_id', new_id);
+                }
+            }.bind(this));
+        },
+        remove_predef: function() {
+            var selection = this.predef_exports_list.children('li.bg-primary');
+            if (selection.length === 0) {
+                return;
+            }
+            var export_id = jQuery(selection).attr('export_id');
+            Sao.rpc({
+                'method': 'model.ir.export.delete',
+                'params': [[export_id], {}]
+            }, this.session).then(function() {
+                delete this.predef_exports[export_id];
+                selection.remove();
+            }.bind(this));
+        },
+        sel_predef: function(export_id) {
+            this.fields_selected.empty();
+            this.predef_exports[export_id].forEach(function(name) {
+                if (!(name in this.fields)) {
+                    var fields = this.fields_model;
+                    var prefix = '';
+                    var parents = name.split('/');
+                    this.traverse(fields, prefix, parents, 0);
+                }
+                if(!(name in this.fields)) {
+                    return;
+                }
+                this.sel_field(name);
+            }.bind(this));
+        },
+        traverse: function(fields, prefix, parents, i) {
+            if(i >= parents.length-1) {
+                this.sel_field(parents.join('/'));
+                return;
+            }
+            var field, item;
+            var names = Object.keys(fields);
+            for(item = 0; item < names.length; item++) {
+                field = fields[names[item]];
+                if(field.path == (prefix+parents[i])) {
+                    this.children_expand(field).done(callback);
+                    break;
+                }
+            }
+            if(item == names.length) {
+                this.sel_field(parents.join('/'));
+                return;
+            }
+            function callback(self){
+                fields = field.children;
+                prefix += parents[i] + '/';
+                self.traverse(fields, prefix, parents, ++i);
+            }
+        },
+        sel_field: function(name) {
+            var long_string = this.fields[name].long_string;
+            var relation = this.fields[name].relation;
+            if (relation) {
+                return;
+            }
+            var node = jQuery('<li/>', {
+                'path': name,
+            }).html(long_string).click(function(e) {
+                if(e.ctrlKey) {
+                    node.toggleClass('bg-primary');
+                } else {
+                    jQuery(e.target).addClass('bg-primary')
+                        .siblings().removeClass('bg-primary');
+                }
+            }).appendTo(this.fields_selected);
+        },
+        response: function(response_id) {
+            if(response_id == 'RESPONSE_OK') {
+                var fields = [];
+                var fields2 = [];
+                this.fields_selected.children('li').each(function(i, field) {
+                    fields.push(field.getAttribute('path'));
+                    fields2.push(field.innerText);
+                });
+                Sao.rpc({
+                    'method': 'model.' + this.screen.model_name +
+                        '.export_data',
+                    'params': [this.ids, fields, {}]
+                }, this.session).then(function(data) {
+                    this.export_csv(fields2, data).then(function() {
+                        this.destroy();
+                    }.bind(this));
+                }.bind(this));
+            } else {
+                this.destroy();
+            }
+        },
+        export_csv: function(fields, data) {
+            var encoding = this.el_csv_encoding.val();
+            var unparse_obj = {};
+            unparse_obj.data = data;
+            if (this.el_add_field_names.is(':checked')) {
+                unparse_obj.fields = fields;
+            }
+            var csv = Papa.unparse(unparse_obj, {
+                // TODO quoteChar: this.el_csv_quotechar.val(),
+                delimiter: this.el_csv_delimiter.val()
+            });
+            var blob = new Blob([csv], {type: 'text/csv;charset=' + encoding});
+            var blob_url = window.URL.createObjectURL(blob);
+            if (this.blob_url) {
+                window.URL.revokeObjectURL(this.blob_url);
+            }
+            this.blob_url = blob_url;
+            window.open(blob_url);
+
+            return Sao.common.message.run(
+                Sao.i18n.ngettext('%1 record saved', '%1 records saved',
+                    data.length));
+        }
+    });
+
 }());
 
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
@@ -16619,7 +19013,7 @@ var Sao = {};
             this.widget = jQuery('<div/>', {
                 'class': 'wizard'
             });
-            this.name = name;
+            this.name = name || '';
             this.action_id = null;
             this.id = null;
             this.ids = null;
@@ -16652,6 +19046,8 @@ var Sao = {};
                 this.start_state = this.state = result[1];
                 this.end_state = result[2];
                 this.process();
+            }.bind(this), function() {
+                this.destroy();
             }.bind(this));
         },
         process: function() {
@@ -16782,7 +19178,7 @@ var Sao = {};
         init: function(name) {
             Sao.Wizard.Form._super.init.call(this);
             this.tab = null;  // Filled by Sao.Tab.Wizard
-            this.name = name;
+            this.name = name || '';
 
             this.form = jQuery('<div/>', {
                 'class': 'wizard-form',
@@ -16821,7 +19217,7 @@ var Sao = {};
             this.dialog = dialog.modal;
             this.content = dialog.content;
             this.footer = dialog.footer;
-            dialog.body.append(this.info_bar.el).append(this.widget);
+            dialog.body.append(this.widget).append(this.info_bar.el);
         },
         clean: function() {
             Sao.Wizard.Dialog._super.clean.call(this);
@@ -16920,7 +19316,6 @@ var Sao = {};
             var attributes, attribute, node, actions_prms;
 
             this.context = context;
-            this.widgets = [];
             this.actions = [];
             this.el = jQuery('<div/>', {
                 'class': 'board'
@@ -17155,10 +19550,8 @@ var Sao = {};
 
                 if (attributes.string) {
                     this.title.html(attributes.string);
-                } else if (this.action.window_name !== undefined) {
-                    this.title.html(this.action.name);
                 } else {
-                    this.title.html(this.screen.current_view.title);
+                    this.title.html(this.action.name);
                 }
                 this.screen.switch_view().done(function() {
                     this.body.append(this.screen.screen_container.el);
diff --git a/dist/tryton-sao.min.css b/dist/tryton-sao.min.css
index 774557f..38cf648 100644
--- a/dist/tryton-sao.min.css
+++ b/dist/tryton-sao.min.css
@@ -54,6 +54,9 @@ button img.icon {
   text-overflow: ellipsis;
   min-width: 30px;
 }
+.treeview > table.tree > thead > tr > th > label.sortable {
+  cursor: pointer;
+}
 .treeview > table.tree > tbody > tr > td {
   cursor: pointer;
 }
@@ -207,9 +210,17 @@ button img.icon {
 .dict-label {
   text-align: right;
 }
+.calendar {
+  width: 100%;
+  height: 100%;
+}
 .progress {
   margin-bottom: 0px;
 }
+.csv .modal-dialog .column-fields {
+  height: 35vh;
+  overflow-y: scroll;
+}
 @media screen and (max-width: 767px) {
   .dict-label {
     text-align: left;
@@ -278,9 +289,21 @@ button img.icon {
   position: fixed;
   top: 0px;
   width: 100%;
+  z-index: 2000;
+}
+.infobar {
+  position: fixed;
+  top: 0px;
+  left: 50%;
+  transform: translateX(-50%);
   z-index: 1000;
+  min-width: 50%;
 }
 img.global-search-icon {
   width: 2em;
   height: 2em;
 }
+img.favorite-icon {
+  width: 1em;
+  height: 1em;
+}
diff --git a/dist/tryton-sao.min.js b/dist/tryton-sao.min.js
index f6e2018..b7f380a 100644
--- a/dist/tryton-sao.min.js
+++ b/dist/tryton-sao.min.js
@@ -1,13 +1,14 @@
-/*! tryton-sao-4.0.6 | GPL-3
+/*! tryton-sao-4.2.0 | GPL-3
 This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. */
-var Sao={};!function(){"use strict";function a(){var a=1040;jQuery(".modal.in").each(function(b){var c=jQuery(this);a++,c.css("zIndex",a),c.next(".modal-backdrop.in").addClass("hidden").css("zIndex",a-1)}),jQuery(".modal.in:visible:last").focus().next(".modal-backdrop.in").removeClass("hidden")}"contains"in String.prototype||(String.prototype.contains=function(a,b){return-1!==String.prototype.indexOf.call(this,a,b)}),String.prototype.startsWith||Object.defineProperty(String.prototype,"startsWith",{enumerable:!1,configurable:!1,writable:!1,value:function(a,b){return b=b||0,this.indexOf(a,b)===b}}),String.prototype.endsWith||Object.defineProperty(String.prototype,"endsWith",{enumerable:!1,configurable:!1,writable:!1,value:function(a,b){b=b||this.length,b-=a.length;var c=this.lastIndexOf(a);return-1!==c&&c===b}}),Array.prototype.some||(Array.prototype.some=function(a){if(null===this)throw new TypeError;var b,c,d=Object(this),e=d.length>>>0;if("function"!=typeof a)throw new TypeError;for(b=arguments[1],c=0;e>c;c++)if(c in d&&a.call(b,d[c],c,d))return!0;return!1});try{document.execCommand("styleWithCSS",!1,!1)}catch(b){}try{document.execCommand("useCSS",!1,!0)}catch(b){}jQuery.fn.extend({uniqueId:function(){var a=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++a)})}}()}),Sao.class_=function(a,b){var c=function(){if(!(this instanceof c))throw new Error("Constructor function requires new operator");this.Class=c,this.init&&this.init.apply(this,arguments)};if(c.prototype=Object.create(a.prototype),c._super=a.prototype,b)for(var d in b)c.prototype[d]=b[d];return c},Sao.Decimal=Number,Sao.Date=function(a,b,c){var d=moment();return d.year(a),d.month(b),d.date(c),d.set({hour:0,minute:0,second:0,millisecond:0}),d.isDate=!0,d},Sao.Date.min=moment(new Date(-864e13)),Sao.Date.min.set({hour:0,minute:0,second:0,millisecond:0}),Sao.Date.min.isDate=!0,Sao.Date.max=moment(new Date(864e13)),Sao.Date.max.set({hour:0,minute:0,second:0,millisecond:0}),Sao.Date.max.isDate=!0,Sao.DateTime=function(a,b,c,d,e,f,g,h){var i;return void 0===b?(i=moment(a),a=void 0):i=moment(),h&&i.utc(),i.year(a),i.month(b),i.date(c),void 0!==b&&(i.hour(d||0),i.minute(e||0),i.second(f||0),i.milliseconds(g||0)),i.isDateTime=!0,i.local(),i},Sao.DateTime.combine=function(a,b){var c=a.clone();return c.set({hour:b.hour(),minute:b.minute(),second:b.second(),millisecond:b.millisecond()}),c.isDateTime=!0,c},Sao.DateTime.min=moment(new Date(-864e13)).local(),Sao.DateTime.min.isDateTime=!0,Sao.DateTime.max=moment(new Date(864e13)).local(),Sao.DateTime.max.isDateTime=!0,Sao.Time=function(a,b,c,d){var e=moment({hour:a,minute:b,second:c,millisecond:d||0});return e.isTime=!0,e},Sao.TimeDelta=function(a,b,c,d,e,f){var g=moment.duration({days:a,seconds:b,milliseconds:c,minutes:d,hours:e,weeks:f});return g.isTimeDelta=!0,g},Sao.config={},Sao.config.limit=1e3,Sao.config.display_size=20,Sao.config.roundup={},Sao.config.roundup.url="http://bugs.tryton.org/roundup/",Sao.i18n=i18n(),Sao.i18n.setlang=function(a){return Sao.i18n.setLocale(a),jQuery.getJSON("locale/"+a+".json",function(b){b[""].language||(b[""].language=a),b[""]["plural-forms"]||(b[""]["plural-forms"]="nplurals=2; plural=(n!=1);");for(var c in b)""!==c&&(b[c]=2==b[c].length?b[c][1]:b[c].slice(1));Sao.i18n.loadJSON(b)})},Sao.i18n.setlang((navigator.language||navigator.browserLanguge||navigator.userLanguage||"en_US").replace("-","_")),Sao.get_preferences=function(){var a=Sao.Session.current_session;return a.reload_context().then(function(){return Sao.rpc({method:"model.res.user.get_preferences",params:[!1,{}]},a).then(function(a){var b=[];return b.push(Sao.common.MODELACCESS.load_models()),b.push(Sao.common.ICONFACTORY.load_icons()),b.push(Sao.common.MODELHISTORY.load_history()),b.push(Sao.common.VIEW_SEARCH.load_searches()),jQuery.when.apply(jQuery,b).then(function(){(a.actions||[]).forEach(function(a){Sao.Action.execute(a,{},null,{})});var b="Tryton";jQuery.isEmptyObject(a.status_bar)||(b+=" - "+a.status_bar),document.title=b;var c=a.language!=Sao.i18n.getLocale(),d=jQuery.Deferred();return Sao.i18n.setlang(a.language).always(function(){c&&Sao.user_menu(a),d.resolve(a)}),d})})})},Sao.login=function(){Sao.Session.get_credentials().then(function(a){return Sao.Session.current_session=a,a.reload_context()}).then(Sao.get_preferences).then(function(a){Sao.menu(a),Sao.user_menu(a)})},Sao.logout=function(){var a=Sao.Session.current_session;Sao.Tab.tabs.close(!0).done(function(){jQuery("#user-preferences").children().remove(),jQuery("#user-logout").children().remove(),jQuery("#menu").children().remove(),document.title="Tryton",a.do_logout().always(Sao.login)})},Sao.preferences=function(){Sao.Tab.tabs.close(!0).done(function(){jQuery("#user-preferences").children().remove(),jQuery("#user-logout").children().remove(),jQuery("#menu").children().remove(),new Sao.Window.Preferences(function(){Sao.get_preferences().then(function(a){Sao.menu(a),Sao.user_menu(a)})})})},Sao.user_menu=function(a){jQuery("#user-preferences").children().remove(),jQuery("#user-logout").children().remove(),jQuery("#user-preferences").append(jQuery("<a/>",{href:"#"}).click(Sao.preferences).append(a.status_bar)),jQuery("#user-logout").append(jQuery("<a/>",{href:"#"}).click(Sao.logout).append(Sao.i18n.gettext("Logout")))},Sao.menu=function(a){var b=new Sao.PYSON.Decoder,c=b.decode(a.pyson_menu),d=!1;jQuery.isEmptyObject(c.views)?c.view_id&&(d=[c.view_id[0]]):d=c.views.map(function(a){return a[0]}),b=new Sao.PYSON.Decoder(Sao.Session.current_session.context);var e=b.decode(c.pyson_context||"{}"),f=b.decode(c.pyson_domain),g=new Sao.Tab.Form(c.res_model,{mode:["tree"],view_ids:d,domain:f,context:e,selection_mode:Sao.common.SELECTION_NONE});Sao.Tab.tabs.splice(Sao.Tab.tabs.indexOf(g),1),g.view_prm.done(function(){Sao.main_menu_screen=g.screen;var a=g.screen.current_view;a.table.find("thead").hide(),jQuery("#menu").children().remove();var b=new Sao.GlobalSearch;jQuery("#menu").append(b.el),jQuery("#menu").append(g.screen.screen_container.content_box.detach())})},Sao.main_menu_screen=null,Sao.Dialog=Sao.class_(Object,{init:function(a,b,c){c=c||"sm",this.modal=jQuery("<div/>",{"class":b+" modal fade",role:"dialog"}),this.content=jQuery("<form/>",{"class":"modal-content"}).appendTo(jQuery("<div/>",{"class":"modal-dialog modal-"+c}).appendTo(this.modal)),this.header=jQuery("<div/>",{"class":"modal-header"}).appendTo(this.content),a&&this.add_title(a),this.body=jQuery("<div/>",{"class":"modal-body"}).appendTo(this.content),this.footer=jQuery("<div/>",{"class":"modal-footer"}).appendTo(this.content)},add_title:function(a){this.header.append(jQuery("<h4/>",{"class":"modal-title"}).append(a))}}),Sao.GlobalSearch=Sao.class_(Object,{init:function(){this.el=jQuery("<div/>",{"class":"global-search-container"}),this.search_entry=jQuery("<input>",{"class":"form-control",placeholder:Sao.i18n.gettext("Search...")}),this.el.append(this.search_entry);new Sao.common.InputCompletion(this.search_entry,this.update.bind(this),this.match_selected.bind(this),this.format.bind(this))},format:function(a){var b=jQuery("<div/>"),c=jQuery("<img/>",{"class":"global-search-icon"}).appendTo(b);return Sao.common.ICONFACTORY.register_icon(a.icon).then(function(a){c.attr("src",a)}),jQuery("<span/>",{"class":"global-search-text"}).text(a.record_name).appendTo(b),b},update:function(a){var b=new Sao.Model("ir.model");return b.execute("global_search",[a,Sao.config.limit,Sao.main_menu_screen.model_name],Sao.main_menu_screen.context).then(function(a){for(var b=[],c=0,d=a.length;d>c;c++)b.push({model:a[c][1],model_name:a[c][2],record_id:a[c][3],record_name:a[c][4],icon:a[c][5]});return b}.bind(this))},match_selected:function(a){if(a.model==Sao.main_menu_screen.model_name)Sao.Action.exec_keyword("tree_open",{model:a.model,id:a.record_id,ids:[a.record_id]},Sao.main_menu_screen.context);else{var b={model:a.model,res_id:a.record_id,mode:["form","tree"]};Sao.Tab.create(b)}this.search_entry.val("")}}),jQuery(document).on("show.bs.modal",".modal",function(a){jQuery(this).appendTo(jQuery("body"))}).on("shown.bs.modal",".modal.in",function(b){a()}).on("hidden.bs.modal",".modal",function(b){a()})}(),function(){"use strict";Sao.rpc=function(a,b){var c=jQuery.Deferred();b||(b=new Sao.Session);var d=jQuery.extend([],a.params);d.push(jQuery.extend({},b.context,d.pop()));var e=Sao.common.processing.show(),f=jQuery.ajax({headers:{Authorization:"Session "+b.get_auth()},contentType:"application/json",data:JSON.stringify(Sao.rpc.prepareObject({method:a.method,params:d})),dataType:"json",url:"/"+(b.database||"")+"/",type:"post",complete:[function(){Sao.common.processing.hide(e)}]}),g=function(d){if(null===d)Sao.common.warning.run("",Sao.i18n.gettext("Unable to reach the server")),c.reject();else if(d.error){var e,f,g;if("UserWarning"==d.error[0])return e=d.error[1][0],f=d.error[1][1],g=d.error[1][2],void Sao.common.userwarning.run(f,g).done(function(d){return~["always","ok"].indexOf(d)?void Sao.rpc({method:"model.res.user.warning.create",params:[[{user:b.user_id,name:e,always:"always"==d}],{}]},b).done(function(){Sao.rpc(a,b).then(c.resolve,c.reject)}):void c.reject()});if("UserError"==d.error[0])return f=d.error[1][0],g=d.error[1][1],void Sao.common.warning.run(f,g).always(c.reject);if("ConcurrencyException"==d.error[0]){if(a.method.startsWith("model.")&&(a.method.endsWith(".write")||a.method.endsWith(".delete"))){var h=a.method.split(".").slice(1,-1).join(".");return void Sao.common.concurrency.run(h,a.params[0][0],a.params.slice(-1)[0]).then(function(){delete a.params.slice(-1)[0]._timestamp,Sao.rpc(a,b).then(c.resolve,c.reject)},c.reject)}return void Sao.common.message.run("Concurrency Exception","glyphicon-alert").always(c.reject)}if(d.error[0].startsWith("403"))return void Sao.Session.renew(b).then(function(){Sao.rpc(a,b).then(c.resolve,c.reject)},c.reject);Sao.common.error.run(d.error[0],d.error[1]),c.reject()}else c.resolve(d.result)},h=function(a,b,d){Sao.common.error.run(b,d),c.reject()};return f.success(g),f.error(h),c.promise()},Sao.rpc.convertJSONObject=function(a,b,c){if(a instanceof Array)for(var d=0,e=a.length;e>d;d++)Sao.rpc.convertJSONObject(a[d],d,a);else if("string"!=typeof a&&"number"!=typeof a&&null!==a)if(a&&a.__class__){switch(a.__class__){case"datetime":a=Sao.DateTime(a.year,a.month-1,a.day,a.hour,a.minute,a.second,a.microsecond/1e3,!0);break;case"date":a=Sao.Date(a.year,a.month-1,a.day);break;case"time":a=Sao.Time(a.hour,a.minute,a.second,a.microsecond/1e3);break;case"timedelta":a=Sao.TimeDelta(null,a.seconds);break;case"bytes":for(var f=atob(a.base64.replace(/\s/g,"")),g=new ArrayBuffer(f.length),h=new Uint8Array(g),i=0;i<f.length;i++)h[i]=f.charCodeAt(i);a=h;break;case"Decimal":a=new Sao.Decimal(a.decimal)}c&&(c[b]=a)}else for(var j in a)Sao.rpc.convertJSONObject(a[j],j,a);return c||a},Sao.rpc.prepareObject=function(a,b,c){if(a instanceof Array){a=jQuery.extend([],a);for(var d=0,e=a.length;e>d;d++)Sao.rpc.prepareObject(a[d],d,a)}else if("string"!=typeof a&&"number"!=typeof a&&"boolean"!=typeof a&&null!==a&&void 0!==a)if(a.isDate)a={__class__:"date",year:a.year(),month:a.month()+1,day:a.date()};else if(a.isDateTime)a=a.clone(),a={__class__:"datetime",year:a.utc().year(),month:a.utc().month()+1,day:a.utc().date(),hour:a.utc().hour(),minute:a.utc().minute(),second:a.utc().second(),microsecond:1e3*a.utc().millisecond()};else if(a.isTime)a={__class__:"time",hour:a.hour(),minute:a.minute(),second:a.second(),microsecond:1e3*a.millisecond()};else if(a.isTimeDelta)a={__class__:"timedelta",seconds:a.asSeconds()};else if(a instanceof Sao.Decimal)a={__class__:"Decimal",decimal:a.toString()};else if(a instanceof Uint8Array){for(var f=[],g=65535,h=0;h*g<a.length;h++)f.push(String.fromCharCode.apply(null,a.subarray(h*g,(h+1)*g)));a={__class__:"bytes",base64:btoa(f.join(""))}}else{a=jQuery.extend({},a);for(var i in a)Sao.rpc.prepareObject(a[i],i,a)}return c&&(c[b]=a),c||a},jQuery.ajaxSetup({converters:{"text json":function(a){return Sao.rpc.convertJSONObject(jQuery.parseJSON(a))}}})}(),function(){"use strict";Sao.PYSON={},Sao.PYSON.PYSON=Sao.class_(Object,{init:function(){},pyson:function(){throw"NotImplementedError"},types:function(){throw"NotImplementedError"}}),Sao.PYSON.PYSON.eval_=function(a,b){throw"NotImplementedError"},Sao.PYSON.Encoder=Sao.class_(Object,{encode:function(a){return JSON.stringify(a,function(a,b){return b instanceof Sao.PYSON.PYSON?b.pyson():null===b||void 0===b?null:b._isAMomentObject?b.isDate?Sao.PYSON.Date(b.getFullYear(),b.getMonth(),b.getDate()).pyson():Sao.PYSON.DateTime(b.getFullYear(),b.getMonth(),b.getDate(),b.getHours(),b.getMinutes(),b.getSeconds(),b.getMilliseconds()).pyson():b})}}),Sao.PYSON.Decoder=Sao.class_(Object,{init:function(a){this.__context=a||{}},decode:function(a){var b=function(a,b){if("object"==typeof b&&null!==b){var c=Sao.PYSON[b.__class__];if(c)return c.eval_(b,this.__context)}return b};return JSON.parse(a,b.bind(this))}}),Sao.PYSON.Eval=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b){void 0===b&&(b=""),Sao.PYSON.Eval._super.init.call(this),this._value=a,this._default=b},pyson:function(){return{__class__:"Eval",v:this._value,d:this._default}},types:function(){return this._default instanceof Sao.PYSON.PYSON?this._default.types():[typeof this._default]}}),Sao.PYSON.Eval.eval_=function(a,b){return a.v in b?b[a.v]:a.d},Sao.PYSON.Not=Sao.class_(Sao.PYSON.PYSON,{init:function(a){if(Sao.PYSON.Not._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["boolean"]).length||jQuery(["boolean"]).not(a.types()).length)throw"value must be boolean"}else if("boolean"!=typeof a)throw"value must be boolean";this._value=a},pyson:function(){return{__class__:"Not",v:this._value}},types:function(){return["boolean"]}}),Sao.PYSON.Not.eval_=function(a,b){return!a.v},Sao.PYSON.Bool=Sao.class_(Sao.PYSON.PYSON,{init:function(a){Sao.PYSON.Bool._super.init.call(this),this._value=a},pyson:function(){return{__class__:"Bool",v:this._value}},types:function(){return["boolean"]}}),Sao.PYSON.Bool.eval_=function(a,b){return a.v instanceof Object?!jQuery.isEmptyObject(a.v):Boolean(a.v)},Sao.PYSON.And=Sao.class_(Sao.PYSON.PYSON,{init:function(a){void 0===a&&(a=[]),Sao.PYSON.And._super.init.call(this);for(var b=0,c=a.length;c>b;b++){var d=a[b];if(d instanceof Sao.PYSON.PYSON){if(jQuery(d.types()).not(["boolean"]).length||jQuery(["boolean"]).not(d.types()).length)throw"statement must be boolean"}else if("boolean"!=typeof d)throw"statement must be boolean"}if(a.length<2)throw"must have at least 2 statements";this._statements=a},pyson:function(){return{__class__:"And",s:this._statements}},types:function(){return["boolean"]}}),Sao.PYSON.And.eval_=function(a,b){for(var c=!0,d=0,e=a.s.length;e>d;d++){var f=a.s[d];c=c&&f}return c},Sao.PYSON.Or=Sao.class_(Sao.PYSON.And,{pyson:function(){var a=Sao.PYSON.Or._super.pyson.call(this);return a.__class__="Or",a}}),Sao.PYSON.Or.eval_=function(a,b){for(var c=!1,d=0,e=a.s.length;e>d;d++){var f=a.s[d];c=c||f}return c},Sao.PYSON.Equal=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b){Sao.PYSON.Equal._super.init.call(this);var c,d;if(c=a instanceof Sao.PYSON.PYSON?a.types():[typeof a],d=b instanceof Sao.PYSON.PYSON?b.types():[typeof b],jQuery(c).not(d).length||jQuery(d).not(c).length)throw"statements must have the same type";this._statement1=a,this._statement2=b},pyson:function(){return{__class__:"Equal",s1:this._statement1,s2:this._statement2}},types:function(){return["boolean"]}}),Sao.PYSON.Equal.eval_=function(a,b){return a.s1 instanceof Array&&a.s2 instanceof Array?Sao.common.compare(a.s1,a.s2):a.s1==a.s2},Sao.PYSON.Greater=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c){Sao.PYSON.Greater._super.init.call(this);for(var d=[a,b],e=0;2>e;e++){var f=d[e];if(f instanceof Sao.PYSON.PYSON){if(jQuery(f).not(["number"]).length)throw"statement must be an integer or a float"}else if("number"!=typeof f)throw"statement must be an integer or a float"}if(void 0===c&&(c=!1),c instanceof Sao.PYSON.PYSON){if(jQuery(c.types()).not(["boolean"]).length||jQuery(["boolean"]).not(c.types()).length)throw"equal must be boolean"}else if("boolean"!=typeof c)throw"equal must be boolean";this._statement1=a,this._statement2=b,this._equal=c},pyson:function(){return{__class__:"Greater",s1:this._statement1,s2:this._statement2,e:this._equal}},types:function(){return["boolean"]}}),Sao.PYSON.Greater._convert=function(a){return a=jQuery.extend({},a),a.s1=Number(a.s1),a.s2=Number(a.s2),a},Sao.PYSON.Greater.eval_=function(a,b){return a=Sao.PYSON.Greater._convert(a),a.e?a.s1>=a.s2:a.s1>a.s2},Sao.PYSON.Less=Sao.class_(Sao.PYSON.Greater,{pyson:function(){var a=Sao.PYSON.Less._super.pyson.call(this);return a.__class__="Less",a}}),Sao.PYSON.Less._convert=Sao.PYSON.Greater._convert,Sao.PYSON.Less.eval_=function(a,b){return a=Sao.PYSON.Less._convert(a),a.e?a.s1<=a.s2:a.s1<a.s2},Sao.PYSON.If=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c){if(Sao.PYSON.If._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["boolean"]).length||jQuery(["boolean"]).not(a.types()).length)throw"condition must be boolean"}else if("boolean"!=typeof a)throw"condition must be boolean";var d,e;if(d=b instanceof Sao.PYSON.PYSON?b.types():[typeof b],void 0===c&&(c=null),e=c instanceof Sao.PYSON.PYSON?c.types():[typeof c],jQuery(d).not(e).length||jQuery(e).not(d).length)throw"then and else statements must be the same type";this._condition=a,this._then_statement=b,this._else_statement=c},pyson:function(){return{__class__:"If",c:this._condition,t:this._then_statement,e:this._else_statement}},types:function(){return this._then_statement instanceof Sao.PYSON.PYSON?this._then_statement.types():[typeof this._then_statement]}}),Sao.PYSON.If.eval_=function(a,b){return a.c?a.t:a.e},Sao.PYSON.Get=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c){if(Sao.PYSON.Get._super.init.call(this),void 0===c&&(c=null),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["object"]).length||jQuery(["object"]).not(a.types()).length)throw"obj must be a dict"}else if(!(a instanceof Object))throw"obj must be a dict";if(this._obj=a,b instanceof Sao.PYSON.PYSON){if(jQuery(b.types()).not(["string"]).length||jQuery(["string"]).not(b.types()).length)throw"key must be a string"}else if("string"!=typeof b)throw"key must be a string";this._key=b,this._default=c},pyson:function(){return{__class__:"Get",v:this._obj,k:this._key,d:this._default}},types:function(){return this._default instanceof Sao.PYSON.PYSON?this._default.types():[typeof this._default]}}),Sao.PYSON.Get.eval_=function(a,b){return a.k in a.v?a.v[a.k]:a.d},Sao.PYSON.In=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b){if(Sao.PYSON.In._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["string","number"]).length)throw"key must be a string or a number"}else if(!~["string","number"].indexOf(typeof a))throw"key must be a string or a number";if(b instanceof Sao.PYSON.PYSON){if(jQuery(b.types()).not(["object"]).length||jQuery(["object"]).not(b.types()).length)throw"obj must be a dict or a list"}else if(!(b instanceof Object))throw"obj must be a dict or a list";this._key=a,this._obj=b},pyson:function(){return{__class__:"In",k:this._key,v:this._obj}},types:function(){return["boolean"]}}),Sao.PYSON.In.eval_=function(a,b){return a.v.indexOf?Boolean(~a.v.indexOf(a.k)):!!a.v[a.k]},Sao.PYSON.Date=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c,d,e,f){Sao.PYSON.Date._super.init.call(this),void 0===a&&(a=null),void 0===b&&(b=null),void 0===c&&(c=null),void 0===d&&(d=0),void 0===e&&(e=0),void 0===f&&(f=0),this._test(a,"year"),this._test(b,"month"),this._test(c,"day"),this._test(d,"delta_years"),this._test(f,"delta_days"),this._test(e,"delta_months"),this._year=a,this._month=b,this._day=c,this._delta_years=d,this._delta_months=e,this._delta_days=f},pyson:function(){return{__class__:"Date",y:this._year,M:this._month,d:this._day,dy:this._delta_years,dM:this._delta_months,dd:this._delta_days}},types:function(){return["object"]},_test:function(a,b){if(a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["number","object"]).length)throw b+" must be an integer or None"}else if("number"!=typeof a&&null!==a)throw b+" must be an integer or None"}}),Sao.PYSON.Date.eval_=function(a,b){var c=Sao.Date(a.y,a.M&&a.M-1,a.d);return a.dy&&c.add(a.dy,"y"),a.dM&&c.add(a.dM,"M"),a.dd&&c.add(a.dd,"d"),c},Sao.PYSON.DateTime=Sao.class_(Sao.PYSON.Date,{init:function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){Sao.PYSON.DateTime._super.init.call(this,a,b,c,h,i,j),void 0===d&&(d=null),void 0===e&&(e=null),void 0===f&&(f=null),void 0===g&&(g=null),void 0===k&&(k=0),void 0===l&&(l=0),void 0===m&&(m=0),void 0===n&&(n=0),this._test(d,"hour"),this._test(e,"minute"),this._test(f,"second"),this._test(g,"microsecond"),this._test(k,"delta_hours"),this._test(l,"delta_minutes"),this._test(m,"delta_seconds"),this._test(n,"delta_microseconds"),this._hour=d,this._minute=e,this._second=f,this._microsecond=g,this._delta_hours=k,this._delta_minutes=l,this._delta_seconds=m,this._delta_microseconds=n},pyson:function(){var a=Sao.PYSON.DateTime._super.pyson.call(this);return a.__class__="DateTime",a.h=this._hour,a.m=this._minute,a.s=this._second,a.ms=this._microsecond,a.dh=this._delta_hours,a.dm=this._delta_minutes,a.ds=this._delta_seconds,a.dms=this._delta_microseconds,a}}),Sao.PYSON.DateTime.eval_=function(a,b){var c=Sao.DateTime(a.y,a.M&&a.M-1,a.d,a.h,a.m,a.s,a.ms&&a.ms/1e3);return a.dy&&c.add(a.dy,"y"),a.dM&&c.add(a.dM,"M"),a.dd&&c.add(a.dd,"d"),a.dh&&c.add(a.dh,"h"),a.dm&&c.add(a.dm,"m"),a.ds&&c.add(a.ds,"s"),a.dms&&c.add(a.dms/1e3,"ms"),c},Sao.PYSON.Len=Sao.class_(Sao.PYSON.PYSON,{init:function(a){if(Sao.PYSON.Len._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["object","string"]).length||jQuery(["object","string"]).not(a.types()).length)throw"value must be an object or a string"}else if("object"!=typeof a&&"string"!=typeof a)throw"value must be an object or a string";this._value=a},pyson:function(){return{__class__:"Len",v:this._value}},types:function(){return["integer"]}}),Sao.PYSON.Len.eval_=function(a,b){return"object"==typeof a.v?Object.keys(a.v).length:a.v.length}}(),function(){"use strict";Sao.Session=Sao.class_(Object,{init:function(a,b){this.user_id=null,this.session=null,this.prm=jQuery.when(),this.database=a,this.login=b,this.context={},Sao.Session.current_session||(Sao.Session.current_session=this)},get_auth:function(){return btoa(this.login+":"+this.user_id+":"+this.session)},do_login:function(a,b){var c=jQuery.Deferred(),d=Sao.common.processing.show(),e={method:"common.db.login",params:[a,b]},f=jQuery.ajax({contentType:"application/json",data:JSON.stringify(e),dataType:"json",url:"/"+this.database+"/",type:"post",complete:[function(){Sao.common.processing.hide(d)}]}),g=function(a){null===a?(Sao.common.warning.run("",Sao.i18n.gettext("Unable to reach the server.")),c.reject()):a.error?(Sao.common.error.run(a.error[0],a.error[1]),c.reject()):a.result?(this.user_id=a.result[0],this.session=a.result[1],c.resolve()):(this.user_id=null,this.session=null,c.reject())};return f.success(g.bind(this)),f.error(c.reject),c.promise()},do_logout:function(){if(!this.user_id||!this.session)return jQuery.when();var a={method:"common.db.logout",params:[]},b=jQuery.ajax({headers:{Authorization:"Session "+this.get_auth()},contentType:"application/json",data:JSON.stringify(a),dataType:"json",url:"/"+this.database+"/",type:"post"});return this.database=null,this.login=null,this.user_id=null,this.session=null,Sao.Session.current_session===this&&(Sao.Session.current_session=null),b},reload_context:function(){var a={method:"model.res.user.get_preferences",params:[!0,{}]},b=jQuery.extend({},this);b.context={};var c=Sao.rpc(a,b);return c.then(function(a){this.context=a}.bind(this))}}),Sao.Session.login_dialog=function(){var a=new Sao.Dialog(Sao.i18n.gettext("Login"),"lg");return a.database_select=jQuery("<select/>",{"class":"form-control",id:"login-database"}).hide(),a.database_input=jQuery("<input/>",{"class":"form-control",id:"login-database"}).hide(),a.login_input=jQuery("<input/>",{"class":"form-control",id:"login-login",placeholder:Sao.i18n.gettext("Login")}),a.password_input=jQuery("<input/>",{"class":"form-control",type:"password",id:"login-password",placeholder:Sao.i18n.gettext("Password")}),a.body.append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"class":"control-label","for":"login-database"}).append(Sao.i18n.gettext("Database"))).append(a.database_select).append(a.database_input)).append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"class":"control-label","for":"login-login"}).append(Sao.i18n.gettext("Login"))).append(a.login_input)).append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"class":"control-label","for":"login-password"}).append(Sao.i18n.gettext("Password"))).append(a.password_input)),a.button=jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("Login")).appendTo(a.footer),a},Sao.Session.get_credentials=function(){var a=jQuery.Deferred(),b=window.location.hash.replace(/^(#(!|))/,"")||null,c=Sao.Session.login_dialog(),d=function(){return c.modal.find("input,select").filter(":visible").filter(function(){return!jQuery(this).val()})},e=function(){var b=c.login_input.val(),e=c.password_input.val(),f=f||c.database_select.val()||c.database_input.val();if(c.modal.find(".has-error").removeClass("has-error"),!(b&&e&&f))return void d().closest(".form-group").addClass("has-error");c.button.focus(),c.button.prop("disabled",!0);var g=new Sao.Session(f,b);g.do_login(b,e).then(function(){a.resolve(g),c.modal.remove()},function(){c.button.prop("disabled",!1),c.password_input.val(""),d().closest(".form-group").addClass("has-error"),d().first().focus()})};return c.modal.modal({backdrop:!1,keyboard:!1}),c.modal.find("form").unbind().submit(function(a){e(),a.preventDefault()}),jQuery.when(Sao.DB.list()).then(function(a){var e;jQuery.isEmptyObject(a)?e=c.database_input:(e=c.database_select,a.forEach(function(a){e.append(jQuery("<option/>",{value:a,text:a}))})),e.show(),e.val(b||""),d().first().focus()}),a.promise()},Sao.Session.password_dialog=function(){var a=new Sao.Dialog(Sao.i18n.gettext("Password"),"lg");return a.password_input=jQuery("<input/>",{"class":"form-control",type:"password",id:"password-password",placeholder:Sao.i18n.gettext("Password")}),a.body.append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"for":"password-password"}).append(Sao.i18n.gettext("Password"))).append(a.password_input)),a.button=jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(a.footer),a},Sao.Session.renew=function(a){if("pending"==a.prm.state())return a.prm;var b=jQuery.Deferred();a.prm=b.promise();var c=Sao.Session.password_dialog();if(!a.login)return b.reject(),a.prm;var d=function(){var d=c.password_input.val();c.button.focus(),c.button.prop("disabled",!0),a.do_login(a.login,d).then(function(){b.resolve(),c.modal.remove()},function(){c.button.prop("disabled",!1),c.password_input.val("").focus()})};return c.modal.modal({backdrop:!1,keyboard:!1}),c.modal.on("shown.bs.modal",function(){c.password_input.focus()}),c.modal.find("form").unbind().submit(function(a){d(),a.preventDefault()}),c.modal.modal("show"),a.prm},Sao.Session.current_session=null,Sao.DB={},Sao.DB.list=function(){var a=Sao.common.processing.show();return jQuery.ajax({contentType:"application/json",data:JSON.stringify({method:"common.db.list",params:[]}),dataType:"json",url:"/",type:"post",complete:[function(){Sao.common.processing.hide(a)}]}).then(function(a){return a.result})}}(),function(){"use strict";Sao.Model=Sao.class_(Object,{init:function(a,b){b=b||{},this.name=a,this.session=Sao.Session.current_session,this.fields={}},add_fields:function(a){for(var b in a)if(a.hasOwnProperty(b)&&!(b in this.fields)){var c=a[b],d=Sao.field.get(c.type);this.fields[b]=new d(c)}},execute:function(a,b,c){void 0===c&&(c={});var d={method:"model."+this.name+"."+a,params:b.concat(c)};return Sao.rpc(d,this.session)},find:function(a,b,c,d,e){b||(b=0);var f=this,g=this.execute("search",[a,b,c,d],e),h=function(a){return Sao.Group(f,e,a.map(function(a){return new Sao.Record(f,a)}))};return g.pipe(h)},delete_:function(a){if(jQuery.isEmptyObject(a))return jQuery.when();var b=a[0],c=b.group.root_group();console.assert(a.every(function(a){return a.model.name==b.model.name}),"records not from the same model"),console.assert(a.every(function(a){return a.group.root_group()==b.group.root_group()}),"records not from the same root group"),a=a.filter(function(a){return a.id>=0});var d={};d._timestamp={},a.forEach(function(a){jQuery.extend(d._timestamp,a.get_timestamp())});var e=a.map(function(a){return a.id});return c.on_write_ids(e).then(function(a){return a=a.filter(function(a){return!~e.indexOf(a)}),this.execute("delete",[e],d).then(function(){c.reload(a)})}.bind(this))},copy:function(a,b){if(jQuery.isEmptyObject(a))return jQuery.when();var c=a.map(function(a){return a.id});return this.execute("copy",[c,{}],b)}}),Sao.Group=function(a,b,c){return c.prm=jQuery.when(),c.model=a,c._context=b,c.on_write=[],c.parent=void 0,c.screens=[],c.parent_name="",c.children=[],c.child_name="",c.parent_datetime_field=void 0,c.record_removed=[],c.record_deleted=[],c.__readonly=!1,c.skip_model_access=!1,c.forEach(function(a,b,c){a.group=c}),c.get_readonly=function(){var a=Sao.common.MODELACCESS.get(this.model.name);return this.context._datetime||!a.write&&!a.create&&!this.skip_model_access?!0:this.__readonly},c.set_readonly=function(a){this.__readonly=a},c.load=function(a,b){var c,d,e=[];for(c=0,d=a.length;d>c;c++){var f=a[c],g=this.get(f);g||(g=new Sao.Record(this.model,f),g.group=this,this.push(g)),e.push(g)}var h,i=[];for(c=0,d=this.record_removed.length;d>c;c++)h=this.record_removed[c],~a.indexOf(h.id)||i.push(h);this.record_removed=i;var j=[];for(c=0,d=this.record_deleted.length;d>c;c++)h=this.record_deleted[c],~a.indexOf(h.id)||j.push(h);this.record_deleted=j,e.length&&b&&this.changed()},c.get=function(a){for(var b=0,c=this.length;c>b;b++){var d=this[b];if(d.id==a)return d}},c.new_=function(a,b){var c=new Sao.Record(this.model,b);return c.group=this,a&&c.default_get(),c},c.add=function(a,b,c){void 0!==b&&-1!=b||(b=this.length),void 0===c&&(c=!0),a.group!=this&&(a.group=this),this.splice(b,0,a);for(var d in this.record_removed)d.id==a.id&&this.record_removed.splice(this.record_removed.indexOf(d),1);for(var e in this.record_deleted)e.id==a.id&&this.record_deleted.splice(this.record_deleted.indexOf(e),1);if(a._changed.id=!0,c&&(this.changed(),this.parent&&this.model.fields[this.parent_name])){var f=this.model.fields[this.parent_name];if(f instanceof Sao.field.Many2One||f instanceof Sao.field.Reference){var g=[this.parent.id,""];f instanceof Sao.field.Reference&&(g=[this.parent.model.name,g]),f.set_client(a,g)}}return a},c.remove=function(a,b,c,d){void 0===c&&(c=!0);this.indexOf(a);a.id>=0&&(b?(~this.record_deleted.indexOf(a)&&this.record_deleted.splice(this.record_deleted.indexOf(a),1),this.record_removed.push(a)):(~this.record_removed.indexOf(a)&&this.record_removed.splice(this.record_removed.indexOf(a),1),this.record_deleted.push(a))),a.group.parent&&(a.group.parent._changed.id=!0),c&&(a._changed.id=!0),(!a.group.parent||a.id<0||d)&&this._remove(a),a.group.changed(),a.group.root_group().screens.forEach(function(a){a.display()})},c._remove=function(a){var b=this.indexOf(a);this.splice(b,1)},c.unremove=function(a){this.record_removed.splice(this.record_removed.indexOf(a),1),this.record_deleted.splice(this.record_deleted.indexOf(a),1),a.group.changed(),a.group.root_group().screens.forEach(function(a){a.display()})},c.changed=function(){if(!this.parent)return jQuery.when();this.parent._changed[this.child_name]=!0;var a=jQuery.Deferred(),b=this.parent.model.fields[this.child_name].changed(this.parent);return b?b.then(function(){this.parent.validate(null,!0).done(function(){
-this.parent.group.changed().done(a.resolve)}.bind(this))}.bind(this)):a.resolve(),a},c.root_group=function(){for(var a=this,b=this.parent;b;)a=b.group,b=b.parent;return a},c.save=function(){var a=[];return this.forEach(function(b){a.push(b.save())}),jQuery.isEmptyObject(this.record_deleted)||a.push(this.model.delete_(this.record_deleted)),jQuery.when.apply(jQuery,a)},c.written=function(a){return"number"==typeof a&&(a=[a]),this.on_write_ids(a).then(function(b){b=b.filter(function(b){return!~a.indexOf(b)}),this.root_group().reload(b)}.bind(this))},c.reload=function(a){this.children.forEach(function(b){b.reload(a)}),a.forEach(function(a){var b=this.get(a);b&&jQuery.isEmptyObject(b._changed)&&b.cancel()}.bind(this))},c.on_write_ids=function(a){var b=[],c=[];return this.on_write.forEach(function(d){var e=this.model.execute(d,[a],this._context).then(function(a){jQuery.extend(c,a)});b.push(e)}.bind(this)),jQuery.when.apply(jQuery,b).then(function(){return c.filter(function(a,b,c){return b==c.indexOf(a)})})},c.set_parent=function(a){this.parent=a,a&&a.model.name==this.model.name&&this.parent.group.children.push(this)},c.destroy=function(){if(this.parent){var a=this.parent.group.children.indexOf(this);~a&&this.parent.group.children.splice(a,1)}this.parent=null},c.domain=function(){var a=[];if(this.screens.forEach(function(b){b.attributes.domain&&a.push(b.attributes.domain)}),this.parent&&this.child_name){var b=this.parent.model.fields[this.child_name];return[a,b.get_domain(this.parent)]}return a},c.context=function(){var a=jQuery.extend({},this._context);if(this.parent&&(jQuery.extend(a,this.parent.get_context()),this.child_name in this.parent.model.fields)){var b=this.parent.model.fields[this.child_name];jQuery.extend(a,b.get_context(this.parent))}return jQuery.extend(a,this._context),this.parent_datetime_field&&(a._datetime=this.parent.get_eval()[this.parent_datetime_field]),a},c.set_context=function(a){this._context=jQuery.extend({},a)},c.clean4inversion=function(a){if(jQuery.isEmptyObject(a))return[];var b=new Sao.common.DomainInversion,c=a[0],d=a.slice(1);if(~["AND","OR"].indexOf(c));else if(b.is_leaf(c)){var e=c[0];e in this.model.fields&&this.model.fields[e].description.readonly&&(c=[])}else c=this.clean4inversion(c);return[c].concat(this.clean4inversion(d))},c.domain4inversion=function(){var a=this.domain();return this.__domain4inversion&&Sao.common.compare(this.__domain4inversion[0],a)||(this.__domain4inversion=[a,this.clean4inversion(a)]),this.__domain4inversion[1]},c.get_by_path=function(a){a=jQuery.extend([],a);var b=null,c=this,d=function(){if(jQuery.isEmptyObject(a))return b;var e=a[0][0],f=a[0][1];return a.splice(0,1),b=c.get(f),b?e?b.load(e).then(function(){return c=b._values[e],c?d():null}):d():null};return jQuery.when().then(d)},c},Sao.Record=Sao.class_(Object,{id_counter:-1,init:function(a,b){this.model=a,this.group=Sao.Group(a,{},[]),this.id=b||Sao.Record.prototype.id_counter--,this._values={},this._changed={},this._loaded={},this.fields={},this._timestamp=null,this.attachment_count=-1,this.unread_note=-1,this.state_attrs={},this.autocompletion={},this.exception=!1},has_changed:function(){return!jQuery.isEmptyObject(this._changed)},save:function(a){void 0===a&&(a=!1);var b=this.get_context(),c=jQuery.when(),d=this.get();if(this.id<0||!jQuery.isEmptyObject(d)){if(this.id<0){c=this.model.execute("create",[[d]],b);var e=function(a){this.id=a[0]};c.done(e.bind(this))}else jQuery.isEmptyObject(d)||(b._timestamp=this.get_timestamp(),c=this.model.execute("write",[[this.id],d],b));c=c.done(function(){return this.cancel(),a?this.reload():void 0}.bind(this)),this.group&&(c=c.done(function(){return this.group.written(this.id)}.bind(this)))}return this.group.parent&&(delete this.group.parent._changed[this.group.child_name],c=c.done(function(){return this.group.parent.save(a)}.bind(this))),c},reload:function(a){if(this.id<0)return jQuery.when();if(a){var b=a.map(function(a){return this.load(a)}.bind(this));return jQuery.when.apply(jQuery,b)}return this.load("*")},load:function(a){var b,c;if(this.id<0||a in this._loaded)return jQuery.when();if("pending"==this.group.prm.state())return c=jQuery.Deferred(),this.group.prm.then(function(){this.load(a).then(c.resolve,c.reject)}.bind(this)),c;var d={};d[this.id]=this;var e;if("*"==a){e="eager";for(b in this.model.fields)if(this.model.fields.hasOwnProperty(b)){var f=this.model.fields[b].description.loading||"eager";if("eager"!=f){e="lazy";break}}}else e=this.model.fields[a].description.loading||"eager";var g=[];if("eager"==e)for(b in this.model.fields)this.model.fields.hasOwnProperty(b)&&"eager"==(this.model.fields[b].description.loading||"eager")&&g.push(b);else g=Object.keys(this.model.fields);g=g.filter(function(a,b,c){return!(a in this._loaded)}.bind(this));var h=g.slice(),i=["many2one","one2one","reference"];for(var j in g){b=g[j];var k=this.model.fields[b].description;~i.indexOf(k.type)&&h.push(b+".rec_name")}~g.indexOf("rec_name")||h.push("rec_name"),h.push("_timestamp");var l=jQuery.extend({},this.get_context());if("eager"==e){var m,n,o=parseInt(Sao.config.limit/h.length,10),p=function(b){return!(a in b._loaded)&&b.id>=0},q=function(a){return p(a)&&void 0===d[a.id]&&(a.group===this.group||JSON.stringify(a.get_context())===JSON.stringify(l))}.bind(this);this.group.parent&&this.group.parent.model.name==this.model.name?(m=[],m=m.concat.apply(m,this.group.parent.group.children),n=q):(m=this.group,n=p);var r=m.indexOf(this);if(~r)for(var s=m.length,t=1;Object.keys(d).length<o&&(r-t>=0||s>r+t)&&2*o>t;){var u;r-t>=0&&(u=m[r-t],n(u)&&(d[u.id]=u)),s>r+t&&(u=m[r+t],n(u)&&(d[u.id]=u)),t++}}for(b in this.model.fields)this.model.fields.hasOwnProperty(b)&&"binary"==this.model.fields[b].description.type&&~h.indexOf(b,h)&&(l[this.model.name+"."+b]="size");c=this.model.execute("read",[Object.keys(d).map(function(a){return parseInt(a,10)}),h],l);var v=function(a,b){void 0===b&&(b=!1);var c={};a.forEach(function(a,b,d){c[a.id]=a});for(var e in d)if(d.hasOwnProperty(e)){var f=d[e];f.exception||(f.exception=b);var g=c[e];if(f&&g){for(var h in this._changed)this._changed.hasOwnProperty(h)&&delete g[h];f.set(g)}}}.bind(this),w=function(){var a,b=[];for(var c in d){a={id:c};for(var e in h)a[h[e]]=null;b.push(a)}v(b,!0)};return this.group.prm=c.then(v,w),this.group.prm},set:function(a){var b,c,d={};for(b in a)if(a.hasOwnProperty(b))if(c=a[b],"_timestamp"!=b)if(b in this.model.fields){if(this.model.fields[b]instanceof Sao.field.One2Many&&(d[b]=c),this.model.fields[b]instanceof Sao.field.Many2One||this.model.fields[b]instanceof Sao.field.Reference){var e=b+".rec_name";a.hasOwnProperty(e)?this._values[e]=a[e]:this._values.hasOwnProperty(e)&&delete this._values[e]}this.model.fields[b].set(this,c),this._loaded[b]=!0}else"rec_name"==b&&(this._values[b]=c);else this._timestamp||(this._timestamp=c);for(b in d)c=d[b],this.model.fields[b].set(this,c),this._loaded[b]=!0},get:function(){var a={};for(var b in this.model.fields)if(this.model.fields.hasOwnProperty(b)){var c=this.model.fields[b];c.description.readonly||void 0===this._changed[b]&&this.id>=0||(a[b]=c.get(this))}return a},invalid_fields:function(){var a={};for(var b in this.model.fields){var c=this.model.fields[b],d=c.get_state_attrs(this).invalid;d&&(a[b]=d)}return a},get_context:function(){return this.group.context()},field_get:function(a){return this.model.fields[a].get(this)},field_set:function(a,b){this.model.fields[a].set(this,b)},field_get_client:function(a){return this.model.fields[a].get_client(this)},field_set_client:function(a,b,c){this.model.fields[a].set_client(this,b,c)},default_get:function(){var a=jQuery.Deferred(),b=[];for(var c in this.model.fields){var d=this.model.fields[c];d.description.autocomplete&&d.description.autocomplete.length>0&&b.push(this.do_autocomplete(c))}if(!jQuery.isEmptyObject(this.model.fields)){var e=this.model.execute("default_get",[Object.keys(this.model.fields)],this.get_context());e.then(function(c){if(this.group.parent&&this.group.parent_name in this.group.model.fields){var d=this.group.model.fields[this.group.parent_name];d instanceof Sao.field.Reference?c[this.group.parent_name]=[this.group.parent.model.name,this.group.parent.id]:d.description.relation==this.group.parent.model.name&&(c[this.group.parent_name]=this.group.parent.id)}b.push(this.set_default(c)),jQuery.when.apply(jQuery,b).then(function(){a.resolve(c)})}.bind(this))}return a},set_default:function(a,b){null===b&&(b=!0);var c=[],d=[];for(var e in a)if(a.hasOwnProperty(e)){var f=a[e];if(e in this.model.fields){if(this.model.fields[e]instanceof Sao.field.Many2One||this.model.fields[e]instanceof Sao.field.Reference){var g=e+".rec_name";a.hasOwnProperty(g)?this._values[g]=a[g]:this._values.hasOwnProperty(g)&&delete this._values[g]}c.push(this.model.fields[e].set_default(this,f)),this._loaded[e]=!0,d.push(e)}}return jQuery.when.apply(jQuery,c).then(function(){return this.on_change(d).then(function(){return this.on_change_with(d).then(function(){var a=function(){return this.group.root_group().screens.forEach(function(a){return a.display()})}.bind(this);return b?this.validate(null,!0).then(a):a()}.bind(this))}.bind(this))}.bind(this))},get_timestamp:function(){var a={};a[this.model.name+","+this.id]=this._timestamp;for(var b in this.model.fields)this.model.fields.hasOwnProperty(b)&&b in this._loaded&&jQuery.extend(a,this.model.fields[b].get_timestamp(this));return a},get_eval:function(){var a={};for(var b in this.model.fields)!this.model.fields.hasOwnProperty(b)&&this.id>=0||(a[b]=this.model.fields[b].get_eval(this));return a},get_on_change_value:function(a){var b={};for(var c in this.model.fields)a&&~a.indexOf(c)||(!(this.id>=0)||this._loaded[c]&&this._changed[c])&&(b[c]=this.model.fields[c].get_on_change_value(this));return b.id=this.id,b},_get_on_change_args:function(a){var b={},c=Sao.common.EvalEnvironment(this,"on_change");return a.forEach(function(a){var d=c;a.split(".").forEach(function(a){void 0!==d&&(d=d[a])}),b[a]=d}),b.id=this.id,b},on_change:function(a){var b={};if(a.forEach(function(a){var c=this.model.fields[a].description.on_change;jQuery.isEmptyObject(c)||(b=jQuery.extend(b,this._get_on_change_args(c)))}.bind(this)),jQuery.isEmptyObject(b))return jQuery.when();var c=this.model.execute("on_change",[b,a],this.get_context());return c.then(function(a){a.forEach(this.set_on_change.bind(this))}.bind(this))},on_change_with:function(a){var b,c,d={},e={},f={};for(b in this.model.fields)if(this.model.fields.hasOwnProperty(b)&&(c=this.model.fields[b].description.on_change_with,!jQuery.isEmptyObject(c))){for(var g=0;g<a.length&&!~c.indexOf(a[g]);g++);g>=a.length||(jQuery.isEmptyObject(Sao.common.intersect(Object.keys(d).sort(),c.sort()))?(d[b]=!0,e=jQuery.extend(e,this._get_on_change_args(c)),(this.model.fields[b]instanceof Sao.field.Many2One||this.model.fields[b]instanceof Sao.field.Reference)&&delete this._values[b+".rec_name"]):f[b]=!0)}var h,i=[];jQuery.isEmptyObject(d)||(h=this.model.execute("on_change_with",[e,Object.keys(d)],this.get_context()),i.push(h.then(this.set_on_change.bind(this))));var j=function(a){return function(b){this.model.fields[a].set_on_change(this,b)}};for(b in f)f.hasOwnProperty(b)&&(c=this.model.fields[b].description.on_change_with,e=this._get_on_change_args(c),h=this.model.execute("on_change_with_"+b,[e],this.get_context()),i.push(h.then(j(b).bind(this))));return jQuery.when.apply(jQuery,i)},set_on_change:function(a){var b,c;for(b in a)if(a.hasOwnProperty(b)&&(c=a[b],b in this.model.fields)){if(this.model.fields[b]instanceof Sao.field.Many2One||this.model.fields[b]instanceof Sao.field.Reference){var d=b+".rec_name";a.hasOwnProperty(d)?this._values[d]=a[d]:this._values.hasOwnProperty(d)&&delete this._values[d]}this.model.fields[b].set_on_change(this,c)}},autocomplete_with:function(a){var b=[];for(var c in this.model.fields){var d=this.model.fields[c],e=d.description.autocomplete||[];~e.indexOf(a)&&b.push(this.do_autocomplete(c))}return jQuery.when.apply(jQuery,b)},do_autocomplete:function(a){this.autocompletion[a]=[];var b=this.model.fields[a],c=b.description.autocomplete,d=this._get_on_change_args(c),e=this.model.execute("autocomplete_"+a,[d],this.get_context());return e.then(function(b){this.autocompletion[a]=b}.bind(this))},expr_eval:function(a){if("string"!=typeof a)return a;var b=jQuery.extend({},this.model.session.context);if(b.context=jQuery.extend({},b),jQuery.extend(b.context,this.get_context()),jQuery.extend(b,this.get_eval()),b.active_model=this.model.name,b.active_id=this.id,b._user=this.model.session.user_id,this.group.parent&&this.group.parent_name){var c=Sao.common.EvalEnvironment(this.group.parent);b["_parent_"+this.group.parent_name]=c}return new Sao.PYSON.Decoder(b).decode(a)},rec_name:function(){var a=this.model.execute("read",[[this.id],["rec_name"]],this.get_context());return a.then(function(a){return a[0].rec_name})},validate:function(a,b,c,d){var e=function(){var e=!0,f=[];this.group.screens.forEach(function(a){a.exclude_field&&f.push(a.exclude_field)});for(var g in this.model.fields)if((!(d&&this.id>=0)||g in this._loaded)&&this.model.fields.hasOwnProperty(g)){var h=this.model.fields[g];a&&!~a.indexOf(g)||h.get_state_attrs(this).readonly||~f.indexOf(g)||h.validate(this,b,c)||(e=!1)}return e}.bind(this);return d?e():this._check_load(a).then(e)},pre_validate:function(){if(jQuery.isEmptyObject(this._changed))return jQuery.Deferred().resolve(!0);var a=this._get_on_change_args(Object.keys(this._changed));return this.model.execute("pre_validate",[a],this.get_context()).then(function(){return!0},function(){return!1})},cancel:function(){this._loaded={},this._changed={},this._timestamp=null},_check_load:function(a){return this.get_loaded(a)?jQuery.when():this.reload(a)},get_loaded:function(a){if(!jQuery.isEmptyObject(a)){var b=!0;return a.forEach(function(a){a in this._loaded||a in this._changed||(b=!1)}.bind(this)),b}return Sao.common.compare(Object.keys(this.model.fields).sort(),Object.keys(this._loaded).sort())},root_parent:function(){for(var a=this;a.group.parent;)a=a.group.parent;return a},get_path:function(a){for(var b=[],c=this,d="";c&&(b.push([d,c.id]),c.group!==a);)d=c.group.child_name,c=c.group.parent;return b.reverse(),b},deleted:function(){return Boolean(~this.group.record_deleted.indexOf(this))},removed:function(){return Boolean(~this.group.record_removed.indexOf(this))},readonly:function(){return this.deleted()||this.removed()||this.exception},set_field_context:function(){for(var a in this.model.fields)if(this.model.fields.hasOwnProperty(a)){var b=this.model.fields[a],c=this._values[a];if(c&&c.set_context){var d=b.description.context;d&&c.set_context(this.expr_eval(d))}}},get_attachment_count:function(a){var b=jQuery.Deferred();return this.id<0?(b.resolve(0),b):(this.attachment_count<0||a?b=Sao.rpc({method:"model.ir.attachment.search_count",params:[[["resource","=",this.model.name+","+this.id]],this.get_context()]},this.model.session).then(function(a){return this.attachment_count=a,a}.bind(this)):b.resolve(this.attachment_count),b)},get_unread_note:function(a){var b=jQuery.Deferred();return this.id<0?(b.resolve(0),b):(this.unread_note<0||a?b=Sao.rpc({method:"model.ir.note.search_count",params:[[["resource","=",this.model.name+","+this.id],["unread","=",!0]],this.get_context()]},this.model.session).then(function(a){return this.unread_note=a,a}.bind(this)):b.resolve(this.unread_note),b)}}),Sao.field={},Sao.field.get=function(a){switch(a){case"char":return Sao.field.Char;case"selection":return Sao.field.Selection;case"datetime":return Sao.field.DateTime;case"date":return Sao.field.Date;case"time":return Sao.field.Time;case"timedelta":return Sao.field.TimeDelta;case"float":return Sao.field.Float;case"numeric":return Sao.field.Numeric;case"integer":return Sao.field.Integer;case"boolean":return Sao.field.Boolean;case"many2one":return Sao.field.Many2One;case"one2one":return Sao.field.One2One;case"one2many":return Sao.field.One2Many;case"many2many":return Sao.field.Many2Many;case"reference":return Sao.field.Reference;case"binary":return Sao.field.Binary;case"dict":return Sao.field.Dict;default:return Sao.field.Char}},Sao.field.Field=Sao.class_(Object,{_default:null,init:function(a){this.description=a,this.name=a.name},set:function(a,b){a._values[this.name]=b},get:function(a){var b=a._values[this.name];return void 0===b&&(b=this._default),b},set_client:function(a,b,c){var d=this.get(a);this.set(a,b),JSON.stringify(d)!=JSON.stringify(this.get(a))?(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){a.group.changed().done(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})})})):c&&(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})}))},get_client:function(a){return this.get(a)},set_default:function(a,b){a._values[this.name]=b,a._changed[this.name]=!0},set_on_change:function(a,b){a._values[this.name]=b,a._changed[this.name]=!0},changed:function(a){var b=[];return b.push(a.on_change([this.name])),b.push(a.on_change_with([this.name])),b.push(a.autocomplete_with(this.name)),a.set_field_context(),jQuery.when.apply(jQuery,b)},get_timestamp:function(a){return{}},get_context:function(a){var b=jQuery.extend({},a.get_context());return a.group.parent&&jQuery.extend(b,a.group.parent.get_context()),jQuery.extend(b,a.expr_eval(this.description.context||{})),b},get_domains:function(a,b){var c=new Sao.common.DomainInversion,d=c.domain_inversion([a.group.domain4inversion(),b||[]],this.name,Sao.common.EvalEnvironment(a));"boolean"!=typeof d||d?"boolean"==typeof d&&d&&(d=[]):d=[["id","=",null]];var e=a.expr_eval(this.description.domain||[]);return[d,e]},get_domain:function(a){var b=this.get_domains(a),c=b[0],d=b[1],e=new Sao.common.DomainInversion;return e.concat([e.localize_domain(c),d])},validation_domains:function(a,b){var c=new Sao.common.DomainInversion;return c.concat(this.get_domains(a,b))},get_eval:function(a){return this.get(a)},get_on_change_value:function(a){return this.get_eval(a)},set_state:function(a,b){void 0===b&&(b=["readonly","required","invisible"]);var c=a.expr_eval(this.description.states||{});b.forEach(function(b){"readonly"==b&&this.description.readonly||(void 0!==c[b]?this.get_state_attrs(a)[b]=c[b]:void 0!==this.description[b]&&(this.get_state_attrs(a)[b]=this.description[b]))}.bind(this)),(a.group.get_readonly()||this.get_state_attrs(a).domain_readonly)&&(this.get_state_attrs(a).readonly=!0)},get_state_attrs:function(a){return this.name in a.state_attrs||(a.state_attrs[this.name]=jQuery.extend({},this.description)),(a.group.get_readonly()||a.readonly())&&(a.state_attrs[this.name].readonly=!0),a.state_attrs[this.name]},check_required:function(a){var b=this.get_state_attrs(a);return!(1==b.required&&!this.get(a)&&1!=b.readonly)},validate:function(a,b,c){if(this.description.readonly)return!0;var d=!1;this.get_state_attrs(a).domain_readonly=!1;var e=new Sao.common.DomainInversion,f=e.simplify(this.validation_domains(a,c));if(b||this.check_required(a)||(d="required"),"boolean"==typeof f)f||(d="domain");else if(Sao.common.compare(f,[["id","=",null]]))d="domain";else{var g=e.unique_value(f),h=g[0],i=g[1],j=g[2];if(h){j===!1&&(j=null);var k,l=!0;k=jQuery.isEmptyObject(a.group.domain())?e.merge(f):e.merge(a.group.domain());var m="AND"==k[0];if(i.contains(".")){var n=i.split(".",1)[0],o=i.split(".",1)[1],p=[];m&&e.localize_domain(k.slice(1)).forEach(function(a){p.push(a)}),"id"==o&&~p.indexOf(n)||(l=!1)}l&&!c&&(this.set_client(a,j),this.get_state_attrs(a).domain_readonly=m)}e.eval_domain(f,Sao.common.EvalEnvironment(a))||(d=f)}return this.get_state_attrs(a).invalid=d,!d}}),Sao.field.Char=Sao.class_(Sao.field.Field,{_default:"",get:function(a){return Sao.field.Char._super.get.call(this,a)||this._default}}),Sao.field.Selection=Sao.class_(Sao.field.Field,{_default:null}),Sao.field.DateTime=Sao.class_(Sao.field.Field,{_default:null,time_format:function(a){return a.expr_eval(this.description.format)},set_client:function(a,b,c){var d;b&&(b.isTime?(d=this.get(a),b=d?Sao.DateTime.combine(d,b):null):b.isDate&&(d=this.get(a),d&&(b=Sao.DateTime.combine(b,d)))),Sao.field.DateTime._super.set_client.call(this,a,b,c)},date_format:function(a){var b=this.get_context(a);return Sao.common.date_format(b.date_format)}}),Sao.field.Date=Sao.class_(Sao.field.Field,{_default:null,set_client:function(a,b,c){b&&!b.isDate&&(b.isDate=!0,b.isDateTime=!1),Sao.field.Date._super.set_client.call(this,a,b,c)},date_format:function(a){var b=this.get_context(a);return Sao.common.date_format(b.date_format)}}),Sao.field.Time=Sao.class_(Sao.field.Field,{_default:null,time_format:function(a){return a.expr_eval(this.description.format)},set_client:function(a,b,c){b&&(b.isDate||b.isDateTime)&&(b=Sao.Time(b.hour(),b.minute(),b.second(),b.millisecond())),Sao.field.Time._super.set_client.call(this,a,b,c)}}),Sao.field.TimeDelta=Sao.class_(Sao.field.Field,{_default:null,converter:function(a){return a.model.session.context[this.description.converter]},set_client:function(a,b,c){"string"==typeof b&&(b=Sao.common.timedelta.parse(b,this.converter(a))),Sao.field.TimeDelta._super.set_client.call(this,a,b,c)},get_client:function(a){var b=Sao.field.TimeDelta._super.get_client.call(this,a);return Sao.common.timedelta.format(b,this.converter(a))}}),Sao.field.Float=Sao.class_(Sao.field.Field,{_default:null,digits:function(a,b){void 0===b&&(b=1);var c=a.expr_eval(this.description.digits);if(c&&c.every(function(a){return null!==a})){var d=Math.round(Math.log(Math.abs(b))/Math.LN10);return[c[0]+d,c[1]-d]}},check_required:function(a){var b=this.get_state_attrs(a);return 1!=b.required||null!==this.get(a)||1==b.readonly},convert:function(a){return a?(a=Number(a),isNaN(a)&&(a=this._default),a):null},apply_factor:function(a,b){return null!==a&&(a/=b),a},set_client:function(a,b,c,d){void 0===d&&(d=1),b=this.apply_factor(this.convert(b),d),Sao.field.Float._super.set_client.call(this,a,b,c)},get_client:function(a,b){void 0===b&&(b=1);var c=this.get(a);if(null!==c){var d=this.digits(a,b);return d?(c*b).toFixed(d[1]):""+c*b}return""}}),Sao.field.Numeric=Sao.class_(Sao.field.Float,{convert:function(a){return a?(a=new Sao.Decimal(a),isNaN(a.valueOf())&&(a=this._default),a):null},apply_factor:function(a,b){return a=Sao.field.Numeric._super.apply_factor(a,b),null!==a&&(a=new Sao.Decimal(a)),a}}),Sao.field.Integer=Sao.class_(Sao.field.Float,{convert:function(a){return a=parseInt(a,10),isNaN(a)&&(a=this._default),a}}),Sao.field.Boolean=Sao.class_(Sao.field.Field,{_default:!1,set_client:function(a,b,c){b=Boolean(b),Sao.field.Boolean._super.set_client.call(this,a,b,c)},get:function(a){return Boolean(a._values[this.name])},get_client:function(a){return Boolean(a._values[this.name])}}),Sao.field.Many2One=Sao.class_(Sao.field.Field,{_default:null,check_required:function(a){var b=this.get_state_attrs(a);return 1!=b.required||null!==this.get(a)||1==b.readonly},get_client:function(a){var b=a._values[this.name+".rec_name"];return void 0===b&&(this.set(a,this.get(a)),b=a._values[this.name+".rec_name"]||""),b},set:function(a,b){var c=a._values[this.name+".rec_name"]||"",d=function(b){a._values[this.name+".rec_name"]=b[0].rec_name};if(!c&&b>=0&&null!==b){var e=a.model.fields[this.name].description.relation;Sao.rpc({method:"model."+e+".read",params:[[b],["rec_name"],a.get_context()]},a.model.session).done(d.bind(this)).done(function(){a.group.root_group().screens.forEach(function(a){a.display()})})}else d.call(this,[{rec_name:c}]);a._values[this.name]=b},set_client:function(a,b,c){var d;b instanceof Array?(d=b[1],b=b[0]):d=b==this.get(a)?a._values[this.name+".rec_name"]||"":"",a._values[this.name+".rec_name"]=d,Sao.field.Many2One._super.set_client.call(this,a,b,c)},validation_domains:function(a,b){return this.get_domains(a,b)[0]},get_domain:function(a){var b=this.get_domains(a),c=b[0],d=b[1],e=new Sao.common.DomainInversion;return e.concat([e.localize_domain(e.inverse_leaf(c),this.name),d])},get_on_change_value:function(a){return a.group.parent_name==this.name&&a.group.parent?a.group.parent.get_on_change_value([a.group.child_name]):Sao.field.Many2One._super.get_on_change_value.call(this,a)}}),Sao.field.One2One=Sao.class_(Sao.field.Many2One,{}),Sao.field.One2Many=Sao.class_(Sao.field.Field,{init:function(a){Sao.field.One2Many._super.init.call(this,a)},_default:null,_set_value:function(a,b,c){this._set_default_value(a);var d=a._values[this.name],e=jQuery.when();jQuery.isEmptyObject(b)&&(b=[]);var f;if(f=jQuery.isEmptyObject(b)||!isNaN(parseInt(b[0],10))?"list ids":"list values","list values"==f){var g=this.get_context(a),h={};if(b.forEach(function(a){for(var b in a)a.hasOwnProperty(b)&&(b in d.model.fields||~b.indexOf(".")||(h[b]=!0))}),!jQuery.isEmptyObject(h)){var i={method:"model."+this.description.relation+".fields_get",params:[Object.keys(h),g]};e=Sao.rpc(i,a.model.session)}}var j=function(e){var g=[];if(jQuery.isEmptyObject(e)||d.model.add_fields(e),a._values[this.name]=d,"list ids"==f){for(var h=0,i=d.length;i>h;h++){var j=d[h];d.remove(j,!0)}d.load(b)}else b.forEach(function(a){var b=d.new_(!1);c?(g.push(b.set_default(a,!1)),d.add(b)):(b.set(a),d.push(b))});return jQuery.when.apply(jQuery,g)};return e.then(j)},set:function(a,b,c){void 0===c&&(c=!1);var d,e=a._values[this.name];return void 0!==e?(d=e.model,e.destroy()):d=a.model.name==this.description.relation?a.model:new Sao.Model(this.description.relation),a._values[this.name]=void 0,this._set_default_value(a,d),this._set_value(a,b,c)},get:function(a){var b=a._values[this.name];if(void 0===b)return[];for(var c=b.record_removed,d=b.record_deleted,e=[],f=this.description.relation_field||"",g=[],h=[],i=[],j=0,k=b.length;k>j;j++){var l=b[j];if(!~c.indexOf(l)&&!~d.indexOf(l)){var m;l.id>=0?(m=l.get(),delete m[f],l.has_changed()&&!jQuery.isEmptyObject(m)&&(i.push([l.id]),i.push(m)),g.push(l.id)):(m=l.get(),delete m[f],h.push(m))}}return jQuery.isEmptyObject(g)||e.push(["add",g]),jQuery.isEmptyObject(h)||e.push(["create",h]),jQuery.isEmptyObject(i)||e.push(["write"].concat(i)),jQuery.isEmptyObject(c)||e.push(["remove",c.map(function(a){return a.id})]),jQuery.isEmptyObject(d)||e.push(["delete",d.map(function(a){return a.id})]),e},set_client:function(a,b,c){null===b&&(b=[]),"number"==typeof b&&(b=[b]);var d=this.get_eval(a);this._set_value(a,b),Sao.common.compare(d.sort(),b.sort())?c&&(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})})):(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){a.group.changed().done(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})})}))},get_client:function(a){return this._set_default_value(a),a._values[this.name]},set_default:function(a,b){return a._changed[this.name]=!0,this.set(a,b,!0)},set_on_change:function(a,b){if(a._changed[this.name]=!0,this._set_default_value(a),b instanceof Array)return void this._set_value(a,b);var c=jQuery.when();if(b.add||b.update){var d=this.get_context(a),e=a._values[this.name].model.fields,f={},g=[];if(b.add)for(var h=0;h<b.add.length;h++)g.push(b.add[h][1]);if([g,b.update].forEach(function(a){jQuery.isEmptyObject(a)||a.forEach(function(a){Object.keys(a).forEach(function(a){a in e||"id"==a||(f[a]=!0)})})}),!jQuery.isEmptyObject(f)){var i={method:"model."+this.description.relation+".fields_get",params:[Object.keys(f),d]};c=Sao.rpc(i,a.model.session)}}var j=[],k=a._values[this.name];k.forEach(function(a){a.id||j.push(a)}),b.remove&&b.remove.forEach(function(a){var b=k.get(a);b&&j.push(b)}.bind(this)),j.forEach(function(a){k.remove(a,!1,!0,!1)}.bind(this)),(b.add||b.update)&&c.then(function(a){k.model.add_fields(a),b.add&&b.add.forEach(function(a){var b=a[0],c=a[1],d=k.new_(!1);k.add(d,b,!1),d.set_on_change(c)}),b.update&&b.update.forEach(function(a){if(a.id){var b=k.get(a.id);b&&b.set_on_change(a)}})}.bind(this))},_set_default_value:function(a,b){if(void 0===a._values[this.name]){b||(b=new Sao.Model(this.description.relation)),a.model.name==this.description.relation&&(b=a.model);var c=a.expr_eval(this.description.context||{}),d=Sao.Group(b,c,[]);d.set_parent(a),d.parent_name=this.description.relation_field,d.child_name=this.name,a._values[this.name]=d}},get_timestamp:function(a){var b=a._values[this.name];if(void 0===b)return{};for(var c,d={},e=0,f=b.length;f>e;e++)c=b[e],jQuery.extend(d,c.get_timestamp());return d},get_eval:function(a){var b=[],c=a._values[this.name];if(void 0===c)return b;for(var d=c.record_removed,e=c.record_deleted,f=0,g=a._values[this.name].length;g>f;f++){var h=c[f];~d.indexOf(h)||~e.indexOf(h)||b.push(h.id)}return b},get_on_change_value:function(a){var b=[],c=a._values[this.name];if(void 0===c)return b;for(var d=0,e=a._values[this.name].length;e>d;d++){var f=c[d];f.deleted()&&f.removed()||b.push(f.get_on_change_value([this.description.relation_field||""]))}return b},get_removed_ids:function(a){return a._values[this.name].record_removed.map(function(a){return a.id})},get_domain:function(a){var b=this.get_domains(a),c=b[0],d=b[1],e=new Sao.common.DomainInversion;return e.concat([e.localize_domain(e.inverse_leaf(c),this.name),d])},validation_domains:function(a,b){return this.get_domains(a,b)[0]},validate:function(a,b,c){if(this.description.readonly)return!0;var d=!1,e=new Sao.common.DomainInversion,f=e.localize_domain(e.domain_inversion(a.group.clean4inversion(c||[]),this.name,Sao.common.EvalEnvironment(a)),this.name);"boolean"==typeof f&&(f=f?[]:[["id","=",null]]);for(var g=0,h=(a._values[this.name]||[]).length;h>g;g++){var i=a._values[this.name][g];!i.get_loaded()&&i.id>=0&&!c||i.validate(null,b,f,!0)||(d="children")}var j=Sao.field.One2Many._super.validate.call(this,a,b,c);return j&&d?(this.get_state_attrs(a).invalid=d,!1):j},set_state:function(a,b){this._set_default_value(a),Sao.field.One2Many._super.set_state.call(this,a,b),a._values[this.name].readonly=this.get_state_attrs(a).readonly}}),Sao.field.Many2Many=Sao.class_(Sao.field.One2Many,{get_on_change_value:function(a){return this.get_eval(a)}}),Sao.field.Reference=Sao.class_(Sao.field.Field,{_default:null,get_client:function(a){if(a._values[this.name]){var b=a._values[this.name][0],c=a._values[this.name+".rec_name"]||"";return[b,c]}return null},get:function(a){return a._values[this.name]&&a._values[this.name][0]&&a._values[this.name][1]>=-1?a._values[this.name].join(","):null},set_client:function(a,b,c){if(b){"string"==typeof b&&(b=b.split(","));var d,e=b[0],f=b[1];f instanceof Array?(d=f[1],f=f[0]):(f&&!isNaN(parseInt(f,10))&&(f=parseInt(f,10)),d=[e,f].join(",")==this.get(a)?a._values[this.name+".rec_name"]||"":""),a._values[this.name+".rec_name"]=d,b=[e,f]}Sao.field.Reference._super.set_client.call(this,a,b,c)},set:function(a,b){if(!b)return void(a._values[this.name]=this._default);var c,d;"string"==typeof b?(c=b.split(",")[0],d=b.split(",")[1],d?isNaN(parseInt(d,10))||(d=parseInt(d,10)):d=null):(c=b[0],d=b[1]);var e=a._values[this.name+".rec_name"]||"",f=function(b){a._values[this.name+".rec_name"]=b}.bind(this);c&&null!==d&&d>=0?!e&&d>=0&&Sao.rpc({method:"model."+c+".read",params:[[d],["rec_name"],a.get_context()]},a.model.session).done(function(a){f(a[0].rec_name)}):e=c?"":d,a._values[this.name]=[c,d],f(e)},get_on_change_value:function(a){return a.group.parent_name==this.name&&a.group.parent?[a.group.parent.model.name,a.group.parent.get_on_change_value([a.group.child_name])]:Sao.field.Reference._super.get_on_change_value.call(this,a)},validation_domains:function(a,b){return this.get_domains(a,b)[0]},get_domain:function(a){var b=null;a._values[this.name]&&(b=a._values[this.name][0]);var c=this.get_domains(a),d=c[0],e=c[1],f=new Sao.common.DomainInversion;return f.concat([f.localize_domain(f.filter_leaf(d,this.name,b),!0),e])}}),Sao.field.Binary=Sao.class_(Sao.field.Field,{_default:null,get_size:function(a){
-var b=a._values[this.name]||0;return b instanceof Uint8Array?b.length:b},get_data:function(a){var b=a._values[this.name]||[],c=jQuery.when(b);if(!(b instanceof Uint8Array)){if(a.id<0)return c;var d=a.get_context();c=a.model.execute("read",[[a.id],[this.name]],d).then(function(a){return a[0][this.name]}.bind(this))}return c}}),Sao.field.Dict=Sao.class_(Sao.field.Field,{_default:{},get:function(a){return Sao.field.Dict._super.get.call(this,a)||this._default},get_client:function(a){return Sao.field.Dict._super.get_client.call(this,a)||this._default},validation_domains:function(a,b){return this.get_domains(a,b)[0]},get_domain:function(a){var b=new Sao.common.DomainInversion,c=this.get_domains(a),d=c[0],e=c[1];return b.concat([b.localize_domain(b.inverse_leaf(d)),e])},date_format:function(a){var b=this.get_context(a);return Sao.common.date_format(b.date_format)},time_format:function(a){return"%X"}})}(),function(){"use strict";Sao.Tab=Sao.class_(Object,{init:function(){Sao.Tab.tabs.push(this),this.buttons={},this.id="tab-"+Sao.Tab.counter++,this.name_el=jQuery("<span/>")},create_tabcontent:function(){this.el=jQuery("<div/>",{"class":this.class_});var a=this.create_toolbar().appendTo(this.el);this.title=a.find("a.navbar-brand"),this.info_bar&&this.el.append(this.info_bar.el)},set_menu:function(a){this.menu_def().forEach(function(b){var c=b[0],d=b[1],e=b[2],f=jQuery("<li/>",{role:"presentation"}).appendTo(a),g=jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(jQuery("<span/>",{"class":"glyphicon "+c,"aria-hidden":"true"})).append(" "+d).appendTo(f);e?g.click(function(){this[e]()}.bind(this)):f.addClass("disabled")}.bind(this))},create_toolbar:function(){var a=jQuery('<nav class="navbar navbar-default toolbar" role="navigation"><div class="container-fluid"><div class="navbar-header"><a class="navbar-brand" href="#"></a><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-'+this.id+'"><span class="sr-only">'+Sao.i18n.gettext("Toggle navigation")+'</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div><div class="collapse navbar-collapse" id="navbar-'+this.id+'"><ul class="nav navbar-nav"><li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span><span class="visible-xs">'+Sao.i18n.gettext("Menu")+'</span><span class="caret"></span></a><ul class="dropdown-menu" role="menu"></ul></li></ul></div></div></nav>'),b=jQuery("<div/>",{"class":"nav-wrapper"}).append(a);this.set_menu(a.find('ul[role*="menu"]'));var c=function(b){var c=jQuery("<li/>",{role:"presentation"}).appendTo(a.find(".navbar-collapse > ul"));this.buttons[b[0]]=jQuery("<a/>",{role:"menuitem",href:"#",id:b[0]}).append(jQuery("<span/>",{"class":"glyphicon "+b[1],"aria-hidden":"true"})).append(jQuery("<span/>",{"class":"hidden-sm"}).append(" "+b[2])).appendTo(c),b[4]?this.buttons[b[0]].click(this[b[4]].bind(this)):c.addClass("disabled")};this.toolbar_def().forEach(c.bind(this));var d=jQuery("#tabs");return a.affix({target:d.parent(),offset:{top:function(){return d.find(".nav-tabs").height()}}}),a.on("affix.bs.affix",function(){b.height(a.height())}),a.on("affix-top.bs.affix affix-bottom.bs.affix",function(){b.height("")}),a.on("affixed.bs.affix",function(){Sao.Tab.affix_set_with(a)}),a.on("affixed-top.bs.affix affixed-bottom.bs.affix",function(){Sao.Tab.affix_unset_width(a)}),b},close:function(){var a=jQuery("#tabs"),b=a.find("#nav-"+this.id),c=a.find("#"+this.id);return a.find('a[href="#'+this.id+'"]').tab("show"),this._close_allowed().then(function(){var d=b.next();d.length||(d=b.prev()),b.remove(),c.remove(),Sao.Tab.tabs.splice(Sao.Tab.tabs.indexOf(this),1),d&&d.find("a").tab("show"),a.trigger("ready")}.bind(this))},_close_allowed:function(){return jQuery.when()},set_name:function(a){this.name_el.text(a)}}),Sao.Tab.affix_set_with=function(a){var b=jQuery(a.parent()).width();a.css("width",b)},Sao.Tab.affix_unset_width=function(a){a.css("width","")},jQuery(window).resize(function(){jQuery(".toolbar").each(function(a,b){b=jQuery(b),b.affix("checkPosition"),b.hasClass("affix")?Sao.Tab.affix_set_with(b):Sao.Tab.affix_unset_width(b)})}),Sao.Tab.counter=0,Sao.Tab.tabs=[],Sao.Tab.tabs.close=function(a){if(a&&Sao.Tab.tabs.length)return Sao.common.sur.run(Sao.i18n.gettext("The following action requires to close all tabs.\nDo you want to continue?")).then(function(){return Sao.Tab.tabs.close(!1)});if(Sao.Tab.tabs.length){var b=Sao.Tab.tabs[0];return b.close().then(function(){return~Sao.Tab.tabs.indexOf(b)?jQuery.Deferred().reject():Sao.Tab.tabs.close()})}return Sao.main_menu_screen?Sao.main_menu_screen.save_tree_state().then(function(){Sao.main_menu_screen=null}):jQuery.when()},Sao.Tab.tabs.get_current=function(){var a=jQuery("#tabs > ul"),b=a.find("li").index(a.find("li.active"));return Sao.Tab.tabs[b]},Sao.Tab.tabs.close_current=function(){var a=this.get_current();a.close()},Sao.Tab.create=function(a){void 0===a.context&&(a.context={});var b;b=a.model?new Sao.Tab.Form(a.model,a):new Sao.Tab.Board(a),Sao.Tab.add(b)},Sao.Tab.add=function(a){var b=jQuery("#tabs"),c=jQuery("<a/>",{"aria-controls":a.id,role:"tab","data-toggle":"tab",href:"#"+a.id}).append(jQuery("<button/>",{"class":"close"}).append(jQuery("<span/>",{"aria-hidden":!0}).append("×")).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Close"))).click(function(){a.close()})).append(a.name_el);jQuery("<li/>",{role:"presentation",id:"nav-"+a.id}).append(c).appendTo(b.find("> .nav-tabs")),jQuery("<div/>",{role:"tabpanel","class":"tab-pane",id:a.id}).html(a.el).appendTo(b.find("> .tab-content")),c.on("shown.bs.tab",function(){Sao.View.resize(a.el)}),c.tab("show"),b.trigger("ready")},Sao.Tab.Form=Sao.class_(Sao.Tab,{class_:"tab-form",init:function(a,b){Sao.Tab.Form._super.init.call(this);var c=new Sao.Screen(a,b);c.tab=this,this.screen=c,this.attributes=jQuery.extend({},b),this.info_bar=new Sao.Window.InfoBar,this.create_tabcontent(),this.set_buttons_sensitive(),this.view_prm=this.screen.switch_view().done(function(){this.set_name(b.name||this.screen.current_view.attributes.string),this.el.append(c.screen_container.el),b.res_id?(jQuery.isArray(b.res_id)||(b.res_id=[b.res_id]),c.group.load(b.res_id),c.set_current_record(c.group.get(b.res_id)),c.display()):("form"==c.current_view.view_type&&c.new_(),~["tree","graph","calendar"].indexOf(c.current_view.view_type)&&c.search_filter()),this.update_revision()}.bind(this))},toolbar_def:function(){return[["new","glyphicon-edit",Sao.i18n.gettext("New"),Sao.i18n.gettext("Create a new record"),"new_"],["save","glyphicon-save",Sao.i18n.gettext("Save"),Sao.i18n.gettext("Save this record"),"save"],["switch","glyphicon-list-alt",Sao.i18n.gettext("Switch"),Sao.i18n.gettext("Switch view"),"switch_"],["reload","glyphicon-refresh",Sao.i18n.gettext("Reload"),Sao.i18n.gettext("Reload"),"reload"],["previous","glyphicon-chevron-left",Sao.i18n.gettext("Previous"),Sao.i18n.gettext("Previous Record"),"previous"],["next","glyphicon-chevron-right",Sao.i18n.gettext("Next"),Sao.i18n.gettext("Next Record"),"next"],["attach","glyphicon-paperclip",Sao.i18n.gettext("Attachment"),Sao.i18n.gettext("Add an attachment to the record"),"attach"],["note","glyphicon-comment",Sao.i18n.gettext("Note"),Sao.i18n.gettext("Add a note to the record"),"note"]]},menu_def:function(){return[["glyphicon-edit",Sao.i18n.gettext("New"),"new_"],["glyphicon-save",Sao.i18n.gettext("Save"),"save"],["glyphicon-list-alt",Sao.i18n.gettext("Switch"),"switch_"],["glyphicon-refresh",Sao.i18n.gettext("Reload/Undo"),"reload"],["glyphicon-duplicate",Sao.i18n.gettext("Duplicate"),"copy"],["glyphicon-trash",Sao.i18n.gettext("Delete"),"delete_"],["glyphicon-chevron-left",Sao.i18n.gettext("Previous"),"previous"],["glyphicon-chevron-right",Sao.i18n.gettext("Next"),"next"],["glyphicon-search",Sao.i18n.gettext("Search"),"search"],["glyphicon-time",Sao.i18n.gettext("View Logs..."),"logs"],["glyphicon-time",Sao.i18n.gettext("Show revisions..."),Sao.common.MODELHISTORY.contains(this.screen.model_name)?"revision":null],["glyphicon-remove",Sao.i18n.gettext("Close Tab"),"close"],["glyphicon-paperclip",Sao.i18n.gettext("Attachment"),"attach"],["glyphicon-comment",Sao.i18n.gettext("Note"),"note"],["glyphicon-cog",Sao.i18n.gettext("Action"),"action"],["glyphicon-share-alt",Sao.i18n.gettext("Relate"),"relate"],["glyphicon-print",Sao.i18n.gettext("Print"),"print"]]},create_toolbar:function(){var a=Sao.Tab.Form._super.create_toolbar.call(this),b=this.screen,c=this.buttons,d=b.model.execute("view_toolbar_get",[],b.context);return d.done(function(d){[["action","glyphicon-cog",Sao.i18n.gettext("Action"),Sao.i18n.gettext("Launch action")],["relate","glyphicon-share-alt",Sao.i18n.gettext("Relate"),Sao.i18n.gettext("Open related records")],["print","glyphicon-print",Sao.i18n.gettext("Print"),Sao.i18n.gettext("Print report")]].forEach(function(e){var f=jQuery("<li/>",{"class":"dropdown"}).append(jQuery("<a/>",{href:"#",id:e[0],"class":"dropdown-toggle","data-toggle":"dropdown",role:"button","aria-expanded":"false"}).append(jQuery("<span/>",{"class":"glyphicon "+e[1],"aria-hidden":"true"})).append(jQuery("<span/>",{"class":"hidden-sm"}).append(" "+e[2]+" ")).append(jQuery("<span/>",{"class":"caret"}))).append(jQuery("<ul/>",{"class":"dropdown-menu",role:"menu","aria-labelledby":e[0]})).appendTo(a.find(".navbar-collapse > ul"));c[e[0]]=f;var g=f.find('ul[role*="menu"]');"action"==e[0]&&f.find("a").click(function(){g.find(".action_button").remove();var a=b.get_buttons();a.forEach(function(a){jQuery("<li/>",{role:"presentation","class":"action_button"}).append(jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(a.attributes.string||"")).click(function(){b.button(a.attributes)}).appendTo(g)})}),d[e[0]].forEach(function(a){jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(a.name)).click(function(){b.save_current().then(function(){var c=jQuery.extend({},a),d=null;b.current_record&&(d=b.current_record.id);var f=b.current_view.selected_records().map(function(a){return a.id});c=Sao.Action.evaluate(c,e[0],b.current_record);var g={model:b.model_name,id:d,ids:f};Sao.Action.exec_action(c,g,b.context)})}).appendTo(g)})})}),a},_close_allowed:function(){return this.modified_save()},modified_save:function(){return this.screen.save_tree_state(),this.screen.current_view.set_value(),this.screen.modified()?Sao.common.sur_3b.run(Sao.i18n.gettext("This record has been modified\ndo you want to save it?")).then(function(a){switch(a){case"ok":return this.save();case"ko":return this.reload(!1);default:return jQuery.Deferred().reject()}}.bind(this)):jQuery.when()},new_:function(){Sao.common.MODELACCESS.get(this.screen.model_name).create&&this.modified_save().done(function(){this.screen.new_().then(function(){this.info_bar.message()}.bind(this))}.bind(this))},save:function(){var a=Sao.common.MODELACCESS.get(this.screen.model_name);return a.write||a.create?this.screen.save_current().then(function(){this.info_bar.message(Sao.i18n.gettext("Record saved."),"info")}.bind(this),function(){this.info_bar.message(this.screen.invalid_message(),"danger")}.bind(this)):jQuery.when()},switch_:function(){this.modified_save().done(function(){this.screen.switch_view()}.bind(this))},reload:function(a){void 0===a&&(a=!0);var b=function(){return this.screen.cancel_current().then(function(){return this.screen.save_tree_state(!1),"form"!=this.screen.current_view.view_type&&this.screen.search_filter(this.screen.screen_container.search_entry.val()),this.screen.display().then(function(){this.info_bar.message()}.bind(this))}.bind(this))}.bind(this);return a?this.modified_save().then(b):b()},copy:function(){Sao.common.MODELACCESS.get(this.screen.model_name).create&&this.modified_save().done(function(){this.screen.copy().then(function(){this.info_bar.message(Sao.i18n.gettext("Working now on the duplicated record(s)."),"info")}.bind(this))}.bind(this))},delete_:function(){if(Sao.common.MODELACCESS.get(this.screen.model_name)["delete"]){var a;a="form"==this.screen.current_view.view_type?Sao.i18n.gettext("Are you sure to remove this record?"):Sao.i18n.gettext("Are you sure to remove those records?"),Sao.common.sur.run(a).done(function(){this.screen.remove(!0,!1,!0).then(function(){this.info_bar.message(Sao.i18n.gettext("Records removed."),"info")}.bind(this),function(){this.info_bar.message(Sao.i18n.gettext("Records not removed."),"danger")}.bind(this))}.bind(this))}},previous:function(){this.modified_save().done(function(){this.screen.display_previous(),this.info_bar.message()}.bind(this))},next:function(){this.modified_save().done(function(){this.screen.display_next(),this.info_bar.message()}.bind(this))},search:function(){var a=this.screen.screen_container.search_entry;a.is(":visible")&&window.setTimeout(function(){a.focus()},0)},logs:function(){var a=this.screen.current_record;if(!a||a.id<0)return void this.info_bar.message(Sao.i18n.gettext("You have to select one record."),"info");var b=[["id",Sao.i18n.gettext("ID:")],["create_uid.rec_name",Sao.i18n.gettext("Creation User:")],["create_date",Sao.i18n.gettext("Creation Date:")],["write_uid.rec_name",Sao.i18n.gettext("Latest Modification by:")],["write_date",Sao.i18n.gettext("Latest Modification Date:")]];this.screen.model.execute("read",[[a.id],b.map(function(a){return a[0]})],this.screen.context).then(function(a){a=a[0];var c="";b.forEach(function(b){var d=b[0],e=b[1],f=a[d]||"/";a[d]&&~["create_date","write_date"].indexOf(d)&&(f=Sao.common.format_datetime(Sao.common.date_format(),"%H:%M:%S",f)),c+=e+" "+f+"\n"}),c+=Sao.i18n.gettext("Model: ")+this.screen.model.name,Sao.common.message.run(c)}.bind(this))},revision:function(){var a=null;this.screen.current_record&&(a=this.screen.current_record.id);var b=function(b){return function(c){c&&c.add(1,"milliseconds"),"form"==this.screen.current_view.view_type&&c<b[b.length-1][0]&&(c=b[b.length-1][0]),c!=this.screen.context._datetime&&(this.screen.context._datetime=c,"form"!=this.screen.current_view.view_type?this.screen.search_filter(this.screen.screen_container.search_entry.val()):this.screen.new_group([a]),this.screen.display(!0),this.update_revision())}.bind(this)}.bind(this);this.modified_save().done(function(){var a=this.screen.current_view.selected_records().map(function(a){return a.id});this.screen.model.execute("history_revisions",[a],this.screen.context).then(function(a){new Sao.Window.Revision(a,b(a))})}.bind(this))},update_revision:function(){var a,b=this.screen.context._datetime;if(b){var c=Sao.common.date_format(),d="%H:%M:%S.%f";b=Sao.common.format_datetime(c,d,b),a=this.name_el.text()+" @ "+b}else a=this.name_el.text();this.title.html(a),this.set_buttons_sensitive(b)},set_buttons_sensitive:function(a){if(a)["new","save"].forEach(function(a){this.buttons[a].parent().addClass("disabled")}.bind(this));else{var b=Sao.common.MODELACCESS.get(this.screen.model_name);[["new",b.create],["save",b.create||b.write]].forEach(function(a){var b=a[0],c=a[1];c?this.buttons[b].parent().removeClass("disabled"):this.buttons[b].parent().addClass("disabled")}.bind(this))}},attach:function(){var a=this.screen.current_record;!a||a.id<0||new Sao.Window.Attachment(a,function(){this.update_attachment_count(!0)}.bind(this))},update_attachment_count:function(a){var b=this.screen.current_record;b?b.get_attachment_count(a).always(this.attachment_count.bind(this)):this.attachment_count(0)},attachment_count:function(a){var b=Sao.i18n.gettext("Attachment(%1)",a);this.buttons.attach.text(b);var c=this.screen.get_id();this.buttons.attach.prop("disabled",0>c||null===c)},note:function(){var a=this.screen.current_record;!a||a.id<0||new Sao.Window.Note(a,function(){this.update_unread_note(!0)}.bind(this))},update_unread_note:function(a){var b=this.screen.current_record;b?b.get_unread_note(a).always(this._unread_note.bind(this)):this._unread_note(0)},_unread_note:function(a){var b=Sao.i18n.gettext("Note(%1)",a);this.buttons.note.text(b);var c=this.screen.get_id();this.buttons.note.prop("disabled",0>c||null===c)},record_message:function(){this.info_bar.message()},action:function(){window.setTimeout(function(){this.buttons.action.find("ul.dropdown-menu").dropdown("toggle")}.bind(this))},relate:function(){window.setTimeout(function(){this.buttons.relate.find("ul.dropdown-menu").dropdown("toggle")}.bind(this))},print:function(){window.setTimeout(function(){this.buttons.print.find("ul.dropdown-menu").dropdown("toggle")}.bind(this))}}),Sao.Tab.Board=Sao.class_(Sao.Tab,{class_:"tab-board",init:function(a){var b,c;Sao.Tab.Board._super.init.call(this),this.model=a.model,this.view_id=a.view_ids.length>0?a.view_ids[0]:null,this.context=a.context,this.name=a.name,this.dialogs=[],this.board=null,b=new Sao.Model("ir.ui.view"),c=b.execute("read",[[this.view_id],["arch"]],this.context),c.done(function(a){var b;b=jQuery(jQuery.parseXML(a[0].arch)),this.board=new Sao.View.Board(b,this.context),this.board.actions_prms.done(function(){var a,b,c;for(a=0,b=this.board.actions.length;b>a;a++)c=this.board.actions[a],c.screen.tab=this}.bind(this)),this.el.append(this.board.el)}.bind(this)),this.create_tabcontent(),this.set_name(this.name),this.title.html(this.name_el.text())},toolbar_def:function(){return[["reload","glyphicon-refresh",Sao.i18n.gettext("Reload"),Sao.i18n.gettext("Reload"),"reload"]]},menu_def:function(){return[["glyphicon-refresh",Sao.i18n.gettext("Reload/Undo"),"reload"]]},reload:function(){this.board.reload()},record_message:function(){var a,b,c;for(b=this.board.actions.length,a=0,b=b;b>a;a++)c=this.board.actions[a],c.update_domain(this.board.actions)},attachment_count:function(){},note:function(){},update_unread_note:function(){}}),Sao.Tab.Wizard=Sao.class_(Sao.Tab,{class_:"tab-wizard",init:function(a){Sao.Tab.Wizard._super.init.call(this),this.wizard=a,this.set_name(a.name),a.tab=this,this.create_tabcontent(),this.title.html(this.name_el.text()),this.el.append(a.form)},create_toolbar:function(){return jQuery("<span/>")},_close_allowed:function(){var a=this.wizard,b=jQuery.when();a.state!==a.end_state&&a.end_state in a.states&&(b=a.response(a.end_state));var c=jQuery.Deferred();return b.always(function(){a.state===a.end_state?c.resolve():c.reject()}),c.promise()}})}(),function(){"use strict";Sao.ScreenContainer=Sao.class_(Object,{init:function(a){this.alternate_viewport=jQuery("<div/>",{"class":"screen-container"}),this.alternate_view=!1,this.search_modal=null,this.search_form=null,this.last_search_text="",this.tab_domain=a||[],this.el=jQuery("<div/>",{"class":"screen-container"}),this.filter_box=jQuery("<form/>",{"class":"filter-box"}).submit(function(a){this.do_search(),a.preventDefault()}.bind(this));var b=jQuery("<div/>",{"class":"row"}).appendTo(this.filter_box);this.el.append(this.filter_box),this.filter_button=jQuery("<button/>",{type:"button","class":"btn btn-default"}).append(Sao.i18n.gettext("Filters")),this.filter_button.click(this.search_box.bind(this)),this.search_entry=jQuery("<input/>",{"class":"form-control",placeholder:Sao.i18n.gettext("Search")}),this.search_list=jQuery("<datalist/>"),this.search_list.uniqueId(),this.search_entry.attr("list",this.search_list.attr("id")),this.search_entry.keypress(this.key_press.bind(this)),this.search_entry.on("input",this.update.bind(this));var c=jQuery("<button/>",{type:"submit","class":"btn btn-default","aria-label":Sao.i18n.gettext("Search")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-search"}));this.but_bookmark=jQuery("<button/>",{type:"button","class":"btn btn-default dropdown-toggle","data-toggle":"dropdown","aria-expanded":!1,"aria-label":Sao.i18n.gettext("Bookmarks"),id:"bookmarks"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-bookmark","aria-hidden":!0}));var d=jQuery("<ul/>",{"class":"dropdown-menu",role:"menu","aria-labelledby":"bookmarks"});if(this.but_bookmark.click(function(){d.children().remove();for(var a=this.bookmarks(),b=0;b<a.length;b++){var c=a[b][1],e=a[b][2];jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(c).click(e,this.bookmark_activate.bind(this))).appendTo(d)}}.bind(this)),this.but_star=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon","aria-hidden":!0})).click(this.star_click.bind(this)),this.set_star(),jQuery("<div/>",{"class":"input-group"}).append(jQuery("<span/>",{"class":"input-group-btn"}).append(this.filter_button)).append(this.search_entry).append(this.search_list).append(jQuery("<span/>",{"class":"input-group-btn"}).append(c).append(this.but_star).append(this.but_bookmark).append(d)).appendTo(jQuery("<div/>",{"class":"col-md-8"}).appendTo(b)),this.but_prev=jQuery("<button/>",{type:"button","class":"btn btn-default","aria-label":Sao.i18n.gettext("Previous")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-menu-left","aria-hidden":!0})),this.but_prev.click(this.search_prev.bind(this)),this.but_next=jQuery("<button/>",{type:"button","class":"btn btn-default","aria-label":Sao.i18n.gettext("Next")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-menu-right","aria-hidden":!0})),this.but_next.click(this.search_next.bind(this)),jQuery("<div/>",{"class":"btn-group",role:"group"}).append(this.but_prev).append(this.but_next).appendTo(jQuery("<div/>",{"class":"col-md-4"}).appendTo(b)),this.content_box=jQuery("<div/>",{"class":"content-box"}),jQuery.isEmptyObject(this.tab_domain))this.tab=null;else{this.tab=jQuery("<div/>",{"class":"tab-domain"}).appendTo(this.el);var e=jQuery("<ul/>",{"class":"nav nav-tabs",role:"tablist"}).appendTo(this.tab);jQuery("<div/>",{"class":"tab-content"}).appendTo(this.tab);this.tab_domain.forEach(function(a,b){var c=a[0];jQuery("<li/>",{role:"presentation",id:"nav-"+b}).append(jQuery("<a/>",{"aria-controls":b,role:"tab","data-toggle":"tab",href:"#"+b}).append(c)).appendTo(e)}.bind(this)),e.find("a:first").tab("show");var f=this;e.find("a").click(function(a){a.preventDefault(),jQuery(this).tab("show"),f.do_search()})}this.el.append(this.content_box)},set_text:function(a){this.search_entry.val(a),this.bookmark_match()},update:function(){var a=this.screen.domain_parser().completion(this.get_text());this.search_list.children().remove(),a.forEach(function(a){jQuery("<option/>",{value:a.trim()}).appendTo(this.search_list)},this)},set_star:function(a){var b=this.but_star.children("span.glyphicon");a?(b.removeClass("glyphicon-star-empty"),b.addClass("glyphicon-star"),this.but_star.attr("aria-label",Sao.i18n.gettext("Remove this bookmark"))):(b.removeClass("glyphicon-star"),b.addClass("glyphicon-star-empty"),this.but_star.attr("aria-label",Sao.i18n.gettext("Bookmark this filter")))},get_star:function(){var a=this.but_star.children("span.glyphicon");return a.hasClass("glyphicon-star")},star_click:function(){var a=this.get_star(),b=this.screen.model_name,c=function(){this.bookmark_match(),this.but_bookmark.prop("disabled",jQuery.isEmptyObject(this.bookmarks()))}.bind(this);if(a){var d=this.bookmark_match();Sao.common.VIEW_SEARCH.remove(b,d).then(function(){c()})}else{var e=this.get_text();if(!e)return;Sao.common.ask.run(Sao.i18n.gettext("Bookmark Name:")).then(function(a){if(a){var d=this.screen.domain_parser().parse(e);Sao.common.VIEW_SEARCH.add(b,a,d).then(function(){c()}),this.set_text(this.screen.domain_parser().string(d))}}.bind(this))}},bookmarks:function(){var a=Sao.common.VIEW_SEARCH.get(this.screen.model_name);return a.filter(function(a){return this.screen.domain_parser().stringable(a[2])}.bind(this))},bookmark_activate:function(a){var b=a.data;this.set_text(this.screen.domain_parser().string(b)),this.do_search()},bookmark_match:function(){var a=this.get_text(),b=this.screen.domain_parser().parse(a);this.but_star.prop("disabled",!a);for(var c=(this.get_star(),this.bookmarks()),d=0;d<c.length;d++){var e=c[d][0],f=(c[d][1],c[d][2]),g=this.screen.domain_parser().string(f);if(g===a||Sao.common.compare(f,b))return this.set_star(!0),e}this.set_star(!1)},search_prev:function(){this.screen.search_prev(this.get_text())},search_next:function(){this.screen.search_next(this.get_text())},get_tab_domain:function(){if(!this.tab)return[];var a=this.tab.find("li").index(this.tab.find("li.active"));return this.tab_domain[a][1]},do_search:function(){return this.screen.search_filter(this.get_text())},key_press:function(a){window.setTimeout(function(){this.bookmark_match()}.bind(this))},set_screen:function(a){this.screen=a,this.but_bookmark.prop("disabled",jQuery.isEmptyObject(this.bookmarks())),this.bookmark_match()},show_filter:function(){this.filter_box.show(),this.tab&&this.tab.show()},hide_filter:function(){this.filter_box.hide(),this.tab&&this.tab.hide()},set:function(a){this.alternate_view?(this.alternate_viewport.children().detach(),this.alternate_viewport.append(a)):(this.content_box.children().detach(),this.content_box.append(a))},get_text:function(){return this.search_entry.val()},search_box:function(){var a=this.screen.domain_parser(),b=function(){this.search_modal.modal("hide");for(var b="",c=a.quote.bind(a),d=0;d<this.search_form.fields.length;d++){var e,f=this.search_form.fields[d][0],g=this.search_form.fields[d][1];switch(g.type){case"selection":case"date":case"datetime":case"time":e=g.get_value(c);break;default:e=c(g.val())}e&&(b+=c(f)+": "+e+" ")}this.set_text(b),this.do_search().then(function(){this.last_search_text=this.get_text()}.bind(this))}.bind(this);if(!this.search_modal){var c=new Sao.Dialog(Sao.i18n.gettext("Filters"),"","lg");this.search_modal=c.modal,this.search_form=c.content,this.search_form.addClass("form-horizontal"),this.search_form.submit(function(a){b(),a.preventDefault()});var d,e=[];for(var f in a.fields)d=a.fields[f],(d.searchable||void 0===d.searchable)&&e.push(d);var g=function(a){return function(b){jQuery("<option/>",{value:b,text:b}).appendTo(a)}},h="filter-"+this.screen.model_name+"-";this.search_form.fields=[];for(var i=0;i<e.length;i++){d=e[i];var j,k,l=jQuery("<div/>",{"class":"form-group form-group-sm"}).append(jQuery("<label/>",{"class":"col-sm-4 control-label","for":h+d.name,text:d.string})).appendTo(c.body);switch(d.type){case"boolean":k=j=jQuery("<select/>",{"class":"form-control input-sm",id:h+d.name}),["",Sao.i18n.gettext("True"),Sao.i18n.gettext("False")].forEach(g(j));break;case"selection":k=new Sao.ScreenContainer.Selection(d.selection,h+d.name),j=k.el;break;case"date":case"datetime":case"time":var m,n=Sao.common.date_format();if("date"==d.type)m=n;else{var o=new Sao.PYSON.Decoder({}).decode(d.format);o=Sao.common.moment_format(o),"time"==d.type?m=o:"datetime"==d.type&&(m=n+" "+o)}k=new Sao.ScreenContainer.DateTimes(m,h+d.name),j=k.el;break;default:k=j=jQuery("<input/>",{"class":"form-control input-sm",type:"text",placeholder:d.string,id:h+d.name})}jQuery("<div/>",{"class":"col-sm-8"}).append(j).appendTo(l),this.search_form.fields.push([d.string,k])}jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("Find")).click(b).appendTo(c.footer)}if(this.search_modal.modal("show"),this.last_search_text.trim()!==this.get_text().trim()){for(var p=0;p<this.search_form.fields.length;p++){var q=this.search_form.fields[p][1];switch(q.type){case"selection":q.set_value([]);break;case"date":case"datetime":case"time":q.set_value(null,null);break;default:q.val("")}}this.search_form.fields[0][1].focus()}}}),Sao.ScreenContainer.DateTimes=Sao.class_(Object,{type:"date",init:function(a,b){this.el=jQuery("<div/>",{"class":"row",id:b});var c=function(c){var d=jQuery("<div/>",{"class":"input-group input-group-sm"});return jQuery("<input/>",{"class":"form-control input-sm",type:"text",placeholder:c,id:b+"-from"}).appendTo(d),jQuery("<span/>",{"class":"input-group-btn"}).append(jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-calendar"}))).appendTo(d),d.datetimepicker(),d.data("DateTimePicker").format(a),d};this.from=c("From").appendTo(jQuery("<div/>",{"class":"col-md-5"}).appendTo(this.el)),jQuery("<p/>",{"class":"text-center"}).append("..").appendTo(jQuery("<div/>",{"class":"col-md-1"}).appendTo(this.el)),this.to=c("To").appendTo(jQuery("<div/>",{"class":"col-md-5"}).appendTo(this.el))},_get_value:function(a){return a.find("input").val()},get_value:function(a){var b=this._get_value(this.from),c=this._get_value(this.to);return b&&c?b!==c?a(b)+".."+a(c):a(b):b?">="+a(b):c?"<="+a(c):void 0},set_value:function(a,b){this.from.data("DateTimePicker").date(a),this.to.data("DateTimePicker").date(b)}}),Sao.ScreenContainer.Selection=Sao.class_(Object,{type:"selection",init:function(a,b){this.el=jQuery("<select/>",{"class":"form-control input-sm",multiple:!0,id:b}),a.forEach(function(a){jQuery("<option/>",{value:a[1],text:a[1]}).appendTo(this.el)}.bind(this))},get_value:function(a){var b=this.el.val();return b&&(b=jQuery.map(b,a).reduce(function(a,b){return a&&(a+=";"),a+b})),b},set_value:function(a){this.el.val(a)}}),Sao.Screen=Sao.class_(Object,{init:function(a,b){this.model_name=a,this.model=new Sao.Model(a,b),this.attributes=jQuery.extend({},b),this.attributes.limit=this.attributes.limit||Sao.config.limit,this.view_ids=jQuery.extend([],b.view_ids),this.view_to_load=jQuery.extend([],b.mode||["tree","form"]),this.views=[],this.views_preload=b.views_preload||{},this.exclude_field=b.exclude_field,this.context=b.context||{},this.new_group(),this.current_view=null,this.current_record=null,this.domain=b.domain||[],this.size_limit=null,this.limit=b.limit||Sao.config.limit,this.offset=0;var c=Sao.common.MODELACCESS.get(a);c.write||c.create||(this.attributes.readonly=!0),this.search_count=0,this.screen_container=new Sao.ScreenContainer(b.tab_domain),this.context_screen=null,b.context_model&&(this.context_screen=new Sao.Screen(b.context_model,{mode:["form"],context:b.context}),this.context_screen_prm=this.context_screen.switch_view().then(function(){return jQuery("<div/>",{"class":"row"}).append(jQuery("<div/>",{"class":"col-md-12"}).append(this.context_screen.screen_container.el)).prependTo(this.screen_container.filter_box),this.context_screen.new_(!1).then(function(a){return a.default_get()})}.bind(this))),b.row_activate?this.row_activate=b.row_activate:this.row_activate=this.default_row_activate,this.tree_states={},this.tree_states_done=[],this.fields_view_tree={},this._domain_parser={},this.pre_validate=!1,this.tab=null},load_next_view:function(){if(!jQuery.isEmptyObject(this.view_to_load)){var a;jQuery.isEmptyObject(this.view_ids)||(a=this.view_ids.shift());var b=this.view_to_load.shift();return this.add_view_id(a,b)}return jQuery.when()},add_view_id:function(a,b){var c;if(a&&this.views_preload[String(a)])c=this.views_preload[String(a)];else{if(a||!this.views_preload[b]){var d=this.model.execute("fields_view_get",[a,b],this.context);return d.pipe(this.add_view.bind(this))}c=this.views_preload[b]}return this.add_view(c),jQuery.when()},add_view:function(a){var b=a.arch,c=a.fields,d=a.view_id,e=jQuery(jQuery.parseXML(b));"tree"==e.children().prop("tagName")&&(this.fields_view_tree[d]=a);var f="eager";"form"==e.children().prop("tagName")&&(f="lazy");for(var g in c)g in this.model.fields&&"eager"!=f?c[g].loading=this.model.fields[g].description.loading:c[g].loading=f;this.model.add_fields(c);var h=Sao.View.parse(this,e,a.field_childs);return h.view_id=d,this.views.push(h),h},number_of_views:function(){return this.views.length+this.view_to_load.length},switch_view:function(a){if(this.current_view){this.current_view.set_value(),this.current_record&&!~this.current_record.group.indexOf(this.current_record)&&(this.current_record=null);var b=this.current_view.get_fields();if(this.current_record&&this.current_view.editable&&!this.current_record.validate(b,!1,!1,!0))return this.screen_container.set(this.current_view.el),this.current_view.display().done(function(){this.set_cursor()}.bind(this));
-}var c=function(){if(!a||!this.current_view||this.current_view.view_type!=a)for(var b=function(){return this.current_view=this.views[this.views.length-1],c()}.bind(this),d=0;d<this.number_of_views();d++){if(this.view_to_load.length)return a||(a=this.view_to_load[0]),this.load_next_view().then(b);if(this.current_view=this.views[(this.views.indexOf(this.current_view)+1)%this.views.length],!a)break;if(this.current_view.view_type==a)break}return this.screen_container.set(this.current_view.el),this.display().done(function(){this.set_cursor()}.bind(this))}.bind(this);return c()},search_filter:function(a){if(this.context_screen){if("pending"==this.context_screen_prm.state())return this.context_screen_prm.then(function(){return this.search_filter(a)}.bind(this));var b=this.context_screen.current_record;if(b&&!b.validate(null,!1,null,!0))return this.new_group([]),this.context_screen.display(!0),jQuery.when();this.context=jQuery.extend({},this.context,this.context_screen.get_on_change_value())}var c=[],d=this.domain_parser();d&&!this.group.parent?(c=a||""===a?d.parse(a):this.attributes.search_value,this.screen_container.set_text(d.string(c))):c=[["id","in",this.group.map(function(a){return a.id})]],jQuery.isEmptyObject(c)?c=this.attributes.domain||[]:jQuery.isEmptyObject(this.attributes.domain)||(c=["AND",c,this.attributes.domain]);var e=this.screen_container.get_tab_domain();jQuery.isEmptyObject(e)||(c=["AND",c,e]);var f=this.model.find(c,this.offset,this.limit,this.attributes.order,this.context),g=this.model.execute("search_count",[c],this.context);return g.done(function(a){this.search_count=a}.bind(this)),f.done(this.set_group.bind(this)),f.done(this.display.bind(this)),jQuery.when(f,g).done(function(a,b){this.screen_container.but_next.prop("disabled",!(a.length==this.limit&&b>this.limit+this.offset))}.bind(this)),this.screen_container.but_prev.prop("disabled",this.offset<=0),f},set_group:function(a){this.group&&(jQuery.extend(a.model.fields,this.group.model.fields),this.group.screens.splice(this.group.screens.indexOf(this),1),jQuery.extend(a.on_write,this.group.on_write),a.on_write=a.on_write.filter(function(a,b,c){return b==c.indexOf(a)}),this.group.parent&&!a.parent&&(a.parent=this.group.parent)),a.screens.push(this),this.tree_states_done=[],this.group=a,this.model=a.model,jQuery.isEmptyObject(a)?this.set_current_record(null):this.set_current_record(a[0])},new_group:function(a){var b=new Sao.Group(this.model,this.context,[]);b.set_readonly(this.attributes.readonly||!1),a&&b.load(a),this.set_group(b)},set_current_record:function(a){this.current_record=a,this.tab&&(a?(a.get_attachment_count().always(this.tab.attachment_count.bind(this.tab)),a.get_unread_note().always(this.tab.update_unread_note.bind(this.tab))):(this.tab.attachment_count(0),this.tab.update_unread_note(0)),this.tab.record_message())},display:function(a){var b=[];if(this.current_record&&~this.current_record.group.indexOf(this.current_record)||(jQuery.isEmptyObject(this.group)||"calendar"==this.current_view.view_type?this.current_record=null:this.current_record=this.group[0]),this.views){var c=this.search_active(~["tree","graph","calendar"].indexOf(this.current_view.view_type));b.push(c);for(var d=0;d<this.views.length;d++)this.views[d]&&b.push(this.views[d].display())}return jQuery.when.apply(jQuery,b).then(function(){this.set_tree_state(),this.set_current_record(this.current_record),a&&this.set_cursor(!1,!1)}.bind(this))},display_next:function(){var a=this.current_view;if(a.set_value(),this.set_cursor(!1,!1),~["tree","form"].indexOf(a.view_type)&&this.current_record&&this.current_record.group){for(var b=this.current_record.group,c=this.current_record;b;){var d=b.indexOf(c);if(d<b.length-1){c=b[d+1];break}if(!b.parent||c.group.model_name!=b.parent.group.model_name)break;c=b.parent,b=b.parent.group}this.set_current_record(c)}else this.set_current_record(this.group[0]);this.set_cursor(!1,!1),a.display()},display_previous:function(){var a=this.current_view;if(a.set_value(),this.set_cursor(!1,!1),~["tree","form"].indexOf(a.view_type)&&this.current_record&&this.current_record.group){for(var b=this.current_record.group,c=this.current_record;b;){var d=b.indexOf(c);if(d>0){c=b[d-1];break}if(!b.parent||c.group.model_name!=b.parent.group.model_name)break;c=b.parent,b=b.parent.group}this.set_current_record(c)}else this.set_current_record(this.group[0]);this.set_cursor(!1,!1),a.display()},default_row_activate:function(){"tree"==this.current_view.view_type&&1==this.current_view.attributes.keyword_open?Sao.Action.exec_keyword("tree_open",{model:this.model_name,id:this.get_id(),ids:[this.get_id()]},jQuery.extend({},this.context),!1):this.modified()||this.switch_view("form")},get_id:function(){return this.current_record?this.current_record.id:void 0},new_:function(a){void 0===a&&(a=!0);var b=jQuery.when();return this.current_view&&("tree"==this.current_view.view_type&&!this.current_view.editable||"graph"==this.current_view.view_type)&&(b=this.switch_view("form")),b.then(function(){var b;b=this.current_record?this.current_record.group:this.group;var c=b.new_(a);return b.add(c,this.new_model_position()),this.set_current_record(c),this.display().done(function(){this.set_cursor(!0,!0)}.bind(this)),c}.bind(this))},new_model_position:function(){var a=-1;return this.current_view&&"tree"==this.current_view.view_type&&"top"==this.current_view.attributes.editable&&(a=0),a},set_on_write:function(a){a&&(~this.group.on_write.indexOf(a)||this.group.on_write.push(a))},cancel_current:function(){var a=[];return this.current_record&&(this.current_record.cancel(),this.current_record.id<0&&a.push(this.remove())),jQuery.when.apply(jQuery,a)},save_current:function(){var a=this.current_record;if(!a){if("tree"!=this.current_view.view_type||jQuery.isEmptyObject(this.group))return jQuery.when();this.set_current_record(this.group[0])}this.current_view.set_value();var b=this.current_view.get_fields(),c=a.get_path(this.group),d=jQuery.Deferred();"tree"==this.current_view.view_type?d=this.group.save():a.validate(b).then(function(b){b?a.save().then(d.resolve,d.reject):(this.current_view.display().done(this.set_cursor.bind(this)),d.reject())}.bind(this));var e=jQuery.Deferred();return d=d.then(function(){return c&&a.id&&c.splice(-1,1,[c[c.length-1][0],a.id]),this.group.get_by_path(c).then(function(a){this.set_current_record(a)}.bind(this))}.bind(this)),d.then(function(){this.display().always(e.resolve)}.bind(this),function(){this.display().always(e.reject)}.bind(this)),e.promise()},set_cursor:function(a,b){this.current_view&&~["tree","form"].indexOf(this.current_view.view_type)&&this.current_view.set_cursor(a,b)},modified:function(){var a=function(a){return a.has_changed()||a.id<0};if("tree"!=this.current_view.view_type){if(this.current_record&&a(this.current_record))return!0}else if(this.group.some(a))return!0;return!1},unremove:function(){var a=this.current_view.selected_records();a.forEach(function(a){a.group.unremove(a)})},remove:function(a,b,c){var d=null;if("form"==this.current_view.view_type&&this.current_record?d=[this.current_record]:"tree"==this.current_view.view_type&&(d=this.current_view.selected_records()),!jQuery.isEmptyObject(d)){var e=jQuery.when();a&&(e=this.model.delete_(d));var f=d[0],g=f.group,h=g.indexOf(f),i=f.get_path(this.group);return e.then(function(){d.forEach(function(a){a.group.remove(a,b,!0,c)});var e=[];if(a&&d.forEach(function(a){a.group.parent&&e.push(a.group.parent.save(!1)),~a.group.record_deleted.indexOf(a)&&a.group.record_deleted.splice(a.group.record_deleted.indexOf(a),1),~a.group.record_removed.indexOf(a)&&a.group.record_removed.splice(a.group.record_removed.indexOf(a),1)}),h>0){var f=g[h-1];i.splice(-1,1,[i[i.length-1][0],f.id])}else i.splice(-1,1);return jQuery.isEmptyObject(i)?this.group.length&&this.set_current_record(this.group[0]):e.push(this.group.get_by_path(i).then(function(a){this.set_current_record(a)}.bind(this))),jQuery.when.apply(jQuery,e).then(function(){this.display().done(function(){this.set_cursor()}.bind(this))}.bind(this))}.bind(this))}},copy:function(){var a=jQuery.Deferred(),b=this.current_view.selected_records();return this.model.copy(b,this.context).then(function(b){this.group.load(b),jQuery.isEmptyObject(b)||this.set_current_record(this.group.get(b[0])),this.display().always(a.resolve)}.bind(this),a.reject),a.promise()},search_active:function(a){return a&&!this.group.parent?(this.screen_container.set_screen(this),this.screen_container.show_filter()):this.screen_container.hide_filter(),jQuery.when()},domain_parser:function(){var a,b;if(a=this.current_view?this.current_view.view_id:null,a in this._domain_parser)return this._domain_parser[a];a in this.fields_view_tree?b=this.fields_view_tree[a]:(this.model.execute("fields_view_get",[!1,"tree"],this.context).then(function(b){this.fields_view_tree[a]=b}.bind(this)),b={},b.fields={});var c=jQuery.extend({},b.fields),d=function(a){return function(b){a.selection=b}};for(var e in c){var f=c[e];"selection"!=f.type&&"reference"!=f.type||f.selection instanceof Array||this.get_selection(f).then(d(f))}if("arch"in b){var g=jQuery(jQuery.parseXML(b.arch)),h=g.find("tree").children().filter(function(a){return"field"==a.tagName}).map(function(a){return a.getAttribute("name")}),i={};h.each(function(a){i[a]=c[a]})}[["id",Sao.i18n.gettext("ID"),"integer"],["create_uid",Sao.i18n.gettext("Creation User"),"many2one"],["create_date",Sao.i18n.gettext("Creation Date"),"datetime"],["write_uid",Sao.i18n.gettext("Modification User"),"many2one"],["write_date",Sao.i18n.gettext("Modification Date"),"datetime"]].forEach(function(a){var b=a[0],d=a[1],e=a[2];b in c||(c[b]={string:d,name:b,type:e},"datetime"==e&&(c[b].format='"%H:%M:%S"'))}),"id"in c||(c.id={string:Sao.i18n.gettext("ID"),name:"id",type:"integer"});var j=jQuery.extend({},this.model.session.context,this.context),k=new Sao.common.DomainParser(c,j);return this._domain_parser[a]=k,k},get_selection:function(a){var b,c=a.selection_change_with;if(jQuery.isEmptyObject(c))b=this.model.execute(a.selection,[]);else{var d={};c.forEach(function(a){d[a]=null}),b=this.model.execute(a.selection,[d])}return b.then(function(a){return a.sort(function(a,b){return a[1].localeCompare(b[1])})})},search_prev:function(a){this.offset-=this.limit,this.search_filter(a)},search_next:function(a){this.offset+=this.limit,this.search_filter(a)},invalid_message:function(a){a||(a=this.current_record);var b={};for(var c in a.model.fields){var d=a.model.fields[c];b[c]=d.description}var e=new Sao.common.DomainParser(b),f=[],g=a.invalid_fields();return Object.keys(g).sort().forEach(function(b){var c=g[b],d=a.model.fields[b].description.string;"required"==c||Sao.common.compare(c,[[b,"!=",null]])?f.push(Sao.i18n.gettext('"%1" is required',d)):"domain"==c?f.push(Sao.i18n.gettext('"%1" is not valid according to its domain',d)):"children"==c?f.push(Sao.i18n.gettext('The values of "%1" are not valid',d)):e.stringable(c)?f.push(e.string(c)):f.push(Sao.i18n.gettext('"%1" is not valid according to its domain'),d)}),f.length>5&&(f.splice(5,f.length),f.push("...")),f.join("\n")},get:function(){return this.current_record?(this.current_view.set_value(),this.current_record.get()):null},get_on_change_value:function(){return this.current_record?(this.current_view.set_value(),this.current_record.get_on_change_value()):null},reload:function(a,b){this.group.reload(a),b&&this.group.written(a),this.group.parent&&this.group.parent.root_parent().reload(),this.display()},get_buttons:function(){var a=this.current_view.selected_records();if(jQuery.isEmptyObject(a))return[];var b=this.current_view.get_buttons();return a.forEach(function(a){b=b.filter(function(b){if(a.group.get_readonly()||a.readonly())return!1;if("instance"===b.attributes.type)return!1;var c=a.expr_eval(b.attributes.states||{});return!(c.invisible||c.readonly)})}),b},button:function(a){var b,c=function(a){this.reload(b,!0),"string"==typeof a?this.client_action(a):a&&Sao.Action.execute(a,{model:this.model_name,id:this.current_record.id,ids:b},null,this.context)},d=this.current_view.selected_records();this.current_view.set_value();for(var e=this.current_view.get_fields(),f=[],g=function(a){return function(){this.display(!0),a.validate(e)}.bind(this)}.bind(this),h=0;h<d.length;h++){var i=d[h],j=i.expr_eval(a.states||{}).pre_validate||[];f.push(i.validate(e,!1,j))}jQuery.when.apply(jQuery,f).then(function(){for(var e,f=0;f<d.length;f++){e=d[f];var h=arguments[f];if(!h)return void Sao.common.warning.run(this.invalid_message(e),Sao.i18n.gettext("Pre-validation")).then(g(e))}if(e=this.current_record,"instance"===a.type){var i=e.expr_eval(a.change||[]),j=e._get_on_change_args(i);e.model.execute(a.name,[j],this.context).then(function(a){e.set_on_change(a),e.group.root_group().screens.forEach(function(a){a.display()})})}else e.save(!1).done(function(){var g=jQuery.extend({},this.context);for(g._timestamp={},b=[],f=0;f<d.length;f++)e=d[f],jQuery.extend(g._timestamp,e.get_timestamp()),b.push(e.id);e.model.execute(a.name,[b],g).then(c.bind(this))}.bind(this))}.bind(this))},client_action:function(a){var b=Sao.common.MODELACCESS.get(this.model_name);if("new"==a)b.create&&this.new_();else if("delete"==a)b["delete"]&&this.remove(!this.group.parent,!1,!this.group.parent);else if("remove"==a)b.write&&b.read&&this.group.parent&&this.remove(!1,!0,!1);else if("copy"==a)b.create&&this.copy();else if("next"==a)this.display_next();else if("previous"==a)this.display_previous();else if("close"==a)Sao.Tab.close_current();else if(a.startsWith("switch")){var c=a.split(" ")[1];this.switch_view(c)}else"reload"==a?~["tree","graph","calendar"].indexOf(this.current_view.view_type)&&!this.group.parent&&this.search_filter():"reload menu"==a?Sao.get_preferences().then(function(a){Sao.menu(a)}):"reload context"==a&&Sao.get_preferences()},save_tree_state:function(a){var b,c=[];a=void 0===a?!0:a;var d,e,f,g,h,i,j=this.group.parent?this.group.parent.id:null,k=this.group.parent?this.group.parent._timestamp:null;for(d=0,e=this.views.length;e>d;d++)if(f=this.views[d],"form"==f.view_type){for(var l in f.widgets)if(f.widgets.hasOwnProperty(l))for(g=f.widgets[l],h=0,i=g.length;i>h;h++)g[h].screen&&(b=g[h].screen.save_tree_state(a),c.push(b));1==this.views.length&&this.current_record&&(j in this.tree_states||(this.tree_states[j]={}),this.tree_states[j][f.children_field||null]=[k,[],[[this.current_record.id]]])}else if("tree"==f.view_type){var m=f.get_expanded_paths(),n=f.get_selected_paths();if(j in this.tree_states||(this.tree_states[j]={}),this.tree_states[j][f.children_field||null]=[k,m,n],a&&f.attributes.tree_state){var o=new Sao.Model("ir.ui.view_tree_state");b=o.execute("set",[this.model_name,this.get_tree_domain(j),f.children_field,JSON.stringify(m),JSON.stringify(n)],{}),c.push(b)}}return jQuery.when.apply(jQuery,c)},get_tree_domain:function(a){var b;return b=a?(this.domain||[]).concat([[this.exclude_field,"=",a]]):this.domain,JSON.stringify(Sao.rpc.prepareObject(b))},set_tree_state:function(){var a,b,c,d,e,f=this.current_view;~["tree","form"].indexOf(f.view_type)&&(~this.tree_states_done.indexOf(f)||("form"!=f.view_type||jQuery.isEmptyObject(this.tree_states_done))&&(a=this.group.parent?this.group.parent.id:null,b=parent?parent._timestamp:null,a in this.tree_states||(this.tree_states[a]={}),c=this.tree_states[a][f.children_field||null],c&&b!=c[0]&&(c=void 0),void 0===c?(e=new Sao.Model("ir.ui.view_tree_state"),d=e.execute("get",[this.model_name,this.get_tree_domain(a),f.children_field],{}).then(function(a){return[b,JSON.parse(a[0]),JSON.parse(a[1])]})):d=jQuery.when(c),d.done(function(b){var c,d,e;if(this.tree_states[a][f.children_field||null]=b,c=b[1],d=b[2],"tree"==f.view_type)f.display(d,c);else if(!jQuery.isEmptyObject(d)){for(var g=0;g<d[0].length;g++){var h=this.group.get(d[0][g]);if(!h)break;e=h}e&&e!=this.current_record&&(this.set_current_record(e),f.display())}}.bind(this)),this.tree_states_done.push(f)))}})}(),function(){"use strict";Sao.View=Sao.class_(Object,{init:function(a,b){this.screen=a,this.view_type=null,this.el=null,this.view_id=null,this.fields={};var c=b.children()[0].attributes;this.attributes={};for(var d=0,e=c.length;e>d;d++){var f=c[d];this.attributes[f.name]=f.value}a.set_on_write(this.attributes.on_write)},set_value:function(){},get_fields:function(){return Object.keys(this.fields)},selected_records:function(){return[]},get_buttons:function(){return[]}}),Sao.View.idpath2path=function(a,b){var c,d=[];if(!b)return[];for(var e=0,f=a.rows.length;f>e;e++)if(a.rows[e].record.id==b[0]){d.push(e),c=Sao.View.idpath2path(a.rows[e],b.slice(1,b.length)),d=d.concat(c);break}return d},Sao.View.parse=function(a,b,c){switch(b.children().prop("tagName")){case"tree":return new Sao.View.Tree(a,b,c);case"form":return new Sao.View.Form(a,b);case"graph":return new Sao.View.Graph(a,b);case"calendar":return new Sao.View.Calendar(a,b)}},Sao.View.resize=function(a){a||(a=jQuery(document)),a.find(".treeview").each(function(){var a=jQuery(this);a.css("width","100%"),a.children(".tree").css("table-layout","fixed")}),a.find(".treeview").each(function(){var a=jQuery(this);a.width()&&(a.css("width",a.width()),a.children(".tree").css("table-layout","auto"))})},jQuery(window).resize(function(){Sao.View.resize()})}(),function(){"use strict";Sao.View.Form=Sao.class_(Sao.View,{editable:!0,init:function(a,b){Sao.View.Form._super.init.call(this,a,b),this.view_type="form",this.el=jQuery("<div/>",{"class":"form"}),this.widgets={},this.widget_id=0,this.state_widgets=[],this.containers=[],this.notebooks=[];var c=b.children()[0],d=this.parse(a.model,c);this.el.append(d.el)},_parse_node:function(a,b,c,d,e){var f;switch(b.tagName){case"image":this._parse_image(a,b,c,d);break;case"separator":this._parse_separator(a,b,c,d);break;case"label":f=this._parse_label(a,b,c,d),d.name&&f&&(e[d.name]=f);break;case"newline":c.add_row();break;case"button":this._parse_button(b,c,d);break;case"notebook":this._parse_notebook(a,b,c,d);break;case"page":this._parse_page(a,b,c,d);break;case"field":if(f=this._parse_field(a,b,c,d),d.name in e&&f&&f.labelled){var g=e[d.name];g.el.uniqueId(),f.labelled.uniqueId(),f.labelled.attr("aria-labelledby",g.el.attr("id")),g.el.attr("for",f.labelled.attr("id"))}break;case"group":this._parse_group(a,b,c,d);break;case"hpaned":this._parse_paned(a,b,c,d,"horizontal");break;case"vpaned":this._parse_paned(a,b,c,d,"vertical");break;case"child":this._parse_child(a,b,c,d)}},parse:function(a,b,c){void 0===c&&(c=new Sao.View.Form.Container(Number(b.getAttribute("col")||4)),this.containers.push(c));var d={},e=function(b,e){for(var f={},g=0,h=e.attributes.length;h>g;g++){var i=e.attributes[g];f[i.name]=i.value}["readonly","invisible"].forEach(function(a){f[a]&&(f[a]=1==f[a])}),["yexpand","yfill","xexpand","xfill","colspan"].forEach(function(a){f[a]&&(f[a]=Number(f[a]))}),this._parse_node(a,e,c,f,d)};return jQuery(b).children().each(e.bind(this)),c},_parse_image:function(a,b,c,d){var e=new Sao.View.Form.Image_(d);this.state_widgets.push(e),c.add(d,e)},_parse_separator:function(a,b,c,d){var e=d.name,f=d.string;e in a.fields&&(!d.states&&e in a.fields&&(d.states=a.fields[e].description.states),f||(f=a.fields[e].description.string));var g=new Sao.View.Form.Separator(f,d);this.state_widgets.push(g),c.add(d,g)},_parse_label:function(a,b,c,d){var e=d.name,f=d.string;if(void 0===d.xexpand&&(d.xexpand=0),e in a.fields){if(e==this.screen.exclude_field)return void c.add(d);!d.states&&e in a.fields&&(d.states=a.fields[e].description.states),f||(f=a.fields[e].description.string+": "),void 0===d.xalign&&(d.xalign=1)}var g;return f&&(g=new Sao.View.Form.Label(f,d),this.state_widgets.push(g)),c.add(d,g),g},_parse_button:function(a,b,c){var d=new Sao.common.Button(c);this.state_widgets.push(d),b.add(c,d),d.el.click(d,this.button_clicked.bind(this))},_parse_notebook:function(a,b,c,d){void 0===d.colspan&&(d.colspan=4);var e=new Sao.View.Form.Notebook(d);this.notebooks.push(e),this.state_widgets.push(e),c.add(d,e),this.parse(a,b,e)},_parse_page:function(a,b,c,d){d.string;if(d.name in a.fields){var e=a.fields[d.name];if(d.name==this.screen.exclude_field)return;["states","string"].forEach(function(a){void 0===d[a]&&void 0!==e.description[a]&&(d[a]=e.description[a])})}var f=this.parse(a,b);f=new Sao.View.Form.Page(c.add(f.el,d.string),d),this.state_widgets.push(f)},_parse_field:function(a,b,c,d){var e=d.name;if(!(e in a.fields)||e==this.screen.exclude_field)return void c.add(d);d.widget||(d.widget=a.fields[e].description.type);var f=["relation","domain","selection","help","relation_field","string","views","add_remove","sort","context","size","filename","autocomplete","translate","create","delete","selection_change_with","schema_model"];for(var g in f){var h=f[g];h in a.fields[e].description&&null===b.getAttribute(h)&&(d[h]=a.fields[e].description[h])}var i=Sao.View.form_widget_get(d.widget);if(!i)return void c.add(d);var j=new i(e,a,d);return j.position=this.widget_id+=1,j.view=this,c.add(d,j),void 0===this.widgets[e]&&(this.widgets[e]=[]),this.widgets[e].push(j),this.fields[e]=!0,j},_parse_group:function(a,b,c,d){var e=new Sao.View.Form.Group(d);e.add(this.parse(a,b)),this.state_widgets.push(e),c.add(d,e)},_parse_paned:function(a,b,c,d,e){void 0===d.yexpand&&(d.yexpand=!0),void 0===d.yfill&&(d.yfill=!0);var f=new Sao.common.Paned(e);c.add(d,f),this.parse(a,b,f)},_parse_child:function(a,b,c,d){var e,f=this.parse(a,b);e=c.get_child1().children().length?c.get_child2():c.get_child1(),e.append(f.el)},get_buttons:function(){var a=[];for(var b in this.state_widgets){var c=this.state_widgets[b];c instanceof Sao.common.Button&&a.push(c)}return a},display:function(){var a,b,c=this.screen.current_record,d={};if(c){var e=[];for(b in c.model.fields)a=c.model.fields[b],e.push([b,a.description.loading||"eager"]);e.sort(function(a,b){return a[1].localeCompare(b[1])}),e.forEach(function(a){var b=a[0];d[b]=c.load(b)})}var f=function(a,b,c){var e=jQuery.when();c in d&&(e=d[c]),e.done(function(){b.set_state(a)})},g=function(a,b,c){return function(e){var f=jQuery.when();c in d&&(f=d[c]),f.done(function(){e.display(a,b)})}};for(b in this.widgets){var h=this.widgets[b];a=null,c&&(a=c.model.fields[b]),a&&f(c,a,b),h.forEach(g(c,a,b))}return jQuery.when.apply(jQuery,jQuery.map(d,function(a){return a})).done(function(){var a;for(a in this.state_widgets){var b=this.state_widgets[a];b.set_state(c)}for(a in this.containers){var d=this.containers[a];d.resize()}Sao.View.resize(this.el)}.bind(this))},set_value:function(){var a=this.screen.current_record;if(a){var b=function(b){b.set_value(a,this)};for(var c in this.widgets)if(c in a.model.fields){var d=this.widgets[c],e=a.model.fields[c];d.forEach(b,e)}}},button_clicked:function(a){var b=a.data;b.el.prop("disabled",!0);try{this.screen.button(b.attributes)}finally{b.el.prop("disabled",!1)}},selected_records:function(){return this.screen.current_record?[this.screen.current_record]:[]},set_cursor:function(a,b){var c,d,e,f,g,h,i,j,k,l,m=jQuery(document.activeElement),n=m.closest(this.el)>0;if(b||n){if(b)for(c=0;c<this.notebooks.length;c++)g=this.notebooks[c],g.set_current_page(0);this.attributes.cursor in this.widgets?f=Sao.common.find_focusable_child(this.widgets[this.attributes.cursor][0].el):(h=Sao.common.find_focusable_child(this.el),h&&h.focus())}var o=this.screen.current_record;if(o){var p=[],q=this.el.find(".has-error"),r=o.invalid_fields();for(d in r)for(i=this.widgets[d],c=0;c<q.length;c++)for(j=jQuery(q[c]),e=0;e<i.length;e++)if(j.closest(i[e].el).length>0){p.push(j);break}p.length>0&&(f=Sao.common.find_first_focus_widget(this.el,p))}if(f){for(c=0;c<this.notebooks.length;c++)for(g=this.notebooks[c],k=g.get_n_pages(),e=0;k>e;e++)if(h=g.get_nth_page(e),l=jQuery(f).closest(h).length>0){g.set_current_page(e);break}jQuery(f).find("input,select,textarea").focus()}}}),Sao.View.Form.Container=Sao.class_(Object,{init:function(a){void 0===a&&(a=4),this.col=a,this.el=jQuery("<table/>",{"class":"form-container responsive responsive-noheader"}),this.add_row()},add_row:function(){this.el.append(jQuery("<tr/>"))},rows:function(){return this.el.children().children("tr")},row:function(){return this.rows().last()},add:function(a,b){var c=a.colspan;void 0===c&&(c=1);var d=a.xfill;void 0===d&&(d=1);var e=a.xexpand;void 0===e&&(e=1);var f=0,g=this.row();g.children().map(function(a,b){f+=Number(jQuery(b).attr("colspan")||1)}),f+c>this.col&&(this.add_row(),g=this.row());var h;b&&(h=b.el);var i=jQuery("<td/>",{colspan:c,"class":b?b.class_||"":""}).append(h);g.append(i),b&&(a.yfill&&i.css("vertical-align","top"),void 0!==a.xalign&&i.css("text-align",a.xalign>=.5?"right":"left"),e&&(i.addClass("xexpand"),i.css("width","100%")),d&&(i.addClass("xfill"),e&&h.css("width","100%")),a.help&&(b.el.data("toggle","tooltip"),b.el.attr("title",a.help),b.el.tooltip()))},resize:function(){var a,b,c=this.rows().toArray(),d=[],e=this.col,f=!1,g=function(b){b=jQuery(b);var c=[];return a=0,b.children().map(function(){var b=jQuery(this),d=Math.min(Number(b.attr("colspan")),e);b.hasClass("xexpand")&&!jQuery.isEmptyObject(b.children())&&"none"!=b.children(":not(.tooltip)").css("display")&&c.push([b,a]),a+=d}),c};c.sort(function(a,b){if(a=g(a),b=g(b),a.length==b.length){var c=function(a,b){var c=b[0],d=Math.min(Number(c.attr("colspan")),e);return a+d};return a.reduce(c,0)-b.reduce(c,0)}return b.length-a.length}),c.forEach(function(c){c=jQuery(c);var h=g(c),i=100/h.length;h.forEach(function(c){var f=c[0];a=c[1];var g=Math.min(Number(f.attr("colspan")),e),h=0;for(b=0;g>b;b++)h+=d[a+b]||0;for(b=0;g>b;b++)if(h){if(h>i){var j=h-i;d[a+b]&&(d[a+b]-=j/(h/d[a+b]))}}else d[a+b]=i/g}),jQuery.isEmptyObject(h)||(f=!0)}),c.forEach(function(c){c=jQuery(c),a=0,c.children().map(function(){var c=jQuery(this),f=Math.min(Number(c.attr("colspan")),e);if(c.hasClass("xexpand")&&"none"!=c.children(":not(.tooltip)").css("display")){var g=0;for(b=0;f>b;b++)g+=d[a+b]||0;c.css("width",g+"%")}else c.css("width","");"none"==c.children().css("display")?c.css("visibility","collapse"):c.css("visibility","visible"),a+=f})}),f?this.el.css("width","100%"):this.el.css("width","")}}),Sao.View.Form.StateWidget=Sao.class_(Object,{init:function(a){this.attributes=a},set_state:function(a){var b;b=a?a.expr_eval(this.attributes.states||{}):{};var c=b.invisible;void 0===c&&(c=this.attributes.invisible),c?this.hide():this.show()},show:function(){this.el.show()},hide:function(){this.el.hide()}}),Sao.View.Form.LabelMixin=Sao.class_(Sao.View.Form.StateWidget,{set_state:function(a){Sao.View.Form.LabelMixin._super.set_state.call(this,a);var b;if(this.attributes.name&&a&&(b=a.model.fields[this.attributes.name]),void 0===this.attributes.string&&b){var c="";a&&(c=b.get_client(a)||""),this.label_el.val(c)}var d;d=a?a.expr_eval(this.attributes.states||{}):{},b&&b.description.required||d.required?this.label_el.addClass("required"):this.label_el.removeClass("required"),b&&b.description.readonly||d.readonly?(this.label_el.removeClass("editable"),this.label_el.removeClass("required")):this.label_el.addClass("editable")}}),Sao.View.Form.Separator=Sao.class_(Sao.View.Form.LabelMixin,{init:function(a,b){Sao.View.Form.Separator._super.init.call(this,b),this.el=jQuery("<div/>",{"class":"form-separator"}),this.label_el=jQuery("<label/>"),a&&this.label_el.text(a),this.el.append(this.label_el),this.el.append(jQuery("<hr/>"))}}),Sao.View.Form.Label=Sao.class_(Sao.View.Form.LabelMixin,{class_:"form-label",init:function(a,b){Sao.View.Form.Label._super.init.call(this,b),this.el=this.label_el=jQuery("<label/>",{text:a,"class":this.class_+" form-label"})}}),Sao.View.Form.Notebook=Sao.class_(Sao.View.Form.StateWidget,{class_:"form-notebook",init:function(a){Sao.View.Form.Notebook._super.init.call(this,a),this.el=jQuery("<div/>",{"class":this.class_}),this.nav=jQuery("<ul/>",{"class":"nav nav-tabs",role:"tablist"}).appendTo(this.el),this.panes=jQuery("<div/>",{"class":"tab-content"}).appendTo(this.el),this.selected=!1},add:function(a,b){var c=jQuery("<div/>",{role:"tabpanel","class":"tab-pane"}).uniqueId(),d=c.attr("id"),e=jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{"aria-controls":d,role:"tab","data-toggle":"tab",href:"#"+d}).append(b).on("shown.bs.tab",function(){Sao.View.resize(a)})).appendTo(this.nav);return c.html(a).appendTo(this.panes),this.selected||(e.addClass("active"),c.addClass("active"),this.selected=!0),e},set_current_page:function(a){var b=this.nav.find('li[role="presentation"]:eq('+a+") a");b.tab("show")},get_n_pages:function(){return this.nav.find("li[role='presentation']").length},get_nth_page:function(a){return jQuery(this.panes.find("div[role='tabpanel']")[a])}}),Sao.View.Form.Page=Sao.class_(Sao.View.Form.StateWidget,{init:function(a,b){Sao.View.Form.Page._super.init.call(this,b),this.el=a}}),Sao.View.Form.Group=Sao.class_(Sao.View.Form.StateWidget,{class_:"form-group_",init:function(a){Sao.View.Form.Group._super.init.call(this,a),this.el=jQuery("<div/>",{"class":this.class_})},add:function(a){this.el.append(a.el)}}),Sao.View.Form.Image_=Sao.class_(Sao.View.Form.StateWidget,{class_:"form-image_",init:function(a){Sao.View.Form.Image_._super.init.call(this,a),this.el=jQuery("<div/>",{class_:this.class_}),this.img=jQuery("<img/>",{"class":"center-block"}).appendTo(this.el),Sao.common.ICONFACTORY.register_icon(a.name).done(function(a){this.img.attr("src",a)}.bind(this))}}),Sao.View.form_widget_get=function(a){switch(a){case"char":return Sao.View.Form.Char;case"password":return Sao.View.Form.Password;case"date":return Sao.View.Form.Date;case"datetime":return Sao.View.Form.DateTime;case"time":return Sao.View.Form.Time;case"timedelta":return Sao.View.Form.TimeDelta;case"integer":case"biginteger":return Sao.View.Form.Integer;case"float":case"numeric":return Sao.View.Form.Float;case"selection":return Sao.View.Form.Selection;case"boolean":return Sao.View.Form.Boolean;case"text":return Sao.View.Form.Text;case"richtext":return Sao.View.Form.RichText;case"many2one":return Sao.View.Form.Many2One;case"one2one":return Sao.View.Form.One2One;case"reference":return Sao.View.Form.Reference;case"one2many":return Sao.View.Form.One2Many;case"many2many":return Sao.View.Form.Many2Many;case"binary":return Sao.View.Form.Binary;case"multiselection":return Sao.View.Form.MultiSelection;case"image":return Sao.View.Form.Image;case"url":return Sao.View.Form.URL;case"email":return Sao.View.Form.Email;case"callto":return Sao.View.Form.CallTo;case"sip":return Sao.View.Form.SIP;case"progressbar":return Sao.View.Form.ProgressBar;case"dict":return Sao.View.Form.Dict}},Sao.View.Form.Widget=Sao.class_(Object,{init:function(a,b,c){this.field_name=a,this.model=b,this.view=null,this.attributes=c,this.el=null,this.position=0,this.visible=!0,this.labelled=null},display:function(a,b){var c=this.attributes.readonly,d=this.attributes.invisible;if(!b)return void 0===c&&(c=!0),void 0===d&&(d=!1),this.set_readonly(c),void this.set_invisible(d);var e=b.get_state_attrs(a);void 0===c&&(c=e.readonly,void 0===c&&(c=!1)),this.view.screen.attributes.readonly&&(c=!0),this.set_readonly(c);var f=e.invalid;!c&&f?this.el.addClass("has-error"):this.el.removeClass("has-error"),void 0===d&&(d=b.get_state_attrs(a).invisible,void 0===d&&(d=!1)),this.set_invisible(d)},record:function(){return this.view&&this.view.screen?this.view.screen.current_record:void 0},field:function(){var a=this.record();return a?a.model.fields[this.field_name]:void 0},focus_out:function(){this.field()&&this.visible&&this.set_value(this.record(),this.field())},set_value:function(a,b){},set_readonly:function(a){this.el.prop("disabled",a)},set_invisible:function(a){this.visible=!a,a?this.el.hide():this.el.show()}}),Sao.View.Form.Char=Sao.class_(Sao.View.Form.Widget,{class_:"form-char",init:function(a,b,c){Sao.View.Form.Char._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.group=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el),this.input=this.labelled=jQuery("<input/>",{type:"text","class":"form-control input-sm"
-}).appendTo(this.group),c.autocomplete&&(this.datalist=jQuery("<datalist/>").appendTo(this.el),this.datalist.uniqueId(),this.input.attr("list",this.datalist.attr("id"))),this.el.change(this.focus_out.bind(this)),c.size||this.group.css("width","100%")},display:function(a,b){if(Sao.View.Form.Char._super.display.call(this,a,b),this.datalist){this.datalist.children().remove();var c=[];a&&(c=a.autocompletion[this.field_name]||[]),c.forEach(function(a){jQuery("<option/>",{value:a}).appendTo(this.datalist)}.bind(this))}var d="",e="100%";if(a&&(d=a.expr_eval(this.attributes.size),d>0&&(e=null)),this.input.attr("maxlength",d),this.input.attr("size",d),this.group.css("width",e),a){var f=a.field_get_client(this.field_name);this.input.val(f||"")}else this.input.val("")},set_value:function(a,b){b.set_client(a,this.input.val())},set_readonly:function(a){this.input.prop("readonly",a)},focus:function(){this.input.focus()}}),Sao.View.Form.Password=Sao.class_(Sao.View.Form.Char,{class_:"form-password",init:function(a,b,c){Sao.View.Form.Password._super.init.call(this,a,b,c),this.input.prop("type","password")}}),Sao.View.Form.Date=Sao.class_(Sao.View.Form.Widget,{class_:"form-date",_width:"12em",init:function(a,b,c){Sao.View.Form.Date._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.date=this.labelled=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el),this.input=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(this.date),jQuery("<span/>",{"class":"input-group-btn"}).append(jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-calendar"}))).appendTo(this.date),this.date.datetimepicker(),this.date.css("width",this._width),this.date.on("dp.change",this.focus_out.bind(this))},get_format:function(a,b){return b.date_format(a)},get_value:function(a,b){var c=this.date.data("DateTimePicker").date();return c&&(c.isDate=!0),c},display:function(a,b){a&&b&&this.date.data("DateTimePicker").format(Sao.common.moment_format(this.get_format(a,b))),Sao.View.Form.Date._super.display.call(this,a,b);var c;c=a?b.get_client(a):null,this.date.data("DateTimePicker").date(c)},focus:function(){this.input.focus()},set_value:function(a,b){b.set_client(a,this.get_value(a,b))},set_readonly:function(a){this.date.find("button").prop("disabled",a),this.date.find("input").prop("readonly",a)}}),Sao.View.Form.DateTime=Sao.class_(Sao.View.Form.Date,{class_:"form-datetime",_width:"25em",get_format:function(a,b){return b.date_format(a)+" "+b.time_format(a)},get_value:function(a,b){var c=this.date.data("DateTimePicker").date();return c&&(c.isDateTime=!0),c}}),Sao.View.Form.Time=Sao.class_(Sao.View.Form.Date,{class_:"form-time",_width:"10em",get_format:function(a,b){return b.time_format(a)},get_value:function(a,b){var c=this.date.data("DateTimePicker").date();return c&&(c.isTime=!0),c}}),Sao.View.Form.TimeDelta=Sao.class_(Sao.View.Form.Widget,{class_:"form-timedelta",init:function(a,b,c){Sao.View.Form.TimeDelta._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.input=this.labelled=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(this.el),this.el.change(this.focus_out.bind(this))},display:function(a,b){if(Sao.View.Form.TimeDelta._super.display.call(this,a,b),a){var c=a.field_get_client(this.field_name);this.input.val(c||"")}else this.input.val("")},focus:function(){this.input.focus()},set_value:function(a,b){b.set_client(a,this.input.val())},set_readonly:function(a){this.input.prop("readonly",a)}}),Sao.View.Form.Integer=Sao.class_(Sao.View.Form.Char,{class_:"form-integer",init:function(a,b,c){Sao.View.Form.Integer._super.init.call(this,a,b,c),this.input.attr("type","text"),this.input.attr("width",8),this.group.css("width",""),this.factor=Number(c.factor||1)},set_value:function(a,b){b.set_client(a,this.input.val(),void 0,this.factor)},display:function(a,b){if(Sao.View.Form.Char._super.display.call(this,a,b),a){var c=a.model.fields[this.field_name].get_client(a,this.factor);this.input.val(c)}else this.input.val("")}}),Sao.View.Form.Float=Sao.class_(Sao.View.Form.Integer,{class_:"form-float"}),Sao.View.Form.Selection=Sao.class_(Sao.View.Form.Widget,{class_:"form-selection",init:function(a,b,c){Sao.View.Form.Selection._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.select=this.labelled=jQuery("<select/>",{"class":"form-control input-sm"}),this.el.append(this.select),this.select.change(this.focus_out.bind(this)),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a,this.set_selection.bind(this))},update_selection:function(a,b,c){Sao.common.selection_mixin.update_selection.call(this,a,b,function(a){this.set_selection(a),c&&c()}.bind(this))},set_selection:function(a){var b=this.select;b.empty(),a.forEach(function(a){b.append(jQuery("<option/>",{value:JSON.stringify(a[0]),text:a[1]}))})},display_update_selection:function(a,b){this.update_selection(a,b,function(){if(!b)return void this.select.val("");for(var c,d=b.get(a),e=!1,f=0,g=this.selection.length;g>f;f++)if(this.selection[f][0]===d){e=!0;break}e?c=jQuery.when():(c=Sao.common.selection_mixin.get_inactive_selection.call(this,d),c.done(function(a){this.select.append(jQuery("<option/>",{value:JSON.stringify(a[0]),text:a[1],disabled:!0}))}.bind(this))),c.done(function(){this.select.val(JSON.stringify(d))}.bind(this))}.bind(this))},display:function(a,b){Sao.View.Form.Selection._super.display.call(this,a,b),this.display_update_selection(a,b)},focus:function(){this.select.focus()},value_get:function(){return JSON.parse(this.select.val())},set_value:function(a,b){var c=this.value_get();b.set_client(a,c)},set_readonly:function(a){this.select.prop("disabled",a)}}),Sao.View.Form.Boolean=Sao.class_(Sao.View.Form.Widget,{class_:"form-boolean",init:function(a,b,c){Sao.View.Form.Boolean._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.input=this.labelled=jQuery("<input/>",{type:"checkbox","class":"form-control input-sm"}).appendTo(this.el),this.input.change(this.focus_out.bind(this)),this.input.click(function(){return!jQuery(this).prop("readonly")})},display:function(a,b){Sao.View.Form.Boolean._super.display.call(this,a,b),a?this.input.prop("checked",a.field_get(this.field_name)):this.input.prop("checked",!1)},focus:function(){this.input.focus()},set_value:function(a,b){var c=this.input.prop("checked");b.set_client(a,c)},set_readonly:function(a){this.input.prop("readonly",a)}}),Sao.View.Form.Text=Sao.class_(Sao.View.Form.Widget,{class_:"form-text",init:function(a,b,c){Sao.View.Form.Text._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.input=this.labelled=jQuery("<textarea/>",{"class":"form-control input-sm"}).appendTo(this.el),this.input.change(this.focus_out.bind(this))},display:function(a,b){if(Sao.View.Form.Text._super.display.call(this,a,b),a){var c=a.field_get_client(this.field_name);this.input.val(c)}else this.input.val("")},focus:function(){this.input.focus()},set_value:function(a,b){var c=this.input.val()||"";b.set_client(a,c)},set_readonly:function(a){this.input.prop("readonly",a)}}),Sao.View.Form.RichText=Sao.class_(Sao.View.Form.Widget,{class_:"form-richtext",init:function(a,b,c){var d,e,f;Sao.View.Form.RichText._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"}),this.toolbar=jQuery("<div/>",{"class":"btn-toolbar",role:"toolbar"}).appendTo(jQuery("<div/>",{"class":"panel-heading"}).appendTo(this.el));var g=function(a){document.execCommand(a.data)},h=function(a){var b=jQuery("<div/>",{"class":"btn-group",role:"group"}).appendTo(this.toolbar);for(d in a)e=a[d],f=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-"+e.icon})).appendTo(b),f.click(e.command,g)}.bind(this);h([{icon:"bold",command:"bold"},{icon:"italic",command:"italic"},{icon:"text-color",command:"underline"}]);var i=[{heading:Sao.i18n.gettext("Font"),options:["Normal","Serif","Sans","Monospace"],command:"fontname"},{heading:Sao.i18n.gettext("Size"),options:[1,2,3,4,5,6,7],command:"fontsize"}],j=function(a,b){return function(c){a.append(jQuery("<li/>").append(jQuery("<a/>",{href:"#"}).append(c).click(function(){document.execCommand(b.command,!1,c)})))}};for(d in i){e=i[d];var k=jQuery("<div/>",{"class":"btn-group",role:"group"}).appendTo(this.toolbar);f=jQuery("<button/>",{"class":"btn btn-default dropdown-toggle",type:"button","data-toggle":"dropdown","aria-expanded":!1,"aria-haspopup":!0}).append(e.heading).append(jQuery("<span/>",{"class":"caret"})).appendTo(k);var l=jQuery("<ul/>",{"class":"dropdown-menu"}).appendTo(k);e.options.forEach(j(l,e))}h([{icon:"align-left",command:"justifyLeft"},{icon:"align-center",command:"justifyCenter"},{icon:"align-right",command:"justifyRight"},{icon:"align-justify",command:"justifyFull"}]),[["foreColor","#000000"]].forEach(function(a){var b=a[0],c=a[1];jQuery("<input/>",{"class":"btn btn-default",type:"color"}).appendTo(this.toolbar).change(function(){document.execCommand(b,!1,jQuery(this).val())}).focusin(function(){document.execCommand(b,!1,jQuery(this).val())}).val(c)}.bind(this)),this.input=this.labelled=jQuery("<div/>",{"class":"richtext",contenteditable:!0}).appendTo(jQuery("<div/>",{"class":"panel-body"}).appendTo(this.el)),this.el.focusout(this.focus_out.bind(this))},focus_out:function(){window.setTimeout(function(){0===this.el.find(":focus").length&&Sao.View.Form.RichText._super.focus_out.call(this)}.bind(this),0)},display:function(a,b){Sao.View.Form.RichText._super.display.call(this,a,b);var c="";a&&(c=a.field_get_client(this.field_name)),this.input.html(c)},focus:function(){this.input.focus()},set_value:function(a,b){this.input.find("div").each(function(a,b){if(b=jQuery(b),b.css("text-align")){var c=b.css("text-align").split("-").pop();b.attr("align",c),b.css("text-align","")}"start"==b.attr("align")&&b.attr("align","left")});var c=this.input.html()||"";b.set_client(a,c)},set_readonly:function(a){this.input.prop("contenteditable",!a),this.toolbar.find("button,select").prop("disabled",a)}}),Sao.View.Form.Many2One=Sao.class_(Sao.View.Form.Widget,{class_:"form-many2one",init:function(a,b,c){Sao.View.Form.Many2One._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_});var d=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el);this.entry=this.labelled=jQuery("<input/>",{type:"input","class":"form-control input-sm"}).appendTo(d),this.entry.on("keydown",this.key_press.bind(this)),c.completion&&"1"!=c.completion||(Sao.common.get_completion(d,this._update_completion.bind(this),this._completion_match_selected.bind(this),this._completion_action_activated.bind(this)),this.wid_completion=!0);var e=jQuery("<span/>",{"class":"input-group-btn"}).appendTo(d);this.but_open=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-search"})).appendTo(e),this.but_open.click(this.edit.bind(this)),this.el.change(this.focus_out.bind(this)),this._readonly=!1},get_screen:function(){var a=this.field().get_domain(this.record()),b=this.field().get_context(this.record());return new Sao.Screen(this.get_model(),{context:b,domain:a,mode:["form"],view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views,readonly:this._readonly})},set_text:function(a){jQuery.isEmptyObject(a)&&(a=""),this.entry.val(a)},get_text:function(){var a=this.record();return a?a.field_get_client(this.field_name):""},focus_out:function(){(this.attributes.completion&&"1"!=this.attributes.completion||!this.el.find(".dropdown").hasClass("open"))&&Sao.View.Form.Many2One._super.focus_out.call(this)},set_value:function(a,b){b.get_client(a)!=this.entry.val()&&(b.set_client(a,this.value_from_id(null,"")),this.entry.val(""))},display:function(a,b){var c=this.record();if(!c||!a||c.id==a.id){var d;if(Sao.View.Form.Many2One._super.display.call(this,a,b),this._set_button_sensitive(),this._set_completion(),!a)return void this.entry.val("");this.set_text(b.get_client(a)),d=b.get(a),this.has_target(d)?this.but_open.button({icons:{primary:"glyphicon-folder-open"}}):this.but_open.button({icons:{primary:"glyphicon-search"}})}},focus:function(){this.entry.focus()},set_readonly:function(a){this._readonly=a,this._set_button_sensitive()},_set_button_sensitive:function(){this.entry.prop("readonly",this._readonly),this.but_open.prop("disabled",!this.read_access())},get_access:function(a){var b=this.get_model();return b?Sao.common.MODELACCESS.get(b)[a]:!0},read_access:function(){return this.get_access("read")},create_access:function(){return this.attributes.create&&this.get_access("create")},id_from_value:function(a){return a},value_from_id:function(a,b){return void 0===b&&(b=""),[a,b]},get_model:function(){return this.attributes.relation},has_target:function(a){return void 0!==a&&null!==a},edit:function(a){var b=this.get_model();if(b&&Sao.common.MODELACCESS.get(b).read){var c,d,e=this.record(),f=e.field_get(this.field_name);if(b&&this.has_target(f)){var g=this.get_screen(),h=this.id_from_value(e.field_get(this.field_name));g.new_group([h]),d=function(a){if(a){var b=g.current_record.rec_name();b.done(function(a){var b=this.value_from_id(g.current_record.id,a);this.record().field_set_client(this.field_name,b,!0)}.bind(this))}},c=new Sao.Window.Form(g,d.bind(this),{save_current:!0})}else if(b&&!this._readonly){var i=this.field().get_domain(e),j=this.field().get_context(e),k=this.entry.val();d=function(a){if(!jQuery.isEmptyObject(a)){var b=this.value_from_id(a[0][0],a[0][1]);this.record().field_set_client(this.field_name,b,!0)}};var l=new Sao.common.DomainParser;c=new Sao.Window.Search(b,d.bind(this),{sel_multi:!1,context:j,domain:i,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:this.create_access(),search_filter:l.quote(k)})}}},new_:function(a){var b=this.get_model();if(b&&Sao.common.MODELACCESS.get(b).create){var c=this.get_screen(),d=function(a){if(a){var b=c.current_record.rec_name();b.done(function(a){var b=this.value_from_id(c.current_record.id,a);this.record().field_set_client(this.field_name,b)}.bind(this))}};new Sao.Window.Form(c,d.bind(this),{new_:!0,save_current:!0})}},key_press:function(a){var b=!this.entry.prop("readonly"),c=[Sao.common.TAB_KEYCODE],d=[Sao.common.BACKSPACE_KEYCODE,Sao.common.DELETE_KEYCODE];if(this.wid_completion||c.push(Sao.common.RETURN_KEYCODE),a.which==Sao.common.F3_KEYCODE&&b&&this.create_access())this.new_(),a.preventDefault();else if(a.which==Sao.common.F2_KEYCODE&&this.read_access())this.edit(),a.preventDefault();else if(~c.indexOf(a.which)&&b){if((!this.attributes.completion||"1"==this.attributes.completion)&&this.el.find(".dropdown").hasClass("open"))return;this.activate()}else if(this.has_target(this.record().field_get(this.field_name))&&b){var e=this.get_text();(e!=this.entry.val()||~d.indexOf(a.which))&&(this.entry.val(""),this.record().field_set_client(this.field_name,this.value_from_id(null,"")))}},activate:function(){var a=this.get_model();if(a&&Sao.common.MODELACCESS.get(a).read){var b=this.record(),c=b.field_get(this.field_name);new Sao.Model(a);if(a&&!this.has_target(c)){var d=this.entry.val();if(!this._readonly&&(d||this.field().get_state_attrs(this.record()).required)){var e=this.field().get_domain(b),f=this.field().get_context(b),g=function(a){if(jQuery.isEmptyObject(a))this.entry.val("");else{var b=this.value_from_id(a[0][0],a[0][1]);this.record().field_set_client(this.field_name,b,!0)}},h=new Sao.common.DomainParser;new Sao.Window.Search(a,g.bind(this),{sel_multi:!1,context:f,domain:e,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:this.create_access(),search_filter:h.quote(d)})}}}},_set_completion:function(){var a=this.el.find(".action-search");this.read_access()?a.removeClass("disabled"):a.addClass("disabled");var b=this.el.find(".action-create");this.create_access()?b.removeClass("disabled"):b.addClass("disabled")},_update_completion:function(a){var b=this.record();if(b){var c=this.field(),d=c.get(b);if(this.has_target(d)){var e=this.id_from_value(d);if(void 0!==e&&e>0)return jQuery.when()}var f=this.get_model();return Sao.common.update_completion(this.entry,b,c,f)}},_completion_match_selected:function(a){this.record().field_set_client(this.field_name,this.value_from_id(a.id,a.rec_name),!0)},_completion_action_activated:function(a){"search"==a?this.edit():"create"==a&&this.new_()}}),Sao.View.Form.One2One=Sao.class_(Sao.View.Form.Many2One,{class_:"form-one2one"}),Sao.View.Form.Reference=Sao.class_(Sao.View.Form.Many2One,{class_:"form-reference",init:function(a,b,c){Sao.View.Form.Reference._super.init.call(this,a,b,c),this.el.addClass("form-inline"),this.select=jQuery("<select/>",{"class":"form-control input-sm","aria-label":c.string}),this.el.prepend(jQuery("<span/>").text("-")),this.el.prepend(this.select),this.select.change(this.select_changed.bind(this)),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a,this.set_selection.bind(this))},update_selection:function(a,b,c){Sao.common.selection_mixin.update_selection.call(this,a,b,function(a){this.set_selection(a),c&&c()}.bind(this))},set_selection:function(a){var b=this.select;b.empty(),a.forEach(function(a){b.append(jQuery("<option/>",{value:a[0],text:a[1]}))})},id_from_value:function(a){return parseInt(a.split(",")[1],10)},value_from_id:function(a,b){return b||(b=""),[this.get_model(),[a,b]]},get_text:function(){var a=this.record();return a?a.field_get_client(this.field_name)[1]:""},get_model:function(){return this.select.val()},has_target:function(a){if(null===a)return!1;var b=a.split(",")[0];return a=a.split(",")[1],jQuery.isEmptyObject(a)?a=null:(a=parseInt(a,10),isNaN(a)&&(a=null)),b==this.get_model()&&a>=0},_set_button_sensitive:function(){Sao.View.Form.Reference._super._set_button_sensitive.call(this),this.select.prop("disabled",this.entry.prop("readonly"))},select_changed:function(){this.entry.val("");var a,b=this.get_model();a=b?[b,[-1,""]]:["",""],this.record().field_set_client(this.field_name,a)},set_value:function(a,b){var c;if(this.get_model()){c=b.get_client(a,this.field_name);var d,e;c instanceof Array?(d=c[0],e=c[1]):(d="",e=""),d==this.get_model()&&e==this.entry.val()||(b.set_client(a,null),this.entry.val(""))}else c=this.entry.val(),jQuery.isEmptyObject(c)?b.set_client(a,null):b.set_client(a,["",c])},set_text:function(a){var b;a?(b=a[0],a=a[1]):(b=null,a=null),Sao.View.Form.Reference._super.set_text.call(this,a),b?this.select.val(b):this.select.val("")},display:function(a,b){this.update_selection(a,b,function(){Sao.View.Form.Reference._super.display.call(this,a,b)}.bind(this))},set_readonly:function(a){Sao.View.Form.Reference._super.set_readonly.call(this,a),this.select.prop("disabled",a)}}),Sao.View.Form.One2Many=Sao.class_(Sao.View.Form.Widget,{class_:"form-one2many",init:function(a,b,c){Sao.View.Form.One2Many._super.init.call(this,a,b,c),this._readonly=!0,this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"}),this.menu=jQuery("<div/>",{"class":this.class_+"-menu panel-heading"}),this.el.append(this.menu);var d=jQuery("<label/>",{"class":this.class_+"-string",text:c.string});this.menu.append(d),d.uniqueId(),this.el.uniqueId(),this.el.attr("aria-labelledby",d.attr("id")),d.attr("for",this.el.attr("id"));var e=jQuery("<div/>",{"class":this.class_+"-toolbar"});this.menu.append(e);var f=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(e);this.wid_text=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(f),this.wid_text.hide();var g=jQuery("<div/>",{"class":"input-group-btn"}).appendTo(f);c.add_remove&&(this.wid_text.show(),this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(g),this.but_add.click(this.add.bind(this)),this.but_remove=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(g),this.but_remove.click(this.remove.bind(this))),this.but_new=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("New")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-edit"})).appendTo(g),this.but_new.click(this.new_.bind(this)),this.but_open=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Open")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-folder-open"})).appendTo(g),this.but_open.click(this.open.bind(this)),this.but_del=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Delete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-trash"})).appendTo(g),this.but_del.click(this.delete_.bind(this)),this.but_undel=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Undelete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-repeat"})).appendTo(g),this.but_undel.click(this.undelete.bind(this)),this.but_previous=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Previous")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-left"})).appendTo(g),this.but_previous.click(this.previous.bind(this)),this.label=jQuery("<span/>",{"class":"btn"}).appendTo(g),this.label.text("(0, 0)"),this.but_next=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Next")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-right"})).appendTo(g),this.but_next.click(this.next.bind(this)),this.but_switch=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Switch")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-list-alt"})).appendTo(g),this.but_switch.click(this.switch_.bind(this)),this.content=jQuery("<div/>",{"class":this.class_+"-content panel-body"}),this.el.append(this.content);var h=(c.mode||"tree,form").split(",");this.screen=new Sao.Screen(c.relation,{mode:h,view_ids:(c.view_ids||"").split(","),views_preload:c.views||{},row_activate:this.activate.bind(this),readonly:c.readonly||!1,exclude_field:c.relation_field||null,pre_validate:c.pre_validate}),this.screen.pre_validate=1==c.pre_validate,this.prm=this.screen.switch_view(h[0]).done(function(){this.content.append(this.screen.screen_container.el)}.bind(this)),this.but_switch.prop("disabled",this.screen.number_of_views()<=0)},set_readonly:function(a){this._readonly=a,this._set_button_sensitive()},_set_button_sensitive:function(){var a,b,c=Sao.common.MODELACCESS.get(this.screen.model_name),d=this.record(),e=this.field();if(d&&e){var f=d.expr_eval(this.attributes.size);b=e.get_eval(d),a=void 0!==f&&null!==f&&b>=f>=0}else b=null,a=!1;var g=this.attributes.create;void 0===g&&(g=!0),this.but_new.prop("disabled",this._readonly||!g||a||!c.create);var h=this.attributes["delete"];void 0===h&&(h=!0),this.but_del.prop("disabled",this._readonly||!h||!c["delete"]),this.but_undel.prop("disabled",this._readonly||a),this.but_open.prop("disabled",!c.read),this.attributes.add_remove&&(this.wid_text.prop("disabled",this._readonly),this.but_add.prop("disabled",this._readonly||a||!c.write||!c.read),this.but_remove.prop("disabled",this._readonly||!c.write||!c.read))},display:function(a,b){Sao.View.Form.One2Many._super.display.call(this,a,b),this._set_button_sensitive(),this.prm.done(function(){if(a){if(void 0===b)return this.screen.new_group(),this.screen.set_current_record(null),this.screen.group.parent=null,void this.screen.display();var c=a.field_get_client(this.field_name);c!=this.screen.group&&(this.screen.set_group(c),"tree"==this.screen.current_view.view_type&&this.screen.current_view.editable&&this.screen.set_current_record(null));var d=!1,e=[],f=null;a&&(d=b.get_state_attrs(a).readonly,e=b.get_domain(a),f=a.expr_eval(this.attributes.size)),Sao.common.compare(this.screen.domain,e)||(this.screen.domain=e),this.screen.group.set_readonly(d),this.screen.size_limit=f,this.screen.display()}}.bind(this))},focus:function(){this.wid_text.is(":visible")&&this.wid_text.focus()},activate:function(a){this.edit()},add:function(a){var b=Sao.common.MODELACCESS.get(this.screen.model_name);if(b.write&&b.read){this.view.set_value();var c=this.field().get_domain(this.record()),d=this.field().get_context(this.record());c=[c,this.record().expr_eval(this.attributes.add_remove)];var e=this.field().get_removed_ids(this.record());c=["OR",c,["id","in",e]];var f=this.wid_text.val(),g=function(a){var b=jQuery.when();if(!jQuery.isEmptyObject(a)){var c,d,e=[];for(c=0,d=a.length;d>c;c++)e.push(a[c][0]);this.screen.group.load(e,!0),b=this.screen.display()}b.done(function(){this.screen.set_cursor()}.bind(this)),this.wid_text.val("")}.bind(this),h=new Sao.common.DomainParser;new Sao.Window.Search(this.attributes.relation,g,{sel_multi:!0,context:d,domain:c,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:!this.but_new.prop("disabled"),search_filter:h.quote(f)})}},remove:function(a){var b=Sao.common.MODELACCESS.get(this.screen.model_name);b.write&&b.read&&this.screen.remove(!1,!0,!1)},new_:function(a){Sao.common.MODELACCESS.get(this.screen.model_name).create&&this.validate().done(function(){this.attributes.product?this.new_product():this.new_single()}.bind(this))},new_single:function(){var a=jQuery.extend({},this.field().get_context(this.record()));if("form"==this.screen.current_view.type||this.screen.current_view.editable)this.screen.new_(),this.screen.current_view.el.prop("disabled",!1);else{var b=this.record(),c=b.expr_eval(this.attributes.size)||-1;c-=this.field().get_eval(b);new Sao.Window.Form(this.screen,function(){},{new_:!0,many:c,context:a})}},new_product:function(){var a=this.attributes.product.split(","),b={},c=this.screen;c.new_(!1).then(function(d){d.default_get().then(function(e){d.set_default(e);var f=function(){if(jQuery.isEmptyObject(a))return g();var e=c.model.fields[a.pop()],h=e.description.relation;h||f();var i=e.get_domain(d),j=e.get_context(d),k=function(a){jQuery.isEmptyObject(a)||(b[e.name]=a),f()};new Sao.Window.Search(h,k,{sel_multi:!0,context:j,domain:i,search_filter:""})},g=function(){if(jQuery.isEmptyObject(b))return void c.group.remove(d,!0);var a=Object.keys(b),f=a.map(function(a){return b[a]});Sao.common.product(f).forEach(function(b){var f=function(c){var d=jQuery.extend({},e);a.forEach(function(a,c){d[a]=b[c][0],d[a+".rec_name"]=b[c][1]}),c.set_default(d)};d?(f(d),d=null):c.new_(!1).then(f)})};f()})})},open:function(a){this.edit()},delete_:function(a){Sao.common.MODELACCESS.get(this.screen.model_name)["delete"]&&this.screen.remove(!1,!1,!1)},undelete:function(a){this.screen.unremove()},previous:function(a){this.validate().done(function(){this.screen.display_previous()}.bind(this))},next:function(a){this.validate().done(function(){this.screen.display_next()}.bind(this))},switch_:function(a){this.screen.switch_view()},edit:function(){Sao.common.MODELACCESS.get(this.screen.model_name).read&&this.validate().done(function(){var a=this.screen.current_record;if(a){new Sao.Window.Form(this.screen,function(){})}}.bind(this))},validate:function(){var a=jQuery.Deferred();this.view.set_value();var b=this.screen.current_record;if(b){var c=this.screen.current_view.get_fields();b.validate(c).then(function(c){return c?this.screen.pre_validate?b.pre_validate().then(function(b){return b?void a.resolve():void a.reject()}):void a.resolve():(this.screen.display(!0),void a.reject())}.bind(this))}else a.resolve();return a},set_value:function(a,b){this.screen.save_tree_state()}}),Sao.View.Form.Many2Many=Sao.class_(Sao.View.Form.Widget,{class_:"form-many2many",init:function(a,b,c){Sao.View.Form.Many2Many._super.init.call(this,a,b,c),this._readonly=!0,this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"}),this.menu=jQuery("<div/>",{"class":this.class_+"-menu panel-heading"}),this.el.append(this.menu);var d=jQuery("<label/>",{"class":this.class_+"-string",text:c.string});this.menu.append(d),d.uniqueId(),this.el.uniqueId(),this.el.attr("aria-labelledby",d.attr("id")),d.attr("for",this.el.attr("id"));var e=jQuery("<div/>",{"class":this.class_+"-toolbar"});this.menu.append(e);var f=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(e);this.entry=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(f),this.entry.on("keydown",this.key_press.bind(this));var g=jQuery("<div/>",{"class":"input-group-btn"}).appendTo(f);this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(g),this.but_add.click(this.add.bind(this)),this.but_remove=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(g),this.but_remove.click(this.remove.bind(this)),this.content=jQuery("<div/>",{"class":this.class_+"-content panel-body"}),this.el.append(this.content),this.screen=new Sao.Screen(c.relation,{mode:["tree"],view_ids:(c.view_ids||"").split(","),views_preload:c.views||{},row_activate:this.activate.bind(this)}),this.prm=this.screen.switch_view("tree").done(function(){this.content.append(this.screen.screen_container.el)}.bind(this))},set_readonly:function(a){this._readonly=a,this._set_button_sensitive()},_set_button_sensitive:function(){var a=!1;this.record()&&this.field(),this.entry.prop("disabled",this._readonly),this.but_add.prop("disabled",this._readonly||a),this.but_remove.prop("disabled",this._readonly)},display:function(a,b){Sao.View.Form.Many2Many._super.display.call(this,a,b),this.prm.done(function(){if(a){if(void 0===b)return this.screen.new_group(),this.screen.set_current_record(null),this.screen.group.parent=null,void this.screen.display();var c=a.field_get_client(this.field_name);c!=this.screen.group&&this.screen.set_group(c),this.screen.display()}}.bind(this))},focus:function(){this.entry.focus()},activate:function(){this.edit()},add:function(){var a=this.field().get_domain(this.record()),b=this.field().get_context(this.record()),c=this.entry.val(),d=function(a){if(!jQuery.isEmptyObject(a)){var b,c,d=[];for(b=0,c=a.length;c>b;b++)d.push(a[b][0]);this.screen.group.load(d,!0),this.screen.display()}this.entry.val("")}.bind(this),e=new Sao.common.DomainParser;new Sao.Window.Search(this.attributes.relation,d,{sel_multi:!0,context:b,domain:a,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:this.attributes.create,search_filter:e.quote(c)})},remove:function(){this.screen.remove(!1,!0,!1)},key_press:function(a){var b=[Sao.common.TAB_KEYCODE];this.wid_completion||b.push(Sao.common.RETURN_KEYCODE),a.which==Sao.common.F3_KEYCODE?(this.new_(),a.preventDefault()):a.which==Sao.common.F2_KEYCODE?(this.add(),a.preventDefault()):~b.indexOf(a.which)&&this.entry.val()&&this.add()},edit:function(){if(!jQuery.isEmptyObject(this.screen.current_record)){var a=this.field().get_domain(this.record()),b=this.record().expr_eval(this.attributes.add_remove);jQuery.isEmptyObject(b)||(a=[a,b]);var c=this.field().get_context(this.record()),d=new Sao.Screen(this.attributes.relation,{domain:a,view_ids:(this.attributes.view_ids||"").split(","),mode:["form"],views_preload:this.attributes.views,readonly:this.attributes.readonly||!1,context:c});d.new_group([this.screen.current_record.id]);var e=function(a){a&&d.current_record.save().done(function(){this.screen.current_record.cancel();
-}.bind(this))}.bind(this);d.switch_view().done(function(){new Sao.Window.Form(d,e)})}},new_:function(){var a=this.field().get_domain(this.record()),b=this.record().expr_eval(this.attributes.add_remove);jQuery.isEmptyObject(b)||(a=[a,b]);var c=this.field().get_context(this.record()),d=new Sao.Screen(this.attributes.relation,{domain:a,view_ids:(this.attributes.view_ids||"").split(","),mode:["form"],views_preload:this.attributes.views,context:c}),e=function(a){if(a){var b=d.current_record;this.screen.group.load([b.id],!0)}this.entry.val("")}.bind(this);d.switch_view().done(function(){new Sao.Window.Form(d,e,{new_:!0,save_current:!0})})}}),Sao.View.Form.BinaryMixin=Sao.class_(Sao.View.Form.Widget,{init:function(a,b,c){Sao.View.Form.BinaryMixin._super.init.call(this,a,b,c),this.filename=c.filename||null},toolbar:function(a){var b=jQuery("<div/>",{"class":a,role:"group"});return this.but_select=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-search"})).appendTo(b),this.but_select.click(this.select.bind(this)),this.filename&&(this.but_open=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-folder-open"})).appendTo(b),this.but_open.click(this.open.bind(this))),this.but_save_as=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-save"})).appendTo(b),this.but_save_as.click(this.save_as.bind(this)),this.but_clear=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-erase"})).appendTo(b),this.but_clear.click(this.clear.bind(this)),b},filename_field:function(){var a=this.record();return a?a.model.fields[this.filename]:void 0},select:function(){var a=this.record(),b=function(){d.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),d.modal.modal("hide")},c=function(){var c=new FileReader;c.onload=function(b){var d,e=this.field(),f=new Uint8Array(c.result);d=e.get_size?f:String.fromCharCode.apply(null,f),e.set_client(a,d)}.bind(this),c.onloadend=function(a){b()};var d=e[0].files[0];c.readAsArrayBuffer(d),this.filename&&this.filename_field().set_client(a,d.name)}.bind(this),d=new Sao.Dialog(Sao.i18n.gettext("Select"),"file-dialog");d.footer.append(jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(b)).append(jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).click(c)),d.content.submit(function(a){c(),a.preventDefault()});var e=jQuery("<input/>",{type:"file"}).appendTo(d.body);d.modal.modal("show")},open:function(){this.save_as()},save_as:function(){var a=this.field(),b=this.record();a.get_data(b).done(function(a){var b=new Blob([a],{type:"application/octet-binary"}),c=window.URL.createObjectURL(b);this.blob_url&&window.URL.revokeObjectURL(this.blob_url),this.blob_url=c,window.open(c)}.bind(this))},clear:function(){this.field().set_client(this.record(),null)}}),Sao.View.Form.Binary=Sao.class_(Sao.View.Form.BinaryMixin,{class_:"form-binary",blob_url:"",init:function(a,b,c){Sao.View.Form.Binary._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.filename&&c.filename_visible&&(this.text=jQuery("<input/>",{type:"input","class":"form-control input-sm"}).appendTo(this.el),this.text.change(this.focus_out.bind(this)),this.text.on("keydown",this.key_press.bind(this)));var d=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el);this.size=jQuery("<input/>",{type:"input","class":"form-control input-sm"}).appendTo(d),this.toolbar("input-group-btn").appendTo(d)},display:function(a,b){if(Sao.View.Form.Binary._super.display.call(this,a,b),!b)return this.size.val(""),this.filename&&this.but_open.button("disable"),this.text&&this.text.val(""),void this.but_save_as.button("disable");var c;c=b.get_size?b.get_size(a):b.get(a).length;var d;d=c?"enable":"disable",this.filename&&(this.text&&this.text.val(this.filename_field().get(a)||""),this.but_open.button(d)),this.size.val(Sao.common.humanize(c)),this.but_save_as.button(d)},key_press:function(a){var b=!this.wid_text.prop("readonly");a.which==Sao.common.F3_KEYCODE&&b?(this.new_(),a.preventDefault()):a.which==Sao.common.F2_KEYCODE&&(this.open(),a.preventDefault())},set_value:function(a,b){this.text&&this.filename_field().set_client(a,this.text.val()||"")},set_readonly:function(a){a?(this.but_select.hide(),this.but_clear.hide()):(this.but_select.show(),this.but_clear.show()),this.wid_text&&this.wid_text.prop("readonly",a)}}),Sao.View.Form.MultiSelection=Sao.class_(Sao.View.Form.Selection,{class_:"form-multiselection",init:function(a,b,c){this.nullable_widget=!1,Sao.View.Form.MultiSelection._super.init.call(this,a,b,c),this.select.prop("multiple",!0)},display_update_selection:function(a,b){var c,d,e;this.update_selection(a,b,function(){if(b){var f=[],g=a.field_get_client(this.field_name);for(c=0,d=g.length;d>c;c++)e=g[c],~g.record_removed.indexOf(e)||~g.record_deleted.indexOf(e)||f.push(e.id);this.select.val(f)}}.bind(this))},set_value:function(a,b){var c=this.select.val();c=c?c.map(function(a){return parseInt(a,10)}):[],b.set_client(a,c)}}),Sao.View.Form.Image=Sao.class_(Sao.View.Form.BinaryMixin,{class_:"form-image",init:function(a,b,c){Sao.View.Form.Image._super.init.call(this,a,b,c),this.height=parseInt(c.height||100,10),this.width=parseInt(c.width||300,10),this.el=jQuery("<div/>"),this.image=jQuery("<img/>",{"class":"center-block"}).appendTo(this.el),this.image.css("max-height",this.height),this.image.css("max-width",this.width),this.image.css("height","auto"),this.image.css("width","auto");var d=this.toolbar("btn-group");c.readonly||jQuery("<div/>",{"class":"text-center"}).append(d).appendTo(this.el),this.update_img()},set_readonly:function(a){[this.but_select,this.but_open,this.but_save_as,this.but_clear].forEach(function(b){b&&b.prop("disable",a)})},clear:function(){Sao.View.Form.Image._super.clear.call(this),this.update_img()},update_img:function(){var a,b=this.record();b&&(a=b.field_get_client(this.field_name)),a=a?a>Sao.common.BIG_IMAGE_SIZE?jQuery.when(null):b.model.fields[this.field_name].get_data(b):jQuery.when(null),a.done(function(a){var b,c;a?(c=new Blob([a]),b=window.URL.createObjectURL(c)):b=null,this.image.attr("src",b)}.bind(this))},display:function(a,b){Sao.View.Form.Image._super.display.call(this,a,b),this.update_img()}}),Sao.View.Form.URL=Sao.class_(Sao.View.Form.Char,{class_:"form-url",init:function(a,b,c){Sao.View.Form.URL._super.init.call(this,a,b,c),this.button=jQuery("<a/>",{"class":"btn btn-default",target:"_new"}).appendTo(jQuery("<span/>",{"class":"input-group-btn"}).appendTo(this.group)),this.icon=jQuery("<img/>").appendTo(this.button),this.set_icon()},display:function(a,b){Sao.View.Form.URL._super.display.call(this,a,b);var c="";if(a&&(c=a.field_get_client(this.field_name)),this.set_url(c),a&this.attributes.icon){var d,e=this.attributes.icon;d=e in a.model.fields?a.field_get_client(e):e,this.set_icon(d)}},set_icon:function(a){a=a||"tryton-web-browser",Sao.common.ICONFACTORY.register_icon(a).done(function(a){this.icon.attr("src",a)}.bind(this))},set_url:function(a){this.button.attr("href",a)},set_readonly:function(a){Sao.View.Form.URL._super.set_readonly.call(this,a),a?(this.input.hide(),this.button.removeClass("btn-default"),this.button.addClass("btn-link")):(this.input.show(),this.button.removeClass("btn-link"),this.button.addClass("btn-default"))}}),Sao.View.Form.Email=Sao.class_(Sao.View.Form.URL,{class_:"form-email",set_url:function(a){Sao.View.Form.Email._super.set_url.call(this,"mailto:"+a)}}),Sao.View.Form.CallTo=Sao.class_(Sao.View.Form.URL,{class_:"form-callto",set_url:function(a){Sao.View.Form.CallTo._super.set_url.call(this,"callto:"+a)}}),Sao.View.Form.SIP=Sao.class_(Sao.View.Form.URL,{class_:"form-sip",set_url:function(a){Sao.View.Form.SIP._super.set_url.call(this,"sip:"+a)}}),Sao.View.Form.ProgressBar=Sao.class_(Sao.View.Form.Widget,{class_:"form-char",init:function(a,b,c){Sao.View.Form.ProgressBar._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_+" progress"}),this.progressbar=jQuery("<div/>",{"class":"progress-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100}).appendTo(this.el),this.progressbar.css("min-width: 2em")},display:function(a,b){Sao.View.Form.ProgressBar._super.display.call(this,a,b);var c,d;b?(c=b.get(a),d=b.get_client(a,100),d&&(d=Sao.i18n.gettext("%1%",d))):(c=0,d=""),this.progressbar.attr("aria-valuenow",100*c),this.progressbar.css("width",100*c+"%"),this.progressbar.text(d)}}),Sao.View.Form.Dict=Sao.class_(Sao.View.Form.Widget,{class_:"form-dict",init:function(a,b,c){Sao.View.Form.Dict._super.init.call(this,a,b,c),this.schema_model=new Sao.Model(c.schema_model),this.keys={},this.fields={},this.rows={},this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"});var d=jQuery("<div/>",{"class":this.class_+"-heading panel-heading"}).appendTo(this.el),e=jQuery("<label/>",{"class":this.class_+"-string",text:c.string}).appendTo(d);e.uniqueId(),this.el.uniqueId(),this.el.attr("aria-labelledby",e.attr("id")),e.attr("for",this.el.attr("id"));var f=jQuery("<div/>",{"class":this.class_+"-body panel-body"}).appendTo(this.el);this.container=jQuery("<div/>",{"class":this.class_+"-container"}).appendTo(f);var g=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(jQuery("<div>",{"class":"col-md-12"}).appendTo(jQuery("<div/>",{"class":"row"}).appendTo(jQuery("<div/>",{"class":"container-fluid"}).appendTo(f))));this.wid_text=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(g),this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(jQuery("<div/>",{"class":"input-group-btn"}).appendTo(g)),this.but_add.click(this.add.bind(this)),this._readonly=!1,this._record_id=null},add:function(){var a=this.field().get_context(this.record()),b=this.wid_text.val(),c=this.field().get_domain(this.record()),d=function(a){if(!jQuery.isEmptyObject(a)){var b=a.map(function(a){return a[0]});this.add_new_keys(b)}this.wid_text.val("")}.bind(this),e=new Sao.common.DomainParser;new Sao.Window.Search(this.schema_model.name,d,{sel_multi:!0,context:a,domain:c,new_:!1,search_filter:e.quote(b)})},add_new_keys:function(a){var b=this.field().get_context(this.record());this.schema_model.execute("get_keys",[a],b).then(function(a){var b=!1;a.forEach(function(a){this.fields[a.name]||(this.keys[a.name]=a,this.add_line(a.name),b||(this.fields[a.name].input.focus(),b=!0))}.bind(this))}.bind(this))},remove:function(a,b){void 0===b&&(b=!0),delete this.fields[a],this.rows[a].remove(),delete this.rows[a],b&&this.set_value(this.record(),this.field())},set_value:function(a,b){b.set_client(a,this.get_value())},get_value:function(){var a={};for(var b in this.fields){var c=this.fields[b];a[b]=c.get_value()}return a},set_readonly:function(a){this._readonly=a,this._set_button_sensitive();for(var b in this.fields){var c=this.fields[b];c.set_readonly(a)}this.wid_text.prop("disabled",a)},_set_button_sensitive:function(){var a=this.attributes.create;void 0===a&&(a=!0);var b=this.attributes["delete"];void 0===b&&(b=!0),this.but_add.prop("disabled",this._readonly||!a);for(var c in this.fields){var d=this.fields[c].button;d.prop("disabled",this._readonly||!b)}},add_line:function(a){var b,c;this.fields[a]=b=new(this.get_entries(this.keys[a].type_))(a,this),this.rows[a]=c=jQuery("<div/>",{"class":"row"});var d=this.keys[a].string+Sao.i18n.gettext(":"),e=jQuery("<label/>",{text:d}).appendTo(jQuery("<div/>",{"class":"dict-label col-md-4"}).appendTo(c));b.el.addClass("col-md-8").appendTo(c),e.uniqueId(),b.labelled.uniqueId(),b.labelled.attr("aria-labelledby",e.attr("id")),e.attr("for",b.labelled.attr("id")),b.button.click(function(){this.remove(a,!0)}.bind(this)),c.appendTo(this.container)},add_keys:function(a){var b=this.field().get_context(this.record()),c=this.field().get_domain(this.record()),d=Math.min(10,Sao.config.limit);a=jQuery.extend([],a);for(var e=function(a){return this.schema_model.execute("get_keys",[a],b).then(f)}.bind(this),f=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];this.keys[d.name]=d}}.bind(this),g=[];a.length>0;){var h=a.splice(0,d);g.push(this.schema_model.execute("search",[[["name","in",h],c],0,Sao.config.limit,null],b).then(e))}return jQuery.when.apply(jQuery,g)},display:function(a,b){if(Sao.View.Form.Dict._super.display.call(this,a,b),b){var c,d=a?a.id:null;if(d!=this._record_id){for(c in this.fields)this.remove(c,!1);this._record_id=d}var e,f=b.get_client(a),g=Object.keys(f).filter(function(a){return!this.keys[a]}.bind(this));e=jQuery.isEmptyObject(g)?jQuery.when():this.add_keys(g),e.then(function(){var a,b,c,d=Object.keys(f).sort();for(a=0,b=d.length;b>a;a++){c=d[a];var e=f[c];if(this.keys[c]){this.fields[c]||this.add_line(c);var g=this.fields[c];g.set_value(e),g.set_readonly(this._readonly)}}var h=Object.keys(this.fields).filter(function(a){return!f[a]});for(a=0,b=h.length;b>a;a++)c=h[a],this.remove(c,!1)}.bind(this)),this._set_button_sensitive()}},get_entries:function(a){switch(a){case"char":return Sao.View.Form.Dict.Entry;case"boolean":return Sao.View.Form.Dict.Boolean;case"selection":return Sao.View.Form.Dict.Selection;case"integer":return Sao.View.Form.Dict.Integer;case"float":return Sao.View.Form.Dict.Float;case"numeric":return Sao.View.Form.Dict.Numeric;case"date":return Sao.View.Form.Dict.Date;case"datetime":return Sao.View.Form.Dict.DateTime}}}),Sao.View.Form.Dict.Entry=Sao.class_(Object,{class_:"dict-char",init:function(a,b){this.name=a,this.definition=b.keys[a],this.parent_widget=b,this.create_widget()},create_widget:function(){this.el=jQuery("<div/>",{"class":this.class_});var a=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el);this.input=this.labelled=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(a),this.button=jQuery("<button/>",{"class":"btn btn-default",type:"button","arial-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(jQuery("<div/>",{"class":"input-group-btn"}).appendTo(a)),this.el.change(this.parent_widget.focus_out.bind(this.parent_widget))},get_value:function(){return this.input.val()},set_value:function(a){this.input.val(a||"")},set_readonly:function(a){this.input.prop("readonly",a)}}),Sao.View.Form.Dict.Boolean=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-boolean",create_widget:function(){Sao.View.Form.Dict.Boolean._super.create_widget.call(this),this.input.attr("type","checkbox"),this.input.change(this.parent_widget.focus_out.bind(this.parent_widget))},get_value:function(){return this.input.prop("checked")},set_value:function(a){this.input.prop("checked",a)}}),Sao.View.Form.Dict.Selection=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-selection",create_widget:function(){Sao.View.Form.Dict.Selection._super.create_widget.call(this);var a=jQuery("<select/>",{"class":"form-control input-sm"});a.change(this.parent_widget.focus_out.bind(this.parent_widget)),this.input.replaceWith(a),this.input=this.labelled=a;var b=jQuery.extend([],this.definition.selection);b.splice(0,0,[null,""]),b.forEach(function(b){a.append(jQuery("<option/>",{value:JSON.stringify(b[0]),text:b[1]}))})},get_value:function(){return JSON.parse(this.input.val())},set_value:function(a){this.input.val(JSON.stringify(a))}}),Sao.View.Form.Dict.Integer=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-integer",get_value:function(){var a=parseInt(this.input.val(),10);return isNaN(a)?null:a}}),Sao.View.Form.Dict.Float=Sao.class_(Sao.View.Form.Dict.Integer,{class_:"dict-float",get_value:function(){var a=Number(this.input.val());return isNaN(a)?null:a}}),Sao.View.Form.Dict.Numeric=Sao.class_(Sao.View.Form.Dict.Float,{class_:"dict-numeric",get_value:function(){var a=new Sao.Decimal(this.input.val());return isNaN(a.valueOf())?null:a}}),Sao.View.Form.Dict.Date=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-date",format:"%x",create_widget:function(){Sao.View.Form.Dict.Date._super.create_widget.call(this);var a=this.button.parent();jQuery("<button/>",{"class":"datepickerbutton btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-calendar"})).prependTo(a),this.input.datetimepicker({format:Sao.common.moment_format(this.format)}),this.input.on("dp.change",this.parent_widget.focus_out.bind(this.parent_widget))},get_value:function(){var a=this.input.data("DateTimePicker").date();return a&&(a.isDate=!0),a},set_value:function(a){this.date.data("DateTimePicker").date(a)}}),Sao.View.Form.Dict.DateTime=Sao.class_(Sao.View.Form.Dict.Date,{class_:"dict-datetime",format:"%x %X",get_value:function(){var a=this.input.data("DateTimePicker").date();return a&&(a.isDateTime=!0),a}})}(),function(){"use strict";Sao.View.tree_column_get=function(a){switch(a){case"char":return Sao.View.Tree.CharColumn;case"text":return Sao.View.Tree.TextColum;case"many2one":return Sao.View.Tree.Many2OneColumn;case"one2one":return Sao.View.Tree.One2OneColumn;case"date":return Sao.View.Tree.DateColumn;case"time":return Sao.View.Tree.TimeColumn;case"timedelta":return Sao.View.Tree.TimeDeltaColumn;case"one2many":return Sao.View.Tree.One2ManyColumn;case"many2many":return Sao.View.Tree.Many2ManyColumn;case"selection":return Sao.View.Tree.SelectionColumn;case"reference":return Sao.View.Tree.ReferenceColumn;case"float":case"numeric":return Sao.View.Tree.FloatColumn;case"integer":case"biginteger":return Sao.View.Tree.IntegerColumn;case"boolean":return Sao.View.Tree.BooleanColumn;case"binary":return Sao.View.Tree.BinaryColumn;case"image":return Sao.View.Tree.ImageColumn;case"url":case"email":case"callto":case"sip":return Sao.View.Tree.URLColumn;case"progressbar":return Sao.View.Tree.ProgressBar}},Sao.View.Tree=Sao.class_(Sao.View,{init:function(a,b,c){Sao.View.Tree._super.init.call(this,a,b),this.view_type="tree",this.selection_mode=a.attributes.selection_mode||Sao.common.SELECTION_SINGLE,this.el=jQuery("<div/>",{"class":"treeview responsive"}),this.expanded={},this.children_field=c,this.editable=Boolean(this.attributes.editable),this.columns=[],this.create_columns(a.model,b),this.rows=[],this.table=jQuery("<table/>",{"class":"tree table table-hover table-striped"}),this.columns.filter(function(a){return!a.attributes.tree_invisible}).length>1&&(this.table.addClass("responsive"),this.table.addClass("responsive-header")),this.el.append(this.table);var d=jQuery("<thead/>");this.table.append(d);var e=jQuery("<tr/>");if(this.selection_mode!=Sao.common.SELECTION_NONE){var f=jQuery("<th/>",{"class":"selection"});this.selection=jQuery("<input/>",{type:"checkbox","class":"selection"}),this.selection.change(this.selection_changed.bind(this)),f.append(this.selection),e.append(f)}d.append(e),this.columns.forEach(function(a){f=jQuery("<th/>");var b=jQuery("<label/>").text(a.attributes.string);this.editable&&(a.attributes.required&&b.addClass("required"),a.attributes.readonly||b.addClass("editable")),e.append(f.append(b)),a.header=f},this),this.tbody=jQuery("<tbody/>"),this.table.append(this.tbody);var g=jQuery("<div/>",{"class":"treefooter"});this.more=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("More")).click(function(){this.display_size+=Sao.config.display_size,this.display()}.bind(this)),g.append(this.more),this.more.hide(),this.display_size=Sao.config.display_size,this.el.append(g)},create_columns:function(a,b){b.find("tree").children().each(function(b,c){for(var d,e,f={},g=0,h=c.attributes.length;h>g;g++)e=c.attributes[g],f[e.name]=e.value;if(["readonly","tree_invisible","expand","completion"].forEach(function(a){f[a]&&(f[a]=1==f[a])}),"field"==c.tagName){var i=f.name;f.widget||(f.widget=a.fields[i].description.type);var j=["relation","domain","selection","relation_field","string","views","invisible","add_remove","sort","context","filename","autocomplete","translate","create","delete","selection_change_with","schema_model","required","readonly"];for(g in j){var k=j[g];k in a.fields[i].description&&null===c.getAttribute(k)&&(f[k]=a.fields[i].description[k])}var l=Sao.View.tree_column_get(f.widget);d=new l(a,f);~["url","email","callto","sip"].indexOf(f.widget)&&d.prefixes.push(new Sao.View.Tree.Affix(f,f.widget)),"icon"in f&&d.prefixes.push(new Sao.View.Tree.Affix(f));var m,n,o=c.childNodes;for(g=0;g<o.length;g++){for(m=o[g],n={},g=0,h=m.attributes.length;h>g;g++)e=m.attributes[g],n[e.name]=e.value;n.name||(n.name=i),"prefix"==m.tagName?d.prefixes.push(new Sao.View.Tree.Affix(n)):d.suffixes.push(new Sao.View.Tree.Affix(n))}this.fields[i]=!0}else"button"==c.tagName&&(d=new Sao.View.Tree.ButtonColumn(this.screen,f));this.columns.push(d)}.bind(this))},get_buttons:function(){var a=[];return this.columns.forEach(function(b){b instanceof Sao.View.Tree.ButtonColumn&&a.push(b)}),a},display:function(a,b){var c=this.screen.current_record;if(!a)if(a=this.get_selected_paths(),c){var d=c.get_path(this.screen.group);d=d.map(function(a){return a[1]}),Sao.common.contains(a,d)||(a=[d])}else c||(a=[]);b=b||[],this.screen.group.length==this.rows.length&&Sao.common.compare(this.screen.group,this.rows.map(function(a){return a.record}))&&!this.children_field||this.construct(a,b);var e=[];jQuery.isEmptyObject(this.screen.domain)||e.push(this.screen.domain);var f=this.screen.screen_container.get_tab_domain();jQuery.isEmptyObject(f)||e.push(f);var g=new Sao.common.DomainInversion;return e=g.simplify(e),this.columns.forEach(function(a){var b=a.attributes.name;if(b)if(a.attributes.tree_invisible)a.header.hide();else if(b===this.screen.exclude_field)a.header.hide();else{var c=g.domain_inversion(e,b);"boolean"!=typeof c&&(c=g.simplify(c));var d=g.unique_value(c)[0];d&&jQuery.isEmptyObject(this.children_field)?a.header.hide():a.header.show()}}.bind(this)),this.redraw(a,b),jQuery.when()},construct:function(a,b){this.rows=[],this.tbody.empty();var c=function(c,d,e){var f;f=this.editable?Sao.View.Tree.RowEditable:Sao.View.Tree.Row;var g=new f(this,c,d);this.rows.push(g),g.construct(a,b)};this.screen.group.slice(0,this.display_size).forEach(c.bind(this)),this.display_size>=this.screen.group.length?this.more.hide():this.more.show()},redraw:function(a,b){var c=function(c,d,e){this.rows[d].redraw(a,b)};this.screen.group.slice(0,this.display_size).forEach(c.bind(this))},switch_:function(a){this.screen.row_activate()},select_changed:function(a){var b=this.screen.current_record;if(this.screen.set_current_record(a),this.editable&&b){var c=function(){this.screen.set_current_record(b),this.set_cursor()}.bind(this);this.screen.group.parent||b===a?b!==a&&this.screen.attributes.pre_validate&&b.pre_validate().then(function(a){a||c()}):b.validate(this.get_fields()).then(function(a){a?b.save().fail(c):c()})}},selected_records:function(){if(this.selection_mode==Sao.common.SELECTION_NONE)return[];var a=[],b=function(c){c.is_selected()&&a.push(c.record),c.rows.forEach(b)};return this.rows.forEach(b),this.selection.prop("checked")&&!this.selection.prop("indeterminate")&&this.screen.group.slice(this.rows.length).forEach(function(b){a.push(b)}),a},selection_changed:function(){var a=this.selection.prop("checked"),b=function(c){c.set_selection(a),c.rows.forEach(b)};this.rows.forEach(b),a&&this.rows[0]?this.select_changed(this.rows[0].record):this.select_changed(null)},update_selection:function(){if(!this.selection.prop("checked")){var a=this.selected_records();this.selection.prop("indeterminate",!1),jQuery.isEmptyObject(a)?this.selection.prop("checked",!1):a.length==this.tbody.children().length&&this.display_size>=this.screen.group.length?this.selection.prop("checked",!0):(this.selection.prop("indeterminate",!0),this.selection.prop("checked",!0))}},get_selected_paths:function(){function a(c,d){var e,f,g,h;for(e=0,g=c.rows.length;g>e;e++)f=c.rows[e],h=d.concat([f.record.id]),f.is_selected()&&b.push(h),a(f,h)}var b=[];return a(this,[]),b},get_expanded_paths:function(a,b){var c,d,e,f,g;void 0===a&&(a=[]),void 0===b&&(b=[]),d=[],e=this.find_row(a),f=e?e.rows:this.rows;for(var h=0,i=this.n_children(e);i>h;h++)g=a.concat([h]),e=f[h],e&&e.is_expanded()&&(c=b.concat(e.record.id),d.push(c),d=d.concat(this.get_expanded_paths(g,c)));return d},find_row:function(a){for(var b,c=null,d=this.rows,e=0,f=a.length;f>e;e++){if(b=a[e],!d||b>=d.length)return null;if(c=d[b],d=c.rows,!this.children_field)break}return c},n_children:function(a){return a&&this.children_field?a.record._values[this.children_field].length:this.rows.length},set_cursor:function(a,b){var c,d,e,f,g,h,i,j;if(this.screen.current_record){for(d=null,c=0;c<this.rows.length;c++)if(e=this.rows[c].record_to_path(this.screen.current_record)){e.unshift(c),d=e;break}f=null,d?(h=d[0],i=d.slice(1),i.length>0&&this.rows[h].expand_to_path(i),f=this.find_row(d)):this.rows.length>0&&(f=this.rows[0]),f&&(g=f.next_column(null,a),null!==g&&(j=f._get_column_td(g),this.editable?(j.triggerHandler("click"),a?j.triggerHandler("click"):j.find(":input,[tabindex=0]").focus()):j.find(":input,[tabindex=0]").focus()))}}}),Sao.View.Tree.Row=Sao.class_(Object,{init:function(a,b,c,d){this.tree=a,this.rows=[],this.record=b,this.parent_=d,this.children_field=a.children_field,this.expander=null;var e=[];d&&(e=jQuery.extend([],d.path.split("."))),e.push(c),this.path=e.join("."),this.el=jQuery("<tr/>")},is_expanded:function(){return this.path in this.tree.expanded},get_last_child:function(){return this.children_field&&this.is_expanded()&&!jQuery.isEmptyObject(this.rows)?this.rows[this.rows.length-1].get_last_child():this},get_id_path:function(){return this.parent_?this.parent_.get_id_path().concat([this.record.id]):[this.record.id]},build_widgets:function(){var a=jQuery("<table/>");a.css("width","100%");var b=jQuery("<tr/>");return a.append(b),[a,b]},construct:function(a,b){a=a||[],b=b||[];for(var c=this.el[0];c.firstChild;)c.removeChild(c.firstChild);var d;this.tree.selection_mode!=Sao.common.SELECTION_NONE&&(d=jQuery("<td/>"),this.el.append(d),this.selection=jQuery("<input/>",{type:"checkbox","class":"selection"}),this.selection.change(this.selection_changed.bind(this)),d.append(this.selection));for(var e=this.path.split(".").length,f=0;f<this.tree.columns.length;f++){var g=this.tree.columns[f];d=jQuery("<td/>",{"data-title":g.attributes.string}).append(jQuery("<div/>",{"aria-hidden":!0})),d.css("overflow","hidden"),d.on("click keypress",{column:f,td:d},Sao.common.click_press(this.select_row.bind(this),!0)),this.tree.editable||d.dblclick(this.switch_row.bind(this));var h=this.build_widgets(),i=h[0],j=h[1];if(d.append(i),0===f&&this.children_field){var k="glyphicon-plus";(this.is_expanded()||~b.indexOf(this.record.id))&&(k="glyphicon-minus"),this.expander=jQuery("<span/>",{"class":"glyphicon "+k,tabindex:0}),this.expander.html(" "),this.expander.css("margin-left",e-1+"em"),this.expander.css("float","left"),this.expander.on("click keypress",Sao.common.click_press(this.toggle_row.bind(this))),j.append(jQuery("<td/>",{"class":"expander"}).append(this.expander).css("width",1))}var l;if(g.prefixes)for(l=0;l<g.prefixes.length;l++){g.prefixes[l];j.append(jQuery("<td/>",{"class":"prefix"}).css("width",1))}if(j.append(jQuery("<td/>",{"class":"widget"})),g.suffixes)for(l=0;l<g.suffixes.length;l++){g.suffixes[l];j.append(jQuery("<td/>",{"class":"suffix"}).css("width",1))}this.el.append(d)}if(this.parent_){var m=this.parent_.get_last_child();m.el.after(this.el)}else this.tree.tbody.append(this.el);var n=this.get_id_path();(this.is_expanded()||Sao.common.contains(b,n))&&(this.tree.expanded[this.path]=this,this.expand_children(a,b))},_get_column_td:function(a,b){b=b||this.el;var c=0;return this.tree.selection_mode!=Sao.common.SELECTION_NONE&&(c+=1),jQuery(b.children()[a+c])},redraw:function(a,b){a=a||[],b=b||[];for(var c=function(){jQuery.isEmptyObject(this.record.field_get(this.children_field))&&this.expander.css("visibility","hidden")},d=0;d<this.tree.columns.length;d++){0===d&&this.children_field&&this.record.load(this.children_field).done(c.bind(this));var e=this.tree.columns[d],f=this._get_column_td(d),g=f.find("tr");if(e.prefixes)for(var h=0;h<e.prefixes.length;h++){var i=e.prefixes[h];jQuery(g.children(".prefix")[h]).html(i.render(this.record))}if(jQuery(g.children(".widget")).html(e.render(this.record)),e.suffixes)for(var j=0;j<e.suffixes.length;j++){var k=e.suffixes[j];jQuery(g.children(".suffix")[j]).html(k.render(this.record))}e.attributes.tree_invisible||"none"==e.header.css("display")?f.hide():f.show()}var l=this.get_id_path();if(this.set_selection(Sao.common.contains(a,l)),this.is_expanded()||Sao.common.contains(b,l)){if(this.tree.expanded[this.path]=this,!this.record._values[this.children_field]||this.record._values[this.children_field].length>0&&0===this.rows.length)this.expand_children(a,b);else{var m;for(d=0;d<this.rows.length;d++)m=this.rows[d],m.redraw(a,b)}this.expander&&this.update_expander(!0)}else this.expander&&this.update_expander(!1);this.record.deleted()||this.record.removed()?this.el.css("text-decoration","line-through"):this.el.css("text-decoration","inherit")},toggle_row:function(){return this.is_expanded()?(this.update_expander(!1),delete this.tree.expanded[this.path],this.collapse_children()):(this.update_expander(!0),this.tree.expanded[this.path]=this,this.expand_children()),!1},update_expander:function(a){a?(this.expander.removeClass("glyphicon-plus"),this.expander.addClass("glyphicon-minus")):(this.expander.removeClass("glyphicon-minus"),this.expander.addClass("glyphicon-plus"))},collapse_children:function(){this.rows.forEach(function(a,b,c){a.collapse_children();var d=a.el[0];d.parentNode.removeChild(d)}),this.rows=[]},expand_children:function(a,b){var c=function(){if(jQuery.isEmptyObject(this.rows)){var c=function(c,d,e){var f=new this.Class(this.tree,c,d,this);f.construct(a,b),f.redraw(a,b),this.rows.push(f)},d=this.record.field_get_client(this.children_field);d.forEach(c.bind(this))}};return this.record.load(this.children_field).done(c.bind(this))},switch_row:function(){window.getSelection?window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().removeAllRanges():document.selection&&document.selection.empty(),(this.tree.selection_mode==Sao.common.SELECTION_NONE||(this.set_selection(!0),this.selection_changed(),this.is_selected()))&&this.tree.switch_(this.path)},select_row:function(a){this.tree.selection_mode==Sao.common.SELECTION_NONE?(this.tree.select_changed(this.record),this.switch_row()):(a.ctrlKey||this.tree.selection_mode!=Sao.common.SELECTION_SINGLE||this.tree.rows.forEach(function(a){a.set_selection(!1)}.bind(this)),this.set_selection(!this.is_selected()),this.selection_changed());var b=a.data.td,c=a.data.column;b.on("click keypress",{column:c,td:b},Sao.common.click_press(this.select_row.bind(this),!0))},is_selected:function(){return this.tree.selection_mode==Sao.common.SELECTION_NONE?!1:this.selection.prop("checked")},set_selection:function(a){this.tree.selection_mode!=Sao.common.SELECTION_NONE&&(this.selection.prop("checked",a),a||this.tree.selection.prop("checked",!1))},selection_changed:function(){var a=this.is_selected();this.set_selection(a),a?this.tree.select_changed(this.record):this.tree.select_changed(this.tree.selected_records()[0]||null),this.tree.update_selection()},record_to_path:function(a){var b,c;if(a==this.record)return[];for(b=0;b<this.rows.length;b++)if(c=this.rows[b].record_to_path(a))return c.unshift(b),c},expand_to_path:function(a){var b,c;b=a[0],c=a.slice(1),c.length>0&&this.rows[b].expand_children().done(function(){this.rows[b].expand_to_path(c)}.bind(this))},next_column:function(a,b,c){var d,e,f,g,h,i;for(c=c||1,null===a&&c>0?a=-1:null===a&&(a=0),h=0,d=0;d<this.tree.columns.length;d++)if(h=(a+c*(d+1))%this.tree.columns.length,0>h&&(h+=this.tree.columns.length),
-g=this.tree.columns[h],i=g.field.get_state_attrs(this.record),f=i.invisible,g.attributes.tree_invisible&&(f=!0),e=b?g.attributes.readonly||i.readonly:!1,!f&&!e)return h}}),Sao.View.Tree.RowEditable=Sao.class_(Sao.View.Tree.Row,{init:function(a,b,c,d){Sao.View.Tree.RowEditable._super.init.call(this,a,b,c,d),this.edited_column=null},redraw:function(a,b){var c,d,e,f,g;for(Sao.View.Tree.RowEditable._super.redraw.call(this,a,b),c=0;c<this.tree.columns.length;c++)e=this._get_column_td(c),d=e.find("tr"),f=jQuery(d.children(".widget-editable")).data("widget"),f&&(g=this.record.model.fields[f.field_name],f.display(this.record,g))},select_row:function(a){function b(a,d){var e,f;for(e=0;e<a.length;e++)f=a[e],f.is_selected()&&(c=f),f!=d&&f.set_selection(!1),b(f.rows,d)}var c,d,e,f,g;b(this.tree.rows,this),this.selection_changed();var h;h=c&&c!=this&&!this.tree.screen.group.parent?c.record.save():jQuery.when(),h.done(function(){if(c&&null!==c.edited_column){d=c.get_active_td(),d.on("click keypress",{td:d,column:c.edited_column},Sao.common.click_press(c.select_row.bind(c),!0));var b=this.tree.columns[c.edited_column];c.get_static_el().html(b.render(c.record)).show(),c.empty_editable_el()}if(this.is_selected()){this.edited_column=a.data.column,e=this.get_active_td();var h=this.tree.columns[this.edited_column].attributes,i=Sao.View.editabletree_widget_get(h.widget);g=new i(h.name,this.tree.screen.model,h),g.view=this.tree,g.el.on("focusin",function(){jQuery(this).parents(".treeview td").css("overflow","visible")}),g.el.on("focusout",function(){jQuery(this).parents(".treeview td").css("overflow","hidden")});var j=this.get_editable_el();j.append(g.el),j.data("widget",g),g.el.on("keydown",this.key_press.bind(this)),f=this.record.model.fields[g.field_name],g.display(this.record,f),this.get_static_el().hide(),this.get_editable_el().show(),g.el.focus()}else{this.set_selection(!0),this.selection_changed();var k=a.data.td,l=a.data.column;k.on("click keypress",{column:l,td:k},Sao.common.click_press(this.select_row.bind(this),!0))}}.bind(this))},get_static_el:function(){var a=this.get_active_td();return a.find(".widget")},get_editable_el:function(){var a=this.get_active_td(),b=a.find(".widget-editable");return b.length||(b=jQuery("<td/>",{"class":"widget-editable"}).insertAfter(a.find(".widget"))),b},empty_editable_el:function(){var a;a=this.get_editable_el(),a.empty(),a.data("widget",null),this.edited_column=null},get_active_td:function(){return this._get_column_td(this.edited_column)},key_press:function(a){var b,c,d,e,f;if(a.which==Sao.common.TAB_KEYCODE||a.which==Sao.common.UP_KEYCODE||a.which==Sao.common.DOWN_KEYCODE||a.which==Sao.common.ESC_KEYCODE||a.which==Sao.common.RETURN_KEYCODE){var g=this.tree.columns[this.edited_column];if(g.field.validate(this.record))if(a.which==Sao.common.TAB_KEYCODE){var h=1;a.shiftKey&&(h=-1),a.preventDefault(),d=this.next_column(this.edited_column,!0,h),null!==d&&window.setTimeout(function(){var a=this._get_column_td(d);a.triggerHandler("click",{column:d,td:a})}.bind(this),0)}else if(a.which==Sao.common.UP_KEYCODE||a.which==Sao.common.DOWN_KEYCODE)f=a.which==Sao.common.UP_KEYCODE?this.el.prev("tr"):this.el.next("tr"),c=this.edited_column,this.record.validate(this.tree.get_fields()).then(function(a){if(a){if(this.tree.screen.attributes.pre_validate)return this.record.pre_validate().fail(function(){f=null});if(!this.tree.screen.model.parent)return this.record.save().fail(function(){f=null})}else{f=null;var b=this.record.invalid_fields();for(e=0;e<this.tree.columns.length;e++){var d=this.tree.columns[e];d.attributes.name in b&&(c=e)}}}.bind(this)).then(function(){window.setTimeout(function(){this._get_column_td(c,f).trigger("click").trigger("click")}.bind(this),0)}.bind(this));else if(a.which==Sao.common.ESC_KEYCODE)this.get_static_el().show(),b=this.get_active_td(),b.on("click keypress",{column:this.edited_column,td:b},Sao.common.click_press(this.select_row.bind(this),!0)),this.empty_editable_el();else if(a.which==Sao.common.RETURN_KEYCODE){var i=function(a){var b=this._get_column_td(this.edited_column,a);b.triggerHandler("click"),b.triggerHandler("click")}.bind(this);f="bottom"==this.tree.attributes.editable?this.el.next("tr"):this.el.prev("tr"),f.length?i(f):this.tree.screen.new_().done(function(){var a,b=this.tree.tbody.children("tr");a="bottom"==this.tree.attributes.editable?b.last():b.first(),i(a)}.bind(this))}}}}),Sao.View.Tree.Affix=Sao.class_(Object,{init:function(a,b){this.attributes=a,this.protocol=b||null,this.icon=a.icon,this.protocol&&!this.icon&&(this.icon="tryton-web-browser")},get_cell:function(){var a;return this.protocol?(a=jQuery("<a/>",{target:"_new"}),a.append(jQuery("<img/>")),a.click({cell:a},this.clicked.bind(this))):this.icon?a=jQuery("<img/>"):(a=jQuery("<span/>"),a.attr("tabindex",0)),a.addClass("column-affix"),a},render:function(a){var b=this.get_cell();return a.load(this.attributes.name).done(function(){var c,d,e=a.model.fields[this.attributes.name],f=e.get_state_attrs(a).invisible;if(f?b.hide():b.show(),this.protocol){if(c=e.get(a),!jQuery.isEmptyObject(c))switch(this.protocol){case"email":c="mailto:"+c;break;case"callto":c="callto:"+c;break;case"sip":c="sip:"+c}b.attr("src",c)}if(this.icon){if(this.icon in a.model.fields){var g=a.model.fields[this.icon];c=g.get_client(a)}else c=this.icon;d=Sao.common.ICONFACTORY.register_icon(c),d.done(function(a){var c;c=b.children("img").length?b.children("img"):b,c.attr("src",a)}.bind(this))}else c=this.attributes.string||"",c||(c=e.get_client(a)||""),b.text(c)}.bind(this)),b},clicked:function(a){a.preventDefault(),window.open(a.data.cell.attr("src"),"_blank")}}),Sao.View.Tree.CharColumn=Sao.class_(Object,{class_:"column-char",init:function(a,b){this.type="field",this.model=a,this.field=a.fields[b.name],this.attributes=b,this.prefixes=[],this.suffixes=[],this.header=null},get_cell:function(){var a=jQuery("<div/>",{"class":this.class_,tabindex:0});return a},update_text:function(a,b){a.text(this.field.get_client(b))},render:function(a){var b=this.get_cell();return a.load(this.attributes.name).done(function(){this.update_text(b,a),this.field.set_state(a);var c=this.field.get_state_attrs(a);c.invisible?b.hide():b.show()}.bind(this)),b}}),Sao.View.Tree.TextColum=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-text"}),Sao.View.Tree.IntegerColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-integer",init:function(a,b){Sao.View.Tree.IntegerColumn._super.init.call(this,a,b),this.factor=Number(b.factor||1)},get_cell:function(){return Sao.View.Tree.IntegerColumn._super.get_cell.call(this)},update_text:function(a,b){a.text(this.field.get_client(b,this.factor))}}),Sao.View.Tree.FloatColumn=Sao.class_(Sao.View.Tree.IntegerColumn,{class_:"column-float"}),Sao.View.Tree.BooleanColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-boolean",get_cell:function(){return jQuery("<input/>",{type:"checkbox",disabled:!0,"class":this.class_,tabindex:0})},update_text:function(a,b){a.prop("checked",this.field.get(b))}}),Sao.View.Tree.Many2OneColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-many2one"}),Sao.View.Tree.One2OneColumn=Sao.class_(Sao.View.Tree.Many2OneColumn,{class_:"column-one2one"}),Sao.View.Tree.SelectionColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-selection",init:function(a,b){Sao.View.Tree.SelectionColumn._super.init.call(this,a,b),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a)},update_selection:function(a,b){Sao.common.selection_mixin.update_selection.call(this,a,this.field,b)},update_text:function(a,b){this.update_selection(b,function(){for(var c,d,e=this.field.get(b),f=!1,g=0,h=this.selection.length;h>g;g++)if(this.selection[g][0]===e){f=!0,d=this.selection[g][1];break}c=f?jQuery.when(d):Sao.common.selection_mixin.get_inactive_selection.call(this,e).then(function(a){return a[1]}),c.done(function(b){a.text(b)}.bind(this))}.bind(this))}}),Sao.View.Tree.ReferenceColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-reference",init:function(a,b){Sao.View.Tree.ReferenceColumn._super.init.call(this,a,b),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a)},update_selection:function(a,b){Sao.common.selection_mixin.update_selection.call(this,a,this.field,b)},update_text:function(a,b){this.update_selection(b,function(){var c,d,e=this.field.get_client(b);e?(c=e[0],d=e[1]):(c="",d=""),c?a.text(this.selection[c]||c+","+d):a.text(d)}.bind(this))}}),Sao.View.Tree.DateColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-date",update_text:function(a,b){var c=this.field.get_client(b),d=this.field.date_format(b);a.text(Sao.common.format_date(d,c))}}),Sao.View.Tree.TimeColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-time",update_text:function(a,b){var c=this.field.get_client(b);a.text(Sao.common.format_time(this.field.time_format(b),c))}}),Sao.View.Tree.TimeDeltaColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-timedelta"}),Sao.View.Tree.One2ManyColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-one2many",update_text:function(a,b){a.text("( "+this.field.get_client(b).length+" )")}}),Sao.View.Tree.Many2ManyColumn=Sao.class_(Sao.View.Tree.One2ManyColumn,{class_:"column-many2many"}),Sao.View.Tree.BinaryColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-binary",update_text:function(a,b){var c;c=this.field.get_size?this.field.get_size(b):this.field.get(b).length,a.text(Sao.common.humanize(c))}}),Sao.View.Tree.ImageColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-image",get_cell:function(){var a=jQuery("<img/>",{"class":this.class_,tabindex:0});return a.css("width","100%"),a},render:function(a){var b=this.get_cell();return a.load(this.attributes.name).done(function(){var c=this.field.get_client(a);c=c?c>Sao.common.BIG_IMAGE_SIZE?jQuery.when(null):this.field.get_data(a):jQuery.when(null),c.done(function(a){var c,d;a?(d=new Blob([a]),c=window.URL.createObjectURL(d)):c=null,b.attr("src",c)}.bind(this))}.bind(this)),b}}),Sao.View.Tree.URLColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-url",render:function(a){var b=Sao.View.Tree.URLColumn._super.render.call(this,a);this.field.set_state(a);var c=this.field.get_state_attrs(a);c.readonly?b.hide():b.show()}}),Sao.View.Tree.ProgressBar=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-progressbar",get_cell:function(){var a=jQuery("<div/>",{"class":this.class_+" progress",tabindex:0}),b=jQuery("<div/>",{"class":"progress-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100}).appendTo(a);return b.css("min-width: 2em"),a},update_text:function(a,b){var c=this.field.get_client(b,100);c&&(c=Sao.i18n.gettext("%1%",c));var d=this.field.get(b)||0,e=a.find(".progress-bar");e.attr("aria-valuenow",100*d),e.css("width",100*d+"%"),e.text(c)}}),Sao.View.Tree.ButtonColumn=Sao.class_(Object,{init:function(a,b){this.screen=a,this.type="button",this.attributes=b},render:function(a){var b=new Sao.common.Button(this.attributes);b.el.click([a,b],this.button_clicked.bind(this));var c=jQuery.map(this.screen.model.fields,function(a,b){return"eager"==(a.description.loading||"eager")?b:void 0});return a.load(c[0]).done(function(){b.set_state(a)}),b.el},button_clicked:function(a){var b=a.data[0],c=a.data[1];if(b==this.screen.current_record){var d=b.expr_eval(this.attributes.states||{});if(!d.invisible&&!d.readonly){c.el.prop("disabled",!0);try{this.screen.button(this.attributes)}finally{c.el.prop("disabled",!1)}}}}}),Sao.View.editabletree_widget_get=function(a){switch(a){case"char":case"text":case"url":case"email":case"callto":case"sip":return Sao.View.EditableTree.Char;case"date":return Sao.View.EditableTree.Date;case"time":return Sao.View.EditableTree.Time;case"timedelta":return Sao.View.EditableTree.TimeDelta;case"integer":case"biginteger":return Sao.View.EditableTree.Integer;case"float":case"numeric":return Sao.View.EditableTree.Float;case"selection":return Sao.View.EditableTree.Selection;case"boolean":return Sao.View.EditableTree.Boolean;case"many2one":return Sao.View.EditableTree.Many2One;case"reference":return Sao.View.EditableTree.Reference;case"one2one":return Sao.View.EditableTree.One2One;case"one2many":case"many2many":return Sao.View.EditableTree.One2Many;case"binary":return Sao.View.EditableTree.Binary}},Sao.View.EditableTree={},Sao.View.EditableTree.editable_mixin=function(a){var b=function(a){a.which!=Sao.common.TAB_KEYCODE&&a.which!=Sao.common.UP_KEYCODE&&a.which!=Sao.common.DOWN_KEYCODE&&a.which!=Sao.common.ESC_KEYCODE&&a.which!=Sao.common.RETURN_KEYCODE||this.focus_out()};a.el.on("keydown",b.bind(a))},Sao.View.EditableTree.Char=Sao.class_(Sao.View.Form.Char,{class_:"editabletree-char",init:function(a,b,c){Sao.View.EditableTree.Char._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Date=Sao.class_(Sao.View.Form.Date,{class_:"editabletree-date",init:function(a,b,c){Sao.View.EditableTree.Date._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Time=Sao.class_(Sao.View.Form.Time,{class_:"editabletree-time",init:function(a,b,c){Sao.View.EditableTree.Time._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.TimeDelta=Sao.class_(Sao.View.Form.TimeDelta,{class_:"editabletree-timedelta",init:function(a,b,c){Sao.View.EditableTree.TimeDelta._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Integer=Sao.class_(Sao.View.Form.Integer,{class_:"editabletree-integer",init:function(a,b,c){Sao.View.EditableTree.Integer._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Float=Sao.class_(Sao.View.Form.Float,{class_:"editabletree-float",init:function(a,b,c){Sao.View.EditableTree.Float._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Selection=Sao.class_(Sao.View.Form.Selection,{class_:"editabletree-selection",init:function(a,b,c){Sao.View.EditableTree.Selection._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Boolean=Sao.class_(Sao.View.Form.Boolean,{class_:"editabletree-boolean",init:function(a,b,c){Sao.View.EditableTree.Boolean._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Many2One=Sao.class_(Sao.View.Form.Many2One,{class_:"editabletree-many2one",init:function(a,b,c){Sao.View.EditableTree.Many2One._super.init.call(this,a,b,c),this.el.on("keydown",this.key_press.bind(this))},key_press:function(a){a.which==Sao.common.TAB_KEYCODE?this.focus_out():Sao.View.EditableTree.Many2One._super.key_press.call(this,a)}}),Sao.View.EditableTree.Reference=Sao.class_(Sao.View.Form.Reference,{class_:"editabletree-reference",init:function(a,b,c){Sao.View.EditableTree.Reference._super.init.call(this,a,b,c),this.el.on("keydown",this.key_press.bind(this))},key_press:function(a){a.which==Sao.common.TAB_KEYCODE?this.focus_out():Sao.View.EditableTree.Reference._super.key_press.call(this,a)}}),Sao.View.EditableTree.One2One=Sao.class_(Sao.View.Form.One2One,{class_:"editabletree-one2one",init:function(a,b,c){Sao.View.EditableTree.One2One._super.init.call(this,a,b,c),this.el.on("keydown",this.key_press.bind(this))},key_press:function(a){a.which==Sao.common.TAB_KEYCODE?this.focus_out():Sao.View.EditableTree.One2One._super.key_press.call(this,a)}}),Sao.View.EditableTree.One2Many=Sao.class_(Sao.View.EditableTree.Char,{class_:"editabletree-one2many",init:function(a,b,c){Sao.View.EditableTree.One2Many._super.init.call(this,a,b,c)},display:function(a,b){a?this.el.val("("+b.get_client(a).length+")"):this.el.val("")},key_press:function(a){a.which==Sao.common.TAB_KEYCODE&&this.focus_out()},set_value:function(a,b){}}),Sao.View.EditableTree.Binary=Sao.class_(Sao.View.Form.Binary,{class_:"editabletree-binary",init:function(a,b,c){Sao.View.EditableTree.Binary._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}})}(),function(){"use strict";Sao.View.Graph=Sao.class_(Sao.View,{init:function(a,b){Sao.View.Graph._super.init.call(this,a,b),this.view_type="graph",this.el=jQuery("<div/>",{"class":"graph"}),this.widgets={},this.widget=this.parse(b.children()[0]),this.widgets.root=this.widget,this.el.append(this.widget.el)},parse:function(a){var b,c,d,e,f,g,h,i=null,j=[],k=function(a){for(var b,c={},d=0,e=a.attributes.length;e>d;d++)b=a.attributes[d],c[b.name]=b.value;return c};for(e=0,f=a.children.length;f>e;e++)switch(d=a.children[e],d.tagName){case"x":for(g=0,h=d.children.length;h>g;g++)i=k(d.children[g]),b=this.screen.model.fields[i.name],i.string||(i.string=b.description.string);break;case"y":for(g=0,h=d.children.length;h>g;g++)c=k(d.children[g]),c.string||"#"==c.name||(b=this.screen.model.fields[c.name],c.string=b.description.string),j.push(c)}var l;switch(this.attributes.type){case"hbar":l=Sao.View.Graph.HorizontalBar;break;case"line":l=Sao.View.Graph.Line;break;case"pie":l=Sao.View.Graph.Pie;break;default:l=Sao.View.Graph.VerticalBar}return new l(this,i,j)},display:function(){return this.widget.display(this.screen.group)}}),Sao.View.Graph.Chart=Sao.class_(Object,{_chart_type:void 0,init:function(a,b,c){this.view=a,this.xfield=b,this.yfields=c,this.el=jQuery("<div/>"),this.el.uniqueId()},update_data:function(a){var b,c,d,e,f,g,h,i={};this.ids={},i.columns=[["labels"]],i.names={};var j={},k=[this.xfield.name];for(e=0,f=this.yfields.length;f>e;e++)c=this.yfields[e],i.columns.push([c.name]),i.names[c.name]=c.string,j[c.key||c.name]=e+1,k.push(c.name);var l=[],m=function(e){return function(){b=a[e];var f=b.field_get_client(this.xfield.name);i.columns[0][e+1]=f,this._add_id(f,b.id);var k;for(g=0,h=this.yfields.length;h>g;g++){if(c=this.yfields[g],d=c.key||c.name,k=i.columns[j[d]],c.domain){var l=jQuery.extend({},Sao.session.current_session.context);l.context=l,l._user=Sao.session.current_session.user_id;for(var m in a.model.fields)l[m]=b.field_get(m);var n=new Sao.PYSON.Decoder(l);if(!n.decode(c.domain)){k[e+1]=0;continue}}if("#"==c.name)k[e+1]=1;else{var o=b.field_get(c.name);o&&o.isTimeDelta&&(o=o.asSeconds()),k[e+1]=o||0}}}.bind(this)}.bind(this),n=function(a){return function(b){l.push(a.load(b))}},o=[];for(e=0,f=a.length;f>e;e++){for(b=a[e],k.forEach(n(a[e])),g=0,h=i.columns.length;h>g;g++)i.columns[g].push(void 0);o.push(jQuery.when.apply(jQuery,l).then(m(e)))}return jQuery.when.apply(jQuery,o).then(function(){return i})},_add_id:function(a,b){var c=a.isDate||a.isDateTime?a._d:a;c in this.ids||(this.ids[c]=[]),this.ids[c].push(b)},display:function(a){var b=this.update_data(a);return b.done(function(a){c3.generate(this._c3_config(a))}.bind(this)),b},_c3_config:function(a){var b={};b.bindto="#"+this.el.attr("id"),b.data=a,b.data.type=this._chart_type,b.data.x="labels",b.data.onclick=this.action.bind(this);var c,d,e,f;for(c=0,d=a.columns.length;d>c;c++)if(f=a.columns[c],"labels"==f[0]){e=!0;break}if(e&&f.length>1&&f[1]&&(f[1].isDateTime||f[1].isDate)){var g,h,i;h=this.view.screen.context.date_format||"%x",i="%X",g=f[1].isDateTime?function(a){return Sao.common.format_datetime(h,i,moment(a))}:function(a){return Sao.common.format_date(h,moment(a))},b.axis={x:{type:"timeseries",tick:{format:g}}}}return b},action:function(a,b){var c=this.ids[this._action_key(a)],d=jQuery.extend({},this.view.screen.context);delete d.active_ids,delete d.active_id,Sao.Action.exec_keyword("graph_open",{model:this.view.screen.model_name,id:c[0],ids:c},d,!1)},_action_key:function(a){return a.x}}),Sao.View.Graph.VerticalBar=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"bar"}),Sao.View.Graph.HorizontalBar=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"bar",_c3_config:function(a){var b=Sao.View.Graph.HorizontalBar._super._c3_config.call(this,a);b.axis.rotated=!0}}),Sao.View.Graph.Line=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"line"}),Sao.View.Graph.Pie=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"pie",_c3_config:function(a){var b,c,d,e,f=Sao.View.Graph.Pie._super._c3_config.call(this,a),g=[],h={};for(b=0,c=a.columns.length;c>b;b++)"labels"==a.columns[b][0]?d=a.columns[b].slice(1):e=a.columns[b].slice(1);delete f.axis,delete f.data.x;var i,j,k;d.length>0&&(d[0].isDateTime||d[0].isDate)&&(j=this.view.screen.context.date_format||"%x",k=j+" %X",i=d[1].isDateTime?function(a){return Sao.common.format_datetime(k,a)}:function(a){return Sao.common.format_date(j,a)});var l;for(b=0,c=d.length;c>b;b++)l=d[b],i&&(l=i(l)),g.push([b,e[b]]),h[b]=l;return f.data.columns=g,f.data.names=h,f},_add_id:function(a,b){var c=a;if(a.isDateTime||a.isDate){var d=this.view.screen.context.date_format||"%x",e=d+" %X";c=a.isDateTime?Sao.common.format_datetime(e,a):Sao.common.format_date(d,a)}c in this.ids||(this.ids[c]=[]),this.ids[c].push(b)},_action_key:function(a){return a.id}})}(),function(){"use strict";Sao.View.Calendar=Sao.class_(Sao.View,{init:function(a,b){Sao.View.Graph._super.init.call(this,a,b),this.view_type="calendar",this.el=jQuery("<div/>",{"class":"calendar"}),Sao.common.warning.run(Sao.i18n.gettext("Calendar view not yet implemented"),Sao.i18n.gettext("Warning"))},display:function(){return jQuery.when()}})}(),function(){"use strict";Sao.Action={report_blob_url:void 0},Sao.Action.exec_action=function(a,b,c){c=void 0===c?{}:jQuery.extend({},c);var d=Sao.Session.current_session;"date_format"in c||d.context.locale&&d.context.locale.date&&(c.date_format=d.context.locale.date),b=void 0===b?{}:jQuery.extend({},b),b.action_id=a.id;var e={};switch(a.type){case"ir.action.act_window":e.view_ids=!1,e.mode=null,jQuery.isEmptyObject(a.views)?jQuery.isEmptyObject(a.view_id)||(e.view_ids=[a.view_id[0]]):(e.view_ids=[],e.mode=[],a.views.forEach(function(a){e.view_ids.push(a[0]),e.mode.push(a[1])})),void 0===a.pyson_domain&&(a.pyson_domain="[]");var f={active_model:b.model||null,active_id:b.id||null,active_ids:b.ids};f=jQuery.extend(f,d.context);var g=jQuery.extend({},f);g._user=d.user_id,e.context=jQuery.extend({},c,new Sao.PYSON.Decoder(g).decode(a.pyson_context||"{}")),f=jQuery.extend(f,e.context),f=jQuery.extend(f,c);var h=jQuery.extend({},f);h.context=f,h._user=d.user_id,e.domain=new Sao.PYSON.Decoder(h).decode(a.pyson_domain);var i=jQuery.extend({},f);i.context=f,i._user=d.user_id,e.search_value=new Sao.PYSON.Decoder(i).decode(a.pyson_search_value||"[]");var j=jQuery.extend({},f);j.context=f,j._user=d.user_id;var k=new Sao.PYSON.Decoder(j);return e.tab_domain=[],a.domains.forEach(function(a,b){e.tab_domain.push([a[0],k.decode(a[1])])}),e.name=!1,a.window_name&&(e.name=a.name),e.model=a.res_model||b.res_model,e.res_id=a.res_id||b.res_id,e.context_model=a.context_model,e.limit=a.limit,e.icon=a["icon.rec_name"]||"",void Sao.Tab.create(e);case"ir.action.wizard":return e.action=a.wiz_name,e.data=b,e.name=a.name,e.context=c,e.window=a.window,void Sao.Wizard.create(e);case"ir.action.report":return e.name=a.report_name,e.data=b,e.direct_print=a.direct_print,e.email_print=a.email_print,e.email=a.email,e.context=c,void Sao.Action.exec_report(e);case"ir.action.url":return void window.open(a.url,"_blank")}},Sao.Action.exec_keyword=function(a,b,c,d,e){void 0===d&&(d=!0),void 0===e&&(e=!1);var f=b.id,g={method:"model.ir.action.keyword.get_keyword",params:[a,[b.model,f],{}]},h=Sao.rpc(g,Sao.Session.current_session),i=function(a){var f={};for(var g in a){var h=a[g];f[h.name.replace(/_/g,"")]=h}var i=Sao.common.selection(Sao.i18n.gettext("Select your action"),f,e);return i.then(function(a){Sao.Action.exec_action(a,b,c)},function(){jQuery.isEmptyObject(f)&&d&&alert(Sao.i18n.gettext("No action defined!"))})};return h.pipe(i)},Sao.Action.exec_report=function(a){a.context||(a.context={}),a.email||(a.email={});var b=jQuery.extend({},a.data),c=jQuery.extend({},Sao.Session.current_session.context);jQuery.extend(c,a.context),c.direct_print=a.direct_print,c.email_print=a.email_print,c.email=a.email;var d=Sao.rpc({method:"report."+a.name+".execute",params:[b.ids||[],b,c]},Sao.Session.current_session);d.done(function(a){var b=a[0],c=a[1],d=(a[2],a[3],new Blob([c],{type:Sao.common.guess_mimetype(b)})),e=window.URL.createObjectURL(d);Sao.Action.report_blob_url&&window.URL.revokeObjectURL(Sao.Action.report_blob_url),Sao.Action.report_blob_url=e,window.open(e)})},Sao.Action.execute=function(a,b,c,d){c?Sao.rpc({method:"model."+c+".search_read",params:[[["action","=",a]],0,1,null,null,d]},Sao.Session.current_session).done(function(a){Sao.Action.exec_action(a[0],b,d)}):Sao.rpc({method:"model.ir.action.read",params:[[a],["type"],d]},Sao.Session.current_session).done(function(c){Sao.Action.execute(a,b,c[0].type,d)})},Sao.Action.evaluate=function(a,b,c){a=jQuery.extend({},a);var d={};return"pyson_email"in a&&(d=c.expr_eval(a.pyson_email),jQuery.isEmptyObject(d)&&(d={})),"subject"in d||(d.subject=a.name.replace(/_/g,"")),a.email=d,a}}(),function(){"use strict";Sao.common={},Sao.common.BACKSPACE_KEYCODE=8,Sao.common.TAB_KEYCODE=9,Sao.common.RETURN_KEYCODE=13,Sao.common.ESC_KEYCODE=27,Sao.common.UP_KEYCODE=38,Sao.common.DOWN_KEYCODE=40,Sao.common.DELETE_KEYCODE=46,Sao.common.F2_KEYCODE=113,Sao.common.F3_KEYCODE=114,Sao.common.SELECTION_NONE=1,Sao.common.SELECTION_SINGLE=2,Sao.common.SELECTION_MULTIPLE=3,Sao.common.BIG_IMAGE_SIZE=Math.pow(10,6),Sao.common.compare=function(a,b){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]instanceof Array&&b[c]instanceof Array){if(!Sao.common.compare(a[c],b[c]))return!1}else if(a[c]!=b[c])return!1;return!0},Sao.common.contains=function(a,b){for(var c=0;c<a.length;c++)if(Sao.common.compare(a[c],b))return!0;return!1},Sao.common.intersect=function(a,b){for(var c=0,d=0,e=[];c<a.length&&d<b.length;)a[c]<b[d]?c++:a[c]>b[d]?d++:(e.push(a[c]),c++,d++);return e},Sao.common.click_press=function(a,b){return function c(d){return"keypress"!=d.type||d.which==Sao.common.RETURN_KEYCODE?(b&&jQuery(this).off("click keypress",null,c),a(d)):void 0}},Sao.common.product=function(a,b){b=b||1;for(var c=[],d=0;b>d;)c=c.concat(a),d++;var e=[[]];return c.forEach(function(a){var b=[];e.forEach(function(c){a.forEach(function(a){b.push(c.concat([a]))})}),e=b}),e},Sao.common.selection=function(a,b,c){void 0===c&&(c=!1);var d=jQuery.Deferred();if(jQuery.isEmptyObject(b))return d.fail(),d;var e=Object.keys(b).sort();if(1==e.length&&!c){var f=e[0];return d.resolve(b[f]),d}var g=new Sao.Dialog(a||Sao.i18n.gettext("Your selection:"),"selection-dialog");return e.forEach(function(a,b){jQuery("<div/>",{"class":"checkbox"}).append(jQuery("<label/>").append(jQuery("<input/>",{type:"radio",name:"selection",value:b})).append(" "+a)).appendTo(g.body)}),g.body.find("input").first().prop("checked",!0),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){g.modal.modal("hide"),d.fail()}).appendTo(g.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){var a=g.body.find("input:checked").attr("value");g.modal.modal("hide"),d.resolve(b[e[a]])}).appendTo(g.footer),g.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),g.modal.modal("show"),d},Sao.common.moment_format=function(a){return a.replace("%a","ddd").replace("%A","dddd").replace("%w","d").replace("%d","DD").replace("%b","MMM").replace("%B","MMMM").replace("%m","MM").replace("%y","YY").replace("%Y","YYYY").replace("%H","HH").replace("%I","hh").replace("%p","A").replace("%M","mm").replace("%S","ss").replace("%f","SSS").replace("%z","ZZ").replace("%Z","zz").replace("%j","DDDD").replace("%U","ww").replace("%W","WW").replace("%c","llll").replace("%x","L").replace("%X","LTS").replace("%","%%")},Sao.common.date_format=function(a){if(jQuery.isEmptyObject(a)&&Sao.Session.current_session){var b=Sao.Session.current_session.context;b.locale&&b.locale.date&&(a=b.locale.date)}return a?Sao.common.moment_format(a):"%Y-%m-%d"},Sao.common.format_time=function(a,b){return b?b.format(Sao.common.moment_format(a)):""},Sao.common.parse_time=function(a,b){if(jQuery.isEmptyObject(b))return null;var c=function(c){var d=a.indexOf(c);if(~d){var e=parseInt(b.slice(d,d+c.length),10);if(!isNaN(e))return e}return 0};return Sao.Time(c("%H"),c("%M"),c("%S"),c("%f"))},Sao.common.format_date=function(a,b){return b?b.format(Sao.common.moment_format(a)):""},Sao.common.parse_date=function(a,b){var c=moment(b,Sao.common.moment_format(a));return c=c.isValid()?Sao.Date(c.year(),c.month(),c.date()):null},Sao.common.format_datetime=function(a,b,c){return c?c.format(Sao.common.moment_format(a+" "+b)):""},Sao.common.parse_datetime=function(a,b,c){var d=moment(c,Sao.common.moment_format(a+" "+b));return d=d.isValid()?Sao.DateTime(d.year(),d.month(),d.date(),d.hour(),d.minute(),d.second(),d.millisecond()):null},Sao.common.timedelta={},Sao.common.timedelta.DEFAULT_CONVERTER={s:1},Sao.common.timedelta.DEFAULT_CONVERTER.m=60*Sao.common.timedelta.DEFAULT_CONVERTER.s,Sao.common.timedelta.DEFAULT_CONVERTER.h=60*Sao.common.timedelta.DEFAULT_CONVERTER.m,Sao.common.timedelta.DEFAULT_CONVERTER.d=24*Sao.common.timedelta.DEFAULT_CONVERTER.h,Sao.common.timedelta.DEFAULT_CONVERTER.w=7*Sao.common.timedelta.DEFAULT_CONVERTER.d,Sao.common.timedelta.DEFAULT_CONVERTER.M=30*Sao.common.timedelta.DEFAULT_CONVERTER.d,Sao.common.timedelta.DEFAULT_CONVERTER.Y=365*Sao.common.timedelta.DEFAULT_CONVERTER.d,Sao.common.timedelta._get_separator=function(){return{Y:Sao.i18n.gettext("Y"),M:Sao.i18n.gettext("M"),w:Sao.i18n.gettext("w"),d:Sao.i18n.gettext("d"),h:Sao.i18n.gettext("h"),m:Sao.i18n.gettext("m"),s:Sao.i18n.gettext("s")}},Sao.common.timedelta.format=function(a,b){if(!a)return"";b||(b=Sao.common.timedelta.DEFAULT_CONVERTER);var c=[];a=a.asSeconds();var d="";0>a&&(d="-"),a=Math.abs(a),b=Object.keys(b).map(function(a){return[a,b[a]]}),b.sort(function(a,b){return b[1]-a[1]});for(var e,f,g=[],h=0;h<b.length;h++){e=b[h][0],f=b[h][1];var i=Math.floor(a/f);a-=i*f,g.push(i)}for(h=0;h<b.length-3;h++)e=b[h][0],f=g[h],f&&c.push(f+Sao.common.timedelta._get_separator()[e]);if(jQuery(g.slice(-3)).is(function(a,b){return b})||jQuery.isEmptyObject(c)){var j=g.slice(-3,-1);j=("00"+j[0]).slice(-2)+":"+("00"+j[1]).slice(-2),(g.slice(-1)[0]||a)&&(j+=":"+("00"+g.slice(-1)[0]).slice(-2)),c.push(j)}return c=d+c.reduce(function(a,b){return a?a+" "+b:b}),a&&(jQuery(g.slice(-3)).is(function(a,b){return b})||(c+=" "),c+=(""+a.toFixed(6)).slice(1)),c},Sao.common.timedelta.parse=function(a,b){if(!a)return null;b||(b=Sao.common.timedelta.DEFAULT_CONVERTER);var c,d=Sao.common.timedelta._get_separator();for(var e in d)c=d[e],a=a.replace(c,c+" ");for(var f,g=0,h=a.split(" "),i=0;i<h.length;i++){var j=h[i];if(j.contains(":"))for(var k=j.split(":"),l=[b.h,b.m,b.s],m=0;m<Math.min(k.length,l.length);m++){var n=k[m],o=l[m];f=Math.abs(Number(n))*o,isNaN(f)||(g+=f)}else{var p=!1;for(var q in d)if(c=d[q],j.endsWith(c)){j=j.slice(0,-c.length),f=Math.abs(parseInt(j,10))*b[q],isNaN(f)||(g+=f),p=!0;break}p||(f=Math.abs(Number(j)),isNaN(f)||(g+=f))}}return a.contains("-")&&(g*=-1),Sao.TimeDelta(null,g)},Sao.common.ModelAccess=Sao.class_(Object,{init:function(){this.batchnum=100,this._access={}},load_models:function(a){var b=jQuery.Deferred();return a||(this._access={}),Sao.rpc({method:"model.ir.model.list_models",params:[{}]},Sao.Session.current_session).then(function(a){for(var c=[],d=function(a){this._access=jQuery.extend(this._access,a)},e=0;e<a.length;e+=this.batchnum){var f=a.slice(e,e+this.batchnum);c.push(Sao.rpc({method:"model.ir.model.access.get_access",params:[f,{}]},Sao.Session.current_session).then(d.bind(this)))}jQuery.when.apply(jQuery,c).then(b.resolve,b.reject)}.bind(this)),b},get:function(a){return this._access[a]||{}}}),Sao.common.MODELACCESS=new Sao.common.ModelAccess,Sao.common.ModelHistory=Sao.class_(Object,{init:function(){this._models=[]},load_history:function(){return this._models=[],Sao.rpc({method:"model.ir.model.list_history",params:[{}]},Sao.Session.current_session).then(function(a){
-this._models=a}.bind(this))},contains:function(a){return~this._models.indexOf(a)}}),Sao.common.MODELHISTORY=new Sao.common.ModelHistory,Sao.common.ViewSearch=Sao.class_(Object,{load_searches:function(){return this.searches={},Sao.rpc({method:"model.ir.ui.view_search.get_search",params:[{}]},Sao.Session.current_session).then(function(a){this.searches=a}.bind(this))},get:function(a){return this.searches[a]||[]},add:function(a,b,c){return Sao.rpc({method:"model.ir.ui.view_search.create",params:[[{model:a,name:b,domain:(new Sao.PYSON.Encoder).encode(c)}],{}]},Sao.Session.current_session).then(function(d){var e=d[0];void 0===this.searches[a]&&(this.searches[a]=[]),this.searches[a].push([e,b,c])}.bind(this))},remove:function(a,b){return Sao.rpc({method:"model.ir.ui.view_search.delete",params:[[b],{}]},Sao.Session.current_session).then(function(){for(var c=0;c<this.searches[a].length;c++){var d=this.searches[a][c];if(d[0]===b){this.searches[a].splice(c,1);break}}}.bind(this))}}),Sao.common.VIEW_SEARCH=new Sao.common.ViewSearch,Sao.common.humanize=function(a){for(var b=["bytes","KB","MB","GB","TB","PB"],c=0,d=b.length;d>c;c++){if(1e3>a)return a.toPrecision(4)+" "+b[c];a/=1e3}},Sao.common.EvalEnvironment=function(a,b){void 0===b&&(b="eval");var c;if("eval"==b)c=a.get_eval();else{c={};for(var d in a.model.fields){var e=a.model.fields[d];c[d]=e.get_on_change_value(a)}}return c.id=a.id,a.group.parent&&Object.defineProperty(c,"_parent_"+a.group.parent_name,{enumerable:!0,get:function(){return Sao.common.EvalEnvironment(a.group.parent,b)}}),c.get=function(a,b){return this.hasOwnProperty(a)?this[a]:b},c},Sao.common.selection_mixin={},Sao.common.selection_mixin.init=function(){this.selection=null,this.inactive_selection=[],this._last_domain=null,this._values2selection={},this._domain_cache={},void 0===this.nullable_widget&&(this.nullable_widget=!0)},Sao.common.selection_mixin.init_selection=function(a,b){a||(a={},(this.attributes.selection_change_with||[]).forEach(function(b){a[b]=null}));var c,d=JSON.stringify(a),e=this.attributes.selection||[],f=function(a){a=jQuery.extend([],a),(void 0===this.attributes.sort||this.attributes.sort)&&a.sort(function(a,b){return a[1].localeCompare(b[1])}),this.selection=jQuery.extend([],a),b&&b(this.selection)};e instanceof Array||d in this._values2selection?(d in this._values2selection&&(e=this._values2selection[d]),f.call(this,e),c=jQuery.when()):(c=jQuery.isEmptyObject(this.attributes.selection_change_with)?this.model.execute(e,[]):this.model.execute(e,[a]),c=c.then(function(a){return this._values2selection[d]=a,a}.bind(this)),c=c.then(f.bind(this))),this.inactive_selection=[],this._selection_prm=c},Sao.common.selection_mixin.update_selection=function(a,b,c){var d=function(){if(!b)return void(c&&c(this.selection));var d=b.get_domain(a);if("reference"==b.description.type&&(d=[]),"relation"in this.attributes){var e=b.get_context(a),f=JSON.stringify([d,e]);if(f in this._domain_cache&&(this.selection=this._domain_cache[f],this._last_domain=[d,e]),null!==this._last_domain&&Sao.common.compare(d,this._last_domain[0])&&JSON.stringify(e)==JSON.stringify(this._last_domain[1]))return void(c&&c(this.selection));var g=Sao.rpc({method:"model."+this.attributes.relation+".search_read",params:[d,0,null,null,["rec_name"],e]},a.model.session);g.done(function(a){var b=[];a.forEach(function(a){b.push([a.id,a.rec_name])}),this.nullable_widget&&b.push([null,""]),this._last_domain=d,this._domain_cache[f]=b,this.selection=jQuery.extend([],b),c&&c(this.selection)}.bind(this)),g.fail(function(){this._last_domain=null,this.selection=[],c&&c(this.selection)}.bind(this))}else{var h=this.attributes.selection_change_with||[],i=a._get_on_change_args(h);delete i.id,Sao.common.selection_mixin.init_selection.call(this,i,function(){Sao.common.selection_mixin.filter_selection.call(this,d,a,b),c&&c(this.selection)}.bind(this))}};this._selection_prm.done(d.bind(this))},Sao.common.selection_mixin.filter_selection=function(a,b,c){if(!jQuery.isEmptyObject(a)){var d=new Sao.common.DomainInversion;this.selection=this.selection.filter(function(b){var c={};return c[this.field_name]=b[0],d.eval_domain(a,c)}.bind(this))}},Sao.common.selection_mixin.get_inactive_selection=function(a){if(!this.attributes.relation)return jQuery.when([]);for(var b=0,c=this.inactive_selection.length;c>b;b++)if(a==this.inactive_selection[b][0])return jQuery.when(this.inactive_selection[b]);var d=Sao.rpc({method:"model."+this.attributes.relation+".read",params:[[a],["rec_name"],{}]},Sao.Session.current_session);return d.then(function(a){return this.inactive_selection.push([a[0].id,a[0].rec_name]),[a[0].id,a[0].rec_name]}.bind(this))},Sao.common.Button=Sao.class_(Object,{init:function(a){this.attributes=a,this.el=jQuery("<button/>",{"class":"btn btn-default",type:"button"}),this.icon=jQuery("<img/>",{"class":"icon","aria-hidden":!0}).appendTo(this.el),this.icon.hide(),this.el.append(a.string||""),this.set_icon(a.icon)},set_icon:function(a){if(!a)return this.icon.attr("src",""),void this.icon.hide();var b=Sao.common.ICONFACTORY.register_icon(a);b.done(function(a){this.icon.attr("src",a),this.icon.show()}.bind(this))},set_state:function(a){var b;if(a?(b=a.expr_eval(this.attributes.states||{}),(a.group.get_readonly()||a.readonly())&&(b.readonly=!0)):b={},b.invisible?this.el.hide():this.el.show(),this.el.prop("disabled",b.readonly),this.set_icon(b.icon||this.attributes.icon),(void 0===this.attributes.type||"class"===this.attributes.type)&&a)for(var c=a.group.parent;c;){if(c.has_changed()){this.el.prop("disabled",!1);break}c=c.group.parent}}}),Sao.common.udlex=Sao.class_(Object,{init:function(a){var b=Sao.class_(Object,{init:function(a){this.stream=a.split(""),this.i=0},read:function(a){if(void 0===a&&(a=1),this.i>=this.stream.length)return null;var b=this.stream.slice(this.i,this.i+a).join();return this.i+=a,b}});this.instream=new b(a),this.eof=null,this.commenters="",this.nowordchars=[":",">","<","=","!",'"',";","(",")"],this.whitespace=" 	\r\n",this.whitespace_split=!1,this.quotes='"',this.escape="\\",this.escapedquotes='"',this.state=" ",this.pushback=[],this.token=""},get_token:function(){if(this.pushback.length>0)return this.pushback.shift();var a=this.read_token();return a},read_token:function(){for(var a=!1,b=" ";;){var c=this.instream.read(1);if(null===this.state){this.token="";break}if(" "==this.state){if(!c){this.state=null;break}if(this.whitespace.contains(c)){if(this.token||a)break;continue}if(this.commenters.contains(c));else if(this.escape.contains(c))b="a",this.state=c;else if(~this.nowordchars.indexOf(c))if(this.quotes.contains(c))this.state=c;else{if(!this.whitespace_split){if(this.token=c,this.token||a)break;continue}this.token=c,this.state="a"}else this.token=c,this.state="a"}else if(this.quotes.contains(this.state)){if(a=!0,!c)throw"no closing quotation";c==this.state?this.state="a":this.escape.contains(c)&&this.escapedquotes.contains(this.state)?(b=this.state,this.state=c):this.token=this.token+c}else if(this.escape.contains(this.state)){if(!c)throw"no escaped character";this.quotes.contains(b)&&c!=this.state&&c!=b&&(this.token=this.token+this.state),this.token=this.token+c,this.state=b}else if("a"==this.state){if(!c){this.state=null;break}if(this.whitespace.contains(c)){if(this.state=" ",this.token||a)break;continue}if(this.commenters.contains(c));else if(this.quotes.contains(c))this.state=c;else if(this.escape.contains(c))b="a",this.state=c;else{if(~this.nowordchars.indexOf(c)&&!this.quotes.contains(c)&&!this.whitespace_split){if(this.pushback.unshift(c),this.state=" ",this.token)break;continue}this.token=this.token+c}}}var d=this.token;return this.token="",a||""!==d||(d=null),d},next:function(){var a=this.get_token();return a==this.eof?null:a}}),Sao.common.DomainParser=Sao.class_(Object,{OPERATORS:["!=","<=",">=","=","!","<",">"],init:function(a,b){this.fields={},this.strings={};for(var c in a){var d=a[c];(d.searchable||void 0===d.searchable)&&(this.fields[c]=d,this.strings[d.string.toLowerCase()]=d)}this.context=b},parse:function(a){try{for(var b=new Sao.common.udlex(a),c=[];;){var d=b.next();if(null===d)break;c.push(d)}return c=this.group_operator(c),c=this.parenthesize(c),c=this.group(c),c=this.operatorize(c,"or"),c=this.operatorize(c,"and"),c=this.parse_clause(c),this.simplify(c)}catch(e){if("no closing quotation"==e)return this.parse(a+'"');throw e}},stringable:function(a){var b=function(a){if(!a)return!0;var b=function(a){return a instanceof Array};return(~["AND","OR"].indexOf(a[0])||b(a[0]))&&a.slice(1).every(b)?this.stringable(a):a[0]in this.fields||"rec_name"==a[0]}.bind(this);return a?(~["AND","OR"].indexOf(a[0])&&(a=a.slice(1)),a.every(b)):!0},string:function(a){var b=function(a){if(jQuery.isEmptyObject(a))return"";if("string"!=typeof a[0]||~["AND","OR"].indexOf(a[0]))return"("+this.string(a)+")";var b,c=a[0],d=a[1],e=a[2];if(c.endsWith(".rec_name")&&(c=c.slice(0,-9)),!(c in this.fields))return b=e.replace("%%","__"),b.startsWith("%")&&b.endsWith("%")&&(e=e.slice(1,-1)),this.quote(e);var f=this.fields[c],g=null;a.length>3&&(g=a[3]),d.contains("ilike")&&(b=e.replace("%%","__"),b.startsWith("%")&&b.endsWith("%")?e=e.slice(1,-1):b.contains("%")||(d="ilike"==d?"=":"!",e=e.replace("%%","%")));var h=this.default_operator(f);h==d.trim()?(d="",~this.OPERATORS.indexOf(e)&&(d='"" ')):d.contains(h)&&(d.contains("not")||d.contains("!"))&&(d=d.replace(h,"").replace("not","!").trim()),d.endsWith("in")&&(d="not in"==d?"!":"");var i=this.format_value(f,e,g);return~this.OPERATORS.indexOf(d)&&~["char","text","selection"].indexOf(f.type)&&""===e&&(i='""'),this.quote(f.string)+": "+d+i};if(b=b.bind(this),jQuery.isEmptyObject(a))return"";var c=" ";return"AND"!=a[0]&&"OR"!=a[0]||("OR"==a[0]&&(c=" or "),a=a.slice(1)),a.map(b).join(c)},completion:function(a){var b,c,d=[],e=this.parse(a),f=0;for(b=a.length;b>0&&(")"!=a[b]&&" "!=a[b]);b--)")"==a[b]&&(f+=1);var g=this.ending_clause(e),h=g[0],i=g[1],j=i-f,k=this.string(e);j>0&&(k=k.substring(0,k.length-j)),k!=a&&d.push(k);var l,m,n=function(a,b){return b>0?a.substring(0,b):a};if(null!==h&&0===f){var o=this.complete(h);for(b=0,c=o.length;c>b;b++)l=o[b],m=this.string(this.replace_ending_clause(e,l)),d.push(n(m,j))}if(a.length>0){if(" "!=a.substr(a.length-1,1))return d;if(a.length>=2||":"==a.substr(a.length-2,1))return d}var p,q,r;for(var s in this.strings){p=this.strings[s],q=this.default_operator(p),r="","ilike"!=q&&"not ilike"!=q||(r=this.likify(r));var t=this.append_ending_clause(e,[p.name,q,r],j),u=this.string(t);d.push(n(u,j))}return d},complete:function(a){var b,c,d,e,f=[];1==a.length?b=a[0]:3==a.length?(b=a[0],c=a[1],d=a[2]):(b=a[0],c=a[1],d=a[2],e=a[3],b.endsWith(".rec_name")&&(b=b.substring(0,b.length-9)));var g;"rec_name"==b&&("ilike"==c&&(g=d.replace(/%%/g,"__"),g.startsWith("%")||g.endsWith("%")?d=g.substring(1,g.length-1):~g.indexOf("%")&&(d=d.replace(/%%/g,"%")),c=null),b=d,d=""),void 0!==b&&null!==b||(b="");var h;if(!(b.toLowerCase()in this.strings||b in this.fields)){for(var i in this.strings)h=this.strings[i],h.string.toLowerCase().startsWith(b.toLowerCase())&&(c=this.default_operator(h),d="","ilike"==c&&(d=this.likify(d)),f.push([h.name,c,d]));return f}if(h=b in this.fields?this.fields[b]:this.strings[b.toLowerCase()],c)for(var j=this.complete_value(h,d),k=0,l=j.length;l>k;k++)f.push([h.name,c,j[k]]);else c=this.default_operator(h),d="","ilike"!=c&&"not ilike"!=c||(d=this.likify(d)),f.push([h.name,c,d]);return f},is_leaf:function(a){return a instanceof Array&&a.clause},ending_clause:function(a,b){if(void 0===b&&(b=0),0===a.length)return[null,b];var c=a[a.length-1];return this.is_leaf(c)?[c,b]:this.ending_clause(c,b+1)},replace_ending_clause:function(a,b){var c,d,e=[];for(c=0,d=a.length-1;d>c;c++)e.push(a[c]);return this.is_leaf(a[c])?e.push(b):e=e.concat(this.replace_ending_clause(a[c],b)),e},append_ending_clause:function(a,b,c){if(0===a.length)return[b];var d=a.slice(0,-1),e=a[a.length-1];return this.is_leaf(e)?(d.push(e),0===c&&d.push(b)):d.push(this.append_ending_clause(e,b,c-1)),d},complete_value:function(a,b){var c=function(){return b?[!0]:[!1]},d=function(){var c=[],d=null!==b?b:"";b instanceof Array&&(d=b[b.length-1]),d=d.replace(/^%*|%*$/g,"");var e,f,g,h;for(e=0,f=a.selection.length;f>e;e++)g=a.selection[e][0],h=a.selection[e][1].toLowerCase(),h.startsWith(d.toLowerCase())&&(b instanceof Array?c.push(b.slice(0,-1).concat([g])):c.push(g));return c},e=function(){var c=[],d=null!==b?b:"";b instanceof Array&&(d=b[b.length-1]),d=d.replace(/^%*|%*$/g,"");var e,f,g,h;for(e=0,f=a.selection.length;f>e;e++)g=a.selection[e][0],h=a.selection[e][1].toLowerCase(),h.startsWith(d.toLowerCase())&&(b instanceof Array?c.push(b.slice(0,-1).concat([g])):c.push(this.likify(g)));return c}.bind(this),f=function(){return[Sao.Date(),Sao.DateTime().utc()]},g=function(){return[Sao.Date()]},h=function(){return[Sao.Time()]},i={"boolean":c,selection:d,reference:e,datetime:f,date:g,time:h};return a.type in i?i[a.type]():[]},group_operator:function(a){var b=a[0],c=[];return a.slice(1).forEach(function(a){"="==a&&b&&~this.OPERATORS.indexOf(b+a)?(c.push(b+a),b=null):(null!==b&&c.push(b),b=a)}.bind(this)),null!==b&&c.push(b),c},parenthesize:function(a){var b=[],c=b,d=[];return a.forEach(function(a,b){void 0!==c&&("("==a?(d.push(c),c=c[c.push([])-1]):")"==a?c=d.pop():c.push(a))}),b},group:function(a){var b=[],c=function(a){var b=[],d=function(a){b.push([a])},e=a.indexOf(":");if(!~e)return a.forEach(d),b.forEach(function(a){a.clause=!0}),b;for(var f=function(a,c){return function(d){if(jQuery.isEmptyObject(a))b.push(d);else{var e;jQuery.isEmptyObject(c)?(e=a.concat(d),e.clause=!0,b.push(e)):(null!==d[0]&&c.push(d[0]),e=a.concat([c]),e.clause=!0,b.push(e)),a.splice(0,a.length)}}},g=0;e>g;g++){var h=a.slice(g,e).join(" ");if(h.toLowerCase()in this.strings){jQuery.isEmptyObject(a.slice(0,g))?d(null):a.slice(0,g).forEach(d),h=[h];var i=[""].concat(this.OPERATORS);e+1<a.length&&~i.indexOf(a[e+1])?(h=h.concat([a[e+1]]),e+=1):h=h.concat([null]);for(var j=[];e+2<a.length&&";"==a[e+2];)j.push(a[e+1]),e+=2;if(c(a.slice(e+1)).forEach(f(h,j)),!jQuery.isEmptyObject(h)){var k;jQuery.isEmptyObject(j)?(k=h.concat([null]),k.clause=!0,b.push(k)):(k=h.concat([j]),k.clause=!0,b.push(k))}break}}return b};c=c.bind(this);var d=[];return a.forEach(function(a){this.is_generator(a)?(c(d).forEach(function(a){Sao.common.compare(a,[null])||b.push(a)}),d=[],b.push(this.group(a))):d.push(a)}.bind(this)),c(d).forEach(function(a){Sao.common.compare(a,[null])||b.push(a)}),b},is_generator:function(a){return a instanceof Array&&void 0===a.clause},operatorize:function(a,b){var c=[];b=b||"or",a=jQuery.extend([],a);for(var d=function(a){return a instanceof Array?Sao.common.compare(a,[b]):a==b},e=a.shift();d(e);)e=a.shift();if(void 0===e)return c;this.is_generator(e)&&(e=this.operatorize(e,b));for(var f=null;!jQuery.isEmptyObject(a);)if(f=a.shift(),this.is_generator(f)&&!d(f)&&(f=this.operatorize(f,b)),d(f)){for(f=a.shift();d(f);)f=a.shift();this.is_generator(f)&&(f=this.operatorize(f,b)),void 0!==f?e=[b.toUpperCase(),e,f]:d(e)||(c.push([b.toUpperCase(),e]),e=null),f=null}else d(e)||c.push(e),e=f;return jQuery.isEmptyObject(a)&&(null===f||d(f)?null===e||d(e)||c.push(e):c.push(f)),c},_clausify:function(a){return a.clause=!0,a},parse_clause:function(a){var b=[];return a.forEach(function(a){if(this.is_generator(a))jQuery.merge(b,this.parse_clause(a));else if("OR"==a||"AND"==a)b.push(a);else if(1!=a.length||a[0]instanceof Array){if(3==a.length&&a[0].toLowerCase()in this.strings){var c=(a[0],a[1]),d=a[2],e=this.strings[a[0].toLowerCase()],f=null;if("reference"==e.type){var g=this.split_target_value(e,d);f=g[0],d=g[1]}if(c||(c=this.default_operator(e)),d instanceof Array&&(c="!"==c?"not in":"in"),"!"==c&&(c=this.negate_operator(this.default_operator(e))),~["integer","float","numeric","datetime","date","time"].indexOf(e.type)&&d&&d.contains("..")){var h=d.split("..",2),i=this.convert_value(e,h[0]),j=this.convert_value(e,h[1]);return void b.push([this._clausify([e.name,">=",i]),this._clausify([e.name,"<=",j])])}d=d instanceof Array?d.map(function(a){return this.convert_value(e,a)}.bind(this)):this.convert_value(e,d),c.contains("like")&&(d=this.likify(d)),f?b.push(this._clausify([e.name+".rec_name",c,d,f])):b.push(this._clausify([e.name,c,d]))}}else b.push(this._clausify(["rec_name","ilike",this.likify(a[0])]))}.bind(this)),b},likify:function(a){if(!a)return"%";var b=a.replace("%%","__");return b.contains("%")?a:"%"+a+"%"},quote:function(a){if("string"!=typeof a)return a;a.contains("\\")&&(a=a.replace(new RegExp("\\\\","g"),"\\\\")),a.contains('"')&&(a=a.replace(new RegExp('"',"g"),'\\"'));for(var b=[":"," ","(",")"].concat(this.OPERATORS),c=0;c<b.length;c++){var d=b[c];if(a.contains(d))return'"'+a+'"'}return a},default_operator:function(a){return~["char","text","many2one","many2many","one2many","reference"].indexOf(a.type)?"ilike":"="},negate_operator:function(a){switch(a){case"ilike":return"not ilike";case"=":return"!=";case"in":return"not in"}},time_format:function(a){return new Sao.PYSON.Decoder({}).decode(a.format)},split_target_value:function(a,b){var c=null;if("string"==typeof b)for(var d=0;d<a.selection.length;d++){var e=a.selection[d],f=e[0],g=e[1];if(b.toLowerCase().startsWith(g.toLowerCase()+",")){c=f,b=b.slice(g.length+1);break}}return[c,b]},convert_value:function(a,b){var c=function(){if("string"==typeof b)for(var c=0;c<a.selection.length;c++){var d=a.selection[c],e=d[0],f=d[1];if(b.toLowerCase()==f.toLowerCase())return e}return b},d={"boolean":function(){return"string"==typeof b?[Sao.i18n.gettext("y"),Sao.i18n.gettext("yes"),Sao.i18n.gettext("true"),Sao.i18n.gettext("t"),"1"].some(function(a){return a.toLowerCase().startsWith(b.toLowerCase())}):Boolean(b)},"float":function(){var a=Number(b);return isNaN(a)||""===b||null===b?null:a},integer:function(){var a=parseInt(b,10);return isNaN(a)?null:a},numeric:function(){var a=new Sao.Decimal(b);return isNaN(a.valueOf())||""===b||null===b?null:a},selection:c,reference:c,datetime:function(){var c=Sao.common.parse_datetime(Sao.common.date_format(),this.time_format(a),b);return c||(c=Sao.common.parse_date(Sao.common.date_format(),b)),c}.bind(this),date:function(){return Sao.common.parse_date(Sao.common.date_format(),b)},time:function(){try{return Sao.common.parse_time(this.time_format(a),b)}catch(c){return null}}.bind(this),timedelta:function(){var c=null;return a.converter&&(c=this.context[a.converter]),Sao.common.timedelta.parse(b,c)}.bind(this),many2one:function(){return""===b?null:b}},e=d[a.type];return e?e():b},format_value:function(a,b,c){void 0===c&&(c=null);var d=function(){if(!b&&0!==b&&b!==new Sao.Decimal(0))return"";var a=String(b).split(".")[1];return a=a?a.length:0,b.toFixed(a)},e=function(){for(var c=0;c<a.selection.length;c++)if(a.selection[c][0]==b)return a.selection[c][1];return b||""},f=function(){if(!c)return e();for(var d=0;d<a.selection.length;d++)if(a.selection[d][0]==c){c=a.selection[d][1];break}return c+","+b},g={"boolean":function(){return b?Sao.i18n.gettext("True"):Sao.i18n.gettext("False")},integer:function(){return b||0===b?""+parseInt(b,10):""},"float":d,numeric:d,selection:e,reference:f,datetime:function(){return b?b.isDate||!(b.hour()||b.minute()||b.second())?Sao.common.format_date(Sao.common.date_format(),b):Sao.common.format_datetime(Sao.common.date_format(),this.time_format(a),b):""}.bind(this),date:function(){return Sao.common.format_date(Sao.common.date_format(),b)},time:function(){return b?Sao.common.format_time(this.time_format(a),b):""}.bind(this),timedelta:function(){if(!b||!b.valueOf())return"";var c=null;return a.converter&&(c=this.context[a.converter]),Sao.common.timedelta.format(b,c)}.bind(this),many2one:function(){return null===b?"":b}};if(b instanceof Array)return b.map(function(b){return this.format_value(a,b)}.bind(this)).join(";");var h=g[a.type];return h?this.quote(h(b)):null===b?"":this.quote(b)},simplify:function(a){return a instanceof Array&&!this.is_leaf(a)?1==a.length&&a[0]instanceof Array&&("AND"==a[0][0]||"OR"==a[0][0]||a[0][0]instanceof Array)?this.simplify(a[0]):2==a.length&&("AND"==a[0]||"OR"==a[0])&&a[1]instanceof Array?this.simplify(a[1]):(3==a.length&&("AND"==a[0]||"OR"==a[0])&&a[1]instanceof Array&&a[0]==a[1][0]&&(a=this.simplify(a[1]).concat([a[2]])),a.map(this.simplify.bind(this))):a}}),Sao.common.DomainInversion=Sao.class_(Object,{and:function(a,b){return a&&b},or:function(a,b){return a||b},OPERATORS:{"=":function(a,b){return a instanceof Array&&b instanceof Array?Sao.common.compare(a,b):a===b},">":function(a,b){return a>b},"<":function(a,b){return b>a},"<=":function(a,b){return b>=a},">=":function(a,b){return a>=b},"!=":function(a,b){return a instanceof Array&&b instanceof Array?!Sao.common.compare(a,b):a!==b},"in":function(a,b){return Sao.common.DomainInversion.in_(a,b)},"not in":function(a,b){return!Sao.common.DomainInversion.in_(a,b)},like:function(){return!0},ilike:function(){return!0},"not like":function(){return!0},"not ilike":function(){return!0},child_of:function(){return!0},"not child_of":function(){return!0}},locale_part:function(a,b,c){return void 0===c&&(c="id"),a===b?c:a.contains(".")?a.split(".").slice(1).join("."):a},is_leaf:function(a){return a instanceof Array&&a.length>2&&"string"==typeof a[1]},eval_leaf:function(a,b,c){void 0===c&&(c=this.and);var d=a[0],e=a[1],f=a[2];if(d.contains("."))return Boolean(b[d.split(".")[0]]);if("="==e&&(null===b[d]||void 0===b[d])&&c===this.and)return!0;var g=b[d];return g&&g._isAMomentObject&&!f&&(f=g.isDateTime?Sao.DateTime.min:Sao.Date.min),f&&f._isAMomentObject&&!g&&(g=f.isDateTime?Sao.DateTime.min:Sao.Date.min),"string"==typeof g&&f instanceof Array&&2==f.length?f=f.join(","):g instanceof Array&&"string"==typeof f&&2==g.length&&(g=g.join(",")),~["=","!="].indexOf(e)&&g instanceof Array&&"number"==typeof f&&(e={"=":"in","!=":"not in"}[e]),e in this.OPERATORS?this.OPERATORS[e](g,f):!0},inverse_leaf:function(a){return~["AND","OR"].indexOf(a)?a:this.is_leaf(a)?a[1].contains("child_of")?3==a.length?a:[a[3]].concat(a.slice(1)):a:a.map(this.inverse_leaf.bind(this))},filter_leaf:function(a,b,c){return~["AND","OR"].indexOf(a)?a:this.is_leaf(a)?a[0].startsWith(b)&&a.length>3&&a[3]!==c?["id","=",null]:a:a.map(function(a){return this.filter_leaf(a,b,c)}.bind(this))},eval_domain:function(a,b,c){return void 0===c&&(c=this.and),this.is_leaf(a)?this.eval_leaf(a,b,c):jQuery.isEmptyObject(a)&&c==this.and?!0:jQuery.isEmptyObject(a)&&c==this.or?!1:"AND"==a[0]?this.eval_domain(a.slice(1),b):"OR"==a[0]?this.eval_domain(a.slice(1),b,this.or):c(this.eval_domain(a[0],b),this.eval_domain(a.slice(1),b,c))},localize_domain:function(a,b,c){if(~["AND","OR",!0,!1].indexOf(a))return a;if(this.is_leaf(a)){if(a[1].contains("child_of"))return 3==a.length?a:[a[3]].concat(a.slice(1,-1));var d="id";"string"==typeof a[2]&&(d="rec_name");var e=c?3:4;return[this.locale_part(a[0],b,d)].concat(a.slice(1,e)).concat(a.slice(4))}return a.map(function(a){return this.localize_domain(a,b,c)}.bind(this))},simplify:function(a){return this.is_leaf(a)?a:~["OR","AND"].indexOf(a)?a:a instanceof Array&&1==a.length&&~["OR","AND"].indexOf(a[0])?[]:a instanceof Array&&1==a.length&&!this.is_leaf(a[0])?this.simplify(a[0]):a instanceof Array&&2==a.length&&~["AND","OR"].indexOf(a[0])?[this.simplify(a[1])]:a.map(this.simplify.bind(this))},merge:function(a,b){if(jQuery.isEmptyObject(a)||~["AND","OR"].indexOf(a))return[];var c="OR"==a[0]?"OR":"AND";return this.is_leaf(a)?[a]:void 0===b?[c].concat([].concat.apply([],a.map(function(a){return this.merge(a,c)}.bind(this)))):c==b?[].concat.apply([],a.map(function(a){return this.merge(a,c)}.bind(this))):[this.merge(a)]},concat:function(a,b){var c=[];return b&&c.push(b),a.forEach(function(a){jQuery.isEmptyObject(a)||c.push(a)}),this.simplify(this.merge(c))},unique_value:function(a){return a instanceof Array&&1==a.length&&!a[0][0].contains(".")&&"="==a[0][1]?[!0,a[0][1],a[0][2]]:[!1,null,null]},parse:function(a){var b=Sao.common.DomainInversion.And,c=Sao.common.DomainInversion.Or;if(this.is_leaf(a))return a;if(jQuery.isEmptyObject(a))return new b([]);if("OR"===a[0])return new c(a.slice(1));var d=0;return"AND"===a[0]&&(d=1),new b(a.slice(d))},domain_inversion:function(a,b,c){void 0===c&&(c={});var d=this.parse(a);return~d.variables.indexOf(b)?d.inverse(b,c):!0}}),Sao.common.DomainInversion.in_=function(a,b){if(a instanceof Array){if(b instanceof Array){for(var c=0,d=a.length;d>c;c++)if(~b.indexOf(a[c]))return!0;return!1}return Boolean(~a.indexOf(b))}return Boolean(~b.indexOf(a))},Sao.common.DomainInversion.And=Sao.class_(Object,{init:function(a){this.domain_inversion=new Sao.common.DomainInversion,this.branches=a.map(this.domain_inversion.parse.bind(this.domain_inversion)),this.variables=[];for(var b=0,c=this.branches.length;c>b;b++){var d=this.branches[b];this.domain_inversion.is_leaf(d)?this.variables.push(this.base(d[0])):d instanceof Sao.common.DomainInversion.And&&(this.variables=this.variables.concat(d.variables))}},base:function(a){return a.contains(".")?a.split(".")[0]:a},inverse:function(a,b){for(var c=Sao.common.DomainInversion,d=[],e=0,f=this.branches.length;f>e;e++){var g=this.branches[e];if(g instanceof c.And){var h=g.inverse(a,b),i="boolean"==typeof h;if(i){if(h)continue;return!1}d.push(h)}else if(this.domain_inversion.is_leaf(g)&&this.base(g[0])===a)d.push(g);else{var j=g[0];if(j in b&&!(j in b&&this.domain_inversion.eval_leaf(g,b,this.domain_inversion.and)))return!1;d.push(!0)}}return d=d.filter(function(a){return a!==!0}),jQuery.isEmptyObject(d)?!0:this.domain_inversion.simplify(d)}}),Sao.common.DomainInversion.Or=Sao.class_(Sao.common.DomainInversion.And,{inverse:function(a,b){var c=Sao.common.DomainInversion,d=[];if(!~this.variables.indexOf(a)&&!jQuery.isEmptyObject(this.variables.filter(function(a){return!(a in b)})))return!0;for(var e=0,f=this.branches.length;f>e;e++){var g=this.branches[e];if(g instanceof c.And){var h=g.inverse(a,b),i="boolean"==typeof h;if(!~this.variables.indexOf(a)){if(i&&h)return!0;continue}if(i){if(h)return!0;continue}d.push(h)}else if(this.domain_inversion.is_leaf(g)&&this.base(g[0])==a)d.push(g);else{var j=g[0];if(j=this.base(j),j in b&&this.domain_inversion.eval_leaf(g,b,this.domain_inversion.or))return!0;j in b&&!this.domain_inversion.eval_leaf(g,b,this.domain_inversion.or)&&d.push(!1)}}return d=d.filter(function(a){return a!==!1}),jQuery.isEmptyObject(d)?!1:this.domain_inversion.simplify(["OR"].concat(d))}}),Sao.common.guess_mimetype=function(a){return/.*odt$/.test(a)?"application/vnd.oasis.opendocument.text":/.*ods$/.test(a)?"application/vnd.oasis.opendocument.spreadsheet":/.*pdf$/.test(a)?"application/pdf":/.*docx$/.test(a)?"application/vnd.openxmlformats-officedocument.wordprocessingml.document":/.*doc/.test(a)?"application/msword":/.*xlsx$/.test(a)?"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":/.*xls/.test(a)?"application/vnd.ms-excel":"application/octet-binary"},Sao.common.LOCAL_ICONS=["tryton-attachment-hi","tryton-attachment","tryton-bookmark","tryton-cancel","tryton-clear","tryton-close","tryton-connect","tryton-copy","tryton-delete","tryton-dialog-error","tryton-dialog-information","tryton-dialog-warning","tryton-disconnect","tryton-executable","tryton-find-replace","tryton-find","tryton-folder-new","tryton-fullscreen","tryton-go-home","tryton-go-jump","tryton-go-next","tryton-go-previous","tryton-help","tryton-icon","tryton-list-add","tryton-list-remove","tryton-locale","tryton-lock","tryton-log-out","tryton-mail-message-new","tryton-mail-message","tryton-new","tryton-ok","tryton-open","tryton-preferences-system-session","tryton-preferences-system","tryton-preferences","tryton-print-email","tryton-print-open","tryton-print","tryton-refresh","tryton-save-as","tryton-save","tryton-star","tryton-start-here","tryton-system-file-manager","tryton-system","tryton-text-background","tryton-text-foreground","tryton-text-markup","tryton-undo","tryton-unstar","tryton-web-browser"],Sao.common.IconFactory=Sao.class_(Object,{batchnum:10,name2id:{},loaded_icons:{},tryton_icons:[],register_prm:jQuery.when(),load_icons:function(a){if(a=a||!1,!a)for(var b in this.load_icons)this.load_icons.hasOwnProperty(b)&&window.URL.revokeObjectURL(this.load_icons[b]);var c=new Sao.Model("ir.ui.icon");return c.execute("list_icons",[],{}).then(function(b){a||(this.name2id={},this.loaded_icons={}),this.tryton_icons=[];for(var c,d,e=0,f=b.length;f>e;e++)c=b[e][0],d=b[e][1],a&&d in this.loaded_icons||(this.tryton_icons.push([c,d]),this.name2id[d]=c)}.bind(this))},register_icon:function(a){if(!a)return jQuery.Deferred().reject();if(a in this.loaded_icons||~Sao.common.LOCAL_ICONS.indexOf(a))return jQuery.when(this.get_icon_url(a));if("pending"==this.register_prm.state()){var b=jQuery.Deferred();return this.register_prm.then(function(){this.register_icon(a).then(b.resolve,b.reject)}.bind(this)),b}var c;c=a in this.name2id?jQuery.when():this.load_icons(!0);var d=new Sao.Model("ir.ui.icon");return this.register_prm=c.then(function(){var b=function(a){var b,c;for(b=0,c=this.tryton_icons.length;c>b;b++){var d=this.tryton_icons[b];if(Sao.common.compare(d,a))break}return b}.bind(this),c=b([this.name2id[a],a]),e=Math.round(c-this.batchnum/2);e=0>e?0:e;var f=Math.round(c+this.batchnum/2),g=[];this.tryton_icons.slice(e,f).forEach(function(a){g.push(a[0])});var h=d.execute("read",[g,["name","icon"]],{});return h.then(function(c){return c.forEach(function(a){var c;if(navigator.userAgent.match(/firefox/i)){c="data:image/svg+xml;base64,"+window.btoa(unescape(encodeURIComponent(a.icon)));var d=new Image;d.src=c,d.onload=function(){var b=document.createElement("canvas");b.width=d.width,b.height=d.height;var e=b.getContext("2d");e.drawImage(d,0,0),b.toBlob(function(d){var e=c;c=window.URL.createObjectURL(d),this.loaded_icons[a.name]=c,jQuery(document).find("img").each(function(a,b){b.src==e&&(b.src=c)}),b.remove()}.bind(this),"image/png")}.bind(this)}else{var e=new Blob([a.icon],{type:"image/svg+xml"});c=window.URL.createObjectURL(e)}this.loaded_icons[a.name]=c,delete this.name2id[a.name],this.tryton_icons.splice(b([a.id,a.name]),1)}.bind(this)),this.get_icon_url(a)}.bind(this))}.bind(this)),this.register_prm},get_icon_url:function(a){return a in this.loaded_icons?this.loaded_icons[a]:"images/"+a+".svg"}}),Sao.common.ICONFACTORY=new Sao.common.IconFactory,Sao.common.UniqueDialog=Sao.class_(Object,{init:function(){this.running=!1},build_dialog:function(){var a=new Sao.Dialog("",this.class_);return a},run:function(){if(!this.running){var a=Array.prototype.slice.call(arguments),b=jQuery.Deferred();a.push(b);var c=this.build_dialog.apply(this,a);return c.content.submit(function(a){c.footer.find("button.btn-primary").first().click(),a.preventDefault()}.bind(this)),this.running=!0,c.modal.modal("show"),c.modal.on("shown.bs.modal",function(){c.modal.find("input,select").filter(":visible").first().focus()}),b}},close:function(a){a.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),a.modal.modal("hide"),this.running=!1}}),Sao.common.MessageDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"message-dialog",build_dialog:function(a,b,c){var d=Sao.common.MessageDialog._super.build_dialog.call(this);return d.header.remove(),d.body.append(jQuery("<div/>",{"class":"alert alert-info",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon "+b,"aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Message: "))).append(jQuery("<span/>").append(a).css("white-space","pre-wrap"))),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(d),c.resolve("ok")}.bind(this)).appendTo(d.footer),d},run:function(a,b){return Sao.common.MessageDialog._super.run.call(this,a,b||"glyphicon-info-sign")}}),Sao.common.message=new Sao.common.MessageDialog,Sao.common.WarningDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"warning-dialog",build_dialog:function(a,b,c){var d=Sao.common.WarningDialog._super.build_dialog.call(this);
-return d.add_title(b),d.body.append(jQuery("<div/>",{"class":"alert alert-warning",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-alert","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Warning: "))).append(jQuery("<span/>").append(a).css("white-space","pre-wrap"))),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(d),c.resolve("ok")}.bind(this)).appendTo(d.footer),d}}),Sao.common.warning=new Sao.common.WarningDialog,Sao.common.UserWarningDialog=Sao.class_(Sao.common.WarningDialog,{class_:"user-warning-dialog",always:!1,_set_always:function(){this.always=jQuery(this).prop("checked")},build_dialog:function(a,b,c){var d=Sao.common.UserWarningDialog._super.build_dialog.call(this,a,b,c);return d.body.append(jQuery("<div/>").append(jQuery("<input/>",{type:"checkbox"}).change(this._set_always.bind(this))).append(jQuery("<span/>").text(Sao.i18n.gettext("Always ignore this warning.")))),d.body.append(jQuery("<p/>").text(Sao.i18n.gettext("Do you want to proceed?"))),d.footer.children().remove(),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("No")).click(function(){this.close(d),c.reject()}.bind(this)).appendTo(d.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("Yes")).click(function(){this.close(d),this.always&&c.resolve("always"),c.resolve("ok")}.bind(this)).appendTo(d.footer),d}}),Sao.common.userwarning=new Sao.common.UserWarningDialog,Sao.common.ConfirmationDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"confirmation-dialog",build_dialog:function(a){var b=Sao.common.ConfirmationDialog._super.build_dialog.call(this);return b.header.remove(),b.body.append(jQuery("<div/>",{"class":"alert alert-info",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-info-sign","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Confirmation: "))).append(jQuery("<span/>").append(a).css("white-space","pre-wrap"))),b}}),Sao.common.SurDialog=Sao.class_(Sao.common.ConfirmationDialog,{build_dialog:function(a,b){var c=Sao.common.SurDialog._super.build_dialog.call(this,a);return jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(c),b.reject()}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(c),b.resolve()}.bind(this)).appendTo(c.footer),c}}),Sao.common.sur=new Sao.common.SurDialog,Sao.common.Sur3BDialog=Sao.class_(Sao.common.ConfirmationDialog,{build_dialog:function(a,b){var c=Sao.common.SurDialog._super.build_dialog.call(this,a);return jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(c),b.resolve("cancel")}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("No")).click(function(){this.close(c),b.resolve("ko")}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("Yes")).click(function(){this.close(c),b.resolve("ok")}.bind(this)).appendTo(c.footer),c}}),Sao.common.sur_3b=new Sao.common.Sur3BDialog,Sao.common.AskDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"ask-dialog",run:function(){var a=Array.prototype.slice.call(arguments);return 1==a.length&&a.push(!0),Sao.common.AskDialog._super.run.apply(this,a)},build_dialog:function(a,b,c){var d=Sao.common.AskDialog._super.build_dialog.call(this);d.header.remove();var e=jQuery("<input/>",{"class":"form-control",type:b?"input":"password",id:"ask-dialog-entry"});return d.body.append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"for":"ask-dialog-entry"}).append(a)).append(e)),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(d),c.reject()}.bind(this)).appendTo(d.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(d),c.resolve(e.val())}.bind(this)).appendTo(d.footer),d}}),Sao.common.ask=new Sao.common.AskDialog,Sao.common.ConcurrencyDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"ask-dialog",build_dialog:function(a,b,c,d){var e=Sao.common.ConcurrencyDialog._super.build_dialog.call(this);return e.modal.find(".modal-dialog").removeClass("modal-sm").addClass("modal-lg"),e.add_title(Sao.i18n.gettext("Concurrency Exception")),e.body.append(jQuery("<div/>",{"class":"alert alert-warning",role:"alert"}).append(jQuery("<p/>").append(jQuery("<span/>",{"class":"glyphicon glyphicon-info-sign","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Write Concurrency Warning: "))).append(Sao.i18n.gettext("This record has been modified while you were editing it."))).append(jQuery("<p/>").text(Sao.i18n.gettext("Choose:"))).append(jQuery("<ul/>").append(jQuery("<li/>").text(Sao.i18n.gettext('"Cancel" to cancel saving;'))).append(jQuery("<li/>").text(Sao.i18n.gettext('"Compare" to see the modified version;'))).append(jQuery("<li/>").text(Sao.i18n.gettext('"Write Anyway" to save your current version.'))))),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(e),d.reject()}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("Compare")).click(function(){this.close(e),Sao.Tab.create({model:a,res_id:b,domain:[["id","=",b]],context:c,mode:["form","tree"]}),d.reject()}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("Write Anyway")).click(function(){this.close(e),d.resolve()}.bind(this)).appendTo(e.footer),e}}),Sao.common.concurrency=new Sao.common.ConcurrencyDialog,Sao.common.ErrorDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"error-dialog",build_dialog:function(a,b,c){var d=Sao.common.ConcurrencyDialog._super.build_dialog.call(this);return d.modal.find(".modal-dialog").removeClass("modal-sm").addClass("modal-lg"),d.add_title(Sao.i18n.gettext("Application Error")),d.body.append(jQuery("<div/>",{"class":"alert alert-warning",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-alert","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Warning: "))).append(jQuery("<p/>").append(jQuery("<pre/>").text(b))).append(jQuery("<p/>").append(jQuery("<a/>",{"class":"btn btn-link",href:Sao.config.roundup.url,target:"_blank"}).text(Sao.i18n.gettext("Report Bug"))))),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("Close")).click(function(){this.close(d),c.resolve()}.bind(this)).appendTo(d.footer),d}}),Sao.common.error=new Sao.common.ErrorDialog,Sao.common.Processing=Sao.class_(Object,{queries:0,timeout:500,init:function(){this.el=jQuery("<div/>",{id:"processing","class":"text-center"}),this.el.append(jQuery("<span/>",{"class":"label label-info",text:"Processing..."})),this.el.hide(),jQuery(function(){this.el.appendTo("body")}.bind(this))},show:function(){return window.setTimeout(function(){this.queries+=1,this.el.show()}.bind(this),this.timeout)},hide:function(a){window.clearTimeout(a),this.queries>0&&(this.queries-=1),this.queries<=0&&(this.queries=0,this.el.hide())}}),Sao.common.processing=new Sao.common.Processing,Sao.common.InputCompletion=Sao.class_(Object,{init:function(a,b,c,d){a.is("input")?(a.wrap('<div class="dropdown"/>'),this.dropdown=a.parent()):(a.addClass("dropdown"),this.dropdown=a),this.input=a.find("input").add(a.filter("input")).first(),this.input.attr("autocomplete","off"),jQuery("<span/>",{"data-toggle":"dropdown"}).appendTo(this.dropdown),this.menu=jQuery("<ul/>",{"class":"dropdown-menu",role:"listbox"}).appendTo(this.dropdown),this.separator=jQuery("<li/>",{role:"separator","class":"divider"}).appendTo(this.menu),this.separator.hide(),this.source=b,this.match_selected=c,this.format=d,this.action_activated=null,this._search_text=null,this.input.on("input",function(){window.setTimeout(this._input.bind(this),300,this.input.val())}.bind(this)),this.input.keydown(function(a){a.which==Sao.common.ESC_KEYCODE?this.dropdown.hasClass("open")&&this.menu.dropdown("toggle"):a.which==Sao.common.RETURN_KEYCODE&&(this.dropdown.hasClass("open")||this.menu.dropdown("toggle"))}.bind(this)),this.dropdown.on("hide.bs.dropdown",function(){this.input.focus(),this.input.closest(".treeview").css("overflow","")}.bind(this)),this.dropdown.on("show.bs.dropdown",function(){this.input.closest(".treeview").css("overflow","visible")}.bind(this))},set_actions:function(a,b){return void 0!==b&&(this.action_activated=b),this.menu.find("li.action").remove(),jQuery.isEmptyObject(a)?void this.separator.hide():(this.separator.show(),void a.forEach(function(a){var b=a[0],c=a[1];jQuery("<li/>",{"class":"action action-"+b}).append(jQuery("<a/>",{href:"#"}).append(this._format_action(c))).click(function(){this.action_activated&&this.action_activated(b),this.input.val("")}.bind(this)).appendTo(this.menu)},this))},_format:function(a){return this.format?this.format(a):a},_format_action:function(a){return this.format_action?this.format_action(a):a},_input:function(a){if(a==this.input.val()){var b;b=this.source instanceof Array?jQuery.when(source.filter(function(b){return b.toLowerCase().startsWith(a.toLowerCase())})):this.source(a),b.then(function(b){a==this.input.val()&&this._set_selection(b)}.bind(this))}},_set_selection:function(a){void 0===a&&(a=[]),this.menu.find("li.completion").remove(),a.reverse().forEach(function(a){jQuery("<li/>",{"class":"completion"}).append(jQuery("<a/>",{href:"#"}).append(this._format(a))).click(function(){this.match_selected&&this.match_selected(a),this.input.focus()}.bind(this)).prependTo(this.menu)},this),this.input.val()?this.dropdown.hasClass("open")||this.menu.dropdown("toggle"):this.dropdown.hasClass("open")&&this.menu.dropdown("toggle")}}),Sao.common.get_completion=function(a,b,c,d){var e=function(a){return a.rec_name},f=new Sao.common.InputCompletion(a,b,c,e);f.set_actions([["search",Sao.i18n.gettext("Search...")],["create",Sao.i18n.gettext("Create...")]],d)},Sao.common.update_completion=function(a,b,c,d,e){var f=a.val();if(!f||!d)return jQuery.when();void 0===e&&(e=c.get_domain(b));var g=c.get_context(b);e=[["rec_name","ilike","%"+f+"%"],e];var h=new Sao.Model(d);return h.execute("search_read",[e,0,Sao.config.limit,null,["rec_name"]],g)},Sao.common.Paned=Sao.class_(Object,{init:function(a){var b;this._orientation=a,this.el=jQuery("<div/>"),"horizontal"==a?(b=jQuery("<div/>",{"class":"row"}).appendTo(this.el),this.child1=jQuery("<div/>",{"class":"col-md-6"}).appendTo(b),this.child2=jQuery("<div/>",{"class":"col-md-6"}).appendTo(b)):"vertical"==a&&(this.child1=jQuery("<div/>",{"class":"row"}).appendTo(this.el),this.child2=jQuery("<div/>",{"class":"row"}).appendTo(this.el))},get_child1:function(){return this.child1},get_child2:function(){return this.child2}}),Sao.common.get_focus_chain=function(a){var b=a.find("input","textarea");return b.sort(function(a,b){if("tabindex"in a.attributes&&"tabindex"in b.attributes){var c=parseInt(a.attributes.tabindex.value),d=parseInt(b.attributes.tabindex.value);return c-d}return"tabindex"in a.attributes?-1:"tabindex"in b.attributes?1:0}),b},Sao.common.find_focusable_child=function(a){var b,c,d,e;if(!a.is(":visible"))return null;if(~["input","select","textarea"].indexOf(a[0].tagName.toLowerCase()))return a;for(d=Sao.common.get_focus_chain(a),b=0,c=d.length;c>b;b++)if(e=Sao.common.find_focusable_child(jQuery(d[b])))return e},Sao.common.find_first_focus_widget=function(a,b){var c,d,e,f,g;if(1==b.length)return jQuery(b[0]);for(e=Sao.common.get_focus_chain(a),c=0;c<e.length;c++){for(f=[],d=0;d<b.length;d++)g=jQuery(b[d]).closest(e[c]).length>0,g&&f.push(b[d]);if(f.length>0)return Sao.common.find_first_focus_widget(jQuery(e[c]),f)}}}(),function(){"use strict";Sao.Window={},Sao.Window.InfoBar=Sao.class_(Object,{init:function(){this.text=jQuery("<span/>"),this.text.css("white-space","pre-wrap"),this.el=jQuery("<div/>",{"class":"alert",role:"alert"}).append(jQuery("<button/>",{type:"button","class":"close","aria-label":Sao.i18n.gettext("Close")}).append(jQuery("<span/>",{"aria-hidden":!0}).append("×")).click(function(){this.el.hide()}.bind(this))).append(this.text),this.el.hide()},message:function(a,b){a?(this.el.removeClass("alert-success alert-info alert-warning alert-danger"),this.el.addClass("alert-"+(b||"info")),this.text.text(a),this.el.show()):this.el.hide()}}),Sao.Window.Form=Sao.class_(Object,{init:function(a,b,c){c=c||{},this.screen=a,this.callback=b,this.many=c.many||0,this.domain=c.domain||null,this.context=c.context||null,this.save_current=c.save_current,this.prev_view=a.current_view,this.screen.screen_container.alternate_view=!0,this.info_bar=new Sao.Window.InfoBar;for(var d=c.view_type||"form",e=jQuery.when(),f=[],g=0,h=this.screen.views.length;h>g;g++)f.push(this.screen.views[g].view_type);~f.indexOf(d)||~this.screen.view_to_load.indexOf(d)||(e=this.screen.add_view_id(null,d));var i=e.then(function(){return this.screen.switch_view(d).done(function(){c.new_&&this.screen.new_()}.bind(this))}.bind(this)),j=new Sao.Dialog("","","lg");this.el=j.modal,j.body.append(this.info_bar.el);var k=this.screen.attributes.readonly||this.screen.group.get_readonly();if("form"==d&&j.footer.append(jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(!c.new_&&this.screen.current_record.id<0?Sao.i18n.gettext("Delete"):Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this))),c.new_&&this.many&&j.footer.append(jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("New")).click(function(){this.response("RESPONSE_ACCEPT")}.bind(this))),this.save_current?j.footer.append(jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("Save"))):j.footer.append(jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK"))),j.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)),"tree"==d){var l=jQuery("<div/>").appendTo(j.body),m=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(l);this.wid_text=jQuery("<input/>",{type:"input"}).appendTo(l),this.wid_text.hide();var n=jQuery("<div/>",{"class":"input-group-btn"}).appendTo(m),o=Sao.common.MODELACCESS.get(this.screen.model_name);this.domain&&(this.wid_text.show(),this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(n),this.but_add.click(this.add.bind(this)),this.but_add.prop("disabled",!o.read||k),this.but_remove=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(n),this.but_remove.click(this.remove.bind(this)),this.but_remove.prop("disabled",!o.read||k)),this.but_new=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("New")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-edit"})).appendTo(n),this.but_new.click(this.new_.bind(this)),this.but_new.prop("disabled",!o.create||k),this.but_del=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Delete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-trash"})).appendTo(n),this.but_del.click(this.delete_.bind(this)),this.but_del.prop("disabled",!o["delete"]||k),this.but_undel=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Undelete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-repeat"})).appendTo(n),this.but_undel.click(this.undelete.bind(this)),this.but_undel.prop("disabled",!o["delete"]||k),this.but_previous=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Previous")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-left"})).appendTo(n),this.but_previous.click(this.previous.bind(this)),this.label=jQuery("<span/>",{"class":"btn"}).appendTo(n),this.label.text("(0, 0)"),this.but_next=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Next")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-right"})).appendTo(n),this.but_next.click(this.next.bind(this)),this.but_switch=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Switch")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-list-alt"})).appendTo(n),this.but_switch.click(this.switch_.bind(this))}i.done(function(){j.add_title(this.screen.current_view.attributes.string),j.body.append(this.screen.screen_container.alternate_viewport),this.el.modal("show")}.bind(this)),this.el.on("shown.bs.modal",function(a){this.screen.display().done(function(){this.screen.set_cursor()}.bind(this))}.bind(this)),this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()})},add:function(){var a=jQuery.extend([],this.domain),b=this.screen.model_name,c=this.wid_text.val(),d=function(a){var b=jQuery.when();if(!jQuery.isEmptyObject(a)){for(var c=[],d=0,e=a.length;e>d;d++)c.push(a[d][0]);this.screen.group.load(c,!0),b=this.screen.display()}b.done(function(){this.screen.set_cursor()}.bind(this)),this.entry.val("")}.bind(this),e=new Sao.common.DomainParser;new Sao.Window.Search(b,d,{sel_multi:!0,context:this.context,domain:a,search_filter:e.quote(c)})},remove:function(){this.screen.remove(!1,!0,!1)},new_:function(){this.screen.new_()},delete_:function(){this.screen.remove(!1,!1,!1)},undelete:function(){this.screen.unremove()},previous:function(){this.screen.display_previous()},next:function(){this.screen.display_next()},switch_:function(){this.screen.switch_view()},response:function(a){var b;this.screen.current_view.set_value();var c=this.screen.group.get_readonly();if(~["RESPONSE_OK","RESPONSE_ACCEPT"].indexOf(a)&&!c&&this.screen.current_record)return void this.screen.current_record.validate().then(function(a){return a&&this.screen.attributes.pre_validate?this.screen.current_record.pre_validate():a}.bind(this)).then(function(c){var d=jQuery.Deferred();if(c&&this.save_current)this.screen.save_current().then(d.resolve,d.reject);else if(c&&"form"==this.screen.current_view.view_type){var e=this.screen.current_view,f=[];for(var g in e.widgets){var h=e.widgets[g];if(h.screen&&h.screen.attributes.pre_validate){var i=h.screen.current_record;i&&f.push(i.pre_validate())}}jQuery.when.apply(jQuery,f).then(d.resolve,d.reject)}else c?(this.info_bar.message(),d.resolve()):(this.info_bar.message(this.screen.invalid_message(),"danger"),d.reject());d.fail(function(){this.screen.display().done(function(){this.screen.set_cursor()}.bind(this))}.bind(this)),d.done(function(){"RESPONSE_ACCEPT"==a?(this.screen.new_(),this.screen.current_view.display().done(function(){this.screen.set_cursor()}.bind(this)),this.many-=1,0===this.many&&this.but_new.prop("disabled",!0)):(b=!0,this.callback(b),this.destroy())}.bind(this))}.bind(this));if("RESPONSE_CANCEL"==a&&!c&&this.screen.current_record){if(b=!1,this.screen.current_record.id<0||this.save_current)this.screen.group.remove(this.screen.current_record,!0);else if(this.screen.current_record.has_changed())return this.screen.current_record.cancel(),void this.screen.current_record.reload().always(function(){this.callback(b),this.destroy()}.bind(this))}else b="RESPONSE_CANCEL"!=a;this.callback(b),this.destroy()},destroy:function(){this.screen.screen_container.alternate_view=!1,this.screen.screen_container.alternate_viewport.children().detach(),this.prev_view&&this.screen.switch_view(this.prev_view.view_type),this.el.modal("hide")}}),Sao.Window.Attachment=Sao.class_(Sao.Window.Form,{init:function(a,b){this.resource=a.model.name+","+a.id,this.attachment_callback=b;var c=jQuery.extend({},a.get_context());c.resource=this.resource;var d=new Sao.Screen("ir.attachment",{domain:[["resource","=",this.resource]],mode:["tree","form"],context:c,exclude_field:"resource"});d.switch_view().done(function(){d.search_filter()}),Sao.Window.Attachment._super.init.call(this,d,this.callback,{view_type:"tree"})},callback:function(a){var b=jQuery.when();if(a){var c=this.screen.group.model.fields.resource;this.screen.group.forEach(function(a){c.set_client(a,this.resource)}.bind(this)),b=this.screen.group.save()}this.attachment_callback&&b.always(this.attachment_callback.bind(this))}}),Sao.Window.Note=Sao.class_(Sao.Window.Form,{init:function(a,b){this.resource=a.model.name+","+a.id,this.note_callback=b;var c=a.get_context();c.resource=this.resource;var d=new Sao.Screen("ir.note",{domain:[["resource","=",this.resource]],mode:["tree","form"],context:c,exclude_field:"resource"});d.switch_view().done(function(){d.search_filter()}),Sao.Window.Note._super.init.call(this,d,this.callback,{view_type:"tree"})},callback:function(a){var b=jQuery.when();if(a){var c=this.screen.group.model.fields.resource,d=this.screen.group.model.fields.unread;this.screen.group.forEach(function(a){(a.get_loaded()||a.id<0)&&(c.set_client(a,this.resource),a._changed.unread||d.set_client(a,!1))}.bind(this)),b=this.screen.group.save()}this.note_callback&&b.always(this.note_callback.bind(this))}}),Sao.Window.Search=Sao.class_(Object,{init:function(a,b,c){c=c||{};var d=c.views_preload||{};this.model_name=a,this.domain=c.domain||[],this.context=c.context||{},this.sel_multi=c.sel_multi,this.callback=b;var e=new Sao.Dialog("Search","","lg");this.el=e.modal,jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("Find")).click(function(){this.response("RESPONSE_APPLY")}.bind(this)).appendTo(e.footer),c.new_&&Sao.common.MODELACCESS.get(a).create&&jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("New")).click(function(){this.response("RESPONSE_ACCEPT")}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(e.footer),e.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)),this.screen=new Sao.Screen(a,{mode:["tree"],context:this.context,domain:this.domain,view_ids:c.view_ids,views_preload:d,row_activate:this.activate.bind(this)}),this.screen.load_next_view().done(function(){this.screen.switch_view().done(function(){e.body.append(this.screen.screen_container.el),this.el.modal("show"),this.screen.display(),void 0!==c.search_filter&&this.screen.search_filter(c.search_filter)}.bind(this))}.bind(this)),this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()})},activate:function(){this.response("RESPONSE_OK")},response:function(a){var b,c=[];if("RESPONSE_OK"==a)b=this.screen.current_view.selected_records();else{if("RESPONSE_APPLY"==a)return void this.screen.search_filter();if("RESPONSE_ACCEPT"==a){var d=new Sao.Screen(this.model_name,{domain:this.domain,context:this.context,mode:["form"]}),e=function(a){a?d.save_current().then(function(){var a=d.current_record;this.callback([[a.id,a._values.rec_name||""]])}.bind(this),function(){this.callback(null)}.bind(this)):this.callback(null)};return this.el.modal("hide"),void new Sao.Window.Form(d,e.bind(this),{new_:!0})}}if(b){var f,g;for(f in b)g=b[f],c.push([g.id,g._values.rec_name||""])}this.callback(c),this.el.modal("hide")}}),Sao.Window.Preferences=Sao.class_(Object,{init:function(a){this.callback=a;var b=new Sao.Dialog("Preferences","","lg");this.el=b.modal,jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(b.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(b.footer),b.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)),this.screen=new Sao.Screen("res.user",{mode:[]}),this.screen.attributes.readonly=!1,this.screen.group.set_readonly(!1),this.screen.group.skip_model_access=!0;var c=function(a){this.screen.add_view(a),this.screen.switch_view().done(function(){this.screen.new_(!1),this.screen.model.execute("get_preferences",[!1],{}).then(d.bind(this),this.destroy)}.bind(this))},d=function(a){this.screen.current_record.set(a),this.screen.current_record.id=this.screen.model.session.user_id,this.screen.current_record.validate(null,!0).then(function(){this.screen.display(!0)}.bind(this)),b.body.append(this.screen.screen_container.el),this.el.modal("show")};this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()}),this.screen.model.execute("get_preferences_fields_view",[],{}).then(c.bind(this),this.destroy)},response:function(a){var b=function(){this.destroy(),this.callback()}.bind(this),c=jQuery.when();"RESPONSE_OK"==a&&(c=this.screen.current_record.validate().then(function(a){if(a){var b=jQuery.extend({},this.screen.get()),c=function(a){return this.screen.model.execute("set_preferences",[b,a],{})}.bind(this);return"password"in b?Sao.common.ask.run("Current Password:",!1).then(function(a){return c(a)}):c(!1)}}.bind(this))),c.done(b)},destroy:function(){this.el.modal("hide")}}),Sao.Window.Revision=Sao.class_(Object,{init:function(a,b){this.callback=b;var c=new Sao.Dialog(Sao.i18n.gettext("Revision"),"","lg");this.el=c.modal,jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(c.footer),c.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this));var d=jQuery("<div/>",{"class":"form-group"}).appendTo(c.body);jQuery("<label/>",{"for":"revision",text:"Revision"}).appendTo(d),this.select=jQuery("<select/>",{"class":"form-control",id:"revision",placeholder:Sao.i18n.gettext("Revision")}).appendTo(d);var e=Sao.common.date_format(),f="%H:%M:%S.%f";this.select.append(jQuery("<option/>",{value:null,text:""})),a.forEach(function(a){var b=a[2];a=a[0],this.select.append(jQuery("<option/>",{value:a.valueOf(),text:Sao.common.format_datetime(e,f,a)+" "+b}))}.bind(this)),this.el.modal("show"),this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()})},response:function(a){var b=null;"RESPONSE_OK"==a&&(b=this.select.val(),b&&(b=Sao.DateTime(parseInt(b,10)))),this.el.modal("hide"),this.callback(b)}})}(),function(){"use strict";Sao.Wizard=Sao.class_(Object,{init:function(a){this.widget=jQuery("<div/>",{"class":"wizard"}),this.name=a,this.action_id=null,this.id=null,this.ids=null,this.action=null,this.context=null,this.states={},this.session_id=null,this.start_state=null,this.end_state=null,this.screen=null,this.screen_state=null,this.state=null,this.session=Sao.Session.current_session,this.__processing=!1,this.__waiting_response=!1,this.info_bar=new Sao.Window.InfoBar},run:function(a){this.action=a.action,this.action_id=a.data.action_id,this.id=a.data.id,this.ids=a.data.ids,this.model=a.data.model,this.context=a.context,Sao.rpc({method:"wizard."+this.action+".create",params:[this.session.context]},this.session).then(function(a){this.session_id=a[0],this.start_state=this.state=a[1],this.end_state=a[2],this.process()}.bind(this))},process:function(){if(!this.__processing&&!this.__waiting_response){var a=function(){if(this.state==this.end_state)return void this.end();var a=jQuery.extend({},this.context);a.active_id=this.id,a.active_ids=this.ids,a.active_model=this.model,a.action_id=this.action_id;var b={};this.screen&&(b[this.screen_state]=this.screen.get_on_change_value()),Sao.rpc({method:"wizard."+this.action+".execute",params:[this.session_id,b,this.state,a]},this.session).then(function(a){if(a.view){this.clean();var b=a.view;this.update(b.fields_view,b.defaults,b.buttons),this.screen_state=b.state,this.__waiting_response=!0}else this.state=this.end_state;var c=function(){a.actions&&a.actions.forEach(function(a){Sao.Action.exec_action(a[0],a[1],jQuery.extend({},this.context))}.bind(this))}.bind(this);this.state==this.end_state?this.end().then(c):c(),this.__processing=!1}.bind(this),function(a){this.__processing=!1}.bind(this))};a.call(this)}},destroy:function(){},end:function(){return Sao.rpc({method:"wizard."+this.action+".delete",params:[this.session_id,this.session.context]},this.session)},clean:function(){this.widget.children().remove(),this.states={}},response:function(a){return this.__waiting_response=!1,this.screen.current_view.set_value(),this.screen.current_record.validate().then(function(b){return b||a==this.end_state?(this.info_bar.message(),this.state=a,void this.process()):(this.screen.display(!0),void this.info_bar.message(this.screen.invalid_message(),"danger"))}.bind(this))},_get_button:function(a){var b=new Sao.common.Button(a);return this.states[a.state]=b,a["default"]?b.el.addClass("btn-primary"):a.state==this.end_state&&b.el.addClass("btn-link"),b},update:function(a,b,c){c.forEach(function(a){this._get_button(a)}.bind(this)),this.screen=new Sao.Screen(a.model,{mode:[],context:this.context}),this.screen.add_view(a),this.screen.switch_view(),this.widget.append(this.screen.screen_container.el),this.screen.new_(!1),this.screen.current_record.set_default(b),this.screen.set_cursor()}}),Sao.Wizard.create=function(a){var b;if(a.window){b=new Sao.Wizard.Form(a.name);var c=new Sao.Tab.Wizard(b);Sao.Tab.add(c)}else b=new Sao.Wizard.Dialog(a.name);b.run(a)},Sao.Wizard.Form=Sao.class_(Sao.Wizard,{init:function(a){Sao.Wizard.Form._super.init.call(this),this.tab=null,this.name=a,this.form=jQuery("<div/>",{"class":"wizard-form"}).append(this.widget),this.footer=jQuery("<div/>",{"class":"modal-footer"}).appendTo(this.form)},clean:function(){Sao.Wizard.Form._super.clean.call(this),this.footer.children().remove()},_get_button:function(a){var b=Sao.Wizard.Form._super._get_button.call(this,a);return this.footer.append(b.el),b.el.click(function(){this.response(a.state)}.bind(this)),b},end:function(){return Sao.Wizard.Form._super.end.call(this).always(function(){return this.tab.close()}.bind(this))}}),Sao.Wizard.Dialog=Sao.class_(Sao.Wizard,{init:function(a){a||(a=Sao.i18n.gettext("Wizard")),Sao.Wizard.Dialog._super.init.call(this);var b=new Sao.Dialog(a,"wizard-dialog","lg");this.dialog=b.modal,this.content=b.content,this.footer=b.footer,b.body.append(this.info_bar.el).append(this.widget)},clean:function(){Sao.Wizard.Dialog._super.clean.call(this),this.footer.children().remove()},_get_button:function(a){var b=Sao.Wizard.Dialog._super._get_button.call(this,a);return this.footer.append(b.el),a["default"]?(this.content.unbind("submit"),this.content.submit(function(b){this.response(a.state),b.preventDefault()}.bind(this)),b.el.attr("type","submit")):b.el.click(function(){this.response(a.state)}.bind(this)),b},update:function(a,b,c){this.content.unbind("submit"),Sao.Wizard.Dialog._super.update.call(this,a,b,c),this.dialog.modal("show")},destroy:function(a){Sao.Wizard.Dialog._super.destroy.call(this),this.dialog.on("hidden.bs.modal",function(b){this.dialog.remove();var c,d=jQuery(".wizard-dialog").filter(":visible")[0],e=!1;if(d||(d=Sao.Tab.tabs.get_current(),d?d.screen&&d.screen.model_name!=this.model&&(e=!0,c=Sao.main_menu_screen):(e=!0,c=Sao.main_menu_screen)),d&&d.screen&&(c=d.screen),c){if(c.current_record&&!e){var f;f=c.model_name==this.model?this.ids:[c.current_record.id],c.reload(f,!0)}a&&c.client_action(a)}}.bind(this)),this.dialog.modal("hide")},end:function(){
-return Sao.Wizard.Dialog._super.end.call(this).then(this.destroy.bind(this))},show:function(){this.dialog.modal("show")},hide:function(){this.dialog.modal("hide")},state_changed:function(){this.process()}})}(),function(){"use strict";Sao.View.Board=Sao.class_(Object,{init:function(a,b){var c,d,e,f;this.context=b,this.widgets=[],this.actions=[],this.el=jQuery("<div/>",{"class":"board"}),c={},e=a.children()[0];for(var g=0,h=e.attributes.length;h>g;g++)d=e.attributes[g],c[d.name]=d.value;for(this.attributes=c,this.el.append(this.parse(e).el),f=[],g=0,h=this.actions.length;h>g;g++)f.push(this.actions[g].action_prm);this.actions_prms=jQuery.when.apply(jQuery,f)},_parse_node:function(a,b,c){switch(a.tagName){case"image":break;case"separator":this._parse_separator(a,b,c);break;case"label":this._parse_label(a,b,c);break;case"newline":b.add_row();break;case"notebook":this._parse_notebook(a,b,c);break;case"page":this._parse_page(a,b,c);break;case"group":this._parse_group(a,b,c);break;case"hpaned":this._parse_pane(a,b,c,"horizontal");break;case"vpaned":this._parse_pane(a,b,c,"vertical");break;case"child":this._parse_child(a,b,c);break;case"action":this._parse_action(a,b,c)}},parse:function(a,b){var c;return b||(b=new Sao.View.Form.Container(Number(a.getAttribute("col")||4))),c=function(a,c){var d,e,f,g;for(d={},f=0,g=c.attributes.length;g>f;f++)e=c.attributes[f],d[e.name]=e.value;["yexpand","yfill","xexpand","xfill","colspan","position"].forEach(function(a){d[a]&&(d[a]=Number(d[a]))}),this._parse_node(c,b,d)},jQuery(a).children().each(c.bind(this)),b},_parse_separator:function(a,b,c){var d,e;d=c.string,e=new Sao.view.Form.Separator(d,c),b.add(c,e)},_parse_label:function(a,b,c){var d,e;return(d=c.string)?(e=new Sao.View.Form.Label(d,c),void b.add(c,e)):void b.add(c)},_parse_notebook:function(a,b,c){var d;void 0===c.yexpand&&(c.yexpand=!0),void 0===c.yfill&&(c.yfill=!0),d=new Sao.View.Form.Notebook(c),b.add(c,d),this.parse(a,b)},_parse_page:function(a,b,c){var d;d=c.string,page=this.parse(a,b),page=new Sao.View.Form.Page(b.add(page.el,d),c)},_parse_group:function(a,b,c){var d;d=new Sao.View.Form.Group(c),b.add(c,d)},_parse_pane:function(a,b,c,d){var e;void 0===c.yexpand&&(c.yexpand=!0),void 0===c.yfill&&(c.yfill=!0),e=new Sao.common.Paned(d),b.add(c,e),this.parse(a,e)},_parse_child:function(a,b,c){var d,e,f;d=this.parse(a),e=b.get_child1(),e.children().length>0?(f=b.get_child2(),f.append(d.el)):e.append(d.el)},_parse_action:function(a,b,c){var d;void 0===c.yexpand&&(c.yexpand=!0),void 0===c.yfill&&(c.yfill=!0),d=new Sao.View.Board.Action(c,this.context),this.actions.push(d),b.add(c,d)},reload:function(){for(var a=0;a<this.actions.length;a++)this.actions[a].display()}}),Sao.View.Board.Action=Sao.class_(Object,{init:function(a,b){var c,d;this.name=a.name,this.context=b||{},c=new Sao.Model("ir.action.act_window"),this.action_prm=c.execute("get",[this.name],this.context),this.action_prm.done(function(b){var c,e,f,g,h,i;if(this.action=b,this.action.mode=[],f=[],(this.action.views||[]).length>0)for(c=0,e=this.action.views.length;e>c;c++)f.push(this.action.views[c][0]),this.action.mode.push(this.action.views[c][1]);else void 0!==this.action.view_id&&(f=[this.action.view_id[0]]);"mode"in a&&(this.action.mode=a.mode),"pyson_domain"in this.action||(this.action.pyson_domain="[]"),jQuery.extend(this.context,Sao.Session.current_session.context),this.context._user=Sao.Session.current_session.user_id,g=new Sao.PYSON.Decoder(this.context),jQuery.extend(this.context,g.decode(this.action.pyson_context||"{}")),g=new Sao.PYSON.Decoder(this.context),jQuery.extend(this.context,g.decode(this.action.pyson_context||"{}")),this.domain=[],this.update_domain([]),h=jQuery.extend({},this.context),h.context=this.context,h._user=Sao.Session.current_session.user_id,g=new Sao.PYSON.Decoder(h),d=g.decode(this.action.pyson_search_value||"{}"),i={mode:this.action.mode,context:this.context,view_ids:f,domain:this.domain,search_value:d,row_activate:this.row_activate.bind(this)},this.screen=new Sao.Screen(this.action.res_model,i),a.string?this.title.html(a.string):void 0!==this.action.window_name?this.title.html(this.action.name):this.title.html(this.screen.current_view.title),this.screen.switch_view().done(function(){this.body.append(this.screen.screen_container.el),this.screen.search_filter()}.bind(this))}.bind(this)),this.el=jQuery("<div/>",{"class":"board-action panel panel-default"}),this.title=jQuery("<div/>",{"class":"panel-heading"}),this.el.append(this.title),this.body=jQuery("<div/>",{"class":"panel-body"}),this.el.append(this.body)},row_activate:function(){var a,b;this.screen.current_record&&("tree"==this.screen.current_view.view_type&&1==this.screen.current_view.attributes.keyword_open?(a=this.screen.current_view.selected_records().map(function(a){return a.id}),Sao.Action.exec_keyword("tree_open",{model:this.screen.model_name,id:this.screen.current_record.id,ids:a},jQuery.extend({},this.context),!1)):b=new Sao.Window.Form(this.screen,function(a){a?this.screen.current_record.save():this.screen.current_record.cancel()}.bind(this)))},set_value:function(){},display:function(){this.screen.search_filter(this.screen.screen_container.get_text())},get_active:function(){return this.screen&&this.screen.current_record?Sao.common.EvalEnvironment(this.screen.current_record):void 0},update_domain:function(a){var b,c,d,e,f,g;for(e=jQuery.extend({},this.context),e.context=e,e._user=Sao.Session.current_session.user_id,b=0,c=a.length;c>b;b++)d=a[b].get_active(),d&&(e[a[b].name]=d);f=new Sao.PYSON.Decoder(e),g=f.decode(this.action.pyson_domain),Sao.common.compare(this.domain,g)||(this.domain.splice(0,this.domain.length),jQuery.extend(this.domain,g),this.screen&&this.display())}})}();
\ No newline at end of file
+function eval_pyson(value){with(Sao.PYSON.eval)return eval(value)}var Sao={};!function(){"use strict";function a(){var a=1040;jQuery(".modal.in").each(function(b){var c=jQuery(this);a++,c.css("zIndex",a),c.next(".modal-backdrop.in").addClass("hidden").css("zIndex",a-1)}),jQuery(".modal.in:visible:last").focus().next(".modal-backdrop.in").removeClass("hidden")}"contains"in String.prototype||(String.prototype.contains=function(a,b){return-1!==String.prototype.indexOf.call(this,a,b)}),String.prototype.startsWith||Object.defineProperty(String.prototype,"startsWith",{enumerable:!1,configurable:!1,writable:!1,value:function(a,b){return b=b||0,this.indexOf(a,b)===b}}),String.prototype.endsWith||Object.defineProperty(String.prototype,"endsWith",{enumerable:!1,configurable:!1,writable:!1,value:function(a,b){b=b||this.length,b-=a.length;var c=this.lastIndexOf(a);return-1!==c&&c===b}}),Array.prototype.some||(Array.prototype.some=function(a){if(null===this)throw new TypeError;var b,c,d=Object(this),e=d.length>>>0;if("function"!=typeof a)throw new TypeError;for(b=arguments[1],c=0;e>c;c++)if(c in d&&a.call(b,d[c],c,d))return!0;return!1});try{document.execCommand("styleWithCSS",!1,!1)}catch(b){}try{document.execCommand("useCSS",!1,!0)}catch(b){}jQuery.fn.extend({uniqueId:function(){var a=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++a)})}}()}),Sao.class_=function(a,b){var c=function(){if(!(this instanceof c))throw new Error("Constructor function requires new operator");this.Class=c,this.init&&this.init.apply(this,arguments)};if(c.prototype=Object.create(a.prototype),c._super=a.prototype,b)for(var d in b)c.prototype[d]=b[d];return c},Sao.Decimal=Number,Sao.Date=function(a,b,c){var d=moment();return d.year(a),d.month(b),d.date(c),d.set({hour:0,minute:0,second:0,millisecond:0}),d.isDate=!0,d},Sao.Date.min=moment(new Date(-864e13)),Sao.Date.min.set({hour:0,minute:0,second:0,millisecond:0}),Sao.Date.min.isDate=!0,Sao.Date.max=moment(new Date(864e13)),Sao.Date.max.set({hour:0,minute:0,second:0,millisecond:0}),Sao.Date.max.isDate=!0,Sao.DateTime=function(a,b,c,d,e,f,g,h){var i;return void 0===b?(i=moment(a),a=void 0):i=moment(),h&&i.utc(),i.year(a),i.month(b),i.date(c),void 0!==b&&(i.hour(d||0),i.minute(e||0),i.second(f||0),i.milliseconds(g||0)),i.isDateTime=!0,i.local(),i},Sao.DateTime.combine=function(a,b){var c=a.clone();return c.set({hour:b.hour(),minute:b.minute(),second:b.second(),millisecond:b.millisecond()}),c.isDateTime=!0,c},Sao.DateTime.min=moment(new Date(-864e13)).local(),Sao.DateTime.min.isDateTime=!0,Sao.DateTime.max=moment(new Date(864e13)).local(),Sao.DateTime.max.isDateTime=!0,Sao.Time=function(a,b,c,d){var e=moment({hour:a,minute:b,second:c,millisecond:d||0});return e.isTime=!0,e},Sao.TimeDelta=function(a,b,c,d,e,f){var g=moment.duration({days:a,seconds:b,milliseconds:c,minutes:d,hours:e,weeks:f});return g.isTimeDelta=!0,g},Sao.config={},Sao.config.limit=1e3,Sao.config.display_size=20,Sao.config.roundup={},Sao.config.roundup.url="http://bugs.tryton.org/roundup/",Sao.config.title="Tryton",Sao.i18n=i18n(),Sao.i18n.setlang=function(a){return a||(a=(navigator.language||navigator.browserLanguage||navigator.userLanguage||"en_US").replace("-","_")),Sao.i18n.setLocale(a),moment.locale(a.slice(0,2)),jQuery.getJSON("locale/"+a+".json",function(b){b[""].language||(b[""].language=a),b[""]["plural-forms"]||(b[""]["plural-forms"]="nplurals=2; plural=(n!=1);");for(var c in b)""!==c&&(b[c]=2==b[c].length?b[c][1]:b[c].slice(1));Sao.i18n.loadJSON(b)})},Sao.i18n.getlang=function(){return Sao.i18n.getLocale()},Sao.i18n.setlang(),Sao.get_preferences=function(){var a=Sao.Session.current_session;return a.reload_context().then(function(){return Sao.rpc({method:"model.res.user.get_preferences",params:[!1,{}]},a).then(function(a){var b=[];return b.push(Sao.common.MODELACCESS.load_models()),b.push(Sao.common.ICONFACTORY.load_icons()),b.push(Sao.common.MODELHISTORY.load_history()),b.push(Sao.common.VIEW_SEARCH.load_searches()),jQuery.when.apply(jQuery,b).then(function(){(a.actions||[]).forEach(function(a){Sao.Action.execute(a,{},null,{})});var b=Sao.config.title;jQuery.isEmptyObject(a.status_bar)||(b+=" - "+a.status_bar),document.title=b;var c=a.language!=Sao.i18n.getLocale(),d=jQuery.Deferred();return Sao.i18n.setlang(a.language).always(function(){c&&Sao.user_menu(a),d.resolve(a)}),d})})})},Sao.login=function(){Sao.Session.get_credentials().then(function(a){return Sao.Session.current_session=a,a.reload_context()}).then(Sao.get_preferences).then(function(a){Sao.menu(a),Sao.user_menu(a)})},Sao.logout=function(){var a=Sao.Session.current_session;Sao.Tab.tabs.close(!0).done(function(){jQuery("#user-preferences").children().remove(),jQuery("#user-logout").children().remove(),jQuery("#user-favorites").children().remove(),jQuery("#menu").children().remove(),document.title=Sao.config.title,a.do_logout().always(Sao.login)})},Sao.preferences=function(){Sao.Tab.tabs.close(!0).done(function(){jQuery("#user-preferences").children().remove(),jQuery("#user-favorites").children().remove(),jQuery("#user-logout").children().remove(),jQuery("#menu").children().remove(),new Sao.Window.Preferences(function(){Sao.get_preferences().then(function(a){Sao.menu(a),Sao.user_menu(a)})})})},Sao.favorites_menu=function(){var a=function(){e&&e.remove()};if(jQuery(window).click(function(){a()}),0!==jQuery("#user-favorites").children(".dropdown-menu").length)a();else{var b=Sao.main_menu_screen.model_name+".favorite",c=Sao.Session.current_session,d={method:"model."+b+".get"},e=jQuery("<ul/>",{"class":"dropdown-menu","aria-expanded":"false"});jQuery("#user-favorites").append(e),Sao.rpc(d,c).then(function(b){b.forEach(function(b){var c=jQuery("<a/>",{href:"#"}),d=b[0],f=jQuery("<li/>",{role:"presentation"}),g=jQuery("<img/>",{"class":"favorite-icon"});c.append(g),f.append(c),g.attr("src",Sao.common.ICONFACTORY.get_icon_url(b[2])),c.append(b[1]),c.click(function(){a(),Sao.Action.exec_keyword("tree_open",{model:Sao.main_menu_screen.model_name,id:d,ids:[d]})}),e.append(f)}),e.append(jQuery("<li/>",{"class":"divider"})),jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{href:"#"}).click(function(){a(),Sao.Tab.create({model:Sao.main_menu_screen.model_name+".favorite",mode:["tree","form"],name:Sao.i18n.gettext("Manage favorites")})}).text(Sao.i18n.gettext("Manage favorites"))).appendTo(e)})}},Sao.user_menu=function(a){jQuery("#user-preferences").children().remove(),jQuery("#user-favorites").children().remove(),jQuery("#user-logout").children().remove(),jQuery("#user-preferences").append(jQuery("<a/>",{href:"#"}).click(Sao.preferences).append(a.status_bar)),jQuery("#user-logout").append(jQuery("<a/>",{href:"#"}).click(Sao.logout).append(Sao.i18n.gettext("Logout"))),jQuery("#user-favorites").append(jQuery("<a/>",{href:"#","data-toggle":"dropdown"}).click(Sao.favorites_menu).append(Sao.i18n.gettext("Favorites")))},Sao.menu=function(a){var b=new Sao.PYSON.Decoder,d=b.decode(a.pyson_menu),e=!1;jQuery.isEmptyObject(d.views)?d.view_id&&(e=[d.view_id[0]]):e=d.views.map(function(a){return a[0]}),b=new Sao.PYSON.Decoder(Sao.Session.current_session.context);var f=b.decode(d.pyson_context||"{}"),g=b.decode(d.pyson_domain),h=new Sao.Tab.Form(d.res_model,{mode:["tree"],view_ids:e,domain:g,context:f,selection_mode:Sao.common.SELECTION_NONE});Sao.Tab.tabs.splice(Sao.Tab.tabs.indexOf(h),1),h.view_prm.done(function(){Sao.main_menu_screen=h.screen;var a=h.screen.current_view;a.table.find("thead").hide(),jQuery("#menu").children().remove();var b=new Sao.GlobalSearch;jQuery("#menu").append(b.el),jQuery("#menu").append(h.screen.screen_container.content_box.detach()),h.screen.views[0].columns.push(new c(h.screen.model.fields.favorite))})},Sao.main_menu_screen=null;var c=Sao.class_(Object,{init:function(a){this.field=a,this.header=jQuery("<th/>"),this.attributes=jQuery.extend({},this.field.description),this.attributes.name=this.field.name},get_cell:function(){var a=jQuery("<span/>",{tabindex:0});return a},render:function(a,b){return b||(b=this.get_cell()),a.load(this.field.name).done(function(){if(null!==a._values.favorite){var c="glyphicon glyphicon-star";a._values.favorite||(c+="-empty"),b.addClass(c),b.click({record:a,button:b},this.favorite_click)}}.bind(this)),b},favorite_click:function(a){a.stopImmediatePropagation();var b,c=a.data.button;c.hasClass("glyphicon-star-empty")?(c.removeClass("glyphicon-star-empty"),c.addClass("glyphicon-star"),b="set"):(c.removeClass("glyphicon-star"),c.addClass("glyphicon-star-empty"),b="unset");var d=Sao.main_menu_screen.model_name+".favorite",e=Sao.Session.current_session,f={method:"model."+d+"."+b,params:[a.data.record.id,e.context]};Sao.rpc(f,e)}});Sao.Dialog=Sao.class_(Object,{init:function(a,b,c){c=c||"sm",this.modal=jQuery("<div/>",{"class":b+" modal fade",role:"dialog","data-backdrop":"static"}),this.content=jQuery("<form/>",{"class":"modal-content"}).appendTo(jQuery("<div/>",{"class":"modal-dialog modal-"+c}).appendTo(this.modal)),this.header=jQuery("<div/>",{"class":"modal-header"}).appendTo(this.content),a&&this.add_title(a),this.body=jQuery("<div/>",{"class":"modal-body"}).appendTo(this.content),this.footer=jQuery("<div/>",{"class":"modal-footer"}).appendTo(this.content)},add_title:function(a){this.header.append(jQuery("<h4/>",{"class":"modal-title"}).append(a))}}),Sao.GlobalSearch=Sao.class_(Object,{init:function(){this.el=jQuery("<div/>",{"class":"global-search-container"}),this.search_entry=jQuery("<input>",{"class":"form-control",placeholder:Sao.i18n.gettext("Search...")}),this.el.append(this.search_entry);new Sao.common.InputCompletion(this.search_entry,this.update.bind(this),this.match_selected.bind(this),this.format.bind(this))},format:function(a){var b=jQuery("<div/>"),c=jQuery("<img/>",{"class":"global-search-icon"}).appendTo(b);return Sao.common.ICONFACTORY.register_icon(a.icon).then(function(a){c.attr("src",a)}),jQuery("<span/>",{"class":"global-search-text"}).text(a.record_name).appendTo(b),b},update:function(a){var b=new Sao.Model("ir.model");return b.execute("global_search",[a,Sao.config.limit,Sao.main_menu_screen.model_name],Sao.main_menu_screen.context).then(function(a){for(var b=[],c=0,d=a.length;d>c;c++)b.push({model:a[c][1],model_name:a[c][2],record_id:a[c][3],record_name:a[c][4],icon:a[c][5]});return b}.bind(this))},match_selected:function(a){if(a.model==Sao.main_menu_screen.model_name)Sao.Action.exec_keyword("tree_open",{model:a.model,id:a.record_id,ids:[a.record_id]},Sao.main_menu_screen.context);else{var b={model:a.model,res_id:a.record_id,mode:["form","tree"],name:a.model_name};Sao.Tab.create(b)}this.search_entry.val("")}}),jQuery(document).on("show.bs.modal",".modal",function(a){jQuery(this).appendTo(jQuery("body"))}).on("shown.bs.modal",".modal.in",function(b){a()}).on("hidden.bs.modal",".modal",function(b){a()})}(),function(){"use strict";Sao.rpc=function(a,b){var c=jQuery.Deferred();b||(b=new Sao.Session);var d=jQuery.extend([],a.params);d.push(jQuery.extend({},b.context,d.pop()));var e=Sao.common.processing.show(),f=jQuery.ajax({headers:{Authorization:"Session "+b.get_auth()},contentType:"application/json",data:JSON.stringify(Sao.rpc.prepareObject({id:Sao.rpc.id++,method:a.method,params:d})),dataType:"json",url:"/"+(b.database||"")+"/",type:"post",complete:[function(){Sao.common.processing.hide(e)}]}),g=function(d){if(null===d)Sao.common.warning.run("",Sao.i18n.gettext("Unable to reach the server")),c.reject();else if(d.error){var e,f,g;if("UserWarning"==d.error[0])return e=d.error[1][0],f=d.error[1][1],g=d.error[1][2],void Sao.common.userwarning.run(f,g).done(function(d){return~["always","ok"].indexOf(d)?void Sao.rpc({method:"model.res.user.warning.create",params:[[{user:b.user_id,name:e,always:"always"==d}],{}]},b).done(function(){Sao.rpc(a,b).then(c.resolve,c.reject)}):void c.reject()});if("UserError"==d.error[0])return f=d.error[1][0],g=d.error[1][1],void Sao.common.warning.run(f,g).always(c.reject);if("ConcurrencyException"==d.error[0]){if(a.method.startsWith("model.")&&(a.method.endsWith(".write")||a.method.endsWith(".delete"))){var h=a.method.split(".").slice(1,-1).join(".");return void Sao.common.concurrency.run(h,a.params[0][0],a.params.slice(-1)[0]).then(function(){delete a.params.slice(-1)[0]._timestamp,Sao.rpc(a,b).then(c.resolve,c.reject)},c.reject)}return void Sao.common.message.run("Concurrency Exception","glyphicon-alert").always(c.reject)}Sao.common.error.run(d.error[0],d.error[1]),c.reject()}else c.resolve(d.result)},h=function(d,e,f){return 403==d.status?void Sao.Session.renew(b).then(function(){Sao.rpc(a,b).then(c.resolve,c.reject)},c.reject):(Sao.common.error.run(e,f),void c.reject())};return f.success(g),f.error(h),c.promise()},Sao.rpc.id=0,Sao.rpc.convertJSONObject=function(a,b,c){if(a instanceof Array)for(var d=0,e=a.length;e>d;d++)Sao.rpc.convertJSONObject(a[d],d,a);else if("string"!=typeof a&&"number"!=typeof a&&null!==a)if(a&&a.__class__){switch(a.__class__){case"datetime":a=Sao.DateTime(a.year,a.month-1,a.day,a.hour,a.minute,a.second,a.microsecond/1e3,!0);break;case"date":a=Sao.Date(a.year,a.month-1,a.day);break;case"time":a=Sao.Time(a.hour,a.minute,a.second,a.microsecond/1e3);break;case"timedelta":a=Sao.TimeDelta(null,a.seconds);break;case"bytes":for(var f=atob(a.base64.replace(/\s/g,"")),g=new ArrayBuffer(f.length),h=new Uint8Array(g),i=0;i<f.length;i++)h[i]=f.charCodeAt(i);a=h;break;case"Decimal":a=new Sao.Decimal(a.decimal)}c&&(c[b]=a)}else for(var j in a)Sao.rpc.convertJSONObject(a[j],j,a);return c||a},Sao.rpc.prepareObject=function(a,b,c){if(a instanceof Array){a=jQuery.extend([],a);for(var d=0,e=a.length;e>d;d++)Sao.rpc.prepareObject(a[d],d,a)}else if("string"!=typeof a&&"number"!=typeof a&&"boolean"!=typeof a&&null!==a&&void 0!==a)if(a.isDate)a={__class__:"date",year:a.year(),month:a.month()+1,day:a.date()};else if(a.isDateTime)a=a.clone(),a={__class__:"datetime",year:a.utc().year(),month:a.utc().month()+1,day:a.utc().date(),hour:a.utc().hour(),minute:a.utc().minute(),second:a.utc().second(),microsecond:1e3*a.utc().millisecond()};else if(a.isTime)a={__class__:"time",hour:a.hour(),minute:a.minute(),second:a.second(),microsecond:1e3*a.millisecond()};else if(a.isTimeDelta)a={__class__:"timedelta",seconds:a.asSeconds()};else if(a instanceof Sao.Decimal)a={__class__:"Decimal",decimal:a.toString()};else if(a instanceof Uint8Array){for(var f=[],g=65535,h=0;h*g<a.length;h++)f.push(String.fromCharCode.apply(null,a.subarray(h*g,(h+1)*g)));a={__class__:"bytes",base64:btoa(f.join(""))}}else{a=jQuery.extend({},a);for(var i in a)Sao.rpc.prepareObject(a[i],i,a)}return c&&(c[b]=a),c||a},jQuery.ajaxSetup({converters:{"text json":function(a){return Sao.rpc.convertJSONObject(jQuery.parseJSON(a))}}})}(),function(){"use strict";Sao.PYSON={},Sao.PYSON.eval={},Sao.PYSON.PYSON=Sao.class_(Object,{init:function(){},pyson:function(){throw"NotImplementedError"},types:function(){throw"NotImplementedError"},toString:function(){var a=this.pyson().__class__,b=this.__string_params__().map(function(a){return a instanceof Sao.PYSON.PYSON?a.toString():JSON.stringify(a)});return a+"("+b.join(", ")+")"},__string_params__:function(){throw"NotImplementedError"}}),Sao.PYSON.PYSON.eval_=function(a,b){throw"NotImplementedError"},Sao.PYSON.PYSON.init_from_object=function(a){throw"NotImplementedError"},Sao.PYSON.Encoder=Sao.class_(Object,{prepare:function(a,b,c){if(null!==a&&void 0!==a)if(a instanceof Array){a=jQuery.extend([],a);for(var d=0,e=a.length;e>d;d++)this.prepare(a[d],d,a)}else a._isAMomentObject&&(a=a.isDate?new Sao.PYSON.Date(a.year(),a.month()+1,a.date()).pyson():new Sao.PYSON.DateTime(a.year(),a.month()+1,a.date(),a.hours(),a.minutes(),a.seconds(),1e3*a.milliseconds()).pyson());return c&&(c[b]=a),c||a},encode:function(a){return a=this.prepare(a),JSON.stringify(a,function(a,b){return b instanceof Sao.PYSON.PYSON?b.pyson():null===b||void 0===b?null:b})}}),Sao.PYSON.Decoder=Sao.class_(Object,{init:function(a,b){this.__context=a||{},this.noeval=b||!1},decode:function(a){var b=function(a,b){if("object"==typeof b&&null!==b){var c=Sao.PYSON[b.__class__];if(c){if(this.noeval){var d=jQuery.extend({},b);return delete d.__class__,Sao.PYSON[b.__class__].init_from_object(d)}return c.eval_(b,this.__context)}}return b};return JSON.parse(a,b.bind(this))}}),Sao.PYSON.eval.Eval=function(a,b){return new Sao.PYSON.Eval(a,b)},Sao.PYSON.Eval=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b){void 0===b&&(b=""),Sao.PYSON.Eval._super.init.call(this),this._value=a,this._default=b},pyson:function(){return{__class__:"Eval",v:this._value,d:this._default}},types:function(){return this._default instanceof Sao.PYSON.PYSON?this._default.types():[typeof this._default]},__string_params__:function(){return[this._value,this._default]}}),Sao.PYSON.Eval.eval_=function(a,b){return a.v in b?b[a.v]:a.d},Sao.PYSON.Eval.init_from_object=function(a){return new Sao.PYSON.Eval(a.v,a.d)},Sao.PYSON.eval.Not=function(a){return new Sao.PYSON.Not(a)},Sao.PYSON.Not=Sao.class_(Sao.PYSON.PYSON,{init:function(a){if(Sao.PYSON.Not._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["boolean","object"]).length||jQuery(["boolean"]).not(a.types()).length)throw"value must be boolean"}else if("boolean"!=typeof a)throw"value must be boolean";this._value=a},pyson:function(){return{__class__:"Not",v:this._value}},types:function(){return["boolean"]},__string_params__:function(){return[this._value]}}),Sao.PYSON.Not.eval_=function(a,b){return!a.v},Sao.PYSON.Not.init_from_object=function(a){return new Sao.PYSON.Not(a.v)},Sao.PYSON.eval.Bool=function(a){return new Sao.PYSON.Bool(a)},Sao.PYSON.Bool=Sao.class_(Sao.PYSON.PYSON,{init:function(a){Sao.PYSON.Bool._super.init.call(this),this._value=a},pyson:function(){return{__class__:"Bool",v:this._value}},types:function(){return["boolean"]},__string_params__:function(){return[this._value]}}),Sao.PYSON.Bool.eval_=function(a,b){return moment.isMoment(a.v)&&a.v.isTime?Boolean(a.v.hour()||a.v.minute()||a.v.second()||a.v.millisecond()):moment.isDuration(a.v)?Boolean(a.v.valueOf()):a.v instanceof Object?!jQuery.isEmptyObject(a.v):Boolean(a.v)},Sao.PYSON.Bool.init_from_object=function(a){return new Sao.PYSON.Bool(a.v)},Sao.PYSON.eval.And=function(a){return new Sao.PYSON.And(a)},Sao.PYSON.And=Sao.class_(Sao.PYSON.PYSON,{init:function(a){void 0===a&&(a=[]),Sao.PYSON.And._super.init.call(this);for(var b=0,c=a.length;c>b;b++){var d=a[b];if(d instanceof Sao.PYSON.PYSON){if(jQuery(d.types()).not(["boolean"]).length||jQuery(["boolean"]).not(d.types()).length)throw"statement must be boolean"}else if("boolean"!=typeof d)throw"statement must be boolean"}if(a.length<2)throw"must have at least 2 statements";this._statements=a},pyson:function(){return{__class__:"And",s:this._statements}},types:function(){return["boolean"]},__string_params__:function(){return this._statements}}),Sao.PYSON.And.eval_=function(a,b){for(var c=!0,d=0,e=a.s.length;e>d;d++){var f=a.s[d];c=c&&f}return c},Sao.PYSON.And.init_from_object=function(a){return new Sao.PYSON.And(a.s)},Sao.PYSON.eval.Or=function(a){return new Sao.PYSON.Or(a)},Sao.PYSON.Or=Sao.class_(Sao.PYSON.And,{pyson:function(){var a=Sao.PYSON.Or._super.pyson.call(this);return a.__class__="Or",a}}),Sao.PYSON.Or.eval_=function(a,b){for(var c=!1,d=0,e=a.s.length;e>d;d++){var f=a.s[d];c=c||f}return c},Sao.PYSON.Or.init_from_object=function(a){return new Sao.PYSON.Or(a.s)},Sao.PYSON.eval.Equal=function(a,b){return new Sao.PYSON.Equal(a,b)},Sao.PYSON.Equal=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b){Sao.PYSON.Equal._super.init.call(this);var c,d;if(c=a instanceof Sao.PYSON.PYSON?a.types():[typeof a],d=b instanceof Sao.PYSON.PYSON?b.types():[typeof b],jQuery(c).not(d).length||jQuery(d).not(c).length)throw"statements must have the same type";this._statement1=a,this._statement2=b},pyson:function(){return{__class__:"Equal",s1:this._statement1,s2:this._statement2}},types:function(){return["boolean"]},__string_params__:function(){return[this._statement1,this._statement2]}}),Sao.PYSON.Equal.eval_=function(a,b){return a.s1 instanceof Array&&a.s2 instanceof Array?Sao.common.compare(a.s1,a.s2):a.s1==a.s2},Sao.PYSON.Equal.init_from_object=function(a){return new Sao.PYSON.Equal(a.s1,a.s2)},Sao.PYSON.eval.Greater=function(a,b,c){return new Sao.PYSON.Greater(a,b,c)},Sao.PYSON.Greater=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c){Sao.PYSON.Greater._super.init.call(this);for(var d=[a,b],e=0;2>e;e++){var f=d[e];if(f instanceof Sao.PYSON.PYSON){if(jQuery(f).not(["number"]).length)throw"statement must be an integer or a float"}else if(!~["number","object"].indexOf(typeof f))throw"statement must be an integer or a float"}if(void 0===c&&(c=!1),c instanceof Sao.PYSON.PYSON){if(jQuery(c.types()).not(["boolean"]).length||jQuery(["boolean"]).not(c.types()).length)throw"equal must be boolean"}else if("boolean"!=typeof c)throw"equal must be boolean";this._statement1=a,this._statement2=b,this._equal=c},pyson:function(){return{__class__:"Greater",s1:this._statement1,s2:this._statement2,e:this._equal}},types:function(){return["boolean"]},__string_params__:function(){return[this._statement1,this._statement2,this._equal]}}),Sao.PYSON.Greater._convert=function(a){return a=jQuery.extend({},a),a.s1=Number(a.s1),a.s2=Number(a.s2),a},Sao.PYSON.Greater.eval_=function(a,b){return a=Sao.PYSON.Greater._convert(a),a.e?a.s1>=a.s2:a.s1>a.s2},Sao.PYSON.Greater.init_from_object=function(a){return new Sao.PYSON.Greater(a.s1,a.s2,a.e)},Sao.PYSON.eval.Less=function(a,b,c){return new Sao.PYSON.Less(a,b,c)},Sao.PYSON.Less=Sao.class_(Sao.PYSON.Greater,{pyson:function(){var a=Sao.PYSON.Less._super.pyson.call(this);return a.__class__="Less",a}}),Sao.PYSON.Less._convert=Sao.PYSON.Greater._convert,Sao.PYSON.Less.eval_=function(a,b){return a=Sao.PYSON.Less._convert(a),a.e?a.s1<=a.s2:a.s1<a.s2},Sao.PYSON.Less.init_from_object=function(a){return new Sao.PYSON.Less(a.s1,a.s2,a.e)},Sao.PYSON.eval.If=function(a,b,c){return new Sao.PYSON.If(a,b,c)},Sao.PYSON.If=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c){if(Sao.PYSON.If._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["boolean"]).length||jQuery(["boolean"]).not(a.types()).length)throw"condition must be boolean"}else if("boolean"!=typeof a)throw"condition must be boolean";var d,e;if(d=b instanceof Sao.PYSON.PYSON?b.types():[typeof b],void 0===c&&(c=null),e=c instanceof Sao.PYSON.PYSON?c.types():[typeof c],jQuery(d).not(e).length||jQuery(e).not(d).length)throw"then and else statements must be the same type";this._condition=a,this._then_statement=b,this._else_statement=c},pyson:function(){return{__class__:"If",c:this._condition,t:this._then_statement,e:this._else_statement}},types:function(){return this._then_statement instanceof Sao.PYSON.PYSON?this._then_statement.types():[typeof this._then_statement]},__string_params__:function(){return[this._condition,this._then_statement,this._else_statement]}}),Sao.PYSON.If.eval_=function(a,b){return a.c?a.t:a.e},Sao.PYSON.If.init_from_object=function(a){return new Sao.PYSON.If(a.c,a.t,a.e)},Sao.PYSON.eval.Get=function(a,b,c){return new Sao.PYSON.Get(a,b,c)},Sao.PYSON.Get=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c){if(Sao.PYSON.Get._super.init.call(this),void 0===c&&(c=null),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["object"]).length||jQuery(["object"]).not(a.types()).length)throw"obj must be a dict"}else if(!(a instanceof Object))throw"obj must be a dict";if(this._obj=a,b instanceof Sao.PYSON.PYSON){if(jQuery(b.types()).not(["string"]).length||jQuery(["string"]).not(b.types()).length)throw"key must be a string"}else if("string"!=typeof b)throw"key must be a string";this._key=b,this._default=c},pyson:function(){return{__class__:"Get",v:this._obj,k:this._key,d:this._default}},types:function(){return this._default instanceof Sao.PYSON.PYSON?this._default.types():[typeof this._default]},__string_params__:function(){return[this._obj,this._key,this._default]}}),Sao.PYSON.Get.eval_=function(a,b){return a.k in a.v?a.v[a.k]:a.d},Sao.PYSON.Get.init_from_object=function(a){return new Sao.PYSON.Get(a.v,a.k,a.d)},Sao.PYSON.eval.In=function(a,b){return new Sao.PYSON.In(a,b)},Sao.PYSON.In=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b){if(Sao.PYSON.In._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["string","number"]).length)throw"key must be a string or a number"}else if(!~["string","number"].indexOf(typeof a))throw"key must be a string or a number";if(b instanceof Sao.PYSON.PYSON){if(jQuery(b.types()).not(["object"]).length||jQuery(["object"]).not(b.types()).length)throw"obj must be a dict or a list"}else if(!(b instanceof Object))throw"obj must be a dict or a list";this._key=a,this._obj=b},pyson:function(){return{__class__:"In",k:this._key,v:this._obj}},types:function(){return["boolean"]},__string_params__:function(){return[this._key,this._obj]}}),Sao.PYSON.In.eval_=function(a,b){return a.v.indexOf?Boolean(~a.v.indexOf(a.k)):!!a.v[a.k]},Sao.PYSON.In.init_from_object=function(a){return new Sao.PYSON.In(a.k,a.v)},Sao.PYSON.eval.Date=function(a,b,c,d,e,f){return new Sao.PYSON.Date(a,b,c,d,e,f)},Sao.PYSON.Date=Sao.class_(Sao.PYSON.PYSON,{init:function(a,b,c,d,e,f){Sao.PYSON.Date._super.init.call(this),void 0===a&&(a=null),void 0===b&&(b=null),void 0===c&&(c=null),void 0===d&&(d=0),void 0===e&&(e=0),void 0===f&&(f=0),this._test(a,"year"),this._test(b,"month"),this._test(c,"day"),this._test(d,"delta_years"),this._test(f,"delta_days"),this._test(e,"delta_months"),this._year=a,this._month=b,this._day=c,this._delta_years=d,this._delta_months=e,this._delta_days=f},pyson:function(){return{__class__:"Date",y:this._year,M:this._month,d:this._day,dy:this._delta_years,dM:this._delta_months,dd:this._delta_days}},types:function(){return["object"]},_test:function(a,b){if(a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["number","object"]).length)throw b+" must be an integer or None"}else if("number"!=typeof a&&null!==a)throw b+" must be an integer or None"},__string_params__:function(){return[this._year,this._month,this._day,this._delta_years,this._delta_months,this._delta_days]}}),Sao.PYSON.Date.eval_=function(a,b){var c=Sao.Date(a.y,a.M&&a.M-1,a.d);return a.dy&&c.add(a.dy,"y"),a.dM&&c.add(a.dM,"M"),a.dd&&c.add(a.dd,"d"),c},Sao.PYSON.Date.init_from_object=function(a){return new Sao.PYSON.Date(a.y,a.M,a.d,a.dy,a.dM,a.dd)},Sao.PYSON.eval.DateTime=function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){return new Sao.PYSON.DateTime(a,b,c,d,e,f,g,h,i,j,k,l,m,n)},Sao.PYSON.DateTime=Sao.class_(Sao.PYSON.Date,{init:function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){Sao.PYSON.DateTime._super.init.call(this,a,b,c,h,i,j),void 0===d&&(d=null),void 0===e&&(e=null),void 0===f&&(f=null),void 0===g&&(g=null),void 0===k&&(k=0),void 0===l&&(l=0),void 0===m&&(m=0),void 0===n&&(n=0),this._test(d,"hour"),this._test(e,"minute"),this._test(f,"second"),this._test(g,"microsecond"),this._test(k,"delta_hours"),this._test(l,"delta_minutes"),this._test(m,"delta_seconds"),this._test(n,"delta_microseconds"),this._hour=d,this._minute=e,this._second=f,this._microsecond=g,this._delta_hours=k,this._delta_minutes=l,this._delta_seconds=m,this._delta_microseconds=n},pyson:function(){var a=Sao.PYSON.DateTime._super.pyson.call(this);return a.__class__="DateTime",a.h=this._hour,a.m=this._minute,a.s=this._second,a.ms=this._microsecond,a.dh=this._delta_hours,a.dm=this._delta_minutes,a.ds=this._delta_seconds,a.dms=this._delta_microseconds,a},__string_params__:function(){var a=Sao.PYSON.DateTime._super.__string_params__.call(this);return[a[0],a[1],a[2],this._hour,this._minute,this._second,this._microsecond,a[3],a[4],a[5],this._delta_hours,this._delta_minutes,this._delta_seconds,this._delta_microseconds]}}),Sao.PYSON.DateTime.eval_=function(a,b){var c=Sao.DateTime(a.y,a.M&&a.M-1,a.d,a.h,a.m,a.s,a.ms&&a.ms/1e3);return a.dy&&c.add(a.dy,"y"),a.dM&&c.add(a.dM,"M"),a.dd&&c.add(a.dd,"d"),a.dh&&c.add(a.dh,"h"),a.dm&&c.add(a.dm,"m"),a.ds&&c.add(a.ds,"s"),a.dms&&c.add(a.dms/1e3,"ms"),c},Sao.PYSON.DateTime.init_from_object=function(a){return new Sao.PYSON.DateTime(a.y,a.M,a.d,a.h,a.m,a.s,a.ms,a.dy,a.dM,a.dd,a.dh,a.dm,a.ds,a.dms)},Sao.PYSON.eval.Len=function(a){return new Sao.PYSON.Len(a)},Sao.PYSON.Len=Sao.class_(Sao.PYSON.PYSON,{init:function(a){if(Sao.PYSON.Len._super.init.call(this),a instanceof Sao.PYSON.PYSON){if(jQuery(a.types()).not(["object","string"]).length||jQuery(["object","string"]).not(a.types()).length)throw"value must be an object or a string"}else if("object"!=typeof a&&"string"!=typeof a)throw"value must be an object or a string";this._value=a},pyson:function(){return{__class__:"Len",v:this._value}},types:function(){return["integer"]},__string_params__:function(){return[this._value]}}),Sao.PYSON.Len.eval_=function(a,b){return"object"==typeof a.v?Object.keys(a.v).length:a.v.length},Sao.PYSON.Len.init_from_object=function(a){return new Sao.PYSON.Len(a.v)}}(),function(){"use strict";Sao.Session=Sao.class_(Object,{init:function(a,b){this.user_id=null,this.session=null,this.prm=jQuery.when(),this.database=a,this.login=b,this.context={},Sao.Session.current_session||(Sao.Session.current_session=this)},get_auth:function(){return btoa(this.login+":"+this.user_id+":"+this.session)},do_login:function(a,b){var c=jQuery.Deferred(),d=function(b){return{method:"common.db.login",params:[a,b,Sao.i18n.getlang()]}};return new Sao.Login(d,this).run().then(function(a){this.user_id=a[0],this.session=a[1],c.resolve()}.bind(this),function(){this.user_id=null,this.session=null,c.reject()}),c.promise()},do_logout:function(){if(!this.user_id||!this.session)return jQuery.when();var a={id:0,method:"common.db.logout",params:[]},b=jQuery.ajax({headers:{Authorization:"Session "+this.get_auth()},contentType:"application/json",data:JSON.stringify(a),dataType:"json",url:"/"+this.database+"/",type:"post"});return this.database=null,this.login=null,this.user_id=null,this.session=null,Sao.Session.current_session===this&&(Sao.Session.current_session=null),b},reload_context:function(){var a={method:"model.res.user.get_preferences",params:[!0,{}]},b=jQuery.extend({},this);b.context={};var c=Sao.rpc(a,b);return c.then(function(a){this.context=a}.bind(this))}}),Sao.Session.login_dialog=function(){var a=new Sao.Dialog(Sao.i18n.gettext("Login"),"lg");return a.database_select=jQuery("<select/>",{"class":"form-control",id:"login-database"}).hide(),a.database_input=jQuery("<input/>",{"class":"form-control",id:"login-database"}).hide(),a.login_input=jQuery("<input/>",{"class":"form-control",id:"login-login",placeholder:Sao.i18n.gettext("Login")}),a.body.append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"class":"control-label","for":"login-database"}).append(Sao.i18n.gettext("Database"))).append(a.database_select).append(a.database_input)).append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"class":"control-label","for":"login-login"}).append(Sao.i18n.gettext("Login"))).append(a.login_input)),a.button=jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("Login")).appendTo(a.footer),a},Sao.Session.get_credentials=function(){var a=jQuery.Deferred(),b=window.location.hash.replace(/^(#(!|))/,"")||null,c=Sao.Session.login_dialog(),d=function(){return c.modal.find("input,select").filter(":visible").filter(function(){return!jQuery(this).val()})},e=function(){var b=c.login_input.val(),e=e||c.database_select.val()||c.database_input.val();if(c.modal.find(".has-error").removeClass("has-error"),!b||!e)return void d().closest(".form-group").addClass("has-error");c.button.focus(),c.button.prop("disabled",!0),c.modal.modal("hide");var f=new Sao.Session(e,b);f.do_login(b).then(function(){a.resolve(f),c.modal.remove()},function(){c.button.prop("disabled",!1),c.modal.modal("show"),d().closest(".form-group").addClass("has-error"),d().first().focus()})};return c.modal.modal({backdrop:!1,keyboard:!1}),c.modal.find("form").unbind().submit(function(a){e(),a.preventDefault()}),jQuery.when(Sao.DB.list()).then(function(a){
+var e;a=a||[],a.length<=1?(b=a[0],e=c.database_input):(e=c.database_select,a.forEach(function(a){e.append(jQuery("<option/>",{value:a,text:a}))})),e.prop("readonly",1==a.length),e.show(),e.val(b||""),d().first().focus()}),a.promise()},Sao.Session.renew=function(a){if("pending"==a.prm.state())return a.prm;var b=jQuery.Deferred();return a.prm=b.promise(),a.login?(a.do_login(a.login).then(b.resolve,b.reject),a.prm):(b.reject(),a.prm)},Sao.Session.current_session=null,Sao.Login=Sao.class_(Object,{init:function(a,b){this.func=a,this.session=b||Sao.Session.current_session},run:function(a){void 0===a&&(a={});var b=jQuery.Deferred(),c=Sao.common.processing.show(),d=this.func(a);d.id=0;var e={contentType:"application/json",data:JSON.stringify(d),dataType:"json",url:"/"+this.session.database+"/",type:"post",complete:[function(){Sao.common.processing.hide(c)}]};this.session.user_id&&this.session.session&&(e.headers={Authorization:"Session "+this.session.get_auth()});var f=jQuery.ajax(e),g=function(c){if(null===c)Sao.common.warning.run("",Sao.i18n.gettext("Unable to reach the server.")),b.reject();else if(c.error){if(c.error[0].startsWith("403"))return this.run({}).then(b.resolve,b.reject);if(c.error[0].startsWith("404"))b.reject();else if("LoginException"!=c.error[0])Sao.common.error.run(c.error[0],c.error[1]),b.reject();else{var d=c.error[1],e=d[0],f=d[1],g=d[2];this["get_"+g](f).then(function(c){return a[e]=c,this.run(a).then(b.resolve,b.reject)}.bind(this),b.reject)}}else b.resolve(c.result)};return f.success(g.bind(this)),f.error(b.reject),b.promise()},get_char:function(a){return Sao.common.ask.run(a)},get_password:function(a){return Sao.common.ask.run(a,!1)}}),Sao.DB={},Sao.DB.list=function(){var a=Sao.common.processing.show();return jQuery.ajax({contentType:"application/json",data:JSON.stringify({id:0,method:"common.db.list",params:[]}),dataType:"json",url:"/",type:"post",complete:[function(){Sao.common.processing.hide(a)}]}).then(function(a){return a.result})}}(),function(){"use strict";Sao.Model=Sao.class_(Object,{init:function(a,b){b=b||{},this.name=a,this.session=Sao.Session.current_session,this.fields={}},add_fields:function(a){var b=[];for(var c in a)if(a.hasOwnProperty(c)&&!(c in this.fields)){var d=a[c],e=Sao.field.get(d.type);this.fields[c]=new e(d),b.push(c)}return b},execute:function(a,b,c){void 0===c&&(c={});var d={method:"model."+this.name+"."+a,params:b.concat(c)};return Sao.rpc(d,this.session)},find:function(a,b,c,d,e){b||(b=0);var f=this,g=this.execute("search",[a,b,c,d],e),h=function(a){return Sao.Group(f,e,a.map(function(a){return new Sao.Record(f,a)}))};return g.pipe(h)},delete_:function(a){if(jQuery.isEmptyObject(a))return jQuery.when();var b=a[0],c=b.group.root_group();console.assert(a.every(function(a){return a.model.name==b.model.name}),"records not from the same model"),console.assert(a.every(function(a){return a.group.root_group()==b.group.root_group()}),"records not from the same root group"),a=a.filter(function(a){return a.id>=0});var d={};d._timestamp={},a.forEach(function(a){jQuery.extend(d._timestamp,a.get_timestamp())});var e=a.map(function(a){return a.id});return c.on_write_ids(e).then(function(a){return a=a.filter(function(a){return!~e.indexOf(a)}),this.execute("delete",[e],d).then(function(){c.reload(a)})}.bind(this))},copy:function(a,b){if(jQuery.isEmptyObject(a))return jQuery.when();var c=a.map(function(a){return a.id});return this.execute("copy",[c,{}],b)}}),Sao.Group=function(a,b,c){return c.prm=jQuery.when(),c.model=a,c._context=b,c.on_write=[],c.parent=void 0,c.screens=[],c.parent_name="",c.children=[],c.child_name="",c.parent_datetime_field=void 0,c.record_removed=[],c.record_deleted=[],c.__readonly=!1,c.skip_model_access=!1,c.forEach(function(a,b,c){a.group=c}),c.get_readonly=function(){var a=Sao.common.MODELACCESS.get(this.model.name);return this.context._datetime||!a.write&&!a.create&&!this.skip_model_access?!0:this.__readonly},c.set_readonly=function(a){this.__readonly=a},c.load=function(a,b){var c,d,e=[];for(c=0,d=a.length;d>c;c++){var f=a[c],g=this.get(f);g||(g=new Sao.Record(this.model,f),g.group=this,this.push(g)),e.push(g)}var h,i=[];for(c=0,d=this.record_removed.length;d>c;c++)h=this.record_removed[c],~a.indexOf(h.id)||i.push(h);this.record_removed=i;var j=[];for(c=0,d=this.record_deleted.length;d>c;c++)h=this.record_deleted[c],~a.indexOf(h.id)||j.push(h);this.record_deleted=j,e.length&&b&&this.changed()},c.get=function(a){for(var b=0,c=this.length;c>b;b++){var d=this[b];if(d.id==a)return d}},c.new_=function(a,b,c){var d=new Sao.Record(this.model,b);return d.group=this,a&&d.default_get(c),d},c.add=function(a,b,c){void 0!==b&&-1!=b||(b=this.length),void 0===c&&(c=!0),a.group!=this&&(a.group=this),this.splice(b,0,a);for(var d in this.record_removed)d.id==a.id&&this.record_removed.splice(this.record_removed.indexOf(d),1);for(var e in this.record_deleted)e.id==a.id&&this.record_deleted.splice(this.record_deleted.indexOf(e),1);if(a._changed.id=!0,c&&(this.changed(),this.parent&&this.model.fields[this.parent_name])){var f=this.model.fields[this.parent_name];if(f instanceof Sao.field.Many2One||f instanceof Sao.field.Reference){var g=[this.parent.id,""];f instanceof Sao.field.Reference&&(g=[this.parent.model.name,g]),f.set_client(a,g)}}return a},c.remove=function(a,b,c,d){void 0===c&&(c=!0);this.indexOf(a);a.id>=0&&(b?(~this.record_deleted.indexOf(a)&&this.record_deleted.splice(this.record_deleted.indexOf(a),1),this.record_removed.push(a)):(~this.record_removed.indexOf(a)&&this.record_removed.splice(this.record_removed.indexOf(a),1),this.record_deleted.push(a))),a.group.parent&&(a.group.parent._changed.id=!0),c&&(a._changed.id=!0),(!a.group.parent||a.id<0||d)&&this._remove(a),a.group.changed(),a.group.root_group().screens.forEach(function(a){a.display()})},c._remove=function(a){var b=this.indexOf(a);this.splice(b,1)},c.unremove=function(a){this.record_removed.splice(this.record_removed.indexOf(a),1),this.record_deleted.splice(this.record_deleted.indexOf(a),1),a.group.changed(),a.group.root_group().screens.forEach(function(a){a.display()})},c.changed=function(){if(!this.parent)return jQuery.when();this.parent._changed[this.child_name]=!0;var a=jQuery.Deferred(),b=this.parent.model.fields[this.child_name].changed(this.parent);return b?b.then(function(){this.parent.validate(null,!0).done(function(){this.parent.group.changed().done(a.resolve)}.bind(this))}.bind(this)):a.resolve(),a},c.root_group=function(){for(var a=this,b=this.parent;b;)a=b.group,b=b.parent;return a},c.save=function(){var a=[];return this.forEach(function(b){a.push(b.save())}),jQuery.isEmptyObject(this.record_deleted)||a.push(this.model.delete_(this.record_deleted)),jQuery.when.apply(jQuery,a)},c.written=function(a){return"number"==typeof a&&(a=[a]),this.on_write_ids(a).then(function(b){b=b.filter(function(b){return!~a.indexOf(b)}),this.root_group().reload(b)}.bind(this))},c.reload=function(a){this.children.forEach(function(b){b.reload(a)}),a.forEach(function(a){var b=this.get(a);b&&jQuery.isEmptyObject(b._changed)&&b.cancel()}.bind(this))},c.on_write_ids=function(a){var b=[],c=[];return this.on_write.forEach(function(d){var e=this.model.execute(d,[a],this._context).then(function(a){jQuery.extend(c,a)});b.push(e)}.bind(this)),jQuery.when.apply(jQuery,b).then(function(){return c.filter(function(a,b,c){return b==c.indexOf(a)})})},c.set_parent=function(a){this.parent=a,a&&a.model.name==this.model.name&&this.parent.group.children.push(this)},c.add_fields=function(a){var b=this.model.add_fields(a);if(!jQuery.isEmptyObject(this)){var c=[];this.forEach(function(a){a.id<0&&c.push(a)}),c.length&&b.length&&this.model.execute("default_get",[b,this.context()]).then(function(a){c.forEach(function(b){b.set_default(a)})})}},c.destroy=function(){if(this.parent){var a=this.parent.group.children.indexOf(this);~a&&this.parent.group.children.splice(a,1)}this.parent=null},c.domain=function(){var a=[];if(this.screens.forEach(function(b){b.attributes.domain&&a.push(b.attributes.domain)}),this.parent&&this.child_name){var b=this.parent.model.fields[this.child_name];return[a,b.get_domain(this.parent)]}return a},c.context=function(){var a=jQuery.extend({},this._context);if(this.parent&&(jQuery.extend(a,this.parent.get_context()),this.child_name in this.parent.model.fields)){var b=this.parent.model.fields[this.child_name];jQuery.extend(a,b.get_context(this.parent))}return jQuery.extend(a,this._context),this.parent_datetime_field&&(a._datetime=this.parent.get_eval()[this.parent_datetime_field]),a},c.set_context=function(a){this._context=jQuery.extend({},a)},c.clean4inversion=function(a){if(jQuery.isEmptyObject(a))return[];var b=new Sao.common.DomainInversion,c=a[0],d=a.slice(1);if(~["AND","OR"].indexOf(c));else if(b.is_leaf(c)){var e=c[0];e in this.model.fields&&this.model.fields[e].description.readonly&&(c=[])}else c=this.clean4inversion(c);return[c].concat(this.clean4inversion(d))},c.domain4inversion=function(){var a=this.domain();return this.__domain4inversion&&Sao.common.compare(this.__domain4inversion[0],a)||(this.__domain4inversion=[a,this.clean4inversion(a)]),this.__domain4inversion[1]},c.get_by_path=function(a){a=jQuery.extend([],a);var b=null,c=this,d=function(){if(jQuery.isEmptyObject(a))return b;var e=a[0][0],f=a[0][1];return a.splice(0,1),b=c.get(f),b?e?b.load(e).then(function(){return c=b._values[e],c?d():null}):d():null};return jQuery.when().then(d)},c.sort=function(a){var b={};this.forEach(function(a){b[a.id]=a}),a.forEach(function(a,c){this[c]=b[a.id]}.bind(this))},c},Sao.Record=Sao.class_(Object,{id_counter:-1,init:function(a,b){this.model=a,this.group=Sao.Group(a,{},[]),this.id=b||Sao.Record.prototype.id_counter--,this._values={},this._changed={},this._loaded={},this.fields={},this._timestamp=null,this.attachment_count=-1,this.unread_note=-1,this.button_clicks={},this.state_attrs={},this.autocompletion={},this.exception=!1},has_changed:function(){return!jQuery.isEmptyObject(this._changed)},save:function(a){void 0===a&&(a=!1);var b=this.get_context(),c=jQuery.when(),d=this.get();if(this.id<0||!jQuery.isEmptyObject(d)){if(this.id<0){c=this.model.execute("create",[[d]],b);var e=function(a){this.id=a[0]};c.done(e.bind(this))}else jQuery.isEmptyObject(d)||(b._timestamp=this.get_timestamp(),c=this.model.execute("write",[[this.id],d],b));c=c.done(function(){return this.cancel(),a?this.reload():void 0}.bind(this)),this.group&&(c=c.done(function(){return this.group.written(this.id)}.bind(this)))}return this.group.parent&&(delete this.group.parent._changed[this.group.child_name],c=c.done(function(){return this.group.parent.save(a)}.bind(this))),c},reload:function(a){if(this.id<0)return jQuery.when();if(a){var b=a.map(function(a){return this.load(a)}.bind(this));return jQuery.when.apply(jQuery,b)}return this.load("*")},load:function(a){var b,c;if(this.id<0||a in this._loaded)return jQuery.when();if("pending"==this.group.prm.state())return c=jQuery.Deferred(),this.group.prm.then(function(){this.load(a).then(c.resolve,c.reject)}.bind(this)),c;var d={};d[this.id]=this;var e;if("*"==a){e="eager";for(b in this.model.fields)if(this.model.fields.hasOwnProperty(b)){var f=this.model.fields[b].description.loading||"eager";if("eager"!=f){e="lazy";break}}}else e=this.model.fields[a].description.loading||"eager";var g=[];if("eager"==e)for(b in this.model.fields)this.model.fields.hasOwnProperty(b)&&"eager"==(this.model.fields[b].description.loading||"eager")&&g.push(b);else g=Object.keys(this.model.fields);g=g.filter(function(a,b,c){return!(a in this._loaded)}.bind(this));var h=g.slice(),i=["many2one","one2one","reference"];for(var j in g){b=g[j];var k=this.model.fields[b].description;~i.indexOf(k.type)&&h.push(b+".rec_name")}~g.indexOf("rec_name")||h.push("rec_name"),h.push("_timestamp");var l=jQuery.extend({},this.get_context());if("eager"==e){var m,n,o=parseInt(Sao.config.limit/h.length,10),p=function(b){return!(a in b._loaded)&&b.id>=0},q=function(a){return p(a)&&void 0===d[a.id]&&(a.group===this.group||JSON.stringify(a.get_context())===JSON.stringify(l))}.bind(this);this.group.parent&&this.group.parent.model.name==this.model.name?(m=[],m=m.concat.apply(m,this.group.parent.group.children),n=q):(m=this.group,n=p);var r=m.indexOf(this);if(~r)for(var s=m.length,t=1;Object.keys(d).length<o&&(r-t>=0||s>r+t)&&2*o>t;){var u;r-t>=0&&(u=m[r-t],n(u)&&(d[u.id]=u)),s>r+t&&(u=m[r+t],n(u)&&(d[u.id]=u)),t++}}for(b in this.model.fields)this.model.fields.hasOwnProperty(b)&&"binary"==this.model.fields[b].description.type&&~h.indexOf(b,h)&&(l[this.model.name+"."+b]="size");c=this.model.execute("read",[Object.keys(d).map(function(a){return parseInt(a,10)}),h],l);var v=function(a,b){void 0===b&&(b=!1);var c={},e=[];a.forEach(function(a,b,d){c[a.id]=a});for(var f in d)if(d.hasOwnProperty(f)){var g=d[f];g.exception||(g.exception=b);var h=c[f];if(g&&h){for(var i in this._changed)this._changed.hasOwnProperty(i)&&delete h[i];e.push(g.set(h))}}return jQuery.when.apply(jQuery,e)}.bind(this),w=function(){var a,b=[];for(var c in d){a={id:c};for(var e in h)a[h[e]]=null;b.push(a)}return v(b,!0)};return this.group.prm=c.then(v,w),this.group.prm},set:function(a,b){void 0===b&&(b=!0);var c,d,e={},f=[],g=[];for(c in a)if(a.hasOwnProperty(c))if(d=a[c],"_timestamp"!=c)if(c in this.model.fields){if(this.model.fields[c]instanceof Sao.field.One2Many&&(e[c]=d),this.model.fields[c]instanceof Sao.field.Many2One||this.model.fields[c]instanceof Sao.field.Reference){var h=c+".rec_name";a.hasOwnProperty(h)?this._values[h]=a[h]:this._values.hasOwnProperty(h)&&delete this._values[h]}this.model.fields[c].set(this,d),this._loaded[c]=!0,g.push(c)}else"rec_name"==c&&(this._values[c]=d);else this._timestamp||(this._timestamp=d);for(c in e)d=e[c],this.model.fields[c].set(this,d),this._loaded[c]=!0;for(var i in this.model.fields){var j=this.model.fields[i];j.description.autocomplete&&j.description.autocomplete.length>0&&f.push(this.do_autocomplete(i))}return b&&f.push(this.validate(g,!0)),jQuery.when.apply(jQuery,f)},get:function(){var a={};for(var b in this.model.fields)if(this.model.fields.hasOwnProperty(b)){var c=this.model.fields[b];c.description.readonly||void 0===this._changed[b]&&this.id>=0||(a[b]=c.get(this))}return a},invalid_fields:function(){var a={};for(var b in this.model.fields){var c=this.model.fields[b],d=c.get_state_attrs(this).invalid;d&&(a[b]=d)}return a},get_context:function(){return this.group.context()},field_get:function(a){return this.model.fields[a].get(this)},field_set:function(a,b){this.model.fields[a].set(this,b)},field_get_client:function(a){return this.model.fields[a].get_client(this)},field_set_client:function(a,b,c){this.model.fields[a].set_client(this,b,c)},default_get:function(a){var b=jQuery.Deferred(),c=[];for(var d in this.model.fields){var e=this.model.fields[d];e.description.autocomplete&&e.description.autocomplete.length>0&&c.push(this.do_autocomplete(d))}if(jQuery.isEmptyObject(this.model.fields))b.resolve();else{var f=this.get_context();void 0===f.default_rec_name&&(f.default_rec_name=a);var g=this.model.execute("default_get",[Object.keys(this.model.fields)],f);g.then(function(a){if(this.group.parent&&this.group.parent_name in this.group.model.fields){var d=this.group.model.fields[this.group.parent_name];d instanceof Sao.field.Reference?a[this.group.parent_name]=[this.group.parent.model.name,this.group.parent.id]:d.description.relation==this.group.parent.model.name&&(a[this.group.parent_name]=this.group.parent.id)}c.push(this.set_default(a)),jQuery.when.apply(jQuery,c).then(function(){b.resolve(a)})}.bind(this))}return b},set_default:function(a,b){void 0===b&&(b=!0);var c=[],d=[];for(var e in a)if(a.hasOwnProperty(e)){var f=a[e];if(e in this.model.fields){if(this.model.fields[e]instanceof Sao.field.Many2One||this.model.fields[e]instanceof Sao.field.Reference){var g=e+".rec_name";a.hasOwnProperty(g)?this._values[g]=a[g]:this._values.hasOwnProperty(g)&&delete this._values[g]}c.push(this.model.fields[e].set_default(this,f)),this._loaded[e]=!0,d.push(e)}}return jQuery.when.apply(jQuery,c).then(function(){return this.on_change(d).then(function(){return this.on_change_with(d).then(function(){var a=function(){return this.group.root_group().screens.forEach(function(a){return a.display()})}.bind(this);return b?this.validate(null,!0).then(a):a()}.bind(this))}.bind(this))}.bind(this))},get_timestamp:function(){var a={};a[this.model.name+","+this.id]=this._timestamp;for(var b in this.model.fields)this.model.fields.hasOwnProperty(b)&&b in this._loaded&&jQuery.extend(a,this.model.fields[b].get_timestamp(this));return a},get_eval:function(){var a={};for(var b in this.model.fields)!this.model.fields.hasOwnProperty(b)&&this.id>=0||(a[b]=this.model.fields[b].get_eval(this));return a},get_on_change_value:function(a){var b={};for(var c in this.model.fields)a&&~a.indexOf(c)||(!(this.id>=0)||this._loaded[c]&&this._changed[c])&&(b[c]=this.model.fields[c].get_on_change_value(this));return b.id=this.id,b},_get_on_change_args:function(a){var b={},c=Sao.common.EvalEnvironment(this,"on_change");return a.forEach(function(a){var d=c;a.split(".").forEach(function(a){void 0!==d&&(d=d[a])}),b[a]=d}),b.id=this.id,b},on_change:function(a){var b={};if(a.forEach(function(a){var c=this.model.fields[a].description.on_change;jQuery.isEmptyObject(c)||(b=jQuery.extend(b,this._get_on_change_args(c)))}.bind(this)),jQuery.isEmptyObject(b))return jQuery.when();var c=this.model.execute("on_change",[b,a],this.get_context());return c.then(function(a){a.forEach(this.set_on_change.bind(this))}.bind(this))},on_change_with:function(a){var b,c,d={},e={},f={};for(b in this.model.fields)if(this.model.fields.hasOwnProperty(b)&&(c=this.model.fields[b].description.on_change_with,!jQuery.isEmptyObject(c))){for(var g=0;g<a.length&&!~c.indexOf(a[g]);g++);g>=a.length||(jQuery.isEmptyObject(Sao.common.intersect(Object.keys(d).sort(),c.sort()))?(d[b]=!0,e=jQuery.extend(e,this._get_on_change_args(c)),(this.model.fields[b]instanceof Sao.field.Many2One||this.model.fields[b]instanceof Sao.field.Reference)&&delete this._values[b+".rec_name"]):f[b]=!0)}var h,i=[];jQuery.isEmptyObject(d)||(h=this.model.execute("on_change_with",[e,Object.keys(d)],this.get_context()),i.push(h.then(this.set_on_change.bind(this))));var j=function(a){return function(b){this.model.fields[a].set_on_change(this,b)}};for(b in f)f.hasOwnProperty(b)&&(c=this.model.fields[b].description.on_change_with,e=this._get_on_change_args(c),h=this.model.execute("on_change_with_"+b,[e],this.get_context()),i.push(h.then(j(b).bind(this))));return jQuery.when.apply(jQuery,i)},set_on_change:function(a){var b,c;for(b in a)if(a.hasOwnProperty(b)&&(c=a[b],b in this.model.fields)){if(this.model.fields[b]instanceof Sao.field.Many2One||this.model.fields[b]instanceof Sao.field.Reference){var d=b+".rec_name";a.hasOwnProperty(d)?this._values[d]=a[d]:this._values.hasOwnProperty(d)&&delete this._values[d]}this.model.fields[b].set_on_change(this,c)}},autocomplete_with:function(a){var b=[];for(var c in this.model.fields){var d=this.model.fields[c],e=d.description.autocomplete||[];~e.indexOf(a)&&b.push(this.do_autocomplete(c))}return jQuery.when.apply(jQuery,b)},do_autocomplete:function(a){this.autocompletion[a]=[];var b=this.model.fields[a],c=b.description.autocomplete,d=this._get_on_change_args(c),e=this.model.execute("autocomplete_"+a,[d],this.get_context());return e.then(function(b){this.autocompletion[a]=b}.bind(this))},expr_eval:function(a){if("string"!=typeof a)return a;var b=jQuery.extend({},this.model.session.context);if(b.context=jQuery.extend({},b),jQuery.extend(b.context,this.get_context()),jQuery.extend(b,this.get_eval()),b.active_model=this.model.name,b.active_id=this.id,b._user=this.model.session.user_id,this.group.parent&&this.group.parent_name){var c=Sao.common.EvalEnvironment(this.group.parent);b["_parent_"+this.group.parent_name]=c}return new Sao.PYSON.Decoder(b).decode(a)},rec_name:function(){var a=this.model.execute("read",[[this.id],["rec_name"]],this.get_context());return a.then(function(a){return a[0].rec_name})},validate:function(a,b,c,d){var e=function(){var e=!0,f=[];this.group.screens.forEach(function(a){a.exclude_field&&f.push(a.exclude_field)});for(var g in this.model.fields)if((!(d&&this.id>=0)||g in this._loaded)&&this.model.fields.hasOwnProperty(g)){var h=this.model.fields[g];a&&!~a.indexOf(g)||h.get_state_attrs(this).readonly||~f.indexOf(g)||h.validate(this,b,c)||(e=!1)}return e}.bind(this);return d?e():this._check_load(a).then(e)},pre_validate:function(){if(jQuery.isEmptyObject(this._changed))return jQuery.Deferred().resolve(!0);var a=this._get_on_change_args(Object.keys(this._changed));return this.model.execute("pre_validate",[a],this.get_context()).then(function(){return!0},function(){return!1})},cancel:function(){this._loaded={},this._changed={},this._timestamp=null,this.button_clicks={}},_check_load:function(a){return this.get_loaded(a)?jQuery.when():this.reload(a)},get_loaded:function(a){if(!jQuery.isEmptyObject(a)){var b=!0;return a.forEach(function(a){a in this._loaded||a in this._changed||(b=!1)}.bind(this)),b}return Sao.common.compare(Object.keys(this.model.fields).sort(),Object.keys(this._loaded).sort())},root_parent:function(){for(var a=this;a.group.parent;)a=a.group.parent;return a},get_path:function(a){for(var b=[],c=this,d="";c&&(b.push([d,c.id]),c.group!==a);)d=c.group.child_name,c=c.group.parent;return b.reverse(),b},deleted:function(){return Boolean(~this.group.record_deleted.indexOf(this))},removed:function(){return Boolean(~this.group.record_removed.indexOf(this))},readonly:function(){return this.deleted()||this.removed()||this.exception},set_field_context:function(){for(var a in this.model.fields)if(this.model.fields.hasOwnProperty(a)){var b=this.model.fields[a],c=this._values[a];if(c&&c.set_context){var d=b.description.context;d&&c.set_context(this.expr_eval(d))}}},get_attachment_count:function(a){var b=jQuery.Deferred();return this.id<0?(b.resolve(0),b):(this.attachment_count<0||a?b=Sao.rpc({method:"model.ir.attachment.search_count",params:[[["resource","=",this.model.name+","+this.id]],this.get_context()]},this.model.session).then(function(a){return this.attachment_count=a,a}.bind(this)):b.resolve(this.attachment_count),b)},get_unread_note:function(a){var b=jQuery.Deferred();return this.id<0?(b.resolve(0),b):(this.unread_note<0||a?b=Sao.rpc({method:"model.ir.note.search_count",params:[[["resource","=",this.model.name+","+this.id],["unread","=",!0]],this.get_context()]},this.model.session).then(function(a){return this.unread_note=a,a}.bind(this)):b.resolve(this.unread_note),b)},get_button_clicks:function(a){if(this.id<0)return jQuery.when();var b=this.button_clicks[a];return void 0!==b?jQuery.when(b):Sao.rpc({method:"model.ir.model.button.click.get_click",params:[this.model.name,a,this.id,{}]},this.model.session).then(function(b){return this.button_clicks[a]=b,b}.bind(this))}}),Sao.field={},Sao.field.get=function(a){switch(a){case"char":return Sao.field.Char;case"selection":return Sao.field.Selection;case"datetime":return Sao.field.DateTime;case"date":return Sao.field.Date;case"time":return Sao.field.Time;case"timedelta":return Sao.field.TimeDelta;case"float":return Sao.field.Float;case"numeric":return Sao.field.Numeric;case"integer":return Sao.field.Integer;case"boolean":return Sao.field.Boolean;case"many2one":return Sao.field.Many2One;case"one2one":return Sao.field.One2One;case"one2many":return Sao.field.One2Many;case"many2many":return Sao.field.Many2Many;case"reference":return Sao.field.Reference;case"binary":return Sao.field.Binary;case"dict":return Sao.field.Dict;default:return Sao.field.Char}},Sao.field.Field=Sao.class_(Object,{_default:null,init:function(a){this.description=a,this.name=a.name},set:function(a,b){a._values[this.name]=b},get:function(a){var b=a._values[this.name];return void 0===b&&(b=this._default),b},set_client:function(a,b,c){var d=this.get(a);this.set(a,b),JSON.stringify(d)!=JSON.stringify(this.get(a))?(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){a.group.changed().done(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})})})):c&&(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})}))},get_client:function(a){return this.get(a)},set_default:function(a,b){a._values[this.name]=b,a._changed[this.name]=!0},set_on_change:function(a,b){a._values[this.name]=b,a._changed[this.name]=!0},changed:function(a){var b=[];return b.push(a.on_change([this.name])),b.push(a.on_change_with([this.name])),b.push(a.autocomplete_with(this.name)),a.set_field_context(),jQuery.when.apply(jQuery,b)},get_timestamp:function(a){return{}},get_context:function(a){var b=jQuery.extend({},a.get_context());return a.group.parent&&jQuery.extend(b,a.group.parent.get_context()),jQuery.extend(b,a.expr_eval(this.description.context||{})),b},get_domains:function(a,b){var c=new Sao.common.DomainInversion,d=c.domain_inversion([a.group.domain4inversion(),b||[]],this.name,Sao.common.EvalEnvironment(a));"boolean"!=typeof d||d?"boolean"==typeof d&&d&&(d=[]):d=[["id","=",null]];var e=a.expr_eval(this.description.domain||[]);return[d,e]},get_domain:function(a){var b=this.get_domains(a),c=b[0],d=b[1],e=new Sao.common.DomainInversion;return e.concat([e.localize_domain(c),d])},validation_domains:function(a,b){var c=new Sao.common.DomainInversion;return c.concat(this.get_domains(a,b))},get_eval:function(a){return this.get(a)},get_on_change_value:function(a){return this.get_eval(a)},set_state:function(a,b){void 0===b&&(b=["readonly","required","invisible"]);var c=a.expr_eval(this.description.states||{});b.forEach(function(b){"readonly"==b&&this.description.readonly||(void 0!==c[b]?this.get_state_attrs(a)[b]=c[b]:void 0!==this.description[b]&&(this.get_state_attrs(a)[b]=this.description[b]))}.bind(this)),(a.group.get_readonly()||this.get_state_attrs(a).domain_readonly)&&(this.get_state_attrs(a).readonly=!0)},get_state_attrs:function(a){return this.name in a.state_attrs||(a.state_attrs[this.name]=jQuery.extend({},this.description)),(a.group.get_readonly()||a.readonly())&&(a.state_attrs[this.name].readonly=!0),a.state_attrs[this.name]},check_required:function(a){var b=this.get_state_attrs(a);return!(1==b.required&&!this.get(a)&&1!=b.readonly)},validate:function(a,b,c){if(this.description.readonly)return!0;var d=!1;this.get_state_attrs(a).domain_readonly=!1;var e=new Sao.common.DomainInversion,f=e.simplify(this.validation_domains(a,c));if(b||this.check_required(a)||(d="required"),"boolean"==typeof f)f||(d="domain");else if(Sao.common.compare(f,[["id","=",null]]))d="domain";else{var g=e.unique_value(f),h=g[0],i=g[1],j=g[2];if(h){j===!1&&(j=null);var k,l=!0;k=jQuery.isEmptyObject(a.group.domain())?e.merge(f):e.merge(a.group.domain());var m="AND"==k[0];if(i.contains(".")){var n=i.split(".",1)[0],o=i.split(".",1)[1],p=[];m&&e.localize_domain(k.slice(1)).forEach(function(a){p.push(a)}),"id"==o&&~p.indexOf(n)||(l=!1)}l&&!c&&(this.set_client(a,j),this.get_state_attrs(a).domain_readonly=m)}e.eval_domain(f,Sao.common.EvalEnvironment(a))||(d=f)}return this.get_state_attrs(a).invalid=d,!d}}),Sao.field.Char=Sao.class_(Sao.field.Field,{_default:"",get:function(a){return Sao.field.Char._super.get.call(this,a)||this._default}}),Sao.field.Selection=Sao.class_(Sao.field.Field,{_default:null}),Sao.field.DateTime=Sao.class_(Sao.field.Field,{_default:null,time_format:function(a){return a.expr_eval(this.description.format)},set_client:function(a,b,c){var d;b&&(b.isTime?(d=this.get(a),b=d?Sao.DateTime.combine(d,b):null):b.isDate&&(d=this.get(a),d&&(b=Sao.DateTime.combine(b,d)))),Sao.field.DateTime._super.set_client.call(this,a,b,c)},date_format:function(a){var b=this.get_context(a);return Sao.common.date_format(b.date_format)}}),Sao.field.Date=Sao.class_(Sao.field.Field,{_default:null,set_client:function(a,b,c){b&&!b.isDate&&(b.isDate=!0,b.isDateTime=!1),Sao.field.Date._super.set_client.call(this,a,b,c)},date_format:function(a){var b=this.get_context(a);return Sao.common.date_format(b.date_format)}}),Sao.field.Time=Sao.class_(Sao.field.Field,{_default:null,time_format:function(a){return a.expr_eval(this.description.format)},set_client:function(a,b,c){b&&(b.isDate||b.isDateTime)&&(b=Sao.Time(b.hour(),b.minute(),b.second(),b.millisecond())),Sao.field.Time._super.set_client.call(this,a,b,c)}}),Sao.field.TimeDelta=Sao.class_(Sao.field.Field,{_default:null,converter:function(a){return a.model.session.context[this.description.converter]},set_client:function(a,b,c){"string"==typeof b&&(b=Sao.common.timedelta.parse(b,this.converter(a))),Sao.field.TimeDelta._super.set_client.call(this,a,b,c)},get_client:function(a){var b=Sao.field.TimeDelta._super.get_client.call(this,a);return Sao.common.timedelta.format(b,this.converter(a))}}),Sao.field.Float=Sao.class_(Sao.field.Field,{_default:null,digits:function(a,b){void 0===b&&(b=1);var c=a.expr_eval(this.description.digits);if(c&&c.every(function(a){return null!==a})){var d=Math.round(Math.log(Math.abs(b))/Math.LN10);return[c[0]+d,c[1]-d]}},check_required:function(a){var b=this.get_state_attrs(a);return 1!=b.required||null!==this.get(a)||1==b.readonly},convert:function(a){return a?(a=Number(a),isNaN(a)&&(a=this._default),a):null},apply_factor:function(a,b){return null!==a&&(a/=b),a},set_client:function(a,b,c,d){void 0===d&&(d=1),b=this.apply_factor(this.convert(b),d),Sao.field.Float._super.set_client.call(this,a,b,c)},get_client:function(a,b){void 0===b&&(b=1);var c=this.get(a);if(null!==c){var d=this.digits(a,b);return d?(c*b).toFixed(d[1]):""+c*b}return""}}),Sao.field.Numeric=Sao.class_(Sao.field.Float,{convert:function(a){return a?(a=new Sao.Decimal(a),isNaN(a.valueOf())&&(a=this._default),a):null},apply_factor:function(a,b){return a=Sao.field.Numeric._super.apply_factor(a,b),null!==a&&(a=new Sao.Decimal(a)),a}}),Sao.field.Integer=Sao.class_(Sao.field.Float,{convert:function(a){return a=parseInt(a,10),isNaN(a)&&(a=this._default),a}}),Sao.field.Boolean=Sao.class_(Sao.field.Field,{_default:!1,set_client:function(a,b,c){b=Boolean(b),Sao.field.Boolean._super.set_client.call(this,a,b,c)},get:function(a){return Boolean(a._values[this.name])},get_client:function(a){return Boolean(a._values[this.name])}}),Sao.field.Many2One=Sao.class_(Sao.field.Field,{_default:null,check_required:function(a){var b=this.get_state_attrs(a);return 1!=b.required||null!==this.get(a)||1==b.readonly},get_client:function(a){var b=a._values[this.name+".rec_name"];return void 0===b&&(this.set(a,this.get(a)),b=a._values[this.name+".rec_name"]||""),b},set:function(a,b){var c=a._values[this.name+".rec_name"]||"",d=function(b){a._values[this.name+".rec_name"]=b[0].rec_name};if(!c&&b>=0&&null!==b){var e=a.model.fields[this.name].description.relation;Sao.rpc({method:"model."+e+".read",params:[[b],["rec_name"],a.get_context()]},a.model.session).done(d.bind(this)).done(function(){a.group.root_group().screens.forEach(function(a){a.display()})})}else d.call(this,[{rec_name:c}]);a._values[this.name]=b},set_client:function(a,b,c){var d;b instanceof Array?(d=b[1],b=b[0]):d=b==this.get(a)?a._values[this.name+".rec_name"]||"":"",a._values[this.name+".rec_name"]=d,Sao.field.Many2One._super.set_client.call(this,a,b,c)},get_context:function(a){var b=Sao.field.Many2One._super.get_context.call(this,a);return this.description.datetime_field&&(b._datetime=a.get_eval()[this.description.datetime_field]),b},validation_domains:function(a,b){return this.get_domains(a,b)[0]},get_domain:function(a){var b=this.get_domains(a),c=b[0],d=b[1],e=new Sao.common.DomainInversion;return e.concat([e.localize_domain(e.inverse_leaf(c),this.name),d])},get_on_change_value:function(a){return a.group.parent_name==this.name&&a.group.parent?a.group.parent.get_on_change_value([a.group.child_name]):Sao.field.Many2One._super.get_on_change_value.call(this,a)}}),Sao.field.One2One=Sao.class_(Sao.field.Many2One,{}),
+Sao.field.One2Many=Sao.class_(Sao.field.Field,{init:function(a){Sao.field.One2Many._super.init.call(this,a)},_default:null,_set_value:function(a,b,c){this._set_default_value(a);var d=a._values[this.name],e=jQuery.when();jQuery.isEmptyObject(b)&&(b=[]);var f;if(f=jQuery.isEmptyObject(b)||!isNaN(parseInt(b[0],10))?"list ids":"list values","list values"==f){var g=this.get_context(a),h={};if(b.forEach(function(a){for(var b in a)a.hasOwnProperty(b)&&(b in d.model.fields||~b.indexOf(".")||(h[b]=!0))}),!jQuery.isEmptyObject(h)){var i={method:"model."+this.description.relation+".fields_get",params:[Object.keys(h),g]};e=Sao.rpc(i,a.model.session)}}var j=function(e){var g=[];if(jQuery.isEmptyObject(e)||d.add_fields(e),a._values[this.name]=d,"list ids"==f){for(var h=0,i=d.length;i>h;h++){var j=d[h];~b.indexOf(j.id)||d.remove(j,!0)}d.load(b)}else b.forEach(function(a){var b=d.new_(!1);c?(g.push(b.set_default(a,!1)),d.add(b)):(g.push(b.set(a)),d.push(b))});return jQuery.when.apply(jQuery,g)};return e.then(j)},set:function(a,b,c){void 0===c&&(c=!1);var d,e=a._values[this.name];return void 0!==e?(d=e.model,e.destroy()):d=a.model.name==this.description.relation?a.model:new Sao.Model(this.description.relation),a._values[this.name]=void 0,this._set_default_value(a,d),this._set_value(a,b,c)},get:function(a){var b=a._values[this.name];if(void 0===b)return[];for(var c=b.record_removed,d=b.record_deleted,e=[],f=this.description.relation_field||"",g=[],h=[],i=[],j=0,k=b.length;k>j;j++){var l=b[j];if(!~c.indexOf(l)&&!~d.indexOf(l)){var m;l.id>=0?(m=l.get(),delete m[f],l.has_changed()&&!jQuery.isEmptyObject(m)&&(i.push([l.id]),i.push(m)),g.push(l.id)):(m=l.get(),delete m[f],h.push(m))}}return jQuery.isEmptyObject(g)||e.push(["add",g]),jQuery.isEmptyObject(h)||e.push(["create",h]),jQuery.isEmptyObject(i)||e.push(["write"].concat(i)),jQuery.isEmptyObject(c)||e.push(["remove",c.map(function(a){return a.id})]),jQuery.isEmptyObject(d)||e.push(["delete",d.map(function(a){return a.id})]),e},set_client:function(a,b,c){null===b&&(b=[]),"number"==typeof b&&(b=[b]);var d=this.get_eval(a);this._set_value(a,b),Sao.common.compare(d.sort(),b.sort())?c&&(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})})):(a._changed[this.name]=!0,this.changed(a).done(function(){a.validate(null,!0).then(function(){a.group.changed().done(function(){var b=a.group.root_group();b.screens.forEach(function(a){a.display()})})})}))},get_client:function(a){return this._set_default_value(a),a._values[this.name]},set_default:function(a,b){return a._changed[this.name]=!0,this.set(a,b,!0)},set_on_change:function(a,b){if(a._changed[this.name]=!0,this._set_default_value(a),b instanceof Array)return void this._set_value(a,b);var c=jQuery.when();if(b.add||b.update){var d=this.get_context(a),e=a._values[this.name].model.fields,f={},g=[];if(b.add)for(var h=0;h<b.add.length;h++)g.push(b.add[h][1]);if([g,b.update].forEach(function(a){jQuery.isEmptyObject(a)||a.forEach(function(a){Object.keys(a).forEach(function(a){a in e||"id"==a||(f[a]=!0)})})}),!jQuery.isEmptyObject(f)){var i={method:"model."+this.description.relation+".fields_get",params:[Object.keys(f),d]};c=Sao.rpc(i,a.model.session)}}var j=[],k=a._values[this.name];k.forEach(function(a){a.id||j.push(a)}),b.remove&&b.remove.forEach(function(a){var b=k.get(a);b&&j.push(b)}.bind(this)),j.forEach(function(a){k.remove(a,!1,!0,!1)}.bind(this)),(b.add||b.update)&&c.then(function(a){k.add_fields(a),b.add&&b.add.forEach(function(a){var b=a[0],c=a[1],d=k.new_(!1);k.add(d,b,!1),d.set_on_change(c)}),b.update&&b.update.forEach(function(a){if(a.id){var b=k.get(a.id);b&&b.set_on_change(a)}})}.bind(this))},_set_default_value:function(a,b){if(void 0===a._values[this.name]){b||(b=new Sao.Model(this.description.relation)),a.model.name==this.description.relation&&(b=a.model);var c=a.expr_eval(this.description.context||{}),d=Sao.Group(b,c,[]);d.set_parent(a),d.parent_name=this.description.relation_field,d.child_name=this.name,a._values[this.name]=d}},get_timestamp:function(a){var b=a._values[this.name];if(void 0===b)return{};for(var c,d={},e=0,f=b.length;f>e;e++)c=b[e],jQuery.extend(d,c.get_timestamp());return d},get_eval:function(a){var b=[],c=a._values[this.name];if(void 0===c)return b;for(var d=c.record_removed,e=c.record_deleted,f=0,g=a._values[this.name].length;g>f;f++){var h=c[f];~d.indexOf(h)||~e.indexOf(h)||b.push(h.id)}return b},get_on_change_value:function(a){var b=[],c=a._values[this.name];if(void 0===c)return b;for(var d=0,e=a._values[this.name].length;e>d;d++){var f=c[d];f.deleted()&&f.removed()||b.push(f.get_on_change_value([this.description.relation_field||""]))}return b},get_removed_ids:function(a){return a._values[this.name].record_removed.map(function(a){return a.id})},get_domain:function(a){var b=this.get_domains(a),c=b[1];return c},validation_domains:function(a,b){return this.get_domains(a,b)[0]},validate:function(a,b,c){var d=!1,e=new Sao.common.DomainInversion,f=e.localize_domain(e.domain_inversion(a.group.clean4inversion(c||[]),this.name,Sao.common.EvalEnvironment(a)),this.name);"boolean"==typeof f&&(f=f?[]:[["id","=",null]]);for(var g=0,h=(a._values[this.name]||[]).length;h>g;g++){var i=a._values[this.name][g];!i.get_loaded()&&i.id>=0&&!c||i.validate(null,b,f,!0)||(d="children")}var j=Sao.field.One2Many._super.validate.call(this,a,b,c);return j&&d?(this.get_state_attrs(a).invalid=d,!1):j},set_state:function(a,b){this._set_default_value(a),Sao.field.One2Many._super.set_state.call(this,a,b)}}),Sao.field.Many2Many=Sao.class_(Sao.field.One2Many,{get_on_change_value:function(a){return this.get_eval(a)}}),Sao.field.Reference=Sao.class_(Sao.field.Field,{_default:null,get_client:function(a){if(a._values[this.name]){var b=a._values[this.name][0],c=a._values[this.name+".rec_name"]||"";return[b,c]}return null},get:function(a){return a._values[this.name]&&a._values[this.name][0]&&a._values[this.name][1]>=-1?a._values[this.name].join(","):null},set_client:function(a,b,c){if(b){"string"==typeof b&&(b=b.split(","));var d,e=b[0],f=b[1];f instanceof Array?(d=f[1],f=f[0]):(f&&!isNaN(parseInt(f,10))&&(f=parseInt(f,10)),d=[e,f].join(",")==this.get(a)?a._values[this.name+".rec_name"]||"":""),a._values[this.name+".rec_name"]=d,b=[e,f]}Sao.field.Reference._super.set_client.call(this,a,b,c)},set:function(a,b){if(!b)return void(a._values[this.name]=this._default);var c,d;"string"==typeof b?(c=b.split(",")[0],d=b.split(",")[1],d?isNaN(parseInt(d,10))||(d=parseInt(d,10)):d=null):(c=b[0],d=b[1]);var e=a._values[this.name+".rec_name"]||"",f=function(b){a._values[this.name+".rec_name"]=b}.bind(this);c&&null!==d&&d>=0?!e&&d>=0&&Sao.rpc({method:"model."+c+".read",params:[[d],["rec_name"],a.get_context()]},a.model.session).done(function(a){f(a[0].rec_name)}):e=c?"":d,a._values[this.name]=[c,d],f(e)},get_on_change_value:function(a){return a.group.parent_name==this.name&&a.group.parent?[a.group.parent.model.name,a.group.parent.get_on_change_value([a.group.child_name])]:Sao.field.Reference._super.get_on_change_value.call(this,a)},get_context:function(a){var b=Sao.field.Reference._super.get_context.call(this,a);return this.description.datetime_field&&(b._datetime=a.get_eval()[this.description.datetime_field]),b},validation_domains:function(a,b){return this.get_domains(a,b)[0]},get_domain:function(a){var b=null;a._values[this.name]&&(b=a._values[this.name][0]);var c=this.get_domains(a),d=c[0],e=c[1],f=new Sao.common.DomainInversion;return f.concat([f.localize_domain(f.filter_leaf(d,this.name,b),!0),e])}}),Sao.field.Binary=Sao.class_(Sao.field.Field,{_default:null,get_size:function(a){var b=a._values[this.name]||0;return b instanceof Uint8Array?b.length:b},get_data:function(a){var b=a._values[this.name]||[],c=jQuery.when(b);if(!(b instanceof Uint8Array)){if(a.id<0)return c;var d=a.get_context();c=a.model.execute("read",[[a.id],[this.name]],d).then(function(a){return a[0][this.name]}.bind(this))}return c}}),Sao.field.Dict=Sao.class_(Sao.field.Field,{_default:{},set:function(a,b){if(b){var c=[];for(var d in b)c.push(d);c.sort();var e={};for(var f in c)d=c[f],e[d]=b[d];b=e}Sao.field.Dict._super.set.call(this,a,b)},get:function(a){return Sao.field.Dict._super.get.call(this,a)||this._default},get_client:function(a){return Sao.field.Dict._super.get_client.call(this,a)||this._default},validation_domains:function(a,b){return this.get_domains(a,b)[0]},get_domain:function(a){var b=new Sao.common.DomainInversion,c=this.get_domains(a),d=c[0],e=c[1];return b.concat([b.localize_domain(b.inverse_leaf(d)),e])},date_format:function(a){var b=this.get_context(a);return Sao.common.date_format(b.date_format)},time_format:function(a){return"%X"}})}(),function(){"use strict";Sao.Tab=Sao.class_(Object,{init:function(){Sao.Tab.tabs.push(this),this.buttons={},this.id="tab-"+Sao.Tab.counter++,this.name_el=jQuery("<span/>")},create_tabcontent:function(){this.el=jQuery("<div/>",{"class":this.class_});var a=this.create_toolbar().appendTo(this.el);this.title=a.find("a.navbar-brand"),this.content=jQuery("<div/>").appendTo(this.el),this.info_bar&&this.el.append(this.info_bar.el)},set_menu:function(a){this.menu_def().forEach(function(b){var c=b[0],d=b[1],e=b[2],f=jQuery("<li/>",{role:"presentation"}).appendTo(a),g=jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(jQuery("<span/>",{"class":"glyphicon "+c,"aria-hidden":"true"})).append(" "+d).appendTo(f);e?g.click(function(){this[e]()}.bind(this)):f.addClass("disabled")}.bind(this))},create_toolbar:function(){var a=jQuery('<nav class="navbar-default toolbar" role="navigation"><div class="container-fluid"><div class="navbar-header"><a class="navbar-brand" href="#"></a><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-'+this.id+'"><span class="sr-only">'+Sao.i18n.gettext("Toggle navigation")+'</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div><div class="collapse navbar-collapse" id="navbar-'+this.id+'"><ul class="nav navbar-nav"><li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span><span class="visible-xs">'+Sao.i18n.gettext("Menu")+'</span><span class="caret"></span></a><ul class="dropdown-menu" role="menu"></ul></li></ul></div></div></nav>'),b=jQuery("<div/>",{"class":"nav-wrapper"}).append(a);this.set_menu(a.find('ul[role*="menu"]'));var c=function(b){var c=jQuery("<li/>",{role:"presentation"}).appendTo(a.find(".navbar-collapse > ul"));this.buttons[b[0]]=jQuery("<a/>",{role:"menuitem",href:"#",id:b[0]}).append(jQuery("<span/>",{"class":"glyphicon "+b[1],"aria-hidden":"true"})).append(jQuery("<span/>",{"class":"hidden-sm"}).append(" "+b[2])).appendTo(c),b[4]?this.buttons[b[0]].click(this[b[4]].bind(this)):c.addClass("disabled")};this.toolbar_def().forEach(c.bind(this));var d=jQuery("#tabs");return a.affix({target:d.parent(),offset:{top:function(){return d.find(".nav-tabs").height()}}}),a.on("affix.bs.affix",function(){b.height(a.height())}),a.on("affix-top.bs.affix affix-bottom.bs.affix",function(){b.height("")}),a.on("affixed.bs.affix",function(){Sao.Tab.affix_set_with(a)}),a.on("affixed-top.bs.affix affixed-bottom.bs.affix",function(){Sao.Tab.affix_unset_width(a)}),b},close:function(){var a=jQuery("#tabs"),b=a.find("#nav-"+this.id),c=a.find("#"+this.id);return a.find('a[href="#'+this.id+'"]').tab("show"),this._close_allowed().then(function(){var d=b.next();d.length||(d=b.prev()),b.remove(),c.remove(),Sao.Tab.tabs.splice(Sao.Tab.tabs.indexOf(this),1),d&&d.find("a").tab("show"),a.trigger("ready")}.bind(this))},_close_allowed:function(){return jQuery.when()},set_name:function(a){this.name_el.text(a)}}),Sao.Tab.affix_set_with=function(a){var b=jQuery(a.parent()).width();a.css("width",b)},Sao.Tab.affix_unset_width=function(a){a.css("width","")},jQuery(window).resize(function(){jQuery(".toolbar").each(function(a,b){b=jQuery(b),b.affix("checkPosition"),b.hasClass("affix")?Sao.Tab.affix_set_with(b):Sao.Tab.affix_unset_width(b)})}),Sao.Tab.counter=0,Sao.Tab.tabs=[],Sao.Tab.tabs.close=function(a){if(a&&Sao.Tab.tabs.length)return Sao.common.sur.run(Sao.i18n.gettext("The following action requires to close all tabs.\nDo you want to continue?")).then(function(){return Sao.Tab.tabs.close(!1)});if(Sao.Tab.tabs.length){var b=Sao.Tab.tabs[0];return b.close().then(function(){return~Sao.Tab.tabs.indexOf(b)?jQuery.Deferred().reject():Sao.Tab.tabs.close()})}return Sao.main_menu_screen?Sao.main_menu_screen.save_tree_state().then(function(){Sao.main_menu_screen=null}):jQuery.when()},Sao.Tab.tabs.get_current=function(){var a=jQuery("#tabs > ul"),b=a.find("li").index(a.find("li.active"));return Sao.Tab.tabs[b]},Sao.Tab.tabs.close_current=function(){var a=this.get_current();a.close()},Sao.Tab.create=function(a){void 0===a.context&&(a.context={});var b;b=a.model?new Sao.Tab.Form(a.model,a):new Sao.Tab.Board(a),Sao.Tab.add(b)},Sao.Tab.add=function(a){var b=jQuery("#tabs"),c=jQuery("<a/>",{"aria-controls":a.id,role:"tab","data-toggle":"tab",href:"#"+a.id}).append(jQuery("<button/>",{"class":"close"}).append(jQuery("<span/>",{"aria-hidden":!0}).append("×")).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Close"))).click(function(){a.close()})).append(a.name_el);jQuery("<li/>",{role:"presentation",id:"nav-"+a.id}).append(c).appendTo(b.find("> .nav-tabs")),jQuery("<div/>",{role:"tabpanel","class":"tab-pane",id:a.id}).html(a.el).appendTo(b.find("> .tab-content")),c.on("shown.bs.tab",function(){Sao.View.resize(a.el)}),c.tab("show"),b.trigger("ready")},Sao.Tab.Form=Sao.class_(Sao.Tab,{class_:"tab-form",init:function(a,b){Sao.Tab.Form._super.init.call(this);var c=new Sao.Screen(a,b);c.tab=this,this.screen=c,this.attributes=jQuery.extend({},b),this.info_bar=new Sao.Window.InfoBar,this.create_tabcontent(),this.set_buttons_sensitive(),this.view_prm=this.screen.switch_view().done(function(){this.set_name(b.name||""),this.content.append(c.screen_container.el),b.res_id?(jQuery.isArray(b.res_id)||(b.res_id=[b.res_id]),c.group.load(b.res_id),c.set_current_record(c.group.get(b.res_id)),c.display()):("form"==c.current_view.view_type&&c.new_(),~["tree","graph","calendar"].indexOf(c.current_view.view_type)&&c.search_filter()),this.update_revision()}.bind(this))},toolbar_def:function(){return[["new","glyphicon-edit",Sao.i18n.gettext("New"),Sao.i18n.gettext("Create a new record"),"new_"],["save","glyphicon-save",Sao.i18n.gettext("Save"),Sao.i18n.gettext("Save this record"),"save"],["switch","glyphicon-list-alt",Sao.i18n.gettext("Switch"),Sao.i18n.gettext("Switch view"),"switch_"],["reload","glyphicon-refresh",Sao.i18n.gettext("Reload"),Sao.i18n.gettext("Reload"),"reload"],["previous","glyphicon-chevron-left",Sao.i18n.gettext("Previous"),Sao.i18n.gettext("Previous Record"),"previous"],["next","glyphicon-chevron-right",Sao.i18n.gettext("Next"),Sao.i18n.gettext("Next Record"),"next"],["attach","glyphicon-paperclip",Sao.i18n.gettext("Attachment"),Sao.i18n.gettext("Add an attachment to the record"),"attach"],["note","glyphicon-comment",Sao.i18n.gettext("Note"),Sao.i18n.gettext("Add a note to the record"),"note"]]},menu_def:function(){return[["glyphicon-edit",Sao.i18n.gettext("New"),"new_"],["glyphicon-save",Sao.i18n.gettext("Save"),"save"],["glyphicon-list-alt",Sao.i18n.gettext("Switch"),"switch_"],["glyphicon-refresh",Sao.i18n.gettext("Reload/Undo"),"reload"],["glyphicon-duplicate",Sao.i18n.gettext("Duplicate"),"copy"],["glyphicon-trash",Sao.i18n.gettext("Delete"),"delete_"],["glyphicon-chevron-left",Sao.i18n.gettext("Previous"),"previous"],["glyphicon-chevron-right",Sao.i18n.gettext("Next"),"next"],["glyphicon-search",Sao.i18n.gettext("Search"),"search"],["glyphicon-time",Sao.i18n.gettext("View Logs..."),"logs"],["glyphicon-time",Sao.i18n.gettext("Show revisions..."),Sao.common.MODELHISTORY.contains(this.screen.model_name)?"revision":null],["glyphicon-remove",Sao.i18n.gettext("Close Tab"),"close"],["glyphicon-paperclip",Sao.i18n.gettext("Attachment"),"attach"],["glyphicon-comment",Sao.i18n.gettext("Note"),"note"],["glyphicon-cog",Sao.i18n.gettext("Action"),"action"],["glyphicon-share-alt",Sao.i18n.gettext("Relate"),"relate"],["glyphicon-print",Sao.i18n.gettext("Print"),"print"],["glyphicon-export",Sao.i18n.gettext("Export"),"export"],["glyphicon-import",Sao.i18n.gettext("Import"),"import"]]},create_toolbar:function(){var a=Sao.Tab.Form._super.create_toolbar.call(this),b=this.screen,c=this.buttons,d=b.model.execute("view_toolbar_get",[],b.context);return d.done(function(d){[["action","glyphicon-cog",Sao.i18n.gettext("Action"),Sao.i18n.gettext("Launch action")],["relate","glyphicon-share-alt",Sao.i18n.gettext("Relate"),Sao.i18n.gettext("Open related records")],["print","glyphicon-print",Sao.i18n.gettext("Print"),Sao.i18n.gettext("Print report")]].forEach(function(e){var f=jQuery("<li/>",{"class":"dropdown"}).append(jQuery("<a/>",{href:"#",id:e[0],"class":"dropdown-toggle","data-toggle":"dropdown",role:"button","aria-expanded":"false"}).append(jQuery("<span/>",{"class":"glyphicon "+e[1],"aria-hidden":"true"})).append(jQuery("<span/>",{"class":"hidden-sm"}).append(" "+e[2]+" ")).append(jQuery("<span/>",{"class":"caret"}))).append(jQuery("<ul/>",{"class":"dropdown-menu",role:"menu","aria-labelledby":e[0]})).appendTo(a.find(".navbar-collapse > ul"));c[e[0]]=f;var g=f.find('ul[role*="menu"]');"action"==e[0]&&f.find("a").click(function(){g.find(".action_button").remove();var a=b.get_buttons();a.forEach(function(a){jQuery("<li/>",{role:"presentation","class":"action_button"}).append(jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(a.attributes.string||"")).click(function(){b.button(a.attributes)}).appendTo(g)})}),d[e[0]].forEach(function(a){jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(a.name)).click(function(){b.save_current().then(function(){var c=jQuery.extend({},a),d=null;b.current_record&&(d=b.current_record.id);var f=b.current_view.selected_records().map(function(a){return a.id});c=Sao.Action.evaluate(c,e[0],b.current_record);var g={model:b.model_name,id:d,ids:f};Sao.Action.exec_action(c,g,b.context)})}).appendTo(g)})})}),a},_close_allowed:function(){return this.modified_save()},modified_save:function(){return this.screen.save_tree_state(),this.screen.current_view.set_value(),this.screen.modified()?Sao.common.sur_3b.run(Sao.i18n.gettext("This record has been modified\ndo you want to save it?")).then(function(a){switch(a){case"ok":return this.save();case"ko":return this.reload(!1);default:return jQuery.Deferred().reject()}}.bind(this)):jQuery.when()},new_:function(){Sao.common.MODELACCESS.get(this.screen.model_name).create&&this.modified_save().done(function(){this.screen.new_().then(function(){this.info_bar.message()}.bind(this))}.bind(this))},save:function(){var a=Sao.common.MODELACCESS.get(this.screen.model_name);return a.write||a.create?this.screen.save_current().then(function(){this.info_bar.message(Sao.i18n.gettext("Record saved."),"info"),this.screen.count_tab_domain()}.bind(this),function(){this.info_bar.message(this.screen.invalid_message(),"danger")}.bind(this)):jQuery.when()},switch_:function(){this.modified_save().done(function(){this.screen.switch_view()}.bind(this))},reload:function(a){void 0===a&&(a=!0);var b=function(){return this.screen.cancel_current().then(function(){return this.screen.save_tree_state(!1),"form"!=this.screen.current_view.view_type&&this.screen.search_filter(this.screen.screen_container.search_entry.val()),this.screen.count_tab_domain(),this.screen.display().then(function(){this.info_bar.message()}.bind(this))}.bind(this))}.bind(this);return a?this.modified_save().then(b):b()},copy:function(){Sao.common.MODELACCESS.get(this.screen.model_name).create&&this.modified_save().done(function(){this.screen.copy().then(function(){this.info_bar.message(Sao.i18n.gettext("Working now on the duplicated record(s)."),"info"),this.screen.count_tab_domain()}.bind(this))}.bind(this))},delete_:function(){if(Sao.common.MODELACCESS.get(this.screen.model_name)["delete"]){var a;a="form"==this.screen.current_view.view_type?Sao.i18n.gettext("Are you sure to remove this record?"):Sao.i18n.gettext("Are you sure to remove those records?"),Sao.common.sur.run(a).done(function(){this.screen.remove(!0,!1,!0).then(function(){this.info_bar.message(Sao.i18n.gettext("Records removed."),"info"),this.screen.count_tab_domain()}.bind(this),function(){this.info_bar.message(Sao.i18n.gettext("Records not removed."),"danger")}.bind(this))}.bind(this))}},previous:function(){this.modified_save().done(function(){this.screen.display_previous(),this.info_bar.message()}.bind(this))},next:function(){this.modified_save().done(function(){this.screen.display_next(),this.info_bar.message()}.bind(this))},search:function(){var a=this.screen.screen_container.search_entry;a.is(":visible")&&window.setTimeout(function(){a.focus()},0)},logs:function(){var a=this.screen.current_record;if(!a||a.id<0)return void this.info_bar.message(Sao.i18n.gettext("You have to select one record."),"info");var b=[["id",Sao.i18n.gettext("ID:")],["create_uid.rec_name",Sao.i18n.gettext("Creation User:")],["create_date",Sao.i18n.gettext("Creation Date:")],["write_uid.rec_name",Sao.i18n.gettext("Latest Modification by:")],["write_date",Sao.i18n.gettext("Latest Modification Date:")]];this.screen.model.execute("read",[[a.id],b.map(function(a){return a[0]})],this.screen.context).then(function(a){a=a[0];var c="";b.forEach(function(b){var d=b[0],e=b[1],f=a[d]||"/";a[d]&&~["create_date","write_date"].indexOf(d)&&(f=Sao.common.format_datetime(Sao.common.date_format(),"%H:%M:%S",f)),c+=e+" "+f+"\n"}),c+=Sao.i18n.gettext("Model: ")+this.screen.model.name,Sao.common.message.run(c)}.bind(this))},revision:function(){var a=null;this.screen.current_record&&(a=this.screen.current_record.id);var b=function(b){return function(c){c&&c.add(1,"milliseconds"),"form"==this.screen.current_view.view_type&&c<b[b.length-1][0]&&(c=b[b.length-1][0]),c!=this.screen.context._datetime&&(this.screen.context._datetime=c,"form"!=this.screen.current_view.view_type?this.screen.search_filter(this.screen.screen_container.search_entry.val()):this.screen.new_group([a]),this.screen.display(!0),this.update_revision())}.bind(this)}.bind(this);this.modified_save().done(function(){var a=this.screen.current_view.selected_records().map(function(a){return a.id});this.screen.model.execute("history_revisions",[a],this.screen.context).then(function(a){new Sao.Window.Revision(a,b(a))})}.bind(this))},update_revision:function(){var a,b=this.screen.context._datetime;if(b){var c=Sao.common.date_format(),d="%H:%M:%S.%f";b=Sao.common.format_datetime(c,d,b),a=this.name_el.text()+" @ "+b}else a=this.name_el.text();this.title.html(a),this.set_buttons_sensitive(b)},set_buttons_sensitive:function(a){if(a)["new","save"].forEach(function(a){this.buttons[a].parent().addClass("disabled")}.bind(this));else{var b=Sao.common.MODELACCESS.get(this.screen.model_name);[["new",b.create],["save",b.create||b.write]].forEach(function(a){var b=a[0],c=a[1];c?this.buttons[b].parent().removeClass("disabled"):this.buttons[b].parent().addClass("disabled")}.bind(this))}},attach:function(){var a=this.screen.current_record;!a||a.id<0||new Sao.Window.Attachment(a,function(){this.update_attachment_count(!0)}.bind(this))},update_attachment_count:function(a){var b=this.screen.current_record;b?b.get_attachment_count(a).always(this.attachment_count.bind(this)):this.attachment_count(0)},attachment_count:function(a){var b=Sao.i18n.gettext("Attachment(%1)",a);this.buttons.attach.text(b);var c=this.screen.get_id();this.buttons.attach.prop("disabled",0>c||null===c)},note:function(){var a=this.screen.current_record;!a||a.id<0||new Sao.Window.Note(a,function(){this.update_unread_note(!0)}.bind(this))},update_unread_note:function(a){var b=this.screen.current_record;b?b.get_unread_note(a).always(this._unread_note.bind(this)):this._unread_note(0)},_unread_note:function(a){var b=Sao.i18n.gettext("Note(%1)",a);this.buttons.note.text(b);var c=this.screen.get_id();this.buttons.note.prop("disabled",0>c||null===c)},record_message:function(){this.info_bar.message()},action:function(){window.setTimeout(function(){this.buttons.action.find("ul.dropdown-menu").dropdown("toggle")}.bind(this))},relate:function(){window.setTimeout(function(){this.buttons.relate.find("ul.dropdown-menu").dropdown("toggle")}.bind(this))},print:function(){window.setTimeout(function(){this.buttons.print.find("ul.dropdown-menu").dropdown("toggle")}.bind(this))},"export":function(){new Sao.Window.Export(this.screen,this.screen.current_view.selected_records().map(function(a){return a.id}),this.screen.current_view.get_fields())},"import":function(){new Sao.Window.Import(this.screen)}}),Sao.Tab.Board=Sao.class_(Sao.Tab,{class_:"tab-board",init:function(a){var b,c;Sao.Tab.Board._super.init.call(this),this.model=a.model,this.view_id=a.view_ids.length>0?a.view_ids[0]:null,this.context=a.context,this.name=a.name||"",this.dialogs=[],this.board=null,b=new Sao.Model("ir.ui.view"),c=b.execute("read",[[this.view_id],["arch"]],this.context),c.done(function(a){var b;b=jQuery(jQuery.parseXML(a[0].arch)),this.board=new Sao.View.Board(b,this.context),this.board.actions_prms.done(function(){var a,b,c;for(a=0,b=this.board.actions.length;b>a;a++)c=this.board.actions[a],c.screen.tab=this}.bind(this)),this.el.append(this.board.el)}.bind(this)),this.create_tabcontent(),this.set_name(this.name),this.title.html(this.name_el.text())},toolbar_def:function(){return[["reload","glyphicon-refresh",Sao.i18n.gettext("Reload"),Sao.i18n.gettext("Reload"),"reload"]]},menu_def:function(){return[["glyphicon-refresh",Sao.i18n.gettext("Reload/Undo"),"reload"]]},reload:function(){this.board.reload()},record_message:function(){var a,b,c;for(b=this.board.actions.length,a=0,b=b;b>a;a++)c=this.board.actions[a],c.update_domain(this.board.actions)},attachment_count:function(){},note:function(){},update_unread_note:function(){}}),Sao.Tab.Wizard=Sao.class_(Sao.Tab,{class_:"tab-wizard",init:function(a){Sao.Tab.Wizard._super.init.call(this),this.wizard=a,this.set_name(a.name),a.tab=this,this.create_tabcontent(),this.title.html(this.name_el.text()),this.el.append(a.form)},create_toolbar:function(){return jQuery("<span/>")},_close_allowed:function(){var a=this.wizard,b=jQuery.when();a.state!==a.end_state&&a.end_state in a.states&&(b=a.response(a.end_state));var c=jQuery.Deferred();return b.always(function(){a.state===a.end_state?c.resolve():c.reject()}),c.promise()}})}(),function(){"use strict";Sao.ScreenContainer=Sao.class_(Object,{init:function(a){this.alternate_viewport=jQuery("<div/>",{"class":"screen-container"}),this.alternate_view=!1,this.search_modal=null,this.search_form=null,this.last_search_text="",this.tab_domain=a||[],this.tab_counter=[],this.el=jQuery("<div/>",{"class":"screen-container"}),this.filter_box=jQuery("<form/>",{"class":"filter-box"}).submit(function(a){this.do_search(),a.preventDefault()}.bind(this));var b=jQuery("<div/>",{"class":"row"}).appendTo(this.filter_box);this.el.append(this.filter_box),this.filter_button=jQuery("<button/>",{type:"button","class":"btn btn-default"}).append(Sao.i18n.gettext("Filters")),this.filter_button.click(this.search_box.bind(this)),this.search_entry=jQuery("<input/>",{"class":"form-control",placeholder:Sao.i18n.gettext("Search")}),this.search_list=jQuery("<datalist/>"),this.search_list.uniqueId(),this.search_entry.attr("list",this.search_list.attr("id")),this.search_entry.keypress(this.key_press.bind(this)),this.search_entry.on("input",this.update.bind(this));var c=jQuery("<button/>",{type:"submit","class":"btn btn-default","aria-label":Sao.i18n.gettext("Search")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-search"}));this.but_bookmark=jQuery("<button/>",{type:"button","class":"btn btn-default dropdown-toggle","data-toggle":"dropdown","aria-expanded":!1,"aria-label":Sao.i18n.gettext("Bookmarks"),id:"bookmarks"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-bookmark","aria-hidden":!0}));var d=jQuery("<ul/>",{"class":"dropdown-menu",role:"menu","aria-labelledby":"bookmarks"});if(this.but_bookmark.click(function(){d.children().remove();for(var a=this.bookmarks(),b=0;b<a.length;b++){var c=a[b][1],e=a[b][2];jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{role:"menuitem",href:"#",tabindex:-1}).append(c).click(e,this.bookmark_activate.bind(this))).appendTo(d)}}.bind(this)),this.but_star=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon","aria-hidden":!0})).click(this.star_click.bind(this)),this.set_star(),jQuery("<div/>",{"class":"input-group"}).append(jQuery("<span/>",{"class":"input-group-btn"}).append(this.filter_button)).append(this.search_entry).append(this.search_list).append(jQuery("<span/>",{"class":"input-group-btn"}).append(c).append(this.but_star).append(this.but_bookmark).append(d)).appendTo(jQuery("<div/>",{"class":"col-sm-10 col-xs-12"}).appendTo(b)),this.but_prev=jQuery("<button/>",{type:"button","class":"btn btn-default","aria-label":Sao.i18n.gettext("Previous")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-menu-left","aria-hidden":!0})),this.but_prev.click(this.search_prev.bind(this)),this.but_next=jQuery("<button/>",{type:"button","class":"btn btn-default","aria-label":Sao.i18n.gettext("Next")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-menu-right","aria-hidden":!0})),this.but_next.click(this.search_next.bind(this)),jQuery("<div/>",{"class":"btn-group",role:"group"}).append(this.but_prev).append(this.but_next).appendTo(jQuery("<div/>",{"class":"col-sm-2 pull-right"}).appendTo(b)),this.content_box=jQuery("<div/>",{"class":"content-box"}),jQuery.isEmptyObject(this.tab_domain))this.tab=null;else{this.tab=jQuery("<div/>",{"class":"tab-domain"}).appendTo(this.el);var e=jQuery("<ul/>",{"class":"nav nav-tabs",role:"tablist"}).appendTo(this.tab);jQuery("<div/>",{"class":"tab-content"}).appendTo(this.tab);this.tab_domain.forEach(function(a,b){var c=a[0],d=jQuery("<span/>",{"class":"badge"});jQuery("<li/>",{role:"presentation",id:"nav-"+b}).append(jQuery("<a/>",{"aria-controls":b,role:"tab","data-toggle":"tab",href:"#"+b}).append(c+" ").append(d)).appendTo(e);this.tab_counter.push(d)}.bind(this)),e.find("a:first").tab("show");var f=this;e.find("a").click(function(a){a.preventDefault(),jQuery(this).tab("show"),f.do_search(),f.screen.count_tab_domain()})}this.el.append(this.content_box)},set_text:function(a){this.search_entry.val(a),this.bookmark_match()},update:function(){var a=this.screen.domain_parser().completion(this.get_text());this.search_list.children().remove(),a.forEach(function(a){jQuery("<option/>",{value:a.trim()}).appendTo(this.search_list)},this)},set_star:function(a){var b=this.but_star.children("span.glyphicon");a?(b.removeClass("glyphicon-star-empty"),b.addClass("glyphicon-star"),this.but_star.attr("aria-label",Sao.i18n.gettext("Remove this bookmark"))):(b.removeClass("glyphicon-star"),b.addClass("glyphicon-star-empty"),this.but_star.attr("aria-label",Sao.i18n.gettext("Bookmark this filter")))},get_star:function(){var a=this.but_star.children("span.glyphicon");return a.hasClass("glyphicon-star")},star_click:function(){var a=this.get_star(),b=this.screen.model_name,c=function(){this.bookmark_match(),this.but_bookmark.prop("disabled",jQuery.isEmptyObject(this.bookmarks()))}.bind(this);if(a){var d=this.bookmark_match();Sao.common.VIEW_SEARCH.remove(b,d).then(function(){c()})}else{var e=this.get_text();if(!e)return;Sao.common.ask.run(Sao.i18n.gettext("Bookmark Name:")).then(function(a){if(a){var d=this.screen.domain_parser().parse(e);Sao.common.VIEW_SEARCH.add(b,a,d).then(function(){c()}),this.set_text(this.screen.domain_parser().string(d))}}.bind(this))}},bookmarks:function(){var a=Sao.common.VIEW_SEARCH.get(this.screen.model_name);
+return a.filter(function(a){return this.screen.domain_parser().stringable(a[2])}.bind(this))},bookmark_activate:function(a){var b=a.data;this.set_text(this.screen.domain_parser().string(b)),this.do_search()},bookmark_match:function(){var a=this.get_text();if(a){var b=this.screen.domain_parser().parse(a);this.but_star.prop("disabled",!a);for(var c=(this.get_star(),this.bookmarks()),d=0;d<c.length;d++){var e=c[d][0],f=(c[d][1],c[d][2]),g=this.screen.domain_parser().string(f);if(g===a||Sao.common.compare(f,b))return this.set_star(!0),e}}this.set_star(!1)},search_prev:function(){this.screen.search_prev(this.get_text())},search_next:function(){this.screen.search_next(this.get_text())},get_tab_domain:function(){if(!this.tab)return[];var a=this.tab.find("li").index(this.tab.find("li.active"));return this.tab_domain[a][1]},set_tab_counter:function(a,b){if(!jQuery.isEmptyObject(this.tab_counter)&&this.tab&&(void 0!==b&&null!==b||(b=this.tab.find("li").index(this.tab.find("li.active"))),!(0>b))){var c=this.tab_counter[b];if(c.data("toggle","tooltip"),null===a)c.attr("title",""),c.text("");else{c.attr("title",a);var d=a;a>99&&(d="99+"),c.text(d)}c.tooltip()}},do_search:function(){return this.screen.search_filter(this.get_text())},key_press:function(a){window.setTimeout(function(){this.bookmark_match()}.bind(this))},set_screen:function(a){this.screen=a,this.but_bookmark.prop("disabled",jQuery.isEmptyObject(this.bookmarks())),this.bookmark_match()},show_filter:function(){this.filter_box.show(),this.tab&&this.tab.show()},hide_filter:function(){this.filter_box.hide(),this.tab&&this.tab.hide()},set:function(a){this.alternate_view?(this.alternate_viewport.children().detach(),this.alternate_viewport.append(a)):(this.content_box.children().detach(),this.content_box.append(a))},get_text:function(){return this.search_entry.val()},search_box:function(){var a=this.screen.domain_parser(),b=function(){this.search_modal.modal("hide");for(var b="",c=a.quote.bind(a),d=0;d<this.search_form.fields.length;d++){var e,f=this.search_form.fields[d][0],g=this.search_form.fields[d][1];switch(g.type){case"selection":case"date":case"datetime":case"time":e=g.get_value(c);break;default:e=c(g.val())}e&&(b+=c(f)+": "+e+" ")}this.set_text(b),this.do_search().then(function(){this.last_search_text=this.get_text()}.bind(this))}.bind(this);if(!this.search_modal){var c=new Sao.Dialog(Sao.i18n.gettext("Filters"),"","lg");this.search_modal=c.modal,this.search_form=c.content,this.search_form.addClass("form-horizontal"),this.search_form.submit(function(a){b(),a.preventDefault()});var d,e=[];for(var f in a.fields)d=a.fields[f],(d.searchable||void 0===d.searchable)&&e.push(d);var g=function(a){return function(b){jQuery("<option/>",{value:b,text:b}).appendTo(a)}},h="filter-"+this.screen.model_name+"-";this.search_form.fields=[];for(var i=0;i<e.length;i++){d=e[i];var j,k,l=jQuery("<div/>",{"class":"form-group form-group-sm"}).append(jQuery("<label/>",{"class":"col-sm-4 control-label","for":h+d.name,text:d.string})).appendTo(c.body);switch(d.type){case"boolean":k=j=jQuery("<select/>",{"class":"form-control input-sm",id:h+d.name}),["",Sao.i18n.gettext("True"),Sao.i18n.gettext("False")].forEach(g(j));break;case"selection":k=new Sao.ScreenContainer.Selection(d.selection,h+d.name),j=k.el;break;case"date":case"datetime":case"time":var m,n=Sao.common.date_format();if("date"==d.type)m=n;else{var o=new Sao.PYSON.Decoder({}).decode(d.format);o=Sao.common.moment_format(o),"time"==d.type?m=o:"datetime"==d.type&&(m=n+" "+o)}k=new Sao.ScreenContainer.DateTimes(m,h+d.name),j=k.el;break;default:k=j=jQuery("<input/>",{"class":"form-control input-sm",type:"text",placeholder:d.string,id:h+d.name})}jQuery("<div/>",{"class":"col-sm-8"}).append(j).appendTo(l),this.search_form.fields.push([d.string,k])}jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("Find")).click(b).appendTo(c.footer)}if(this.search_modal.modal("show"),this.last_search_text.trim()!==this.get_text().trim()){for(var p=0;p<this.search_form.fields.length;p++){var q=this.search_form.fields[p][1];switch(q.type){case"selection":q.set_value([]);break;case"date":case"datetime":case"time":q.set_value(null,null);break;default:q.val("")}}this.search_form.fields[0][1].focus()}}}),Sao.ScreenContainer.DateTimes=Sao.class_(Object,{type:"date",init:function(a,b){this.el=jQuery("<div/>",{"class":"row",id:b});var c=function(c){var d=jQuery("<div/>",{"class":"input-group input-group-sm"});return jQuery("<input/>",{"class":"form-control input-sm",type:"text",placeholder:c,id:b+"-from"}).appendTo(d),jQuery("<span/>",{"class":"input-group-btn"}).append(jQuery("<button/>",{"class":"datepickerbutton btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-calendar"}))).appendTo(d),d.datetimepicker({locale:moment.locale()}),d.data("DateTimePicker").format(a),d};this.from=c("From").appendTo(jQuery("<div/>",{"class":"col-md-5"}).appendTo(this.el)),jQuery("<p/>",{"class":"text-center"}).append("..").appendTo(jQuery("<div/>",{"class":"col-md-1"}).appendTo(this.el)),this.to=c("To").appendTo(jQuery("<div/>",{"class":"col-md-5"}).appendTo(this.el))},_get_value:function(a){return a.find("input").val()},get_value:function(a){var b=this._get_value(this.from),c=this._get_value(this.to);return b&&c?b!==c?a(b)+".."+a(c):a(b):b?">="+a(b):c?"<="+a(c):void 0},set_value:function(a,b){this.from.data("DateTimePicker").date(a),this.to.data("DateTimePicker").date(b)}}),Sao.ScreenContainer.Selection=Sao.class_(Object,{type:"selection",init:function(a,b){this.el=jQuery("<select/>",{"class":"form-control input-sm",multiple:!0,id:b}),a.forEach(function(a){jQuery("<option/>",{value:a[1],text:a[1]}).appendTo(this.el)}.bind(this))},get_value:function(a){var b=this.el.val();return b&&(b=jQuery.map(b,a).reduce(function(a,b){return a&&(a+=";"),a+b})),b},set_value:function(a){this.el.val(a)}}),Sao.Screen=Sao.class_(Object,{init:function(a,b){this.model_name=a,this.model=new Sao.Model(a,b),this.attributes=jQuery.extend({},b),this.attributes.limit=this.attributes.limit||Sao.config.limit,this.view_ids=jQuery.extend([],b.view_ids),this.view_to_load=jQuery.extend([],b.mode||["tree","form"]),this.views=[],this.views_preload=b.views_preload||{},this.exclude_field=b.exclude_field,this.context=b.context||{},this.new_group(),this.current_view=null,this.current_record=null,this.domain=b.domain||[],this.size_limit=null,this.limit=b.limit||Sao.config.limit,this.offset=0,this.order=this.default_order=b.order;var c=Sao.common.MODELACCESS.get(a);c.write||c.create||(this.attributes.readonly=!0),this.search_count=0,this.screen_container=new Sao.ScreenContainer(b.tab_domain),this.context_screen=null,b.context_model&&(this.context_screen=new Sao.Screen(b.context_model,{mode:["form"],context:b.context}),this.context_screen_prm=this.context_screen.switch_view().then(function(){return jQuery("<div/>",{"class":"row"}).append(jQuery("<div/>",{"class":"col-md-12"}).append(this.context_screen.screen_container.el)).prependTo(this.screen_container.filter_box),this.context_screen.new_(!1).then(function(a){return a.default_get()})}.bind(this))),b.row_activate?this.row_activate=b.row_activate:this.row_activate=this.default_row_activate,this.tree_states={},this.tree_states_done=[],this.fields_view_tree={},this._domain_parser={},this.pre_validate=!1,this.tab=null,this.count_tab_domain()},load_next_view:function(){if(!jQuery.isEmptyObject(this.view_to_load)){var a;jQuery.isEmptyObject(this.view_ids)||(a=this.view_ids.shift());var b=this.view_to_load.shift();return this.add_view_id(a,b)}return jQuery.when()},add_view_id:function(a,b){var c;if(a&&this.views_preload[String(a)])c=this.views_preload[String(a)];else{if(a||!this.views_preload[b]){var d=this.model.execute("fields_view_get",[a,b],this.context);return d.pipe(this.add_view.bind(this))}c=this.views_preload[b]}return this.add_view(c),jQuery.when()},add_view:function(a){var b=a.arch,c=a.fields,d=a.view_id,e=jQuery(jQuery.parseXML(b));"tree"==e.children().prop("tagName")&&(this.fields_view_tree[d]=a);var f="eager";"form"==e.children().prop("tagName")&&(f="lazy");for(var g in c)g in this.model.fields&&"eager"!=f?c[g].loading=this.model.fields[g].description.loading:c[g].loading=f;this.group.add_fields(c);var h=Sao.View.parse(this,e,a.field_childs);return h.view_id=d,this.views.push(h),h},number_of_views:function(){return this.views.length+this.view_to_load.length},switch_view:function(a){if(this.current_view){this.current_view.set_value(),this.current_record&&!~this.current_record.group.indexOf(this.current_record)&&(this.current_record=null);var b=this.current_view.get_fields();if(this.current_record&&this.current_view.editable&&!this.current_record.validate(b,!1,!1,!0))return this.screen_container.set(this.current_view.el),this.current_view.display().done(function(){this.set_cursor()}.bind(this))}var c=function(){if(!a||!this.current_view||this.current_view.view_type!=a)for(var b=function(){return this.current_view=this.views[this.views.length-1],c()}.bind(this),d=0;d<this.number_of_views();d++){if(this.view_to_load.length)return a||(a=this.view_to_load[0]),this.load_next_view().then(b);if(this.current_view=this.views[(this.views.indexOf(this.current_view)+1)%this.views.length],!a)break;if(this.current_view.view_type==a)break}return this.screen_container.set(this.current_view.el),this.display().done(function(){this.set_cursor()}.bind(this))}.bind(this);return c()},search_filter:function(a,b){if(b=b||!1,this.context_screen){if("pending"==this.context_screen_prm.state())return this.context_screen_prm.then(function(){return this.search_filter(a)}.bind(this));var c=this.context_screen.current_record;if(c&&!c.validate(null,!1,null,!0))return this.new_group([]),this.context_screen.display(!0),jQuery.when();this.context=jQuery.extend({},this.context,this.context_screen.get_on_change_value())}var d=this.search_domain(a,!0),e=this.screen_container.get_tab_domain();jQuery.isEmptyObject(e)||(d=["AND",d,e]);var f=this.model.find(d,this.offset,this.limit,this.order,this.context),g=jQuery.when(this.search_count);return b||(g=this.model.execute("search_count",[d],this.context)),g.done(function(a){this.search_count=a}.bind(this)),f.done(this.set_group.bind(this)),f.done(this.display.bind(this)),jQuery.when(f,g).done(function(a,b){this.screen_container.but_next.prop("disabled",!(a.length==this.limit&&b>this.limit+this.offset))}.bind(this)),this.screen_container.but_prev.prop("disabled",this.offset<=0),this.count_tab_domain(),f},search_domain:function(a,b){b=b||!1;var c=[];if(!this.group.parent&&this.domain_parser()){var d=this.domain_parser();c=a||""===a?d.parse(a):this.attributes.search_value,b&&this.screen_container.set_text(d.string(c))}else c=[["id","in",this.group.map(function(a){return a.id})]];return jQuery.isEmptyObject(c)?c=this.attributes.domain||[]:jQuery.isEmptyObject(this.attributes.domain)||(c=["AND",c,this.attributes.domain]),this.current_view&&"calendar"==this.current_view.view_type&&(c=jQuery.isEmptyObject(c)?this.current_view.current_domain():["AND",c,this.current_view.current_domain()]),c},count_tab_domain:function(){var a=this.search_domain(this.screen_container.get_text());this.screen_container.tab_domain.forEach(function(b,c){if(b[2]){var d=["AND",b[1],a];this.screen_container.set_tab_counter(null,c),this.group.model.execute("search_count",[d],this.context).then(function(a){this.screen_container.set_tab_counter(a,c)}.bind(this))}}.bind(this))},set_group:function(a){var b={};if(this.group){for(var c in this.group.model.fields)this.group.model.fields.hasOwnProperty(c)&&(b[c]=this.group.model.fields[c].description);this.group.screens.splice(this.group.screens.indexOf(this),1),jQuery.extend(a.on_write,this.group.on_write),a.on_write=a.on_write.filter(function(a,b,c){return b==c.indexOf(a)}),this.group.parent&&!a.parent&&(a.parent=this.group.parent)}a.screens.push(this),this.tree_states_done=[],this.group=a,this.model=a.model,jQuery.isEmptyObject(a)?this.set_current_record(null):this.set_current_record(a[0]),this.group.add_fields(b)},new_group:function(a){var b=new Sao.Group(this.model,this.context,[]);b.set_readonly(this.attributes.readonly||!1),a&&b.load(a),this.set_group(b)},set_current_record:function(a){this.current_record=a,this.tab&&(a?(a.get_attachment_count().always(this.tab.attachment_count.bind(this.tab)),a.get_unread_note().always(this.tab.update_unread_note.bind(this.tab))):(this.tab.attachment_count(0),this.tab.update_unread_note(0)),this.tab.record_message())},display:function(a){var b=[];if(this.current_record&&~this.current_record.group.indexOf(this.current_record)||(jQuery.isEmptyObject(this.group)||"calendar"==this.current_view.view_type?this.current_record=null:this.current_record=this.group[0]),this.views){var c=this.search_active(~["tree","graph","calendar"].indexOf(this.current_view.view_type));b.push(c);for(var d=0;d<this.views.length;d++)this.views[d]&&b.push(this.views[d].display())}return jQuery.when.apply(jQuery,b).then(function(){this.set_tree_state(),this.set_current_record(this.current_record),a&&this.set_cursor(!1,!1)}.bind(this))},display_next:function(){var a=this.current_view;if(a.set_value(),this.set_cursor(!1,!1),~["tree","form"].indexOf(a.view_type)&&this.current_record&&this.current_record.group){for(var b=this.current_record.group,c=this.current_record;b;){var d=b.indexOf(c);if(d<b.length-1){c=b[d+1];break}if(!b.parent||c.group.model_name!=b.parent.group.model_name)break;c=b.parent,b=b.parent.group}this.set_current_record(c)}else this.set_current_record(this.group[0]);this.set_cursor(!1,!1),a.display()},display_previous:function(){var a=this.current_view;if(a.set_value(),this.set_cursor(!1,!1),~["tree","form"].indexOf(a.view_type)&&this.current_record&&this.current_record.group){for(var b=this.current_record.group,c=this.current_record;b;){var d=b.indexOf(c);if(d>0){c=b[d-1];break}if(!b.parent||c.group.model_name!=b.parent.group.model_name)break;c=b.parent,b=b.parent.group}this.set_current_record(c)}else this.set_current_record(this.group[0]);this.set_cursor(!1,!1),a.display()},default_row_activate:function(){"tree"==this.current_view.view_type&&1==this.current_view.attributes.keyword_open?Sao.Action.exec_keyword("tree_open",{model:this.model_name,id:this.get_id(),ids:[this.get_id()]},jQuery.extend({},this.context),!1):this.modified()||this.switch_view("form")},get_id:function(){return this.current_record?this.current_record.id:void 0},new_:function(a,b){var c=this.current_view;void 0===a&&(a=!0);var d=jQuery.when();if("calendar"==this.current_view.view_type){var e=this.current_view.date;d=this.switch_view("form")}return this.current_view&&("tree"==this.current_view.view_type&&!this.current_view.editable||"graph"==this.current_view.view_type)&&(d=this.switch_view("form")),d.then(function(){var d;d=this.current_record?this.current_record.group:this.group;var f,g=d.new_(!1,void 0,b);return f=a?g.default_get(b):jQuery.when(),f.then(function(){return d.add(g,this.new_model_position()),this.set_current_record(g),"calendar"==c.view_type&&c.set_default_date(g,e),this.display().done(function(){this.set_cursor(!0,!0)}.bind(this)),g}.bind(this))}.bind(this))},new_model_position:function(){var a=-1;return this.current_view&&"tree"==this.current_view.view_type&&"top"==this.current_view.attributes.editable&&(a=0),a},set_on_write:function(a){a&&(~this.group.on_write.indexOf(a)||this.group.on_write.push(a))},cancel_current:function(){var a=[];return this.current_record&&(this.current_record.cancel(),this.current_record.id<0&&a.push(this.remove(!1,!1,!1,[this.current_record]))),jQuery.when.apply(jQuery,a)},save_current:function(){var a=this.current_record;if(!a){if("tree"!=this.current_view.view_type||jQuery.isEmptyObject(this.group))return jQuery.when();this.set_current_record(this.group[0])}this.current_view.set_value();var b=this.current_view.get_fields(),c=a.get_path(this.group),d=jQuery.Deferred();"tree"==this.current_view.view_type?d=this.group.save():a.validate(b).then(function(b){b?a.save().then(d.resolve,d.reject):(this.current_view.display().done(this.set_cursor.bind(this)),d.reject())}.bind(this));var e=jQuery.Deferred();return d=d.then(function(){return c&&a.id&&c.splice(-1,1,[c[c.length-1][0],a.id]),this.group.get_by_path(c).then(function(a){this.set_current_record(a)}.bind(this))}.bind(this)),d.then(function(){this.display().always(e.resolve)}.bind(this),function(){this.display().always(e.reject)}.bind(this)),e.promise()},set_cursor:function(a,b){this.current_view&&~["tree","form"].indexOf(this.current_view.view_type)&&this.current_view.set_cursor(a,b)},modified:function(){var a=function(a){return a.has_changed()||a.id<0};if("tree"!=this.current_view.view_type){if(this.current_record&&a(this.current_record))return!0}else if(this.group.some(a))return!0;return!1},unremove:function(){var a=this.current_view.selected_records();a.forEach(function(a){a.group.unremove(a)})},remove:function(a,b,c,d){var e=jQuery.when();if(d=d||this.current_view.selected_records(),jQuery.isEmptyObject(d))return e;a&&(e=this.model.delete_(d));var f=d[0],g=f.group,h=g.indexOf(f),i=f.get_path(this.group);return e.then(function(){d.forEach(function(a){a.group.remove(a,b,!0,c)});var e=[];if(a&&d.forEach(function(a){a.group.parent&&e.push(a.group.parent.save(!1)),~a.group.record_deleted.indexOf(a)&&a.group.record_deleted.splice(a.group.record_deleted.indexOf(a),1),~a.group.record_removed.indexOf(a)&&a.group.record_removed.splice(a.group.record_removed.indexOf(a),1)}),h>0){var f=g[h-1];i.splice(-1,1,[i[i.length-1][0],f.id])}else i.splice(-1,1);return jQuery.isEmptyObject(i)?this.group.length&&this.set_current_record(this.group[0]):e.push(this.group.get_by_path(i).then(function(a){this.set_current_record(a)}.bind(this))),jQuery.when.apply(jQuery,e).then(function(){this.display().done(function(){this.set_cursor()}.bind(this))}.bind(this))}.bind(this))},copy:function(){var a=jQuery.Deferred(),b=this.current_view.selected_records();return this.model.copy(b,this.context).then(function(b){this.group.load(b),jQuery.isEmptyObject(b)||this.set_current_record(this.group.get(b[0])),this.display().always(a.resolve)}.bind(this),a.reject),a.promise()},search_active:function(a){return a&&!this.group.parent?(this.screen_container.set_screen(this),this.screen_container.show_filter()):this.screen_container.hide_filter(),jQuery.when()},domain_parser:function(){var a,b,c;if(a=this.current_view?this.current_view.view_id:null,a in this._domain_parser)return this._domain_parser[a];a in this.fields_view_tree?b=this.fields_view_tree[a]:(this.model.execute("fields_view_get",[!1,"tree"],this.context).then(function(b){this.fields_view_tree[a]=b,c.update_fields(b.fields)}.bind(this)),b={},b.fields={});var d=jQuery.extend({},b.fields),e=function(a){return function(b){a.selection=b}};for(var f in d){var g=d[f];"selection"!=g.type&&"reference"!=g.type||g.selection instanceof Array||this.get_selection(g).then(e(g))}if("arch"in b){var h=jQuery(jQuery.parseXML(b.arch)),i=h.find("tree").children().filter(function(a,b){return"field"==b.tagName}).map(function(a,b){return b.getAttribute("name")}),j={};i.each(function(a,b){j[b]=d[b]}),d=j}[["id",Sao.i18n.gettext("ID"),"integer"],["create_uid",Sao.i18n.gettext("Creation User"),"many2one"],["create_date",Sao.i18n.gettext("Creation Date"),"datetime"],["write_uid",Sao.i18n.gettext("Modification User"),"many2one"],["write_date",Sao.i18n.gettext("Modification Date"),"datetime"]].forEach(function(a){var b=a[0],c=a[1],e=a[2];b in d||(d[b]={string:c,name:b,type:e},"datetime"==e&&(d[b].format='"%H:%M:%S"'))});var k=jQuery.extend({},this.model.session.context,this.context);return c=new Sao.common.DomainParser(d,k),this._domain_parser[a]=c,c},get_selection:function(a){var b,c=a.selection_change_with;if(jQuery.isEmptyObject(c))b=this.model.execute(a.selection,[]);else{var d={};c.forEach(function(a){d[a]=null}),b=this.model.execute(a.selection,[d])}return b.then(function(a){return a.sort(function(a,b){return a[1].localeCompare(b[1])})})},search_prev:function(a){this.offset-=this.limit,this.search_filter(a)},search_next:function(a){this.offset+=this.limit,this.search_filter(a)},invalid_message:function(a){a||(a=this.current_record);var b={};for(var c in a.model.fields){var d=a.model.fields[c];b[c]=d.description}var e=new Sao.common.DomainParser(b),f=[],g=a.invalid_fields();return Object.keys(g).sort().forEach(function(b){var c=g[b],d=a.model.fields[b].description.string;"required"==c||Sao.common.compare(c,[[b,"!=",null]])?f.push(Sao.i18n.gettext('"%1" is required',d)):"domain"==c?f.push(Sao.i18n.gettext('"%1" is not valid according to its domain',d)):"children"==c?f.push(Sao.i18n.gettext('The values of "%1" are not valid',d)):e.stringable(c)?f.push(e.string(c)):f.push(Sao.i18n.gettext('"%1" is not valid according to its domain'),d)}),f.length>5&&(f.splice(5,f.length),f.push("...")),f.join("\n")},get:function(){return this.current_record?(this.current_view.set_value(),this.current_record.get()):null},get_on_change_value:function(){return this.current_record?(this.current_view.set_value(),this.current_record.get_on_change_value()):null},reload:function(a,b){this.group.reload(a),b&&this.group.written(a),this.group.parent&&this.group.parent.root_parent().reload(),this.display()},get_buttons:function(){var a=this.current_view.selected_records();if(jQuery.isEmptyObject(a))return[];var b=this.current_view.get_buttons();return a.forEach(function(a){b=b.filter(function(b){if(a.group.get_readonly()||a.readonly())return!1;if("instance"===b.attributes.type)return!1;var c=a.expr_eval(b.attributes.states||{});return!(c.invisible||c.readonly)})}),b},button:function(a){var b,c=function(a){this.reload(b,!0),"string"==typeof a?this.client_action(a):a&&Sao.Action.execute(a,{model:this.model_name,id:this.current_record.id,ids:b},null,this.context)},d=this.current_view.selected_records();this.current_view.set_value();for(var e=this.current_view.get_fields(),f=[],g=function(a){return function(){this.display(!0),a.validate(e)}.bind(this)}.bind(this),h=0;h<d.length;h++){var i=d[h],j=i.expr_eval(a.states||{}).pre_validate||[];f.push(i.validate(e,!1,j))}jQuery.when.apply(jQuery,f).then(function(){for(var e,f=0;f<d.length;f++){e=d[f];var h=arguments[f];if(!h)return void Sao.common.warning.run(this.invalid_message(e),Sao.i18n.gettext("Pre-validation")).then(g(e))}var i=jQuery.when();void 0!==a.confirm&&(i=Sao.common.sur.run(a.confirm)),i.then(function(){var e=this.current_record;if("instance"===a.type){var g=e.expr_eval(a.change||[]),h=e._get_on_change_args(g);e.model.execute(a.name,[h],this.context).then(function(a){e.set_on_change(a),e.group.root_group().screens.forEach(function(a){a.display()})})}else e.save(!1).done(function(){var g=jQuery.extend({},this.context);for(g._timestamp={},b=[],f=0;f<d.length;f++)e=d[f],jQuery.extend(g._timestamp,e.get_timestamp()),b.push(e.id);e.model.execute(a.name,[b],g).then(c.bind(this))}.bind(this))}.bind(this))}.bind(this))},client_action:function(a){var b=Sao.common.MODELACCESS.get(this.model_name);if("new"==a)b.create&&this.new_();else if("delete"==a)b["delete"]&&this.remove(!this.group.parent,!1,!this.group.parent);else if("remove"==a)b.write&&b.read&&this.group.parent&&this.remove(!1,!0,!1);else if("copy"==a)b.create&&this.copy();else if("next"==a)this.display_next();else if("previous"==a)this.display_previous();else if("close"==a)Sao.Tab.close_current();else if(a.startsWith("switch")){var c=a.split(" ")[1];this.switch_view(c)}else"reload"==a?~["tree","graph","calendar"].indexOf(this.current_view.view_type)&&!this.group.parent&&this.search_filter():"reload menu"==a?Sao.get_preferences().then(function(a){Sao.menu(a)}):"reload context"==a&&Sao.get_preferences()},save_tree_state:function(a){var b,c=[];a=void 0===a?!0:a;var d,e,f,g,h,i,j=this.group.parent?this.group.parent.id:null,k=this.group.parent?this.group.parent._timestamp:null;for(d=0,e=this.views.length;e>d;d++)if(f=this.views[d],"form"==f.view_type){for(var l in f.widgets)if(f.widgets.hasOwnProperty(l))for(g=f.widgets[l],h=0,i=g.length;i>h;h++)g[h].screen&&(b=g[h].screen.save_tree_state(a),c.push(b));1==this.views.length&&this.current_record&&(j in this.tree_states||(this.tree_states[j]={}),this.tree_states[j][f.children_field||null]=[k,[],[[this.current_record.id]]])}else if("tree"==f.view_type){var m=f.get_expanded_paths(),n=f.get_selected_paths();if(j in this.tree_states||(this.tree_states[j]={}),this.tree_states[j][f.children_field||null]=[k,m,n],a&&f.attributes.tree_state){var o=new Sao.Model("ir.ui.view_tree_state");b=o.execute("set",[this.model_name,this.get_tree_domain(j),f.children_field,JSON.stringify(m),JSON.stringify(n)],{}),c.push(b)}}return jQuery.when.apply(jQuery,c)},get_tree_domain:function(a){var b;return b=a?(this.domain||[]).concat([[this.exclude_field,"=",a]]):this.domain,JSON.stringify(Sao.rpc.prepareObject(b))},set_tree_state:function(){var a,b,c,d,e,f=this.current_view;~["tree","form"].indexOf(f.view_type)&&(~this.tree_states_done.indexOf(f)||("form"!=f.view_type||jQuery.isEmptyObject(this.tree_states_done))&&("tree"!=f.view_type||f.attributes.tree_state)&&(a=this.group.parent?this.group.parent.id:null,0>a||(b=parent?parent._timestamp:null,a in this.tree_states||(this.tree_states[a]={}),c=this.tree_states[a][f.children_field||null],c&&b!=c[0]&&(c=void 0),void 0===c?(e=new Sao.Model("ir.ui.view_tree_state"),d=e.execute("get",[this.model_name,this.get_tree_domain(a),f.children_field],{}).then(function(a){return[b,JSON.parse(a[0]),JSON.parse(a[1])]})):d=jQuery.when(c),d.done(function(b){var c,d,e;if(this.tree_states[a][f.children_field||null]=b,c=b[1],d=b[2],"tree"==f.view_type)f.display(d,c);else if(!jQuery.isEmptyObject(d)){for(var g=0;g<d[0].length;g++){var h=this.group.get(d[0][g]);if(!h)break;e=h}e&&e!=this.current_record&&(this.set_current_record(e),f.display())}}.bind(this)),this.tree_states_done.push(f))))}})}(),function(){"use strict";Sao.View=Sao.class_(Object,{init:function(a,b){this.screen=a,this.view_type=null,this.el=null,this.view_id=null,this.fields={};var c=b.children()[0].attributes;this.attributes={};for(var d=0,e=c.length;e>d;d++){var f=c[d];this.attributes[f.name]=f.value}a.set_on_write(this.attributes.on_write)},set_value:function(){},get_fields:function(){return Object.keys(this.fields)},selected_records:function(){return[]},get_buttons:function(){return[]}}),Sao.View.idpath2path=function(a,b){var c,d=[];if(!b)return[];for(var e=0,f=a.rows.length;f>e;e++)if(a.rows[e].record.id==b[0]){d.push(e),c=Sao.View.idpath2path(a.rows[e],b.slice(1,b.length)),d=d.concat(c);break}return d},Sao.View.parse=function(a,b,c){switch(b.children().prop("tagName")){case"tree":return new Sao.View.Tree(a,b,c);case"form":return new Sao.View.Form(a,b);case"graph":return new Sao.View.Graph(a,b);case"calendar":return new Sao.View.Calendar(a,b)}},Sao.View.resize=function(a){a||(a=jQuery(document)),a.find(".treeview").each(function(){var a=jQuery(this);a.css("width","100%"),a.children(".tree").css("table-layout","fixed")}),a.find(".treeview").each(function(){var a=jQuery(this);a.width()&&(a.css("width",a.width()),a.children(".tree").css("table-layout","auto"))})},jQuery(window).resize(function(){Sao.View.resize()})}(),function(){"use strict";Sao.View.Form=Sao.class_(Sao.View,{editable:!0,init:function(a,b){Sao.View.Form._super.init.call(this,a,b),this.view_type="form",this.el=jQuery("<div/>",{"class":"form"}),this.widgets={},this.widget_id=0,this.state_widgets=[],this.containers=[],this.notebooks=[];var c=b.children()[0],d=this.parse(a.model,c);this.el.append(d.el)},_parse_node:function(a,b,c,d,e){var f;switch(b.tagName){case"image":this._parse_image(a,b,c,d);break;case"separator":this._parse_separator(a,b,c,d);break;case"label":f=this._parse_label(a,b,c,d),d.name&&f&&(e[d.name]=f);break;case"newline":c.add_row();break;case"button":this._parse_button(b,c,d);break;case"notebook":this._parse_notebook(a,b,c,d);break;case"page":this._parse_page(a,b,c,d);break;case"field":if(f=this._parse_field(a,b,c,d),d.name in e&&f&&f.labelled){var g=e[d.name];g.el.uniqueId(),f.labelled.uniqueId(),f.labelled.attr("aria-labelledby",g.el.attr("id")),g.el.attr("for",f.labelled.attr("id"))}break;case"group":this._parse_group(a,b,c,d);break;case"hpaned":this._parse_paned(a,b,c,d,"horizontal");break;case"vpaned":this._parse_paned(a,b,c,d,"vertical");break;case"child":this._parse_child(a,b,c,d)}},parse:function(a,b,c){void 0===c&&(c=new Sao.View.Form.Container(Number(b.getAttribute("col")||4)),this.containers.push(c));var d={},e=function(b,e){for(var f={},g=0,h=e.attributes.length;h>g;g++){var i=e.attributes[g];f[i.name]=i.value}["readonly","invisible"].forEach(function(a){f[a]&&(f[a]=1==f[a])}),["yexpand","yfill","xexpand","xfill","colspan"].forEach(function(a){f[a]&&(f[a]=Number(f[a]))}),this._parse_node(a,e,c,f,d)};return jQuery(b).children().each(e.bind(this)),c},_parse_image:function(a,b,c,d){var e=new Sao.View.Form.Image_(d);this.state_widgets.push(e),c.add(d,e)},_parse_separator:function(a,b,c,d){var e=d.name,f=d.string;e in a.fields&&(!d.states&&e in a.fields&&(d.states=a.fields[e].description.states),f||(f=a.fields[e].description.string));var g=new Sao.View.Form.Separator(f,d);this.state_widgets.push(g),c.add(d,g)},_parse_label:function(a,b,c,d){var e=d.name,f=d.string;if(void 0===d.xexpand&&(d.xexpand=0),e in a.fields){if(e==this.screen.exclude_field)return void c.add(d);!d.states&&e in a.fields&&(d.states=a.fields[e].description.states),f||(f=a.fields[e].description.string+": "),void 0===d.xalign&&(d.xalign=1)}var g;return f&&(g=new Sao.View.Form.Label(f,d),this.state_widgets.push(g)),c.add(d,g),g},_parse_button:function(a,b,c){var d=new Sao.common.Button(c);this.state_widgets.push(d),b.add(c,d),d.el.click(d,this.button_clicked.bind(this))},_parse_notebook:function(a,b,c,d){void 0===d.colspan&&(d.colspan=4);var e=new Sao.View.Form.Notebook(d);this.notebooks.push(e),this.state_widgets.push(e),c.add(d,e),this.parse(a,b,e)},_parse_page:function(a,b,c,d){d.string;if(d.name in a.fields){var e=a.fields[d.name];if(d.name==this.screen.exclude_field)return;["states","string"].forEach(function(a){void 0===d[a]&&void 0!==e.description[a]&&(d[a]=e.description[a])})}var f=this.parse(a,b);f=new Sao.View.Form.Page(c.add(f.el,d.string),d),this.state_widgets.push(f)},_parse_field:function(a,b,c,d){var e=d.name;if(!(e in a.fields)||e==this.screen.exclude_field)return void c.add(d);d.widget||(d.widget=a.fields[e].description.type);var f=["relation","domain","selection","help","relation_field","string","views","add_remove","sort","context","size","filename","autocomplete","translate","create","delete","selection_change_with","schema_model"];for(var g in f){var h=f[g];h in a.fields[e].description&&null===b.getAttribute(h)&&(d[h]=a.fields[e].description[h])}var i=Sao.View.form_widget_get(d.widget);if(!i)return void c.add(d);var j=new i(e,a,d);return j.position=this.widget_id+=1,j.view=this,c.add(d,j),void 0===this.widgets[e]&&(this.widgets[e]=[]),this.widgets[e].push(j),this.fields[e]=!0,j},_parse_group:function(a,b,c,d){var e=new Sao.View.Form.Group(d);e.add(this.parse(a,b)),this.state_widgets.push(e),c.add(d,e)},_parse_paned:function(a,b,c,d,e){void 0===d.yexpand&&(d.yexpand=!0),void 0===d.yfill&&(d.yfill=!0);var f=new Sao.common.Paned(e);c.add(d,f),this.parse(a,b,f)},_parse_child:function(a,b,c,d){var e,f=this.parse(a,b);e=c.get_child1().children().length?c.get_child2():c.get_child1(),e.append(f.el)},get_buttons:function(){var a=[];for(var b in this.state_widgets){var c=this.state_widgets[b];c instanceof Sao.common.Button&&a.push(c)}return a},display:function(){var a,b,c=this.screen.current_record,d={};if(c){var e=[];for(b in c.model.fields)a=c.model.fields[b],e.push([b,a.description.loading||"eager"]);e.sort(function(a,b){return a[1].localeCompare(b[1])}),e.forEach(function(a){var b=a[0];d[b]=c.load(b)})}var f=function(a,b,c){var e=jQuery.when();c in d&&(e=d[c]),e.done(function(){b.set_state(a)})},g=function(a,b,c){
+return function(e){var f=jQuery.when();c in d&&(f=d[c]),f.done(function(){e.display(a,b)})}};for(b in this.widgets){var h=this.widgets[b];a=null,c&&(a=c.model.fields[b]),a&&f(c,a,b),h.forEach(g(c,a,b))}return jQuery.when.apply(jQuery,jQuery.map(d,function(a){return a})).done(function(){var a;for(a in this.state_widgets){var b=this.state_widgets[a];b.set_state(c)}for(a in this.containers){var d=this.containers[a];d.resize()}Sao.View.resize(this.el)}.bind(this))},set_value:function(){var a=this.screen.current_record;if(a){var b=function(b){b.set_value(a,this)};for(var c in this.widgets)if(c in a.model.fields){var d=this.widgets[c],e=a.model.fields[c];d.forEach(b,e)}}},button_clicked:function(a){var b=a.data;b.el.prop("disabled",!0);try{this.screen.button(b.attributes)}finally{b.el.prop("disabled",!1)}},selected_records:function(){return this.screen.current_record?[this.screen.current_record]:[]},set_cursor:function(a,b){var c,d,e,f,g,h,i,j,k,l,m=jQuery(document.activeElement),n=m.closest(this.el)>0;if(b||n){if(b)for(c=0;c<this.notebooks.length;c++)g=this.notebooks[c],g.set_current_page(0);this.attributes.cursor in this.widgets?f=Sao.common.find_focusable_child(this.widgets[this.attributes.cursor][0].el):(h=Sao.common.find_focusable_child(this.el),h&&h.focus())}var o=this.screen.current_record;if(o){var p=[],q=this.el.find(".has-error"),r=o.invalid_fields();for(d in r)for(i=this.widgets[d],c=0;c<q.length;c++)for(j=jQuery(q[c]),e=0;e<i.length;e++)if(j.closest(i[e].el).length>0){p.push(j);break}p.length>0&&(f=Sao.common.find_first_focus_widget(this.el,p))}if(f){for(c=0;c<this.notebooks.length;c++)for(g=this.notebooks[c],k=g.get_n_pages(),e=0;k>e;e++)if(h=g.get_nth_page(e),l=jQuery(f).closest(h).length>0){g.set_current_page(e);break}jQuery(f).find("input,select,textarea").focus()}}}),Sao.View.Form.Container=Sao.class_(Object,{init:function(a){void 0===a&&(a=4),this.col=a,this.el=jQuery("<table/>",{"class":"form-container responsive responsive-noheader"}),this.add_row()},add_row:function(){this.el.append(jQuery("<tr/>"))},rows:function(){return this.el.children().children("tr")},row:function(){return this.rows().last()},add:function(a,b){var c=a.colspan;void 0===c&&(c=1);var d=a.xfill;void 0===d&&(d=1);var e=a.xexpand;void 0===e&&(e=1);var f=0,g=this.row();g.children().map(function(a,b){f+=Number(jQuery(b).attr("colspan")||1)}),f+c>this.col&&(this.add_row(),g=this.row());var h;b&&(h=b.el);var i=jQuery("<td/>",{colspan:c,"class":b?b.class_||"":""}).append(h);g.append(i),b&&(a.yfill&&i.css("vertical-align","top"),void 0!==a.xalign&&i.css("text-align",a.xalign>=.5?"right":"left"),e&&(i.addClass("xexpand"),i.css("width","100%")),d&&(i.addClass("xfill"),e&&h.css("width","100%")),a.help&&(b.el.data("toggle","tooltip"),b.el.attr("title",a.help),b.el.tooltip()))},resize:function(){var a,b,c=this.rows().toArray(),d=[],e=this.col,f=!1,g=function(b){b=jQuery(b);var c=[];return a=0,b.children().map(function(){var b=jQuery(this),d=Math.min(Number(b.attr("colspan")),e);b.hasClass("xexpand")&&!jQuery.isEmptyObject(b.children())&&"none"!=b.children(":not(.tooltip)").css("display")&&c.push([b,a]),a+=d}),c};c.sort(function(a,b){if(a=g(a),b=g(b),a.length==b.length){var c=function(a,b){var c=b[0],d=Math.min(Number(c.attr("colspan")),e);return a+d};return a.reduce(c,0)-b.reduce(c,0)}return b.length-a.length}),c.forEach(function(c){c=jQuery(c);var h=g(c),i=100/h.length;h.forEach(function(c){var f=c[0];a=c[1];var g=Math.min(Number(f.attr("colspan")),e),h=0;for(b=0;g>b;b++)h+=d[a+b]||0;for(b=0;g>b;b++)if(h){if(h>i){var j=h-i;d[a+b]&&(d[a+b]-=j/(h/d[a+b]))}}else d[a+b]=i/g}),jQuery.isEmptyObject(h)||(f=!0)}),c.forEach(function(c){c=jQuery(c),a=0,c.children().map(function(){var c=jQuery(this),f=Math.min(Number(c.attr("colspan")),e);if(c.hasClass("xexpand")&&"none"!=c.children(":not(.tooltip)").css("display")){var g=0;for(b=0;f>b;b++)g+=d[a+b]||0;c.css("width",g+"%")}else c.css("width","");"none"==c.children().css("display")?c.css("visibility","collapse"):c.css("visibility","visible"),a+=f})}),f?this.el.css("width","100%"):this.el.css("width","")}}),Sao.View.Form.StateWidget=Sao.class_(Object,{init:function(a){this.attributes=a},set_state:function(a){var b;b=a?a.expr_eval(this.attributes.states||{}):{};var c=b.invisible;void 0===c&&(c=this.attributes.invisible),c?this.hide():this.show()},show:function(){this.el.show()},hide:function(){this.el.hide()}}),Sao.View.Form.LabelMixin=Sao.class_(Sao.View.Form.StateWidget,{set_state:function(a){Sao.View.Form.LabelMixin._super.set_state.call(this,a);var b;if(this.attributes.name&&a&&(b=a.model.fields[this.attributes.name]),void 0===this.attributes.string&&b){var c="";a&&(c=b.get_client(a)||""),this.label_el.val(c)}var d;d=a?a.expr_eval(this.attributes.states||{}):{},b&&b.description.readonly||d.readonly,Sao.common.apply_label_attributes(this.label_el,b&&b.description.readonly||d.readonly,b&&b.description.required||d.required)}}),Sao.View.Form.Separator=Sao.class_(Sao.View.Form.LabelMixin,{init:function(a,b){Sao.View.Form.Separator._super.init.call(this,b),this.el=jQuery("<div/>",{"class":"form-separator"}),this.label_el=jQuery("<label/>"),a&&this.label_el.text(a),this.el.append(this.label_el),this.el.append(jQuery("<hr/>"))}}),Sao.View.Form.Label=Sao.class_(Sao.View.Form.LabelMixin,{class_:"form-label",init:function(a,b){Sao.View.Form.Label._super.init.call(this,b),this.el=this.label_el=jQuery("<label/>",{text:a,"class":this.class_})}}),Sao.View.Form.Notebook=Sao.class_(Sao.View.Form.StateWidget,{class_:"form-notebook",init:function(a){Sao.View.Form.Notebook._super.init.call(this,a),this.el=jQuery("<div/>",{"class":this.class_}),this.nav=jQuery("<ul/>",{"class":"nav nav-tabs",role:"tablist"}).appendTo(this.el),this.panes=jQuery("<div/>",{"class":"tab-content"}).appendTo(this.el),this.selected=!1},add:function(a,b){var c=jQuery("<div/>",{role:"tabpanel","class":"tab-pane"}).uniqueId(),d=c.attr("id"),e=jQuery("<li/>",{role:"presentation"}).append(jQuery("<a/>",{"aria-controls":d,role:"tab","data-toggle":"tab",href:"#"+d}).append(b).on("shown.bs.tab",function(){Sao.View.resize(a)})).appendTo(this.nav);return c.html(a).appendTo(this.panes),this.selected||(e.addClass("active"),c.addClass("active"),this.selected=!0),e},set_current_page:function(a){var b=this.nav.find('li[role="presentation"]:eq('+a+") a");b.tab("show")},get_n_pages:function(){return this.nav.find("li[role='presentation']").length},get_nth_page:function(a){return jQuery(this.panes.find("div[role='tabpanel']")[a])}}),Sao.View.Form.Page=Sao.class_(Sao.View.Form.StateWidget,{init:function(a,b){Sao.View.Form.Page._super.init.call(this,b),this.el=a}}),Sao.View.Form.Group=Sao.class_(Sao.View.Form.StateWidget,{class_:"form-group_",init:function(a){Sao.View.Form.Group._super.init.call(this,a),this.el=jQuery("<div/>",{"class":this.class_})},add:function(a){this.el.append(a.el)}}),Sao.View.Form.Image_=Sao.class_(Sao.View.Form.StateWidget,{class_:"form-image_",init:function(a){Sao.View.Form.Image_._super.init.call(this,a),this.el=jQuery("<div/>",{class_:this.class_}),this.img=jQuery("<img/>",{"class":"center-block"}).appendTo(this.el),Sao.common.ICONFACTORY.register_icon(a.name).done(function(a){this.img.attr("src",a)}.bind(this))}}),Sao.View.form_widget_get=function(a){switch(a){case"char":return Sao.View.Form.Char;case"password":return Sao.View.Form.Password;case"date":return Sao.View.Form.Date;case"datetime":return Sao.View.Form.DateTime;case"time":return Sao.View.Form.Time;case"timedelta":return Sao.View.Form.TimeDelta;case"integer":case"biginteger":return Sao.View.Form.Integer;case"float":case"numeric":return Sao.View.Form.Float;case"selection":return Sao.View.Form.Selection;case"boolean":return Sao.View.Form.Boolean;case"text":return Sao.View.Form.Text;case"richtext":return Sao.View.Form.RichText;case"many2one":return Sao.View.Form.Many2One;case"one2one":return Sao.View.Form.One2One;case"reference":return Sao.View.Form.Reference;case"one2many":return Sao.View.Form.One2Many;case"many2many":return Sao.View.Form.Many2Many;case"binary":return Sao.View.Form.Binary;case"multiselection":return Sao.View.Form.MultiSelection;case"image":return Sao.View.Form.Image;case"url":return Sao.View.Form.URL;case"email":return Sao.View.Form.Email;case"callto":return Sao.View.Form.CallTo;case"sip":return Sao.View.Form.SIP;case"progressbar":return Sao.View.Form.ProgressBar;case"dict":return Sao.View.Form.Dict;case"pyson":return Sao.View.Form.PYSON}},Sao.View.Form.Widget=Sao.class_(Object,{init:function(a,b,c){this.field_name=a,this.model=b,this.view=null,this.attributes=c,this.el=null,this.position=0,this.visible=!0,this.labelled=null},display:function(a,b){var c=this.attributes.readonly,d=this.attributes.invisible,e=this.attributes.required;if(!b)return void 0===c&&(c=!0),void 0===d&&(d=!1),void 0===e&&(e=!1),this.set_readonly(c),this.set_invisible(d),void this.set_required(e);var f=b.get_state_attrs(a);void 0===c&&(c=f.readonly,void 0===c&&(c=!1)),void 0===e&&(e=f.required,void 0===e&&(e=!1)),this.view.screen.attributes.readonly&&(c=!0),this.set_readonly(c),this.set_required(e);var g=f.invalid;!c&&g?this.el.addClass("has-error"):this.el.removeClass("has-error"),void 0===d&&(d=b.get_state_attrs(a).invisible,void 0===d&&(d=!1)),this.set_invisible(d)},record:function(){return this.view&&this.view.screen?this.view.screen.current_record:void 0},field:function(){var a=this.record();return a?a.model.fields[this.field_name]:void 0},focus_out:function(){this.field()&&this.visible&&this.set_value(this.record(),this.field())},set_value:function(a,b){},set_readonly:function(a){this._readonly=a,this.el.prop("disabled",a)},set_required:function(a){},set_invisible:function(a){this.visible=!a,a?this.el.hide():this.el.show()}}),Sao.View.Form.TranslateDialog=Sao.class_(Object,{init:function(a,b){var c=new Sao.Dialog(Sao.i18n.gettext("Translate"),this.class_,this,a);c.modal.find(".modal-dialog").removeClass("modal-sm").addClass("modal-lg"),this.languages=a,this.read(b,c),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(c)}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(this.write.bind(this,b,c)).appendTo(c.footer),c.content.submit(function(a){a.preventDefault(),c.footer.find("button.btn-primary").first().click()}),c.modal.modal("show"),c.modal.on("shown.bs.modal",function(){c.modal.find("input,select").filter(":visible").first().focus()})},close:function(a){a.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),a.modal.modal("hide")},read:function(a,b){this.languages.forEach(function(c){var d={};d.language=c.code;var e,f=[[a.record().id],[a.field_name],d],g={method:"model."+a.model.name+".read",params:f},h=jQuery("<div/>",{"class":"row form-group"}),i=a.translate_widget();i.attr("data-lang-id",c.id);var j=jQuery("<input/>",{type:"checkbox",title:Sao.i18n.gettext("Edit")});a._readonly&&j.attr("disabled",!0);var k=jQuery("<input/>",{type:"checkbox",disabled:!0,title:Sao.i18n.gettext("Fuzzy")}),l=Sao.rpc(g,a.model.session).then(function(b){e=b[0][a.field_name]}.bind(this));f=[[a.record().id],[a.field_name],d],d.fuzzy_translation=!0,g={method:"model."+a.model.name+".read",params:f},l.then(function(){Sao.rpc(g,a.model.session).then(function(b){e=b[0][a.field_name],a.translate_widget_set(i,e),k.attr("checked",b[0].name!=e)}.bind(this))}.bind(this)),j.click(function(){a.translate_widget_set_readonly(i)}),b.body.append(h),h.append(jQuery("<div/>",{"class":"col-sm-3"}).append(c.name)),h.append(jQuery("<div/>",{"class":"col-sm-6"}).append(i)),h.append(jQuery("<div/>",{"class":"col-sm-1"}).append(j)),h.append(jQuery("<div/>",{"class":"col-sm-1"}).append(k))}.bind(this))},write:function(a,b){var c=[];this.languages.forEach(function(b){var d=jQuery("[data-lang-id="+b.id+"]");if(!d.attr("readonly")){var e=a.model.session.context.language,f={};f.language=b.code,f.fuzzy_translation=!1;var g={};g[a.field_name]=d.val();var h=[[a.record().id],g,f],i={method:"model."+a.model.name+".write",params:h},j=Sao.rpc(i,a.model.session).then(function(){b.code==e&&a.view.display()});c.push(j)}}.bind(this)),this.close(b),jQuery.when.apply(jQuery,c).then(function(){a.record().cancel()})}}),Sao.View.Form.TranslateMixin={},Sao.View.Form.TranslateMixin.init=function(){this.translate=Sao.View.Form.TranslateMixin.translate.bind(this),this.translate_widget_set_readonly=Sao.View.Form.TranslateMixin.translate_widget_set_readonly.bind(this),this.translate_widget_set=Sao.View.Form.TranslateMixin.translate_widget_set.bind(this)},Sao.View.Form.TranslateMixin.translate=function(){if(this.record().id<0||this.record().has_changed()){var a=Sao.i18n.gettext("You need to save the record before adding translations.");return void Sao.common.message.run(a)}var b=this.model.session,c=[[["translatable","=","true"]]],d={method:"model.ir.lang.search",params:c.concat({})};Sao.rpc(d,b).then(function(a){if(jQuery.isEmptyObject(a))return void Sao.common.message.run(Sao.i18n.gettext("No other language available."));var c=[a,["code","name"]],d={method:"model.ir.lang.read",params:c.concat({})};Sao.rpc(d,b).then(function(a){new Sao.View.Form.TranslateDialog(a,this)}.bind(this))}.bind(this))},Sao.View.Form.TranslateMixin.translate_widget_set_readonly=function(a,b){a.attr("readonly")?a.removeAttr("readonly"):a.attr("readonly",!0)},Sao.View.Form.TranslateMixin.translate_widget_set=function(a,b){a.val(b||"")},Sao.View.Form.Char=Sao.class_(Sao.View.Form.Widget,{class_:"form-char",init:function(a,b,c){if(Sao.View.Form.Char._super.init.call(this,a,b,c),Sao.View.Form.TranslateMixin.init.call(this),this.el=jQuery("<div/>",{"class":this.class_}),this.group=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el),this.input=this.labelled=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(this.group),c.autocomplete&&(this.datalist=jQuery("<datalist/>").appendTo(this.el),this.datalist.uniqueId(),this.input.attr("list",this.datalist.attr("id"))),this.el.change(this.focus_out.bind(this)),c.size||this.group.css("width","100%"),this.attributes.translate){var d=jQuery("<button/>",{"class":"btn btn-default btn-sm form-control",type:"button","aria-label":Sao.i18n.gettext("Translate")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-flag"})).appendTo(jQuery("<span/>",{"class":"input-group-btn"}).appendTo(this.group));d.click(this.translate.bind(this))}},get_client_value:function(a,b){var c="";return b&&(c=b.get_client(a)),c},display:function(a,b){if(Sao.View.Form.Char._super.display.call(this,a,b),this.datalist){this.datalist.children().remove();var c=[];a&&(c=a.autocompletion[this.field_name]||[]),c.forEach(function(a){jQuery("<option/>",{value:a}).appendTo(this.datalist)}.bind(this))}var d="",e="100%";a&&(d=a.expr_eval(this.attributes.size),d>0&&(e=null)),this.input.val(this.get_client_value(a,b)),this.input.attr("maxlength",d),this.input.attr("size",d),this.group.css("width",e)},set_value:function(a,b){b.set_client(a,this.input.val())},set_readonly:function(a){this.input.prop("readonly",a)},focus:function(){this.input.focus()},translate_widget:function(){return jQuery("<input/>",{"class":"form-control",readonly:"readonly"})}}),Sao.View.Form.Password=Sao.class_(Sao.View.Form.Char,{class_:"form-password",init:function(a,b,c){Sao.View.Form.Password._super.init.call(this,a,b,c),this.input.prop("type","password")}}),Sao.View.Form.Date=Sao.class_(Sao.View.Form.Widget,{class_:"form-date",_width:"12em",init:function(a,b,c){Sao.View.Form.Date._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.date=this.labelled=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el),this.input=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(this.date),jQuery("<span/>",{"class":"input-group-btn"}).append(jQuery("<button/>",{"class":"datepickerbutton btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-calendar"}))).appendTo(this.date),this.date.datetimepicker({locale:moment.locale()}),this.date.css("width",this._width),this.date.on("dp.change",this.focus_out.bind(this))},get_format:function(a,b){return b.date_format(a)},get_value:function(a,b){var c=this.date.data("DateTimePicker").date();return c&&(c.isDate=!0),c},display:function(a,b){a&&b&&this.date.data("DateTimePicker").format(Sao.common.moment_format(this.get_format(a,b))),Sao.View.Form.Date._super.display.call(this,a,b);var c;c=a?b.get_client(a):null,this.date.data("DateTimePicker").date(c)},focus:function(){this.input.focus()},set_value:function(a,b){b.set_client(a,this.get_value(a,b))},set_readonly:function(a){this.date.find("button").prop("disabled",a),this.date.find("input").prop("readonly",a)}}),Sao.View.Form.DateTime=Sao.class_(Sao.View.Form.Date,{class_:"form-datetime",_width:"25em",get_format:function(a,b){return b.date_format(a)+" "+b.time_format(a)},get_value:function(a,b){var c=this.date.data("DateTimePicker").date();return c&&(c.isDateTime=!0),c}}),Sao.View.Form.Time=Sao.class_(Sao.View.Form.Date,{class_:"form-time",_width:"10em",get_format:function(a,b){return b.time_format(a)},get_value:function(a,b){var c=this.date.data("DateTimePicker").date();return c&&(c.isTime=!0),c}}),Sao.View.Form.TimeDelta=Sao.class_(Sao.View.Form.Widget,{class_:"form-timedelta",init:function(a,b,c){Sao.View.Form.TimeDelta._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.input=this.labelled=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(this.el),this.el.change(this.focus_out.bind(this))},display:function(a,b){if(Sao.View.Form.TimeDelta._super.display.call(this,a,b),a){var c=a.field_get_client(this.field_name);this.input.val(c||"")}else this.input.val("")},focus:function(){this.input.focus()},set_value:function(a,b){b.set_client(a,this.input.val())},set_readonly:function(a){this.input.prop("readonly",a)}}),Sao.View.Form.Integer=Sao.class_(Sao.View.Form.Char,{class_:"form-integer",init:function(a,b,c){Sao.View.Form.Integer._super.init.call(this,a,b,c),this.input.attr("type","text"),this.input.attr("width",8),this.group.css("width",""),this.factor=Number(c.factor||1)},set_value:function(a,b){b.set_client(a,this.input.val(),void 0,this.factor)},get_client_value:function(a,b){var c="";return b&&(c=b.get_client(a,this.factor)),c}}),Sao.View.Form.Float=Sao.class_(Sao.View.Form.Integer,{class_:"form-float"}),Sao.View.Form.Selection=Sao.class_(Sao.View.Form.Widget,{class_:"form-selection",init:function(a,b,c){Sao.View.Form.Selection._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.select=this.labelled=jQuery("<select/>",{"class":"form-control input-sm"}),this.el.append(this.select),this.select.change(this.focus_out.bind(this)),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a,this.set_selection.bind(this))},update_selection:function(a,b,c){Sao.common.selection_mixin.update_selection.call(this,a,b,function(a){this.set_selection(a),c&&c()}.bind(this))},set_selection:function(a){var b=this.select;b.empty(),a.forEach(function(a){b.append(jQuery("<option/>",{value:JSON.stringify(a[0]),text:a[1]}))})},display_update_selection:function(a,b){this.update_selection(a,b,function(){if(!b)return void this.select.val("");for(var c,d=b.get(a),e=!1,f=0,g=this.selection.length;g>f;f++)if(this.selection[f][0]===d){e=!0;break}e?c=jQuery.when():(c=Sao.common.selection_mixin.get_inactive_selection.call(this,d),c.done(function(a){this.select.append(jQuery("<option/>",{value:JSON.stringify(a[0]),text:a[1],disabled:!0}))}.bind(this))),c.done(function(){this.select.val(JSON.stringify(d))}.bind(this))}.bind(this))},display:function(a,b){Sao.View.Form.Selection._super.display.call(this,a,b),this.display_update_selection(a,b)},focus:function(){this.select.focus()},value_get:function(){return JSON.parse(this.select.val())},set_value:function(a,b){var c=this.value_get();b.set_client(a,c)},set_readonly:function(a){this.select.prop("disabled",a)}}),Sao.View.Form.Boolean=Sao.class_(Sao.View.Form.Widget,{class_:"form-boolean",init:function(a,b,c){Sao.View.Form.Boolean._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.input=this.labelled=jQuery("<input/>",{type:"checkbox","class":"form-control input-sm"}).appendTo(this.el),this.input.change(this.focus_out.bind(this)),this.input.click(function(){return!jQuery(this).prop("readonly")})},display:function(a,b){Sao.View.Form.Boolean._super.display.call(this,a,b),a?this.input.prop("checked",a.field_get(this.field_name)):this.input.prop("checked",!1)},focus:function(){this.input.focus()},set_value:function(a,b){var c=this.input.prop("checked");b.set_client(a,c)},set_readonly:function(a){this.input.prop("readonly",a)}}),Sao.View.Form.Text=Sao.class_(Sao.View.Form.Widget,{class_:"form-text",init:function(a,b,c){if(Sao.View.Form.Text._super.init.call(this,a,b,c),Sao.View.Form.TranslateMixin.init.call(this),this.el=jQuery("<div/>",{"class":this.class_}),this.input=this.labelled=jQuery("<textarea/>",{"class":"form-control input-sm"}).appendTo(this.el),this.input.change(this.focus_out.bind(this)),this.attributes.translate){var d=jQuery("<button/>",{"class":"btn btn-default btn-sm form-control",type:"button","aria-label":Sao.i18n.gettext("Translate")}).appendTo(jQuery("<span/>",{"class":"input-group-btn"}).appendTo(this.el));d.append(jQuery("<span/>",{"class":"glyphicon glyphicon-flag"})),d.click(this.translate.bind(this))}},display:function(a,b){if(Sao.View.Form.Text._super.display.call(this,a,b),a){var c=a.field_get_client(this.field_name);this.input.val(c)}else this.input.val("")},focus:function(){this.input.focus()},set_value:function(a,b){var c=this.input.val()||"";b.set_client(a,c)},set_readonly:function(a){this.input.prop("readonly",a)},translate_widget:function(){return jQuery("<textarea/>",{"class":"form-control",readonly:"readonly"})}}),Sao.View.Form.RichText=Sao.class_(Sao.View.Form.Widget,{class_:"form-richtext",init:function(a,b,c){Sao.View.Form.RichText._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"}),parseInt(c.toolbar||"1",10)&&this.get_toolbar().appendTo(this.el),this.input=this.labelled=jQuery("<div/>",{"class":"richtext",contenteditable:!0}).appendTo(jQuery("<div/>",{"class":"panel-body"}).appendTo(this.el)),this.el.focusout(this.focus_out.bind(this))},get_toolbar:function(){var a,b,c,d=jQuery("<div/>",{"class":"btn-toolbar",role:"toolbar"}).appendTo(jQuery("<div/>",{"class":"panel-heading"})),e=function(a){document.execCommand(a.data)},f=function(f){var g=jQuery("<div/>",{"class":"btn-group",role:"group"}).appendTo(d);for(a in f)b=f[a],c=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-"+b.icon})).appendTo(g),c.click(b.command,e)};f([{icon:"bold",command:"bold"},{icon:"italic",command:"italic"},{icon:"text-color",command:"underline"}]);var g=[{heading:Sao.i18n.gettext("Font"),options:["Normal","Serif","Sans","Monospace"],command:"fontname"},{heading:Sao.i18n.gettext("Size"),options:[1,2,3,4,5,6,7],command:"fontsize"}],h=function(a,b){return function(c){a.append(jQuery("<li/>").append(jQuery("<a/>",{href:"#"}).append(c).click(function(){document.execCommand(b.command,!1,c)})))}};for(a in g){b=g[a];var i=jQuery("<div/>",{"class":"btn-group",role:"group"}).appendTo(d);c=jQuery("<button/>",{"class":"btn btn-default dropdown-toggle",type:"button","data-toggle":"dropdown","aria-expanded":!1,"aria-haspopup":!0}).append(b.heading).append(jQuery("<span/>",{"class":"caret"})).appendTo(i);var j=jQuery("<ul/>",{"class":"dropdown-menu"}).appendTo(i);b.options.forEach(h(j,b))}return f([{icon:"align-left",command:"justifyLeft"},{icon:"align-center",command:"justifyCenter"},{icon:"align-right",command:"justifyRight"},{icon:"align-justify",command:"justifyFull"}]),[["foreColor","#000000"]].forEach(function(a){var b=a[0],c=a[1];jQuery("<input/>",{"class":"btn btn-default",type:"color"}).appendTo(d).change(function(){document.execCommand(b,!1,jQuery(this).val())}).focusin(function(){document.execCommand(b,!1,jQuery(this).val())}).val(c)}),d},focus_out:function(){window.setTimeout(function(){0===this.el.find(":focus").length&&Sao.View.Form.RichText._super.focus_out.call(this)}.bind(this),0)},display:function(a,b){Sao.View.Form.RichText._super.display.call(this,a,b);var c="";a&&(c=a.field_get_client(this.field_name)),this.input.html(c)},focus:function(){this.input.focus()},set_value:function(a,b){this.input.find("div").each(function(a,b){if(b=jQuery(b),b.css("text-align")){var c=b.css("text-align").split("-").pop();b.attr("align",c),b.css("text-align","")}"start"==b.attr("align")&&b.attr("align","left")});var c=this.input.html()||"";b.set_client(a,c)},set_readonly:function(a){this.input.prop("contenteditable",!a),this.toolbar&&this.toolbar.find("button,select").prop("disabled",a)}}),Sao.View.Form.Many2One=Sao.class_(Sao.View.Form.Widget,{class_:"form-many2one",init:function(a,b,c){Sao.View.Form.Many2One._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_});var d=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el);this.entry=this.labelled=jQuery("<input/>",{type:"input","class":"form-control input-sm"}).appendTo(d),this.entry.on("keydown",this.key_press.bind(this)),c.completion&&"1"!=c.completion||(Sao.common.get_completion(d,this._update_completion.bind(this),this._completion_match_selected.bind(this),this._completion_action_activated.bind(this)),this.wid_completion=!0),this.but_primary=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon"})).appendTo(jQuery("<span/>",{"class":"input-group-btn"}).prependTo(d)),this.but_secondary=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon"})).appendTo(jQuery("<span/>",{"class":"input-group-btn"}).appendTo(d)),this.but_primary.click("primary",this.edit.bind(this)),this.but_secondary.click("secondary",this.edit.bind(this)),this.el.change(this.focus_out.bind(this)),this._readonly=!1},get_screen:function(){var a=this.field().get_domain(this.record()),b=this.field().get_context(this.record());return new Sao.Screen(this.get_model(),{context:b,domain:a,mode:["form"],view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views,readonly:this._readonly})},set_text:function(a){jQuery.isEmptyObject(a)&&(a=""),this.entry.val(a)},get_text:function(){var a=this.record();return a?a.field_get_client(this.field_name):""},focus_out:function(){(this.attributes.completion&&"1"!=this.attributes.completion||!this.el.find(".dropdown").hasClass("open"))&&Sao.View.Form.Many2One._super.focus_out.call(this)},set_value:function(a,b){b.get_client(a)!=this.entry.val()&&(b.set_client(a,this.value_from_id(null,"")),this.entry.val(""))},display:function(a,b){var c=this.record();if(!c||!a||c.id==a.id){var d;if(Sao.View.Form.Many2One._super.display.call(this,a,b),this._set_button_sensitive(),this._set_completion(),!a)return void this.entry.val("");this.set_text(b.get_client(a));var e,f;d=b.get(a),this.has_target(d)?(e="glyphicon-folder-open",f="glyphicon-erase"):(e=null,f="glyphicon-search"),this.entry.prop("readonly")&&(f=null),[[e,this.but_primary],[f,this.but_secondary]].forEach(function(a){var b=a[0],c=a[1],d=c.find(".glyphicon");d.removeClass().addClass("glyphicon"),b?(c.parent().css("display","table-cell"),d.addClass(b)):c.parent().css("display","none")})}},focus:function(){this.entry.focus()},set_readonly:function(a){this._readonly=a,this._set_button_sensitive()},_set_button_sensitive:function(){this.entry.prop("readonly",this._readonly),this.but_primary.prop("disabled",!this.read_access()),this.but_secondary.prop("disabled",this._readonly)},get_access:function(a){var b=this.get_model();return b?Sao.common.MODELACCESS.get(b)[a]:!0},read_access:function(){return this.get_access("read")},create_access:function(){return this.attributes.create&&this.get_access("create")},id_from_value:function(a){return a},value_from_id:function(a,b){return void 0===b&&(b=""),[a,b]},get_model:function(){return this.attributes.relation},has_target:function(a){return void 0!==a&&null!==a},edit:function(a){var b=this.get_model();if(b&&Sao.common.MODELACCESS.get(b).read){var c,d,e=this.record(),f=e.field_get(this.field_name);if(a&&"secondary"==a.data&&!this._readonly&&this.has_target(f))return this.record().field_set_client(this.field_name,this.value_from_id(null,"")),void this.entry.val("");if(this.has_target(f)){var g=this.get_screen(),h=this.id_from_value(e.field_get(this.field_name));return g.new_group([h]),d=function(a){if(a){var b=g.current_record.rec_name();b.done(function(a){var b=this.value_from_id(g.current_record.id,a);this.record().field_set_client(this.field_name,b,!0)}.bind(this))}},void(c=new Sao.Window.Form(g,d.bind(this),{save_current:!0,title:this.attributes.string}))}if(b){var i=this.field().get_domain(e),j=this.field().get_context(e),k=this.entry.val();d=function(a){if(!jQuery.isEmptyObject(a)){var b=this.value_from_id(a[0][0],a[0][1]);this.record().field_set_client(this.field_name,b,!0)}};var l=new Sao.common.DomainParser;return void(c=new Sao.Window.Search(b,d.bind(this),{sel_multi:!1,context:j,domain:i,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:this.create_access(),search_filter:l.quote(k),title:this.attributes.string}))}}},new_:function(a){var b=this.get_model();if(b&&Sao.common.MODELACCESS.get(b).create){var c=this.get_screen(),d=function(a){if(a){var b=c.current_record.rec_name();b.done(function(a){var b=this.value_from_id(c.current_record.id,a);this.record().field_set_client(this.field_name,b)}.bind(this))}};new Sao.Window.Form(c,d.bind(this),{new_:!0,save_current:!0,title:this.attributes.string,rec_name:this.entry.val()})}},key_press:function(a){var b=!this.entry.prop("readonly"),c=[Sao.common.TAB_KEYCODE],d=[Sao.common.BACKSPACE_KEYCODE,Sao.common.DELETE_KEYCODE];if(this.wid_completion||c.push(Sao.common.RETURN_KEYCODE),a.which==Sao.common.F3_KEYCODE&&b&&this.create_access())this.new_(),a.preventDefault();else if(a.which==Sao.common.F2_KEYCODE&&this.read_access())this.edit(),a.preventDefault();else if(~c.indexOf(a.which)&&b){if((!this.attributes.completion||"1"==this.attributes.completion)&&this.el.find(".dropdown").hasClass("open"))return;this.activate()}else if(this.has_target(this.record().field_get(this.field_name))&&b){var e=this.get_text();(e!=this.entry.val()||~d.indexOf(a.which))&&(this.entry.val(""),this.record().field_set_client(this.field_name,this.value_from_id(null,"")))}},activate:function(){var a=this.get_model();if(a&&Sao.common.MODELACCESS.get(a).read){var b=this.record(),c=b.field_get(this.field_name);new Sao.Model(a);if(a&&!this.has_target(c)){var d=this.entry.val();if(!this._readonly&&(d||this.field().get_state_attrs(this.record()).required)){var e=this.field().get_domain(b),f=this.field().get_context(b),g=function(a){if(jQuery.isEmptyObject(a))this.entry.val("");else{var b=this.value_from_id(a[0][0],a[0][1]);this.record().field_set_client(this.field_name,b,!0)}},h=new Sao.common.DomainParser;new Sao.Window.Search(a,g.bind(this),{sel_multi:!1,context:f,domain:e,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:this.create_access(),search_filter:h.quote(d),title:this.attributes.string})}}}},_set_completion:function(){var a=this.el.find(".action-search");this.read_access()?a.removeClass("disabled"):a.addClass("disabled");var b=this.el.find(".action-create");this.create_access()?b.removeClass("disabled"):b.addClass("disabled")},_update_completion:function(a){var b=this.record();if(b){var c=this.field(),d=c.get(b);if(this.has_target(d)){var e=this.id_from_value(d);if(void 0!==e&&e>0)return jQuery.when();
+}var f=this.get_model();return Sao.common.update_completion(this.entry,b,c,f)}},_completion_match_selected:function(a){this.record().field_set_client(this.field_name,this.value_from_id(a.id,a.rec_name),!0)},_completion_action_activated:function(a){"search"==a?this.edit():"create"==a&&this.new_()}}),Sao.View.Form.One2One=Sao.class_(Sao.View.Form.Many2One,{class_:"form-one2one"}),Sao.View.Form.Reference=Sao.class_(Sao.View.Form.Many2One,{class_:"form-reference",init:function(a,b,c){Sao.View.Form.Reference._super.init.call(this,a,b,c),this.el.addClass("form-inline"),this.select=jQuery("<select/>",{"class":"form-control input-sm","aria-label":c.string}),this.el.prepend(jQuery("<span/>").text("-")),this.el.prepend(this.select),this.select.change(this.select_changed.bind(this)),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a,this.set_selection.bind(this))},update_selection:function(a,b,c){Sao.common.selection_mixin.update_selection.call(this,a,b,function(a){this.set_selection(a),c&&c()}.bind(this))},set_selection:function(a){var b=this.select;b.empty(),a.forEach(function(a){b.append(jQuery("<option/>",{value:a[0],text:a[1]}))})},id_from_value:function(a){return parseInt(a.split(",")[1],10)},value_from_id:function(a,b){return b||(b=""),[this.get_model(),[a,b]]},get_text:function(){var a=this.record();return a?a.field_get_client(this.field_name)[1]:""},get_model:function(){return this.select.val()},has_target:function(a){if(null===a)return!1;var b=a.split(",")[0];return a=a.split(",")[1],jQuery.isEmptyObject(a)?a=null:(a=parseInt(a,10),isNaN(a)&&(a=null)),b==this.get_model()&&a>=0},_set_button_sensitive:function(){Sao.View.Form.Reference._super._set_button_sensitive.call(this),this.select.prop("disabled",this.entry.prop("readonly"))},select_changed:function(){this.entry.val("");var a,b=this.get_model();a=b?[b,[-1,""]]:["",""],this.record().field_set_client(this.field_name,a)},set_value:function(a,b){var c;if(this.get_model()){c=b.get_client(a,this.field_name);var d,e;c instanceof Array?(d=c[0],e=c[1]):(d="",e=""),d==this.get_model()&&e==this.entry.val()||(b.set_client(a,null),this.entry.val(""))}else c=this.entry.val(),jQuery.isEmptyObject(c)?b.set_client(a,null):b.set_client(a,["",c])},set_text:function(a){var b;a?(b=a[0],a=a[1]):(b=null,a=null),Sao.View.Form.Reference._super.set_text.call(this,a),b?this.select.val(b):this.select.val("")},display:function(a,b){this.update_selection(a,b,function(){Sao.View.Form.Reference._super.display.call(this,a,b)}.bind(this))},set_readonly:function(a){Sao.View.Form.Reference._super.set_readonly.call(this,a),this.select.prop("disabled",a)}}),Sao.View.Form.One2Many=Sao.class_(Sao.View.Form.Widget,{class_:"form-one2many",init:function(a,b,c){Sao.View.Form.One2Many._super.init.call(this,a,b,c),this._readonly=!0,this._required=!1,this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"}),this.menu=jQuery("<div/>",{"class":this.class_+"-menu panel-heading"}),this.el.append(this.menu),this.title=jQuery("<label/>",{"class":this.class_+"-string",text:c.string}),this.menu.append(this.title),this.title.uniqueId(),this.el.uniqueId(),this.el.attr("aria-labelledby",this.title.attr("id")),this.title.attr("for",this.el.attr("id"));var d=jQuery("<div/>",{"class":this.class_+"-toolbar"});this.menu.append(d);var e=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(d);this.wid_text=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(e),this.wid_text.hide();var f=jQuery("<div/>",{"class":"input-group-btn"}).appendTo(e);c.add_remove&&(this.wid_text.show(),this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(f),this.but_add.click(this.add.bind(this)),this.but_remove=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(f),this.but_remove.click(this.remove.bind(this))),this.but_new=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("New")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-edit"})).appendTo(f),this.but_new.click(this.new_.bind(this)),this.but_open=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Open")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-folder-open"})).appendTo(f),this.but_open.click(this.open.bind(this)),this.but_del=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Delete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-trash"})).appendTo(f),this.but_del.click(this.delete_.bind(this)),this.but_undel=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Undelete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-repeat"})).appendTo(f),this.but_undel.click(this.undelete.bind(this)),this.but_previous=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Previous")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-left"})).appendTo(f),this.but_previous.click(this.previous.bind(this)),this.label=jQuery("<span/>",{"class":"btn"}).appendTo(f),this.label.text("(0, 0)"),this.but_next=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Next")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-right"})).appendTo(f),this.but_next.click(this.next.bind(this)),this.but_switch=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Switch")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-list-alt"})).appendTo(f),this.but_switch.click(this.switch_.bind(this)),this.content=jQuery("<div/>",{"class":this.class_+"-content panel-body"}),this.el.append(this.content);var g=(c.mode||"tree,form").split(",");this.screen=new Sao.Screen(c.relation,{mode:g,view_ids:(c.view_ids||"").split(","),views_preload:c.views||{},row_activate:this.activate.bind(this),exclude_field:c.relation_field||null,pre_validate:c.pre_validate}),this.screen.pre_validate=1==c.pre_validate,this.prm=this.screen.switch_view(g[0]).done(function(){this.content.append(this.screen.screen_container.el)}.bind(this)),this.but_switch.prop("disabled",this.screen.number_of_views()<=0)},set_readonly:function(a){this._readonly=a,this._set_button_sensitive(),this._set_label_state()},set_required:function(a){this._required=a,this._set_label_state()},_set_label_state:function(){Sao.common.apply_label_attributes(this.title,this._readonly,this._required)},_set_button_sensitive:function(){var a,b,c=Sao.common.MODELACCESS.get(this.screen.model_name),d=this.record(),e=this.field();if(d&&e){var f=d.expr_eval(this.attributes.size);b=e.get_eval(d),a=void 0!==f&&null!==f&&b>=f>=0}else b=null,a=!1;var g=this.attributes.create;void 0===g&&(g=!0),this.but_new.prop("disabled",this._readonly||!g||a||!c.create);var h=this.attributes["delete"];void 0===h&&(h=!0),this.but_del.prop("disabled",this._readonly||!h||!c["delete"]),this.but_undel.prop("disabled",this._readonly||a),this.but_open.prop("disabled",!c.read),this.attributes.add_remove&&(this.wid_text.prop("disabled",this._readonly),this.but_add.prop("disabled",this._readonly||a||!c.write||!c.read),this.but_remove.prop("disabled",this._readonly||!c.write||!c.read))},display:function(a,b){Sao.View.Form.One2Many._super.display.call(this,a,b),this._set_button_sensitive(),this.prm.done(function(){if(a){if(void 0===b)return this.screen.new_group(),this.screen.set_current_record(null),this.screen.group.parent=null,void this.screen.display();var c=a.field_get_client(this.field_name);c!=this.screen.group&&(this.screen.set_group(c),"tree"==this.screen.current_view.view_type&&this.screen.current_view.editable&&this.screen.set_current_record(null));var d=[],e=null;a&&(d=b.get_domain(a),e=a.expr_eval(this.attributes.size)),Sao.common.compare(this.screen.domain,d)||(this.screen.domain=d),this.screen.size_limit=e,this.screen.display()}}.bind(this))},focus:function(){this.wid_text.is(":visible")&&this.wid_text.focus()},activate:function(a){this.edit()},add:function(a){var b=Sao.common.MODELACCESS.get(this.screen.model_name);if(b.write&&b.read){this.view.set_value();var c=this.field().get_domain(this.record()),d=this.field().get_context(this.record());c=[c,this.record().expr_eval(this.attributes.add_remove)];var e=this.field().get_removed_ids(this.record());c=["OR",c,["id","in",e]];var f=this.wid_text.val(),g=function(a){var b=jQuery.when();if(!jQuery.isEmptyObject(a)){var c,d,e=[];for(c=0,d=a.length;d>c;c++)e.push(a[c][0]);this.screen.group.load(e,!0),b=this.screen.display()}b.done(function(){this.screen.set_cursor()}.bind(this)),this.wid_text.val("")}.bind(this),h=new Sao.common.DomainParser;new Sao.Window.Search(this.attributes.relation,g,{sel_multi:!0,context:d,domain:c,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:!this.but_new.prop("disabled"),search_filter:h.quote(f),title:this.attributes.string})}},remove:function(a){var b=Sao.common.MODELACCESS.get(this.screen.model_name);b.write&&b.read&&this.screen.remove(!1,!0,!1)},new_:function(a){Sao.common.MODELACCESS.get(this.screen.model_name).create&&this.validate().done(function(){this.attributes.product?this.new_product():this.new_single()}.bind(this))},new_single:function(){var a=jQuery.extend({},this.field().get_context(this.record()));if("form"==this.screen.current_view.type||this.screen.current_view.editable)this.screen.new_(),this.screen.current_view.el.prop("disabled",!1);else{var b=this.record(),c=b.expr_eval(this.attributes.size)||-1;c-=this.field().get_eval(b);new Sao.Window.Form(this.screen,function(){},{new_:!0,many:c,context:a,title:this.attributes.string})}},new_product:function(){var a=this.attributes.product.split(","),b={},c=this.screen;c.new_(!1).then(function(d){d.default_get().then(function(e){d.set_default(e);var f=function(){if(jQuery.isEmptyObject(a))return g();var e=c.model.fields[a.pop()],h=e.description.relation;h||f();var i=e.get_domain(d),j=e.get_context(d),k=function(a){jQuery.isEmptyObject(a)||(b[e.name]=a),f()};new Sao.Window.Search(h,k,{sel_multi:!0,context:j,domain:i,search_filter:"",title:this.attributes.string})}.bind(this),g=function(){if(jQuery.isEmptyObject(b))return void c.group.remove(d,!0);var a=Object.keys(b),f=a.map(function(a){return b[a]});Sao.common.product(f).forEach(function(b){var f=function(c){var d=jQuery.extend({},e);a.forEach(function(a,c){d[a]=b[c][0],d[a+".rec_name"]=b[c][1]}),c.set_default(d)};d?(f(d),d=null):c.new_(!1).then(f)})};f()}.bind(this))}.bind(this))},open:function(a){this.edit()},delete_:function(a){Sao.common.MODELACCESS.get(this.screen.model_name)["delete"]&&this.screen.remove(!1,!1,!1)},undelete:function(a){this.screen.unremove()},previous:function(a){this.validate().done(function(){this.screen.display_previous()}.bind(this))},next:function(a){this.validate().done(function(){this.screen.display_next()}.bind(this))},switch_:function(a){this.screen.switch_view()},edit:function(){Sao.common.MODELACCESS.get(this.screen.model_name).read&&this.validate().done(function(){var a=this.screen.current_record;if(a){new Sao.Window.Form(this.screen,function(){},{title:this.attributes.string})}}.bind(this))},validate:function(){var a=jQuery.Deferred();this.view.set_value();var b=this.screen.current_record;if(b){var c=this.screen.current_view.get_fields();b.validate(c).then(function(c){return c?this.screen.pre_validate?b.pre_validate().then(function(b){return b?void a.resolve():void a.reject()}):void a.resolve():(this.screen.display(!0),void a.reject())}.bind(this))}else a.resolve();return a},set_value:function(a,b){this.screen.save_tree_state()}}),Sao.View.Form.Many2Many=Sao.class_(Sao.View.Form.Widget,{class_:"form-many2many",init:function(a,b,c){Sao.View.Form.Many2Many._super.init.call(this,a,b,c),this._readonly=!0,this._required=!1,this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"}),this.menu=jQuery("<div/>",{"class":this.class_+"-menu panel-heading"}),this.el.append(this.menu),this.title=jQuery("<label/>",{"class":this.class_+"-string",text:c.string}),this.menu.append(this.title),this.title.uniqueId(),this.el.uniqueId(),this.el.attr("aria-labelledby",this.title.attr("id")),this.title.attr("for",this.el.attr("id"));var d=jQuery("<div/>",{"class":this.class_+"-toolbar"});this.menu.append(d);var e=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(d);this.entry=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(e),this.entry.on("keydown",this.key_press.bind(this));var f=jQuery("<div/>",{"class":"input-group-btn"}).appendTo(e);this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(f),this.but_add.click(this.add.bind(this)),this.but_remove=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(f),this.but_remove.click(this.remove.bind(this)),this.content=jQuery("<div/>",{"class":this.class_+"-content panel-body"}),this.el.append(this.content),this.screen=new Sao.Screen(c.relation,{mode:["tree"],view_ids:(c.view_ids||"").split(","),views_preload:c.views||{},row_activate:this.activate.bind(this)}),this.prm=this.screen.switch_view("tree").done(function(){this.content.append(this.screen.screen_container.el)}.bind(this))},set_readonly:function(a){this._readonly=a,this._set_button_sensitive(),this._set_label_state()},set_required:function(a){this._required=a,this._set_label_state()},_set_label_state:function(){Sao.common.apply_label_attributes(this.title,this._readonly,this._required)},_set_button_sensitive:function(){var a=!1;this.record()&&this.field(),this.entry.prop("disabled",this._readonly),this.but_add.prop("disabled",this._readonly||a),this.but_remove.prop("disabled",this._readonly)},display:function(a,b){Sao.View.Form.Many2Many._super.display.call(this,a,b),this.prm.done(function(){if(a){if(void 0===b)return this.screen.new_group(),this.screen.set_current_record(null),this.screen.group.parent=null,void this.screen.display();var c=a.field_get_client(this.field_name);c!=this.screen.group&&this.screen.set_group(c),this.screen.display()}}.bind(this))},focus:function(){this.entry.focus()},activate:function(){this.edit()},add:function(){var a=this.field().get_domain(this.record()),b=this.field().get_context(this.record()),c=this.entry.val(),d=function(a){if(!jQuery.isEmptyObject(a)){var b,c,d=[];for(b=0,c=a.length;c>b;b++)d.push(a[b][0]);this.screen.group.load(d,!0),this.screen.display()}this.entry.val("")}.bind(this),e=new Sao.common.DomainParser;new Sao.Window.Search(this.attributes.relation,d,{sel_multi:!0,context:b,domain:a,view_ids:(this.attributes.view_ids||"").split(","),views_preload:this.attributes.views||{},new_:this.attributes.create,search_filter:e.quote(c),title:this.attributes.string})},remove:function(){this.screen.remove(!1,!0,!1)},key_press:function(a){var b=[Sao.common.TAB_KEYCODE];this.wid_completion||b.push(Sao.common.RETURN_KEYCODE),a.which==Sao.common.F3_KEYCODE?(this.new_(),a.preventDefault()):a.which==Sao.common.F2_KEYCODE?(this.add(),a.preventDefault()):~b.indexOf(a.which)&&this.entry.val()&&this.add()},_get_screen_form:function(){var a=this.field().get_domain(this.record()),b=this.record().expr_eval(this.attributes.add_remove);jQuery.isEmptyObject(b)||(a=[a,b]);var c=this.field().get_context(this.record()),d=(this.attributes.view_ids||"").split(",");return jQuery.isEmptyObject(d)||d.shift(),new Sao.Screen(this.attributes.relation,{domain:a,view_ids:d,mode:["form"],views_preload:this.attributes.views,context:c})},edit:function(){if(!jQuery.isEmptyObject(this.screen.current_record)){var a=this._get_screen_form();a.new_group([this.screen.current_record.id]);var b=function(b){b&&a.current_record.save().done(function(){this.screen.current_record.cancel()}.bind(this))}.bind(this);a.switch_view().done(function(){new Sao.Window.Form(a,b,{title:this.attributes.string})}.bind(this))}},new_:function(){var a=this._get_screen_form(),b=function(b){if(b){var c=a.current_record;this.screen.group.load([c.id],!0)}this.entry.val("")}.bind(this);a.switch_view().done(function(){new Sao.Window.Form(a,b,{new_:!0,save_current:!0,title:this.attributes.string,rec_name:this.entry.val()})}.bind(this))}}),Sao.View.Form.BinaryMixin=Sao.class_(Sao.View.Form.Widget,{init:function(a,b,c){Sao.View.Form.BinaryMixin._super.init.call(this,a,b,c),this.filename=c.filename||null},toolbar:function(a){var b=jQuery("<div/>",{"class":a,role:"group"});return this.but_select=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-search"})).appendTo(b),this.but_select.click(this.select.bind(this)),this.filename&&(this.but_open=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-folder-open"})).appendTo(b),this.but_open.click(this.open.bind(this))),this.but_save_as=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-save"})).appendTo(b),this.but_save_as.click(this.save_as.bind(this)),this.but_clear=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-erase"})).appendTo(b),this.but_clear.click(this.clear.bind(this)),b},filename_field:function(){var a=this.record();return a?a.model.fields[this.filename]:void 0},select:function(){var a=this.record(),b=function(){d.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),d.modal.modal("hide")},c=function(){var c=new FileReader;c.onload=function(b){var d,e=this.field(),f=new Uint8Array(c.result);d=e.get_size?f:String.fromCharCode.apply(null,f),e.set_client(a,d)}.bind(this),c.onloadend=function(a){b()};var d=e[0].files[0];c.readAsArrayBuffer(d),this.filename&&this.filename_field().set_client(a,d.name)}.bind(this),d=new Sao.Dialog(Sao.i18n.gettext("Select"),"file-dialog");d.footer.append(jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(b)).append(jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).click(c)),d.content.submit(function(a){c(),a.preventDefault()});var e=jQuery("<input/>",{type:"file"}).appendTo(d.body);d.modal.modal("show")},open:function(){var a={},b=this.filename_field();if(b){var c=b.get_client(this.record());a.mimetype=Sao.common.guess_mimetype(c)}this.save_as(a)},save_as:function(a){var b,c=a.mimetype||"application/octet-binary",d=this.field(),e=this.record();b=d.get_data?d.get_data(e):jQuery.when(d.get(e)),b.done(function(a){var b=new Blob([a],{type:c}),d=window.URL.createObjectURL(b);this.blob_url&&window.URL.revokeObjectURL(this.blob_url),this.blob_url=d,window.open(d)}.bind(this))},clear:function(){var a=this.filename_field();a&&a.set_client(this.record(),null),this.field().set_client(this.record(),null)}}),Sao.View.Form.Binary=Sao.class_(Sao.View.Form.BinaryMixin,{class_:"form-binary",blob_url:"",init:function(a,b,c){Sao.View.Form.Binary._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_}),this.filename&&c.filename_visible&&(this.text=jQuery("<input/>",{type:"input","class":"form-control input-sm"}).appendTo(this.el),this.text.change(this.focus_out.bind(this)),this.text.on("keydown",this.key_press.bind(this)));var d=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el);this.size=jQuery("<input/>",{type:"input","class":"form-control input-sm",readonly:!0}).appendTo(d),this.toolbar("input-group-btn").appendTo(d)},display:function(a,b){if(Sao.View.Form.Binary._super.display.call(this,a,b),!b)return this.size.val(""),this.filename&&this.but_open.button("disable"),this.text&&this.text.val(""),void this.but_save_as.button("disable");var c;c=b.get_size?b.get_size(a):b.get(a).length;var d;d=c?"enable":"disable",this.filename&&(this.text&&this.text.val(this.filename_field().get(a)||""),this.but_open.button(d)),this.size.val(Sao.common.humanize(c)),this.but_save_as.button(d)},key_press:function(a){var b=!this.wid_text.prop("readonly");a.which==Sao.common.F3_KEYCODE&&b?(this.new_(),a.preventDefault()):a.which==Sao.common.F2_KEYCODE&&(this.open(),a.preventDefault())},set_value:function(a,b){this.text&&this.filename_field().set_client(a,this.text.val()||"")},set_readonly:function(a){a?(this.but_select.hide(),this.but_clear.hide()):(this.but_select.show(),this.but_clear.show()),this.wid_text&&this.wid_text.prop("readonly",a)}}),Sao.View.Form.MultiSelection=Sao.class_(Sao.View.Form.Selection,{class_:"form-multiselection",expand:!0,init:function(a,b,c){this.nullable_widget=!1,Sao.View.Form.MultiSelection._super.init.call(this,a,b,c),this.select.prop("multiple",!0)},display_update_selection:function(a,b){var c,d,e;this.update_selection(a,b,function(){var f=this.attributes.yexpand;if(void 0===f&&(f=this.expand),f||this.select.prop("size",this.select.children().length),b){var g=[],h=a.field_get_client(this.field_name);for(c=0,d=h.length;d>c;c++)e=h[c],~h.record_removed.indexOf(e)||~h.record_deleted.indexOf(e)||g.push(e.id);this.select.val(g)}}.bind(this))},set_value:function(a,b){var c=this.select.val();c=c?c.map(function(a){return parseInt(a,10)}):[],b.set_client(a,c)}}),Sao.View.Form.Image=Sao.class_(Sao.View.Form.BinaryMixin,{class_:"form-image",init:function(a,b,c){Sao.View.Form.Image._super.init.call(this,a,b,c),this.height=parseInt(c.height||100,10),this.width=parseInt(c.width||300,10),this.el=jQuery("<div/>"),this.image=jQuery("<img/>",{"class":"center-block"}).appendTo(this.el),this.image.css("max-height",this.height),this.image.css("max-width",this.width),this.image.css("height","auto"),this.image.css("width","auto");var d=this.toolbar("btn-group");c.readonly||jQuery("<div/>",{"class":"text-center"}).append(d).appendTo(this.el),this.update_img()},set_readonly:function(a){[this.but_select,this.but_open,this.but_save_as,this.but_clear].forEach(function(b){b&&b.prop("disable",a)})},clear:function(){Sao.View.Form.Image._super.clear.call(this),this.update_img()},update_img:function(){var a,b=this.record();b&&(a=b.field_get_client(this.field_name)),a=a?a>Sao.common.BIG_IMAGE_SIZE?jQuery.when(null):b.model.fields[this.field_name].get_data(b):jQuery.when(null),a.done(function(a){var b,c;a?(c=new Blob([a]),b=window.URL.createObjectURL(c)):b=null,this.image.attr("src",b)}.bind(this))},display:function(a,b){Sao.View.Form.Image._super.display.call(this,a,b),this.update_img()}}),Sao.View.Form.URL=Sao.class_(Sao.View.Form.Char,{class_:"form-url",init:function(a,b,c){Sao.View.Form.URL._super.init.call(this,a,b,c),this.button=jQuery("<a/>",{"class":"btn btn-default",target:"_new"}).appendTo(jQuery("<span/>",{"class":"input-group-btn"}).appendTo(this.group)),this.icon=jQuery("<img/>").appendTo(this.button),this.set_icon()},display:function(a,b){Sao.View.Form.URL._super.display.call(this,a,b);var c="";if(a&&(c=a.field_get_client(this.field_name)),this.set_url(c),a&this.attributes.icon){var d,e=this.attributes.icon;d=e in a.model.fields?a.field_get_client(e):e,this.set_icon(d)}},set_icon:function(a){a=a||"tryton-web-browser",Sao.common.ICONFACTORY.register_icon(a).done(function(a){this.icon.attr("src",a)}.bind(this))},set_url:function(a){this.button.attr("href",a)},set_readonly:function(a){Sao.View.Form.URL._super.set_readonly.call(this,a),a?(this.input.hide(),this.button.removeClass("btn-default"),this.button.addClass("btn-link")):(this.input.show(),this.button.removeClass("btn-link"),this.button.addClass("btn-default"))}}),Sao.View.Form.Email=Sao.class_(Sao.View.Form.URL,{class_:"form-email",set_url:function(a){Sao.View.Form.Email._super.set_url.call(this,"mailto:"+a)}}),Sao.View.Form.CallTo=Sao.class_(Sao.View.Form.URL,{class_:"form-callto",set_url:function(a){Sao.View.Form.CallTo._super.set_url.call(this,"callto:"+a)}}),Sao.View.Form.SIP=Sao.class_(Sao.View.Form.URL,{class_:"form-sip",set_url:function(a){Sao.View.Form.SIP._super.set_url.call(this,"sip:"+a)}}),Sao.View.Form.ProgressBar=Sao.class_(Sao.View.Form.Widget,{class_:"form-char",init:function(a,b,c){Sao.View.Form.ProgressBar._super.init.call(this,a,b,c),this.el=jQuery("<div/>",{"class":this.class_+" progress"}),this.progressbar=jQuery("<div/>",{"class":"progress-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100}).appendTo(this.el),this.progressbar.css("min-width: 2em")},display:function(a,b){Sao.View.Form.ProgressBar._super.display.call(this,a,b);var c,d;b?(c=b.get(a),d=b.get_client(a,100),d&&(d=Sao.i18n.gettext("%1%",d))):(c=0,d=""),this.progressbar.attr("aria-valuenow",100*c),this.progressbar.css("width",100*c+"%"),this.progressbar.text(d)}}),Sao.View.Form.Dict=Sao.class_(Sao.View.Form.Widget,{class_:"form-dict",init:function(a,b,c){Sao.View.Form.Dict._super.init.call(this,a,b,c),this.schema_model=new Sao.Model(c.schema_model),this.keys={},this.fields={},this.rows={},this.el=jQuery("<div/>",{"class":this.class_+" panel panel-default"});var d=jQuery("<div/>",{"class":this.class_+"-heading panel-heading"}).appendTo(this.el),e=jQuery("<label/>",{"class":this.class_+"-string",text:c.string}).appendTo(d);e.uniqueId(),this.el.uniqueId(),this.el.attr("aria-labelledby",e.attr("id")),e.attr("for",this.el.attr("id"));var f=jQuery("<div/>",{"class":this.class_+"-body panel-body"}).appendTo(this.el);this.container=jQuery("<div/>",{"class":this.class_+"-container"}).appendTo(f);var g=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(jQuery("<div>",{"class":"col-md-12"}).appendTo(jQuery("<div/>",{"class":"row"}).appendTo(jQuery("<div/>",{"class":"container-fluid"}).appendTo(f))));this.wid_text=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(g),this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(jQuery("<div/>",{"class":"input-group-btn"}).appendTo(g)),this.but_add.click(this.add.bind(this)),this._readonly=!1,this._record_id=null},add:function(){var a=this.field().get_context(this.record()),b=this.wid_text.val(),c=this.field().get_domain(this.record()),d=function(a){if(!jQuery.isEmptyObject(a)){var b=a.map(function(a){return a[0]});this.add_new_keys(b)}this.wid_text.val("")}.bind(this),e=new Sao.common.DomainParser;new Sao.Window.Search(this.schema_model.name,d,{sel_multi:!0,context:a,domain:c,new_:!1,search_filter:e.quote(b),title:this.attributes.string})},add_new_keys:function(a){var b=this.field().get_context(this.record());this.schema_model.execute("get_keys",[a],b).then(function(a){var b=!1;a.forEach(function(a){this.fields[a.name]||(this.keys[a.name]=a,this.add_line(a.name),b||(this.fields[a.name].input.focus(),b=!0))}.bind(this))}.bind(this))},remove:function(a,b){void 0===b&&(b=!0),delete this.fields[a],this.rows[a].remove(),delete this.rows[a],b&&this.set_value(this.record(),this.field())},set_value:function(a,b){b.set_client(a,this.get_value())},get_value:function(){var a={};for(var b in this.fields){var c=this.fields[b];a[b]=c.get_value()}return a},set_readonly:function(a){this._readonly=a,this._set_button_sensitive();for(var b in this.fields){var c=this.fields[b];c.set_readonly(a)}this.wid_text.prop("disabled",a)},_set_button_sensitive:function(){var a=this.attributes.create;void 0===a&&(a=!0);var b=this.attributes["delete"];void 0===b&&(b=!0),this.but_add.prop("disabled",this._readonly||!a);for(var c in this.fields){var d=this.fields[c].button;d.prop("disabled",this._readonly||!b)}},add_line:function(a){var b,c;this.fields[a]=b=new(this.get_entries(this.keys[a].type_))(a,this),this.rows[a]=c=jQuery("<div/>",{"class":"row"});var d=this.keys[a].string+Sao.i18n.gettext(":"),e=jQuery("<label/>",{text:d}).appendTo(jQuery("<div/>",{"class":"dict-label col-md-4"}).appendTo(c));b.el.addClass("col-md-8").appendTo(c),e.uniqueId(),b.labelled.uniqueId(),b.labelled.attr("aria-labelledby",e.attr("id")),e.attr("for",b.labelled.attr("id")),b.button.click(function(){this.remove(a,!0)}.bind(this)),c.appendTo(this.container)},add_keys:function(a){var b=this.field().get_context(this.record()),c=this.field().get_domain(this.record()),d=Math.min(10,Sao.config.limit);a=jQuery.extend([],a);for(var e=function(a){return this.schema_model.execute("get_keys",[a],b).then(f)}.bind(this),f=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];this.keys[d.name]=d}}.bind(this),g=[];a.length>0;){var h=a.splice(0,d);g.push(this.schema_model.execute("search",[[["name","in",h],c],0,Sao.config.limit,null],b).then(e))}return jQuery.when.apply(jQuery,g)},display:function(a,b){if(Sao.View.Form.Dict._super.display.call(this,a,b),b){var c,d=a?a.id:null;if(d!=this._record_id){for(c in this.fields)this.remove(c,!1);this._record_id=d}var e,f=b.get_client(a),g=Object.keys(f).filter(function(a){return!this.keys[a]}.bind(this));e=jQuery.isEmptyObject(g)?jQuery.when():this.add_keys(g),e.then(function(){var a,b,c,d=Object.keys(f).sort();for(a=0,b=d.length;b>a;a++){c=d[a];var e=f[c];if(this.keys[c]){this.fields[c]||this.add_line(c);var g=this.fields[c];g.set_value(e),g.set_readonly(this._readonly)}}var h=Object.keys(this.fields).filter(function(a){return!f[a]});for(a=0,b=h.length;b>a;a++)c=h[a],this.remove(c,!1)}.bind(this)),this._set_button_sensitive()}},get_entries:function(a){switch(a){case"char":return Sao.View.Form.Dict.Entry;case"boolean":return Sao.View.Form.Dict.Boolean;case"selection":return Sao.View.Form.Dict.Selection;case"integer":return Sao.View.Form.Dict.Integer;case"float":return Sao.View.Form.Dict.Float;case"numeric":return Sao.View.Form.Dict.Numeric;case"date":return Sao.View.Form.Dict.Date;case"datetime":return Sao.View.Form.Dict.DateTime}}}),Sao.View.Form.Dict.Entry=Sao.class_(Object,{class_:"dict-char",init:function(a,b){this.name=a,this.definition=b.keys[a],this.parent_widget=b,this.create_widget()},create_widget:function(){this.el=jQuery("<div/>",{"class":this.class_});var a=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(this.el);this.input=this.labelled=jQuery("<input/>",{type:"text","class":"form-control input-sm"}).appendTo(a),this.button=jQuery("<button/>",{"class":"btn btn-default",type:"button","arial-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(jQuery("<div/>",{"class":"input-group-btn"}).appendTo(a)),this.el.change(this.parent_widget.focus_out.bind(this.parent_widget))},get_value:function(){return this.input.val()},set_value:function(a){this.input.val(a||"")},set_readonly:function(a){this._readonly=a,this.input.prop("readonly",a)}}),Sao.View.Form.Dict.Boolean=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-boolean",create_widget:function(){Sao.View.Form.Dict.Boolean._super.create_widget.call(this),this.input.attr("type","checkbox"),this.input.change(this.parent_widget.focus_out.bind(this.parent_widget))},get_value:function(){return this.input.prop("checked")},set_value:function(a){this.input.prop("checked",a)}}),Sao.View.Form.Dict.Selection=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-selection",create_widget:function(){Sao.View.Form.Dict.Selection._super.create_widget.call(this);var a=jQuery("<select/>",{"class":"form-control input-sm"});a.change(this.parent_widget.focus_out.bind(this.parent_widget)),this.input.replaceWith(a),this.input=this.labelled=a;var b=jQuery.extend([],this.definition.selection);b.splice(0,0,[null,""]),b.forEach(function(b){a.append(jQuery("<option/>",{value:JSON.stringify(b[0]),text:b[1]}))})},get_value:function(){
+return JSON.parse(this.input.val())},set_value:function(a){this.input.val(JSON.stringify(a))}}),Sao.View.Form.Dict.Integer=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-integer",get_value:function(){var a=parseInt(this.input.val(),10);return isNaN(a)?null:a}}),Sao.View.Form.Dict.Float=Sao.class_(Sao.View.Form.Dict.Integer,{class_:"dict-float",get_value:function(){var a=Number(this.input.val());return isNaN(a)?null:a}}),Sao.View.Form.Dict.Numeric=Sao.class_(Sao.View.Form.Dict.Float,{class_:"dict-numeric",get_value:function(){var a=new Sao.Decimal(this.input.val());return isNaN(a.valueOf())?null:a}}),Sao.View.Form.Dict.Date=Sao.class_(Sao.View.Form.Dict.Entry,{class_:"dict-date",format:"%x",create_widget:function(){Sao.View.Form.Dict.Date._super.create_widget.call(this);var a=this.button.parent();jQuery("<button/>",{"class":"datepickerbutton btn btn-default",type:"button"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-calendar"})).prependTo(a),this.input.datetimepicker({format:Sao.common.moment_format(this.format),locale:moment.locale()}),this.input.on("dp.change",this.parent_widget.focus_out.bind(this.parent_widget))},get_value:function(){var a=this.input.data("DateTimePicker").date();return a&&(a.isDate=!0),a},set_value:function(a){this.date.data("DateTimePicker").date(a)}}),Sao.View.Form.Dict.DateTime=Sao.class_(Sao.View.Form.Dict.Date,{class_:"dict-datetime",format:"%x %X",get_value:function(){var a=this.input.data("DateTimePicker").date();return a&&(a.isDateTime=!0),a}}),Sao.View.Form.PYSON=Sao.class_(Sao.View.Form.Char,{class_:"form-pyson",init:function(a,b,c){Sao.View.Form.PYSON._super.init.call(this,a,b,c),this.encoder=new Sao.PYSON.Encoder({}),this.decoder=new Sao.PYSON.Decoder({},!0),this.el.keyup(this.validate_pyson.bind(this));var d=jQuery("<button/>",{"class":"btn btn-default",type:"button"});this.icon=jQuery("<span/>",{"class":"glyphicon"}),d.append(this.icon),d.appendTo(jQuery("<span/>",{"class":"input-group-btn"}).appendTo(this.group))},get_encoded_value:function(){var a=this.input.val();if(!a)return a;try{return this.encoder.encode(eval_pyson(a))}catch(b){return null}},set_value:function(a,b){b.set_client(a,this.get_encoded_value())},get_client_value:function(a,b){var c=Sao.View.Form.PYSON._super.get_client_value.call(this,a,b);return c&&(c=this.decoder.decode(c).toString()),c},validate_pyson:function(){var a="ok";null===this.get_encoded_value()&&(a="remove"),this.icon.removeClass().addClass("glyphicon").addClass(" glyphicon-"+a+"-sign")},focus_out:function(){this.validate_pyson(),Sao.View.Form.PYSON._super.focus_out.call(this)}})}(),function(){"use strict";function a(a,b,c){var d=Sao.config.display_size,e=jQuery.Deferred(),f=function(g){a.slice(g,g+d).forEach(function(a){a.redraw(b,c)}),g+=d,g<a.length?setTimeout(f,0,g):e.resolve()};return setTimeout(f,0,0),e}Sao.View.tree_column_get=function(a){switch(a){case"char":return Sao.View.Tree.CharColumn;case"text":return Sao.View.Tree.TextColum;case"many2one":return Sao.View.Tree.Many2OneColumn;case"one2one":return Sao.View.Tree.One2OneColumn;case"date":return Sao.View.Tree.DateColumn;case"time":return Sao.View.Tree.TimeColumn;case"timedelta":return Sao.View.Tree.TimeDeltaColumn;case"one2many":return Sao.View.Tree.One2ManyColumn;case"many2many":return Sao.View.Tree.Many2ManyColumn;case"selection":return Sao.View.Tree.SelectionColumn;case"reference":return Sao.View.Tree.ReferenceColumn;case"float":case"numeric":return Sao.View.Tree.FloatColumn;case"integer":case"biginteger":return Sao.View.Tree.IntegerColumn;case"boolean":return Sao.View.Tree.BooleanColumn;case"binary":return Sao.View.Tree.BinaryColumn;case"image":return Sao.View.Tree.ImageColumn;case"url":case"email":case"callto":case"sip":return Sao.View.Tree.URLColumn;case"progressbar":return Sao.View.Tree.ProgressBar}},Sao.View.Tree=Sao.class_(Sao.View,{init:function(a,b,c){Sao.View.Tree._super.init.call(this,a,b),this.view_type="tree",this.selection_mode=a.attributes.selection_mode||Sao.common.SELECTION_SINGLE,this.el=jQuery("<div/>",{"class":"treeview responsive"}),this.expanded={},this.children_field=c,this.editable=Boolean(this.attributes.editable),this.columns=[],this.create_columns(a.model,b),this.rows=[],this.table=jQuery("<table/>",{"class":"tree table table-hover table-striped"}),this.el.append(this.table),this.thead=jQuery("<thead/>").appendTo(this.table);var d=jQuery("<tr/>");if(this.selection_mode!=Sao.common.SELECTION_NONE){var e=jQuery("<th/>",{"class":"selection"});this.selection=jQuery("<input/>",{type:"checkbox","class":"selection"}),this.selection.change(this.selection_changed.bind(this)),e.append(this.selection),d.append(e)}this.thead.append(d),this.columns.forEach(function(a){e=jQuery("<th/>");var b=jQuery("<label/>").text(a.attributes.string);if(this.editable&&(a.attributes.required&&b.addClass("required"),a.attributes.readonly||b.addClass("editable")),a.sortable){var c=jQuery("<span/>");b.append(c),a.arrow=c,e.click(a,this.sort_model.bind(this)),b.addClass("sortable")}d.append(e.append(b)),a.header=e},this),this.tbody=jQuery("<tbody/>"),this.table.append(this.tbody);var f=jQuery("<div/>",{"class":"treefooter"});this.more=jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("More")).click(function(){this.display_size+=Sao.config.display_size,this.display()}.bind(this)),f.append(this.more),this.more.hide(),this.display_size=Sao.config.display_size,this.el.append(f)},create_columns:function(a,b){b.find("tree").children().each(function(b,c){for(var d,e,f={},g=0,h=c.attributes.length;h>g;g++)e=c.attributes[g],f[e.name]=e.value;if(["readonly","expand","completion"].forEach(function(a){f[a]&&(f[a]=1==f[a])}),"field"==c.tagName){var i=f.name;f.widget||(f.widget=a.fields[i].description.type);var j=["relation","domain","selection","relation_field","string","views","invisible","add_remove","sort","context","filename","autocomplete","translate","create","delete","selection_change_with","schema_model","required","readonly"];for(g in j){var k=j[g];k in a.fields[i].description&&null===c.getAttribute(k)&&(f[k]=a.fields[i].description[k])}var l=Sao.View.tree_column_get(f.widget);d=new l(a,f);~["url","email","callto","sip"].indexOf(f.widget)&&d.prefixes.push(new Sao.View.Tree.Affix(f,f.widget)),"icon"in f&&d.prefixes.push(new Sao.View.Tree.Affix(f));var m,n,o=c.childNodes;for(g=0;g<o.length;g++){for(m=o[g],n={},g=0,h=m.attributes.length;h>g;g++)e=m.attributes[g],n[e.name]=e.value;n.name||(n.name=i),"prefix"==m.tagName?d.prefixes.push(new Sao.View.Tree.Affix(n)):d.suffixes.push(new Sao.View.Tree.Affix(n))}this.attributes.sequence||this.children_field||a.fields[i].description.sortable===!1||(d.sortable=!0),this.fields[i]=!0}else"button"==c.tagName&&(d=new Sao.View.Tree.ButtonColumn(this.screen,f));this.columns.push(d)}.bind(this))},sort_model:function(a){var b=a.data,c=b.arrow,d="glyphicon glyphicon-triangle-top",e="glyphicon glyphicon-triangle-bottom";this.columns.forEach(function(a){a.arrow&&a!=b&&a.arrow.hasClass("glyphicon")&&a.arrow.removeClass(d+" "+e)}),this.screen.order=this.screen.default_order,c.hasClass(e)?(c.removeClass(e),c.addClass(d),this.screen.order=[[b.attributes.name,"DESC"]]):c.hasClass(d)?c.removeClass(d):(c.addClass(e),this.screen.order=[[b.attributes.name,"ASC"]]);var f=[];this.screen.group.forEach(function(a){a.id<0&&(f=a.group)});var g=this.screen.screen_container.get_text();!jQuery.isEmptyObject(f)||this.screen.search_count==this.screen.group.length||this.screen.parent?this.screen.search_filter(g,!0).then(function(a){this.screen.group.sort(a)}.bind(this)):this.screen.search_filter(g)},get_buttons:function(){var a=[];return this.columns.forEach(function(b){b instanceof Sao.View.Tree.ButtonColumn&&a.push(b)}),a},display:function(a,b){var c=this.screen.current_record;if(!a)if(a=this.get_selected_paths(),c){var d=c.get_path(this.screen.group);d=d.map(function(a){return a[1]}),Sao.common.contains(a,d)||(a=[d])}else c||(a=[]);b=b||[];var e=function(){return this.rows.map(function(a){return a.record})}.bind(this),f=Math.min(this.screen.group.length,this.display_size);this.children_field?this.construct(a,b):f>this.rows.length&&Sao.common.compare(this.screen.group.slice(0,this.rows.length),e())?this.construct(a,b,!0):f==this.rows.length&&Sao.common.compare(this.screen.group,e())||this.construct(a,b);var g=[];jQuery.isEmptyObject(this.screen.domain)||g.push(this.screen.domain);var h=this.screen.screen_container.get_tab_domain();jQuery.isEmptyObject(h)||g.push(h);var i=new Sao.common.DomainInversion;g=i.simplify(g);var j=new Sao.PYSON.Decoder(this.screen.context);return this.columns.forEach(function(a){var b=a.attributes.name;if(b)if(j.decode(a.attributes.tree_invisible||"0"))a.header.hide();else if(b===this.screen.exclude_field)a.header.hide();else{var c=i.domain_inversion(g,b);"boolean"!=typeof c&&(c=i.simplify(c));var d=i.unique_value(c)[0];d&&jQuery.isEmptyObject(this.children_field)?a.header.hide():a.header.show()}}.bind(this)),this.columns.filter(function(a){return a.header.is(":visible")}).length>1?(this.table.addClass("responsive"),this.table.addClass("responsive-header")):(this.table.removeClass("responsive"),this.table.removeClass("responsive-header")),this.redraw(a,b)},construct:function(a,b,c){var d=this.tbody;c||(this.rows=[],this.tbody=jQuery("<tbody/>"));var e=this.rows.length,f=function(c,d,e){var f;f=this.editable?Sao.View.Tree.RowEditable:Sao.View.Tree.Row;var g=new f(this,c,this.rows.length);this.rows.push(g),g.construct(a,b)};this.screen.group.slice(e,this.display_size).forEach(f.bind(this)),this.display_size>=this.screen.group.length?this.more.hide():this.more.show(),c||d.replaceWith(this.tbody)},redraw:function(b,c){return a(this.rows,b,c)},switch_:function(a){this.screen.row_activate()},select_changed:function(a){var b=this.screen.current_record;if(this.screen.set_current_record(a),this.editable&&b){var c=function(){this.screen.set_current_record(b),this.set_cursor()}.bind(this);this.screen.group.parent||b===a?b!==a&&this.screen.attributes.pre_validate&&b.pre_validate().then(function(a){a||c()}):b.validate(this.get_fields()).then(function(a){a?b.save().fail(c):c()})}},selected_records:function(){if(this.selection_mode==Sao.common.SELECTION_NONE)return[];var a=[],b=function(c){c.is_selected()&&a.push(c.record),c.rows.forEach(b)};return this.rows.forEach(b),this.selection.prop("checked")&&!this.selection.prop("indeterminate")&&this.screen.group.slice(this.rows.length).forEach(function(b){a.push(b)}),a},selection_changed:function(){var a=this.selection.prop("checked"),b=function(c){c.set_selection(a),c.rows.forEach(b)};this.rows.forEach(b),a&&this.rows[0]?this.select_changed(this.rows[0].record):this.select_changed(null)},update_selection:function(){if(!this.selection.prop("checked")){var a=this.selected_records();this.selection.prop("indeterminate",!1),jQuery.isEmptyObject(a)?this.selection.prop("checked",!1):a.length==this.tbody.children().length&&this.display_size>=this.screen.group.length?this.selection.prop("checked",!0):(this.selection.prop("indeterminate",!0),this.selection.prop("checked",!0))}},get_selected_paths:function(){function a(c,d){var e,f,g,h;for(e=0,g=c.rows.length;g>e;e++)f=c.rows[e],h=d.concat([f.record.id]),f.is_selected()&&b.push(h),a(f,h)}var b=[];return a(this,[]),b},get_expanded_paths:function(a,b){var c,d,e,f,g;void 0===a&&(a=[]),void 0===b&&(b=[]),d=[],e=this.find_row(a),f=e?e.rows:this.rows;for(var h=0,i=this.n_children(e);i>h;h++)g=a.concat([h]),e=f[h],e&&e.is_expanded()&&(c=b.concat(e.record.id),d.push(c),d=d.concat(this.get_expanded_paths(g,c)));return d},find_row:function(a){for(var b,c=null,d=this.rows,e=0,f=a.length;f>e;e++){if(b=a[e],!d||b>=d.length)return null;if(c=d[b],d=c.rows,!this.children_field)break}return c},n_children:function(a){return a&&this.children_field?a.record._values[this.children_field].length:this.rows.length},set_cursor:function(a,b){var c,d,e,f,g,h,i,j;if(this.screen.current_record){for(d=null,c=0;c<this.rows.length;c++)if(e=this.rows[c].record_to_path(this.screen.current_record)){e.unshift(c),d=e;break}f=null,d?(h=d[0],i=d.slice(1),i.length>0&&this.rows[h].expand_to_path(i),f=this.find_row(d)):this.rows.length>0&&(f=this.rows[0]),f&&(g=f.next_column(null,a),null!==g&&(j=f._get_column_td(g),this.editable?(j.triggerHandler("click"),a?j.triggerHandler("click"):j.find(":input,[tabindex=0]").focus()):j.find(":input,[tabindex=0]").focus()))}}}),Sao.View.Tree.Row=Sao.class_(Object,{init:function(a,b,c,d){this.tree=a,this.rows=[],this.record=b,this.parent_=d,this.children_field=a.children_field,this.expander=null;var e=[];d&&(e=jQuery.extend([],d.path.split("."))),e.push(c),this.path=e.join("."),this.el=jQuery("<tr/>")},is_expanded:function(){return this.path in this.tree.expanded},get_last_child:function(){return this.children_field&&this.is_expanded()&&!jQuery.isEmptyObject(this.rows)?this.rows[this.rows.length-1].get_last_child():this},get_id_path:function(){return this.parent_?this.parent_.get_id_path().concat([this.record.id]):[this.record.id]},build_widgets:function(){var a=jQuery("<table/>");a.css("width","100%");var b=jQuery("<tr/>");return a.append(b),[a,b]},construct:function(a,b){a=a||[],b=b||[];for(var c=this.el[0];c.firstChild;)c.removeChild(c.firstChild);var d;this.tree.selection_mode!=Sao.common.SELECTION_NONE&&(d=jQuery("<td/>"),this.el.append(d),this.selection=jQuery("<input/>",{type:"checkbox","class":"selection"}),this.selection.change(this.selection_changed.bind(this)),d.append(this.selection));for(var e=this.path.split(".").length,f=0;f<this.tree.columns.length;f++){var g=this.tree.columns[f];d=jQuery("<td/>",{"data-title":g.attributes.string}).append(jQuery("<div/>",{"aria-hidden":!0})),d.css("overflow","hidden"),d.on("click keypress",{column:f,td:d},Sao.common.click_press(this.select_row.bind(this),!0)),this.tree.editable||d.dblclick(this.switch_row.bind(this));var h=this.build_widgets(),i=h[0],j=h[1];if(d.append(i),0===f&&this.children_field){var k="glyphicon-plus";(this.is_expanded()||~b.indexOf(this.record.id))&&(k="glyphicon-minus"),this.expander=jQuery("<span/>",{"class":"glyphicon "+k,tabindex:0}),this.expander.html(" "),this.expander.css("margin-left",e-1+"em"),this.expander.css("float","left"),this.expander.on("click keypress",Sao.common.click_press(this.toggle_row.bind(this))),j.append(jQuery("<td/>",{"class":"expander"}).append(this.expander).css("width",1))}var l;if(g.prefixes)for(l=0;l<g.prefixes.length;l++){g.prefixes[l];j.append(jQuery("<td/>",{"class":"prefix"}).css("width",1))}if(j.append(jQuery("<td/>",{"class":"widget"})),g.suffixes)for(l=0;l<g.suffixes.length;l++){g.suffixes[l];j.append(jQuery("<td/>",{"class":"suffix"}).css("width",1))}this.el.append(d)}if(this.parent_){var m=this.parent_.get_last_child();m.el.after(this.el)}else this.tree.tbody.append(this.el);var n=this.get_id_path();(this.is_expanded()||Sao.common.contains(b,n))&&(this.tree.expanded[this.path]=this,this.expand_children(a,b))},_get_column_td:function(a,b){b=b||this.el;var c=0;return this.tree.selection_mode!=Sao.common.SELECTION_NONE&&(c+=1),jQuery(b.children()[a+c])},redraw:function(b,c){b=b||[],c=c||[];for(var d=function(){jQuery.isEmptyObject(this.record.field_get(this.children_field))&&this.expander.css("visibility","hidden")},e=this.tree.thead.is(":visible"),f=0;f<this.tree.columns.length;f++){0===f&&this.children_field&&this.record.load(this.children_field).done(d.bind(this));var g,h=this.tree.columns[f],i=this._get_column_td(f),j=i.find("tr");if(h.prefixes)for(var k=0;k<h.prefixes.length;k++){var l=h.prefixes[k],m=jQuery(j.children(".prefix")[k]);g=m.children(),g.length?l.render(this.record,g):m.html(l.render(this.record))}var n=j.children(".widget");if(g=n.children(),g.length?h.render(this.record,g):n.html(h.render(this.record)),h.suffixes)for(var o=0;o<h.suffixes.length;o++){var p=h.suffixes[o],q=jQuery(j.children(".suffix")[o]);g=q.children(),g.length?p.render(this.record,g):q.html(p.render(this.record))}h.header.is(":hidden")&&e||"none"==h.header.css("display")?i.hide():i.show()}var r=this.get_id_path();this.set_selection(Sao.common.contains(b,r)),this.is_expanded()||Sao.common.contains(c,r)?(this.tree.expanded[this.path]=this,!this.record._values[this.children_field]||this.record._values[this.children_field].length>0&&0===this.rows.length?this.expand_children(b,c):a(this.rows,b,c),this.expander&&this.update_expander(!0)):this.expander&&this.update_expander(!1),this.record.deleted()||this.record.removed()?this.el.css("text-decoration","line-through"):this.el.css("text-decoration","inherit")},toggle_row:function(){return this.is_expanded()?(this.update_expander(!1),delete this.tree.expanded[this.path],this.collapse_children()):(this.update_expander(!0),this.tree.expanded[this.path]=this,this.expand_children()),!1},update_expander:function(a){a?(this.expander.removeClass("glyphicon-plus"),this.expander.addClass("glyphicon-minus")):(this.expander.removeClass("glyphicon-minus"),this.expander.addClass("glyphicon-plus"))},collapse_children:function(){this.rows.forEach(function(a,b,c){a.collapse_children();var d=a.el[0];d.parentNode.removeChild(d)}),this.rows=[]},expand_children:function(b,c){var d=function(){if(jQuery.isEmptyObject(this.rows)){var d=[],e=function(a,e,f){var g=new this.Class(this.tree,a,e,this);g.construct(b,c),this.rows.push(g),d.push(g)},f=this.record.field_get_client(this.children_field);f.forEach(e.bind(this)),a(d,b,c)}};return this.record.load(this.children_field).done(d.bind(this))},switch_row:function(){window.getSelection?window.getSelection().empty?window.getSelection().empty():window.getSelection().removeAllRanges&&window.getSelection().removeAllRanges():document.selection&&document.selection.empty(),(this.tree.selection_mode==Sao.common.SELECTION_NONE||(this.set_selection(!0),this.selection_changed(),this.is_selected()))&&this.tree.switch_(this.path)},select_row:function(a){this.tree.selection_mode==Sao.common.SELECTION_NONE?(this.tree.select_changed(this.record),this.switch_row()):(a.ctrlKey||this.tree.selection_mode!=Sao.common.SELECTION_SINGLE||this.tree.rows.forEach(function(a){a.set_selection(!1)}.bind(this)),this.set_selection(!this.is_selected()),this.selection_changed());var b=a.data.td,c=a.data.column;b.on("click keypress",{column:c,td:b},Sao.common.click_press(this.select_row.bind(this),!0))},is_selected:function(){return this.tree.selection_mode==Sao.common.SELECTION_NONE?!1:this.selection.prop("checked")},set_selection:function(a){this.tree.selection_mode!=Sao.common.SELECTION_NONE&&(this.selection.prop("checked",a),a||this.tree.selection.prop("checked",!1))},selection_changed:function(){var a=this.is_selected();this.set_selection(a),a?this.tree.select_changed(this.record):this.tree.select_changed(this.tree.selected_records()[0]||null),this.tree.update_selection()},record_to_path:function(a){var b,c;if(a==this.record)return[];for(b=0;b<this.rows.length;b++)if(c=this.rows[b].record_to_path(a))return c.unshift(b),c},expand_to_path:function(a){var b,c;b=a[0],c=a.slice(1),c.length>0&&this.rows[b].expand_children().done(function(){this.rows[b].expand_to_path(c)}.bind(this))},next_column:function(a,b,c){var d,e,f,g,h,i;for(c=c||1,null===a&&c>0?a=-1:null===a&&(a=0),h=0,d=0;d<this.tree.columns.length;d++)if(h=(a+c*(d+1))%this.tree.columns.length,0>h&&(h+=this.tree.columns.length),g=this.tree.columns[h],i=g.field.get_state_attrs(this.record),f=i.invisible,g.header.is(":hidden")&&(f=!0),e=b?g.attributes.readonly||i.readonly:!1,!f&&!e)return h}}),Sao.View.Tree.RowEditable=Sao.class_(Sao.View.Tree.Row,{init:function(a,b,c,d){Sao.View.Tree.RowEditable._super.init.call(this,a,b,c,d),this.edited_column=null},redraw:function(a,b){var c,d,e,f,g;for(Sao.View.Tree.RowEditable._super.redraw.call(this,a,b),c=0;c<this.tree.columns.length;c++)e=this._get_column_td(c),d=e.find("tr"),f=jQuery(d.children(".widget-editable")).data("widget"),f&&(g=this.record.model.fields[f.field_name],f.display(this.record,g))},select_row:function(a){function b(a,d){var e,f;for(e=0;e<a.length;e++)f=a[e],f.is_selected()&&(c=f),f!=d&&f.set_selection(!1),b(f.rows,d)}var c,d,e,f,g;b(this.tree.rows,this),this.selection_changed();var h;h=c&&c!=this&&!this.tree.screen.group.parent?c.record.save():jQuery.when(),h.done(function(){if(c&&null!==c.edited_column){d=c.get_active_td(),d.on("click keypress",{td:d,column:c.edited_column},Sao.common.click_press(c.select_row.bind(c),!0));var b=this.tree.columns[c.edited_column];c.get_static_el().html(b.render(c.record)).show(),c.empty_editable_el()}if(this.is_selected()){this.edited_column=a.data.column,e=this.get_active_td();var h=this.tree.columns[this.edited_column].attributes,i=Sao.View.editabletree_widget_get(h.widget);g=new i(h.name,this.tree.screen.model,h),g.view=this.tree,g.el.on("focusin",function(){jQuery(this).parents(".treeview td").css("overflow","visible")}),g.el.on("focusout",function(){jQuery(this).parents(".treeview td").css("overflow","hidden")});var j=this.get_editable_el();j.append(g.el),j.data("widget",g),g.el.on("keydown",this.key_press.bind(this)),f=this.record.model.fields[g.field_name],g.display(this.record,f),this.get_static_el().hide(),this.get_editable_el().show(),g.el.focus()}else{this.set_selection(!0),this.selection_changed();var k=a.data.td,l=a.data.column;k.on("click keypress",{column:l,td:k},Sao.common.click_press(this.select_row.bind(this),!0))}}.bind(this))},get_static_el:function(){var a=this.get_active_td();return a.find(".widget")},get_editable_el:function(){var a=this.get_active_td(),b=a.find(".widget-editable");return b.length||(b=jQuery("<td/>",{"class":"widget-editable"}).insertAfter(a.find(".widget"))),b},empty_editable_el:function(){var a;a=this.get_editable_el(),a.empty(),a.data("widget",null),this.edited_column=null},get_active_td:function(){return this._get_column_td(this.edited_column)},key_press:function(a){var b,c,d,e,f;if(a.which==Sao.common.TAB_KEYCODE||a.which==Sao.common.UP_KEYCODE||a.which==Sao.common.DOWN_KEYCODE||a.which==Sao.common.ESC_KEYCODE||a.which==Sao.common.RETURN_KEYCODE){var g=this.tree.columns[this.edited_column];if(g.field.validate(this.record))if(a.which==Sao.common.TAB_KEYCODE){var h=1;a.shiftKey&&(h=-1),a.preventDefault(),d=this.next_column(this.edited_column,!0,h),null!==d&&window.setTimeout(function(){var a=this._get_column_td(d);a.triggerHandler("click",{column:d,td:a})}.bind(this),0)}else if(a.which==Sao.common.UP_KEYCODE||a.which==Sao.common.DOWN_KEYCODE)f=a.which==Sao.common.UP_KEYCODE?this.el.prev("tr"):this.el.next("tr"),c=this.edited_column,this.record.validate(this.tree.get_fields()).then(function(a){if(a){if(this.tree.screen.attributes.pre_validate)return this.record.pre_validate().fail(function(){f=null});if(!this.tree.screen.model.parent)return this.record.save().fail(function(){f=null})}else{f=null;var b=this.record.invalid_fields();for(e=0;e<this.tree.columns.length;e++){var d=this.tree.columns[e];d.attributes.name in b&&(c=e)}}}.bind(this)).then(function(){window.setTimeout(function(){this._get_column_td(c,f).trigger("click").trigger("click")}.bind(this),0)}.bind(this));else if(a.which==Sao.common.ESC_KEYCODE)this.get_static_el().show(),b=this.get_active_td(),b.on("click keypress",{column:this.edited_column,td:b},Sao.common.click_press(this.select_row.bind(this),!0)),this.empty_editable_el();else if(a.which==Sao.common.RETURN_KEYCODE){var i=function(a){var b=this._get_column_td(this.edited_column,a);b.triggerHandler("click"),b.triggerHandler("click")}.bind(this);f="bottom"==this.tree.attributes.editable?this.el.next("tr"):this.el.prev("tr"),f.length?i(f):this.tree.screen.new_().done(function(){var a,b=this.tree.tbody.children("tr");a="bottom"==this.tree.attributes.editable?b.last():b.first(),i(a)}.bind(this))}}}}),Sao.View.Tree.Affix=Sao.class_(Object,{init:function(a,b){this.attributes=a,this.protocol=b||null,this.icon=a.icon,this.protocol&&!this.icon&&(this.icon="tryton-web-browser")},get_cell:function(){var a;return this.protocol?(a=jQuery("<a/>",{target:"_new"}),a.append(jQuery("<img/>")),a.click({cell:a},this.clicked.bind(this))):this.icon?a=jQuery("<img/>"):(a=jQuery("<span/>"),a.attr("tabindex",0)),a.addClass("column-affix"),a},render:function(a,b){return b||(b=this.get_cell()),a.load(this.attributes.name).done(function(){var c,d,e=a.model.fields[this.attributes.name],f=e.get_state_attrs(a).invisible;if(f?b.hide():b.show(),this.protocol){if(c=e.get(a),!jQuery.isEmptyObject(c))switch(this.protocol){case"email":c="mailto:"+c;break;case"callto":c="callto:"+c;break;case"sip":c="sip:"+c}b.attr("src",c)}if(this.icon){if(this.icon in a.model.fields){var g=a.model.fields[this.icon];c=g.get_client(a)}else c=this.icon;d=Sao.common.ICONFACTORY.register_icon(c),d.done(function(a){var c;c=b.children("img").length?b.children("img"):b,c.attr("src",a)}.bind(this))}else c=this.attributes.string||"",c||(c=e.get_client(a)||""),b.text(c)}.bind(this)),b},clicked:function(a){a.preventDefault(),window.open(a.data.cell.attr("src"),"_blank")}}),Sao.View.Tree.CharColumn=Sao.class_(Object,{class_:"column-char",init:function(a,b){this.type="field",this.model=a,this.field=a.fields[b.name],this.attributes=b,this.prefixes=[],this.suffixes=[],this.header=null},get_cell:function(){var a=jQuery("<div/>",{"class":this.class_,tabindex:0});return a},update_text:function(a,b){a.text(this.field.get_client(b))},render:function(a,b){return b||(b=this.get_cell()),a.load(this.attributes.name).done(function(){this.update_text(b,a),this.field.set_state(a);var c=this.field.get_state_attrs(a);c.invisible?b.hide():b.show()}.bind(this)),b}}),Sao.View.Tree.TextColum=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-text"}),Sao.View.Tree.IntegerColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-integer",init:function(a,b){Sao.View.Tree.IntegerColumn._super.init.call(this,a,b),this.factor=Number(b.factor||1)},get_cell:function(){return Sao.View.Tree.IntegerColumn._super.get_cell.call(this)},update_text:function(a,b){a.text(this.field.get_client(b,this.factor))}}),Sao.View.Tree.FloatColumn=Sao.class_(Sao.View.Tree.IntegerColumn,{class_:"column-float"}),Sao.View.Tree.BooleanColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-boolean",get_cell:function(){return jQuery("<input/>",{type:"checkbox",disabled:!0,"class":this.class_,tabindex:0})},update_text:function(a,b){a.prop("checked",this.field.get(b))}}),Sao.View.Tree.Many2OneColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-many2one"}),Sao.View.Tree.One2OneColumn=Sao.class_(Sao.View.Tree.Many2OneColumn,{class_:"column-one2one"}),Sao.View.Tree.SelectionColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-selection",init:function(a,b){Sao.View.Tree.SelectionColumn._super.init.call(this,a,b),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a)},update_selection:function(a,b){Sao.common.selection_mixin.update_selection.call(this,a,this.field,b)},update_text:function(a,b){this.update_selection(b,function(){for(var c,d,e=this.field.get(b),f=!1,g=0,h=this.selection.length;h>g;g++)if(this.selection[g][0]===e){f=!0,d=this.selection[g][1];break}c=f?jQuery.when(d):Sao.common.selection_mixin.get_inactive_selection.call(this,e).then(function(a){return a[1]}),c.done(function(b){a.text(b)}.bind(this))}.bind(this))}}),Sao.View.Tree.ReferenceColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-reference",init:function(a,b){Sao.View.Tree.ReferenceColumn._super.init.call(this,a,b),Sao.common.selection_mixin.init.call(this),this.init_selection()},init_selection:function(a){Sao.common.selection_mixin.init_selection.call(this,a)},update_selection:function(a,b){Sao.common.selection_mixin.update_selection.call(this,a,this.field,b)},update_text:function(a,b){this.update_selection(b,function(){var c,d,e=this.field.get_client(b);e?(c=e[0],d=e[1]):(c="",d=""),c?a.text(this.selection[c]||c+","+d):a.text(d)}.bind(this))}}),Sao.View.Tree.DateColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-date",update_text:function(a,b){var c=this.field.get_client(b),d=this.field.date_format(b);a.text(Sao.common.format_date(d,c))}}),Sao.View.Tree.TimeColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-time",update_text:function(a,b){var c=this.field.get_client(b);a.text(Sao.common.format_time(this.field.time_format(b),c))}}),Sao.View.Tree.TimeDeltaColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-timedelta"}),Sao.View.Tree.One2ManyColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-one2many",update_text:function(a,b){a.text("( "+this.field.get_client(b).length+" )")}}),Sao.View.Tree.Many2ManyColumn=Sao.class_(Sao.View.Tree.One2ManyColumn,{class_:"column-many2many"}),Sao.View.Tree.BinaryColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-binary",update_text:function(a,b){var c;c=this.field.get_size?this.field.get_size(b):this.field.get(b).length,a.text(Sao.common.humanize(c))}}),Sao.View.Tree.ImageColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-image",get_cell:function(){var a=jQuery("<img/>",{"class":this.class_,tabindex:0});return a.css("width","100%"),a},render:function(a,b){return b||(b=this.get_cell()),a.load(this.attributes.name).done(function(){var c=this.field.get_client(a);c=c?c>Sao.common.BIG_IMAGE_SIZE?jQuery.when(null):this.field.get_data(a):jQuery.when(null),c.done(function(a){var c,d;a?(d=new Blob([a]),c=window.URL.createObjectURL(d)):c=null,b.attr("src",c)}.bind(this))}.bind(this)),b}}),Sao.View.Tree.URLColumn=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-url",render:function(a,b){b=Sao.View.Tree.URLColumn._super.render.call(this,a,b),this.field.set_state(a);var c=this.field.get_state_attrs(a);return c.readonly?b.hide():b.show(),b}}),Sao.View.Tree.ProgressBar=Sao.class_(Sao.View.Tree.CharColumn,{class_:"column-progressbar",get_cell:function(){var a=jQuery("<div/>",{"class":this.class_+" progress",tabindex:0}),b=jQuery("<div/>",{"class":"progress-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100}).appendTo(a);return b.css("min-width: 2em"),a},update_text:function(a,b){var c=this.field.get_client(b,100);c&&(c=Sao.i18n.gettext("%1%",c));var d=this.field.get(b)||0,e=a.find(".progress-bar");e.attr("aria-valuenow",100*d),e.css("width",100*d+"%"),e.text(c)}}),Sao.View.Tree.ButtonColumn=Sao.class_(Object,{init:function(a,b){this.screen=a,this.type="button",this.attributes=b},render:function(a,b){var c=new Sao.common.Button(this.attributes,b);b||c.el.click([a,c],this.button_clicked.bind(this));var d=jQuery.map(this.screen.model.fields,function(a,b){return"eager"==(a.description.loading||"eager")?b:void 0});return a.load(d[0]).done(function(){c.set_state(a)}),c.el},button_clicked:function(a){var b=a.data[0],c=a.data[1];if(b==this.screen.current_record){var d=b.expr_eval(this.attributes.states||{});if(!d.invisible&&!d.readonly){c.el.prop("disabled",!0);try{this.screen.button(this.attributes)}finally{c.el.prop("disabled",!1)}}}}}),Sao.View.editabletree_widget_get=function(a){switch(a){case"char":case"text":case"url":case"email":case"callto":case"sip":return Sao.View.EditableTree.Char;case"date":return Sao.View.EditableTree.Date;case"time":return Sao.View.EditableTree.Time;case"timedelta":return Sao.View.EditableTree.TimeDelta;case"integer":case"biginteger":return Sao.View.EditableTree.Integer;case"float":case"numeric":return Sao.View.EditableTree.Float;case"selection":return Sao.View.EditableTree.Selection;case"boolean":return Sao.View.EditableTree.Boolean;case"many2one":return Sao.View.EditableTree.Many2One;case"reference":return Sao.View.EditableTree.Reference;case"one2one":return Sao.View.EditableTree.One2One;case"one2many":case"many2many":return Sao.View.EditableTree.One2Many;case"binary":return Sao.View.EditableTree.Binary}},Sao.View.EditableTree={},Sao.View.EditableTree.editable_mixin=function(a){var b=function(a){a.which!=Sao.common.TAB_KEYCODE&&a.which!=Sao.common.UP_KEYCODE&&a.which!=Sao.common.DOWN_KEYCODE&&a.which!=Sao.common.ESC_KEYCODE&&a.which!=Sao.common.RETURN_KEYCODE||this.focus_out();
+};a.el.on("keydown",b.bind(a))},Sao.View.EditableTree.Char=Sao.class_(Sao.View.Form.Char,{class_:"editabletree-char",init:function(a,b,c){Sao.View.EditableTree.Char._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Date=Sao.class_(Sao.View.Form.Date,{class_:"editabletree-date",init:function(a,b,c){Sao.View.EditableTree.Date._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Time=Sao.class_(Sao.View.Form.Time,{class_:"editabletree-time",init:function(a,b,c){Sao.View.EditableTree.Time._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.TimeDelta=Sao.class_(Sao.View.Form.TimeDelta,{class_:"editabletree-timedelta",init:function(a,b,c){Sao.View.EditableTree.TimeDelta._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Integer=Sao.class_(Sao.View.Form.Integer,{class_:"editabletree-integer",init:function(a,b,c){Sao.View.EditableTree.Integer._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Float=Sao.class_(Sao.View.Form.Float,{class_:"editabletree-float",init:function(a,b,c){Sao.View.EditableTree.Float._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Selection=Sao.class_(Sao.View.Form.Selection,{class_:"editabletree-selection",init:function(a,b,c){Sao.View.EditableTree.Selection._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Boolean=Sao.class_(Sao.View.Form.Boolean,{class_:"editabletree-boolean",init:function(a,b,c){Sao.View.EditableTree.Boolean._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}}),Sao.View.EditableTree.Many2One=Sao.class_(Sao.View.Form.Many2One,{class_:"editabletree-many2one",init:function(a,b,c){Sao.View.EditableTree.Many2One._super.init.call(this,a,b,c),this.el.on("keydown",this.key_press.bind(this))},key_press:function(a){a.which==Sao.common.TAB_KEYCODE?this.focus_out():Sao.View.EditableTree.Many2One._super.key_press.call(this,a)}}),Sao.View.EditableTree.Reference=Sao.class_(Sao.View.Form.Reference,{class_:"editabletree-reference",init:function(a,b,c){Sao.View.EditableTree.Reference._super.init.call(this,a,b,c),this.el.on("keydown",this.key_press.bind(this))},key_press:function(a){a.which==Sao.common.TAB_KEYCODE?this.focus_out():Sao.View.EditableTree.Reference._super.key_press.call(this,a)}}),Sao.View.EditableTree.One2One=Sao.class_(Sao.View.Form.One2One,{class_:"editabletree-one2one",init:function(a,b,c){Sao.View.EditableTree.One2One._super.init.call(this,a,b,c),this.el.on("keydown",this.key_press.bind(this))},key_press:function(a){a.which==Sao.common.TAB_KEYCODE?this.focus_out():Sao.View.EditableTree.One2One._super.key_press.call(this,a)}}),Sao.View.EditableTree.One2Many=Sao.class_(Sao.View.EditableTree.Char,{class_:"editabletree-one2many",init:function(a,b,c){Sao.View.EditableTree.One2Many._super.init.call(this,a,b,c)},display:function(a,b){a?this.el.val("("+b.get_client(a).length+")"):this.el.val("")},key_press:function(a){a.which==Sao.common.TAB_KEYCODE&&this.focus_out()},set_value:function(a,b){}}),Sao.View.EditableTree.Binary=Sao.class_(Sao.View.Form.Binary,{class_:"editabletree-binary",init:function(a,b,c){Sao.View.EditableTree.Binary._super.init.call(this,a,b,c),Sao.View.EditableTree.editable_mixin(this)}})}(),function(){"use strict";Sao.View.Graph=Sao.class_(Sao.View,{init:function(a,b){Sao.View.Graph._super.init.call(this,a,b),this.view_type="graph",this.el=jQuery("<div/>",{"class":"graph"}),this.widgets={},this.widget=this.parse(b.children()[0]),this.widgets.root=this.widget,this.el.append(this.widget.el)},parse:function(a){var b,c,d,e,f,g,h,i=null,j=[],k=function(a){for(var b,c={},d=0,e=a.attributes.length;e>d;d++)b=a.attributes[d],c[b.name]=b.value;return c};for(e=0,f=a.children.length;f>e;e++)switch(d=a.children[e],d.tagName){case"x":for(g=0,h=d.children.length;h>g;g++)i=k(d.children[g]),b=this.screen.model.fields[i.name],i.string||(i.string=b.description.string);break;case"y":for(g=0,h=d.children.length;h>g;g++)c=k(d.children[g]),c.string||"#"==c.name||(b=this.screen.model.fields[c.name],c.string=b.description.string),j.push(c)}var l;switch(this.attributes.type){case"hbar":l=Sao.View.Graph.HorizontalBar;break;case"line":l=Sao.View.Graph.Line;break;case"pie":l=Sao.View.Graph.Pie;break;default:l=Sao.View.Graph.VerticalBar}return new l(this,i,j)},display:function(){return this.widget.display(this.screen.group)}}),Sao.View.Graph.Chart=Sao.class_(Object,{_chart_type:void 0,init:function(a,b,c){this.view=a,this.xfield=b,this.yfields=c,this.el=jQuery("<div/>"),this.el.uniqueId()},update_data:function(a){var b,c,d,e,f,g,h,i={};this.ids={},i.columns=[["labels"]],i.names={};var j={},k=[this.xfield.name];for(e=0,f=this.yfields.length;f>e;e++)c=this.yfields[e],i.columns.push([c.name]),i.names[c.name]=c.string,j[c.key||c.name]=e+1,k.push(c.name);var l=[],m=function(e){return function(){b=a[e];var f=b.field_get_client(this.xfield.name);i.columns[0][e+1]=f,this._add_id(f,b.id);var k;for(g=0,h=this.yfields.length;h>g;g++){if(c=this.yfields[g],d=c.key||c.name,k=i.columns[j[d]],c.domain){var l=jQuery.extend({},Sao.session.current_session.context);l.context=l,l._user=Sao.session.current_session.user_id;for(var m in a.model.fields)l[m]=b.field_get(m);var n=new Sao.PYSON.Decoder(l);if(!n.decode(c.domain)){k[e+1]=0;continue}}if("#"==c.name)k[e+1]=1;else{var o=b.field_get(c.name);o&&o.isTimeDelta&&(o=o.asSeconds()),k[e+1]=o||0}}}.bind(this)}.bind(this),n=function(a){return function(b){l.push(a.load(b))}},o=[];for(e=0,f=a.length;f>e;e++){for(b=a[e],k.forEach(n(a[e])),g=0,h=i.columns.length;h>g;g++)i.columns[g].push(void 0);o.push(jQuery.when.apply(jQuery,l).then(m(e)))}return jQuery.when.apply(jQuery,o).then(function(){return i})},_add_id:function(a,b){var c=a.isDate||a.isDateTime?a._d:a;c in this.ids||(this.ids[c]=[]),this.ids[c].push(b)},display:function(a){var b=this.update_data(a);return b.done(function(a){c3.generate(this._c3_config(a))}.bind(this)),b},_c3_config:function(a){var b={};b.bindto="#"+this.el.attr("id"),b.data=a,b.data.type=this._chart_type,b.data.x="labels",b.data.onclick=this.action.bind(this);var c,d,e,f;for(c=0,d=a.columns.length;d>c;c++)if(f=a.columns[c],"labels"==f[0]){e=!0;break}if(e&&f.length>1&&f[1]&&(f[1].isDateTime||f[1].isDate)){var g,h,i;h=this.view.screen.context.date_format||"%x",i="%X",g=f[1].isDateTime?function(a){return Sao.common.format_datetime(h,i,moment(a))}:function(a){return Sao.common.format_date(h,moment(a))},b.axis={x:{type:"timeseries",tick:{format:g}}}}else b.axis={x:{type:"category"}};return b},action:function(a,b){var c=this.ids[this._action_key(a)],d=jQuery.extend({},this.view.screen.context);delete d.active_ids,delete d.active_id,Sao.Action.exec_keyword("graph_open",{model:this.view.screen.model_name,id:c[0],ids:c},d,!1)},_action_key:function(a){return a.x}}),Sao.View.Graph.VerticalBar=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"bar"}),Sao.View.Graph.HorizontalBar=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"bar",_c3_config:function(a){var b=Sao.View.Graph.HorizontalBar._super._c3_config.call(this,a);b.axis.rotated=!0}}),Sao.View.Graph.Line=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"line"}),Sao.View.Graph.Pie=Sao.class_(Sao.View.Graph.Chart,{_chart_type:"pie",_c3_config:function(a){var b,c,d,e,f=Sao.View.Graph.Pie._super._c3_config.call(this,a),g=[],h={};for(b=0,c=a.columns.length;c>b;b++)"labels"==a.columns[b][0]?d=a.columns[b].slice(1):e=a.columns[b].slice(1);delete f.axis,delete f.data.x;var i,j,k;d.length>0&&(d[0].isDateTime||d[0].isDate)&&(j=this.view.screen.context.date_format||"%x",k=j+" %X",i=d[1].isDateTime?function(a){return Sao.common.format_datetime(k,a)}:function(a){return Sao.common.format_date(j,a)});var l;for(b=0,c=d.length;c>b;b++)l=d[b],i&&(l=i(l)),g.push([b,e[b]]),h[b]=l;return f.data.columns=g,f.data.names=h,f},_add_id:function(a,b){var c=a;if(a.isDateTime||a.isDate){var d=this.view.screen.context.date_format||"%x",e=d+" %X";c=a.isDateTime?Sao.common.format_datetime(e,a):Sao.common.format_date(d,a)}c in this.ids||(this.ids[c]=[]),this.ids[c].push(b)},_action_key:function(a){return a.id}})}(),function(){"use strict";Sao.View.Calendar=Sao.class_(Sao.View,{init:function(a,b){Sao.View.Calendar._super.init.call(this,a,b),this.processing=!0,this.view_type="calendar",this.el=jQuery("<div/>",{"class":"calendar"});var c=Sao.i18n.getlang();c=c.slice(0,2);var d="month";"week"==this.attributes.mode&&(d=this.get_week_view()),this.el.fullCalendar({defaultView:d,header:{left:"prev,next",center:"title",right:" month,"+this.get_week_view()},timeFormat:"H:mm",events:this.get_events.bind(this),locale:c,buttonIcons:!1,eventRender:this.event_render.bind(this),eventResize:this.event_resize.bind(this),eventDrop:this.event_drop.bind(this),eventClick:this.event_click.bind(this),dayClick:this.day_click.bind(this)}),this.fields=[],b.find("calendar").children().each(function(a,b){"field"==b.tagName&&this.fields.push(b.attributes.name.value)}.bind(this)),this.el.fullCalendar("changeView",d)},get_colors:function(a){var b={};return b.text_color="black",this.attributes.color&&(b.text_color=a.field_get(this.attributes.color)),b.background_color="lightblue",this.attributes.background_color&&(b.background_color=a.field_get(this.attributes.background_color)),b},display:function(){this.el.fullCalendar("render"),this.processing||this.el.fullCalendar("refetchEvents")},insert_event:function(a){var b=this.screen.model.fields[this.fields[0]].get_client(a),c=a.field_get_client(this.attributes.dtstart),d=null;this.attributes.dtend&&(d=a.field_get_client(this.attributes.dtend));for(var e=!0,f=[],g=1;g<this.fields.length;g++)f.push(this.screen.model.fields[this.fields[g]].get_client(a));if(f=f.join("\n"),c){if(d&&d.isDateTime?e=!1:d&&!d.isSame(c)&&"calendar"==this.screen.current_view.view_type&&d.add(1,"day"),d&&c>d)return;var h=this.get_colors(a),i={title:b,start:c,end:d,allDay:e,editable:!0,color:h.background_color,textColor:h.text_color,record:a,description:f};this.events.push(i)}},get_events:function(a,b,c,d){this.processing=!0,this.start=Sao.DateTime(a.utc()),this.end=Sao.DateTime(b.utc());var e=jQuery.when();if("form"!=this.screen.current_view.view_type){var f=this.screen.screen_container.get_text();e=this.screen.search_filter(f)}this.events=[];var g=[];e.then(function(){return this.screen.group.forEach(function(a){var b=[];this.fields.forEach(function(c){b.push(a.load(c))});var c=jQuery.when.apply(jQuery,b).then(function(){this.insert_event(a)}.bind(this));g.push(c)}.bind(this)),jQuery.when.apply(jQuery,g).then(function(){d(this.events)}.bind(this)).always(function(){this.processing=!1}.bind(this))}.bind(this))},get_week_view:function(){return"datetime"==this.screen.model.fields[this.attributes.dtstart].description.type?"agendaWeek":"basicWeek"},event_click:function(a,b,c){this.clicked_event||(this.clicked_event=!0,this.screen.set_current_record(a.record),this.screen.switch_view().always(function(){this.clicked_event=!1}.bind(this)))},event_drop:function(a,b,c,d,e,f){var g=this.attributes.dtstart,h=this.attributes.dtend,i=a.record,j=(i.group,i.field_get(g)),k=j;h&&(k=i.field_get(h));var l=a.start,m=a.end;m!=j&&m||(m=l),j.isDateTime?(m=Sao.DateTime(m.format()).utc(),l=Sao.DateTime(l.format()).utc()):j.isSame(k)||(m.subtract(1,"day"),this.el.fullCalendar("refetchEvents")),l>=j?(h&&i.field_set_client(h,m),i.field_set_client(g,l)):(i.field_set_client(g,l),h&&i.field_set_client(h,m)),i.save()},event_resize:function(a,b,c,d,e,f){var g=this.attributes.dtend,h=a.record,i=(h.group,h.field_get(g)),j=a.end;i.isDateTime===!0?j=Sao.DateTime(j.format()).utc():(j.subtract(1,"day"),this.el.fullCalendar("refetchEvents")),j!=i&&j||(j=i),h.field_set_client(g,j),h.save()},event_render:function(a,b,c){this.screen.model.fields.date&&"calendar"==this.screen.view_name&&b.find(".fc-time").remove(),b.append(a.description),b.css("white-space","pre");var d=Sao.common.MODELACCESS.get(this.screen.model_name);d.write||(a.editable=!1)},day_click:function(a,b,c){var d=Sao.common.MODELACCESS.get(this.screen.model_name);d.create&&(this.date=a,this.screen.set_current_record(null),this.screen.new_())},current_domain:function(){if(!this.start&&!this.end)return[["id","=",-1]];var a=Sao.DateTime(this.start),b=Sao.DateTime(this.end),c=this.attributes.dtstart,d=this.attributes.dtend||c;return["OR",["AND",[c,">=",a],[c,"<",b]],["AND",[d,">=",a],[d,"<",b]],["AND",[c,"<",a],[d,">",b]]]},get_displayed_period:function(){var a=[];return this.start&&this.end&&a.push(this.start,this.end),a},set_default_date:function(a,b){var c=this.attributes.dtstart;"datetime"==a.model.fields[c].description.type&&(b=Sao.DateTime(b.format()).utc()),a.field_set_client(c,b)}})}(),function(){"use strict";Sao.Action={report_blob_url:void 0},Sao.Action.exec_action=function(a,b,c){function d(a){if(!b.model||!b.ids)return jQuery.when(a);var d=5,e=b.ids.slice(0,d);return Sao.rpc({method:"model."+b.model+".read",params:[e,["rec_name"],c]},Sao.Session.current_session).then(function(c){var e=c.map(function(a){return a.rec_name}).join(Sao.i18n.gettext(", "));return b.ids.length>d&&(e+=Sao.i18n.gettext(",…")),Sao.i18n.gettext("%1 (%2)",a,e)})}c=void 0===c?{}:jQuery.extend({},c);var e=Sao.Session.current_session;"date_format"in c||e.context.locale&&e.context.locale.date&&(c.date_format=e.context.locale.date),b=void 0===b?{}:jQuery.extend({},b),b.action_id=a.id;var f,g={};switch(a.type){case"ir.action.act_window":g.view_ids=!1,g.mode=null,jQuery.isEmptyObject(a.views)?jQuery.isEmptyObject(a.view_id)||(g.view_ids=[a.view_id[0]]):(g.view_ids=[],g.mode=[],a.views.forEach(function(a){g.view_ids.push(a[0]),g.mode.push(a[1])})),void 0===a.pyson_domain&&(a.pyson_domain="[]");var h={active_model:b.model||null,active_id:b.id||null,active_ids:b.ids};h=jQuery.extend(h,e.context);var i=jQuery.extend({},h);i._user=e.user_id,g.context=jQuery.extend({},c,new Sao.PYSON.Decoder(i).decode(a.pyson_context||"{}")),h=jQuery.extend(h,g.context),h=jQuery.extend(h,c);var j=jQuery.extend({},h);j.context=h,j._user=e.user_id;var k=new Sao.PYSON.Decoder(j);return g.domain=k.decode(a.pyson_domain),g.order=k.decode(a.pyson_order),g.search_value=k.decode(a.pyson_search_value||"[]"),g.tab_domain=[],a.domains.forEach(function(a,b){g.tab_domain.push([a[0],k.decode(a[1]),a[2]])}),f=jQuery.when(a.name),g.model=a.res_model||b.res_model,g.res_id=a.res_id||b.res_id,g.context_model=a.context_model,g.limit=a.limit,g.icon=a["icon.rec_name"]||"","form_relate"===(a.keyword||"")&&(f=d(a.name)),void f.then(function(a){g.name=a,Sao.Tab.create(g)});case"ir.action.wizard":return g.action=a.wiz_name,g.data=b,g.context=c,g.window=a.window,f=jQuery.when(a.name),"form_action"===(a.keyword||"form_action")&&(f=d(a.name)),void f.done(function(a){g.name=a,Sao.Wizard.create(g)});case"ir.action.report":return g.name=a.report_name,g.data=b,g.direct_print=a.direct_print,g.email_print=a.email_print,g.email=a.email,g.context=c,void Sao.Action.exec_report(g);case"ir.action.url":return void window.open(a.url,"_blank")}},Sao.Action.exec_keyword=function(a,b,c,d,e){void 0===d&&(d=!0),void 0===e&&(e=!1);var f=b.id,g={method:"model.ir.action.keyword.get_keyword",params:[a,[b.model,f],{}]},h=Sao.rpc(g,Sao.Session.current_session),i=function(a){var f={};for(var g in a){var h=a[g];f[h.name.replace(/_/g,"")]=h}var i=Sao.common.selection(Sao.i18n.gettext("Select your action"),f,e);return i.then(function(a){Sao.Action.exec_action(a,b,c)},function(){jQuery.isEmptyObject(f)&&d&&alert(Sao.i18n.gettext("No action defined."))})};return h.pipe(i)},Sao.Action.exec_report=function(a){a.context||(a.context={}),a.email||(a.email={});var b=jQuery.extend({},a.data),c=jQuery.extend({},Sao.Session.current_session.context);jQuery.extend(c,a.context),c.direct_print=a.direct_print,c.email_print=a.email_print,c.email=a.email;var d=Sao.rpc({method:"report."+a.name+".execute",params:[b.ids||[],b,c]},Sao.Session.current_session);d.done(function(a){var b=a[0],c=a[1],d=(a[2],a[3],new Blob([c],{type:Sao.common.guess_mimetype(b)})),e=window.URL.createObjectURL(d);Sao.Action.report_blob_url&&window.URL.revokeObjectURL(Sao.Action.report_blob_url),Sao.Action.report_blob_url=e,window.open(e)})},Sao.Action.execute=function(a,b,c,d){c?Sao.rpc({method:"model."+c+".search_read",params:[[["action","=",a]],0,1,null,null,d]},Sao.Session.current_session).done(function(a){Sao.Action.exec_action(a[0],b,d)}):Sao.rpc({method:"model.ir.action.read",params:[[a],["type"],d]},Sao.Session.current_session).done(function(c){Sao.Action.execute(a,b,c[0].type,d)})},Sao.Action.evaluate=function(a,b,c){a=jQuery.extend({},a);var d={};return"pyson_email"in a&&(d=c.expr_eval(a.pyson_email),jQuery.isEmptyObject(d)&&(d={})),"subject"in d||(d.subject=a.name.replace(/_/g,"")),a.email=d,a}}(),function(){"use strict";Sao.common={},Sao.common.BACKSPACE_KEYCODE=8,Sao.common.TAB_KEYCODE=9,Sao.common.RETURN_KEYCODE=13,Sao.common.ESC_KEYCODE=27,Sao.common.UP_KEYCODE=38,Sao.common.DOWN_KEYCODE=40,Sao.common.DELETE_KEYCODE=46,Sao.common.F2_KEYCODE=113,Sao.common.F3_KEYCODE=114,Sao.common.SELECTION_NONE=1,Sao.common.SELECTION_SINGLE=2,Sao.common.SELECTION_MULTIPLE=3,Sao.common.BIG_IMAGE_SIZE=Math.pow(10,6),Sao.common.compare=function(a,b){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]instanceof Array&&b[c]instanceof Array){if(!Sao.common.compare(a[c],b[c]))return!1}else if(a[c]!=b[c])return!1;return!0},Sao.common.contains=function(a,b){for(var c=0;c<a.length;c++)if(Sao.common.compare(a[c],b))return!0;return!1},Sao.common.intersect=function(a,b){for(var c=0,d=0,e=[];c<a.length&&d<b.length;)a[c]<b[d]?c++:a[c]>b[d]?d++:(e.push(a[c]),c++,d++);return e},Sao.common.click_press=function(a,b){return function c(d){return"keypress"!=d.type||d.which==Sao.common.RETURN_KEYCODE?(b&&jQuery(this).off("click keypress",null,c),a(d)):void 0}},Sao.common.product=function(a,b){b=b||1;for(var c=[],d=0;b>d;)c=c.concat(a),d++;var e=[[]];return c.forEach(function(a){var b=[];e.forEach(function(c){a.forEach(function(a){b.push(c.concat([a]))})}),e=b}),e},Sao.common.selection=function(a,b,c){void 0===c&&(c=!1);var d=jQuery.Deferred();if(jQuery.isEmptyObject(b))return d.fail(),d;var e=Object.keys(b).sort();if(1==e.length&&!c){var f=e[0];return d.resolve(b[f]),d}var g=new Sao.Dialog(a||Sao.i18n.gettext("Your selection:"),"selection-dialog");return e.forEach(function(a,b){jQuery("<div/>",{"class":"checkbox"}).append(jQuery("<label/>").append(jQuery("<input/>",{type:"radio",name:"selection",value:b})).append(" "+a)).appendTo(g.body)}),g.body.find("input").first().prop("checked",!0),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){g.modal.modal("hide"),d.fail()}).appendTo(g.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){var a=g.body.find("input:checked").attr("value");g.modal.modal("hide"),d.resolve(b[e[a]])}).appendTo(g.footer),g.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),g.modal.modal("show"),d},Sao.common.moment_format=function(a){return a.replace("%a","ddd").replace("%A","dddd").replace("%w","d").replace("%d","DD").replace("%b","MMM").replace("%B","MMMM").replace("%m","MM").replace("%y","YY").replace("%Y","YYYY").replace("%H","HH").replace("%I","hh").replace("%p","A").replace("%M","mm").replace("%S","ss").replace("%f","SSS").replace("%z","ZZ").replace("%Z","zz").replace("%j","DDDD").replace("%U","ww").replace("%W","WW").replace("%c","llll").replace("%x","L").replace("%X","LTS").replace("%","%%")},Sao.common.date_format=function(a){if(jQuery.isEmptyObject(a)&&(a="%Y-%m-%d",Sao.Session.current_session)){var b=Sao.Session.current_session.context;b.locale&&b.locale.date&&(a=b.locale.date)}return Sao.common.moment_format(a)},Sao.common.format_time=function(a,b){return b?b.format(Sao.common.moment_format(a)):""},Sao.common.parse_time=function(a,b){if(jQuery.isEmptyObject(b))return null;var c=function(c){var d=a.indexOf(c);if(~d){var e=parseInt(b.slice(d,d+c.length),10);if(!isNaN(e))return e}return 0};return Sao.Time(c("%H"),c("%M"),c("%S"),c("%f"))},Sao.common.format_date=function(a,b){return b?b.format(Sao.common.moment_format(a)):""},Sao.common.parse_date=function(a,b){var c=moment(b,Sao.common.moment_format(a));return c=c.isValid()?Sao.Date(c.year(),c.month(),c.date()):null},Sao.common.format_datetime=function(a,b,c){return c?c.format(Sao.common.moment_format(a+" "+b)):""},Sao.common.parse_datetime=function(a,b,c){var d=moment(c,Sao.common.moment_format(a+" "+b));return d=d.isValid()?Sao.DateTime(d.year(),d.month(),d.date(),d.hour(),d.minute(),d.second(),d.millisecond()):null},Sao.common.timedelta={},Sao.common.timedelta.DEFAULT_CONVERTER={s:1},Sao.common.timedelta.DEFAULT_CONVERTER.m=60*Sao.common.timedelta.DEFAULT_CONVERTER.s,Sao.common.timedelta.DEFAULT_CONVERTER.h=60*Sao.common.timedelta.DEFAULT_CONVERTER.m,Sao.common.timedelta.DEFAULT_CONVERTER.d=24*Sao.common.timedelta.DEFAULT_CONVERTER.h,Sao.common.timedelta.DEFAULT_CONVERTER.w=7*Sao.common.timedelta.DEFAULT_CONVERTER.d,Sao.common.timedelta.DEFAULT_CONVERTER.M=30*Sao.common.timedelta.DEFAULT_CONVERTER.d,Sao.common.timedelta.DEFAULT_CONVERTER.Y=365*Sao.common.timedelta.DEFAULT_CONVERTER.d,Sao.common.timedelta._get_separator=function(){return{Y:Sao.i18n.gettext("Y"),M:Sao.i18n.gettext("M"),w:Sao.i18n.gettext("w"),d:Sao.i18n.gettext("d"),h:Sao.i18n.gettext("h"),m:Sao.i18n.gettext("m"),s:Sao.i18n.gettext("s")}},Sao.common.timedelta.format=function(a,b){if(!a)return"";b||(b=Sao.common.timedelta.DEFAULT_CONVERTER);var c=[];a=a.asSeconds();var d="";0>a&&(d="-"),a=Math.abs(a),b=Object.keys(b).map(function(a){return[a,b[a]]}),b.sort(function(a,b){return b[1]-a[1]});for(var e,f,g=[],h=0;h<b.length;h++){e=b[h][0],f=b[h][1];var i=Math.floor(a/f);a-=i*f,g.push(i)}for(h=0;h<b.length-3;h++)e=b[h][0],f=g[h],f&&c.push(f+Sao.common.timedelta._get_separator()[e]);if(jQuery(g.slice(-3)).is(function(a,b){return b})||jQuery.isEmptyObject(c)){var j=g.slice(-3,-1);j=("00"+j[0]).slice(-2)+":"+("00"+j[1]).slice(-2),(g.slice(-1)[0]||a)&&(j+=":"+("00"+g.slice(-1)[0]).slice(-2)),c.push(j)}return c=d+c.reduce(function(a,b){return a?a+" "+b:b}),a&&(jQuery(g.slice(-3)).is(function(a,b){return b})||(c+=" "),c+=(""+a.toFixed(6)).slice(1)),c},Sao.common.timedelta.parse=function(a,b){if(!a)return null;b||(b=Sao.common.timedelta.DEFAULT_CONVERTER);var c,d=Sao.common.timedelta._get_separator();for(var e in d)c=d[e],a=a.replace(c,c+" ");for(var f,g=0,h=a.split(" "),i=0;i<h.length;i++){var j=h[i];if(j.contains(":"))for(var k=j.split(":"),l=[b.h,b.m,b.s],m=0;m<Math.min(k.length,l.length);m++){var n=k[m],o=l[m];f=Math.abs(Number(n))*o,isNaN(f)||(g+=f)}else{var p=!1;for(var q in d)if(c=d[q],j.endsWith(c)){j=j.slice(0,-c.length),f=Math.abs(parseInt(j,10))*b[q],isNaN(f)||(g+=f),p=!0;break}p||(f=Math.abs(Number(j)),isNaN(f)||(g+=f))}}return a.contains("-")&&(g*=-1),Sao.TimeDelta(null,g)},Sao.common.ModelAccess=Sao.class_(Object,{init:function(){this.batchnum=100,this._access={}},load_models:function(a){var b=jQuery.Deferred();return a||(this._access={}),Sao.rpc({method:"model.ir.model.list_models",params:[{}]},Sao.Session.current_session).then(function(a){for(var c=[],d=function(a){this._access=jQuery.extend(this._access,a)},e=0;e<a.length;e+=this.batchnum){var f=a.slice(e,e+this.batchnum);c.push(Sao.rpc({method:"model.ir.model.access.get_access",params:[f,{}]},Sao.Session.current_session).then(d.bind(this)))}jQuery.when.apply(jQuery,c).then(b.resolve,b.reject)}.bind(this)),b},get:function(a){return this._access[a]||{}}}),Sao.common.MODELACCESS=new Sao.common.ModelAccess,Sao.common.ModelHistory=Sao.class_(Object,{init:function(){this._models=[]},load_history:function(){return this._models=[],Sao.rpc({method:"model.ir.model.list_history",params:[{}]},Sao.Session.current_session).then(function(a){this._models=a}.bind(this))},contains:function(a){return~this._models.indexOf(a)}}),Sao.common.MODELHISTORY=new Sao.common.ModelHistory,Sao.common.ViewSearch=Sao.class_(Object,{load_searches:function(){return this.searches={},Sao.rpc({method:"model.ir.ui.view_search.get_search",params:[{}]},Sao.Session.current_session).then(function(a){this.searches=a}.bind(this))},get:function(a){return this.searches[a]||[]},add:function(a,b,c){return Sao.rpc({method:"model.ir.ui.view_search.create",params:[[{model:a,name:b,domain:(new Sao.PYSON.Encoder).encode(c)}],{}]},Sao.Session.current_session).then(function(d){var e=d[0];void 0===this.searches[a]&&(this.searches[a]=[]),this.searches[a].push([e,b,c])}.bind(this))},remove:function(a,b){return Sao.rpc({method:"model.ir.ui.view_search.delete",params:[[b],{}]},Sao.Session.current_session).then(function(){for(var c=0;c<this.searches[a].length;c++){var d=this.searches[a][c];if(d[0]===b){this.searches[a].splice(c,1);break}}}.bind(this))}}),Sao.common.VIEW_SEARCH=new Sao.common.ViewSearch,Sao.common.humanize=function(a){for(var b=["bytes","KB","MB","GB","TB","PB"],c=0,d=b.length;d>c;c++){if(1e3>a)return a.toPrecision(4)+" "+b[c];a/=1e3}},Sao.common.EvalEnvironment=function(a,b){void 0===b&&(b="eval");var c;if("eval"==b)c=a.get_eval();else{c={};for(var d in a.model.fields){var e=a.model.fields[d];c[d]=e.get_on_change_value(a)}}return c.id=a.id,a.group.parent&&Object.defineProperty(c,"_parent_"+a.group.parent_name,{enumerable:!0,get:function(){return Sao.common.EvalEnvironment(a.group.parent,b)}}),c.get=function(a,b){return this.hasOwnProperty(a)?this[a]:b},c},Sao.common.selection_mixin={},Sao.common.selection_mixin.init=function(){this.selection=null,this.inactive_selection=[],this._last_domain=null,this._values2selection={},this._domain_cache={},void 0===this.nullable_widget&&(this.nullable_widget=!0)},Sao.common.selection_mixin.init_selection=function(a,b){a||(a={},(this.attributes.selection_change_with||[]).forEach(function(b){a[b]=null}));var c,d=JSON.stringify(a),e=this.attributes.selection||[],f=function(a){a=jQuery.extend([],a),(void 0===this.attributes.sort||this.attributes.sort)&&a.sort(function(a,b){return a[1].localeCompare(b[1])}),this.selection=jQuery.extend([],a),b&&b(this.selection)};e instanceof Array||d in this._values2selection?(d in this._values2selection&&(e=this._values2selection[d]),f.call(this,e),c=jQuery.when()):(c=jQuery.isEmptyObject(this.attributes.selection_change_with)?this.model.execute(e,[]):this.model.execute(e,[a]),c=c.then(function(a){return this._values2selection[d]=a,a}.bind(this)),c=c.then(f.bind(this))),this.inactive_selection=[],this._selection_prm=c},Sao.common.selection_mixin.update_selection=function(a,b,c){var d=function(){if(!b)return void(c&&c(this.selection));var d=b.get_domain(a);if("reference"==b.description.type&&(d=[]),"relation"in this.attributes){var e=b.get_context(a),f=JSON.stringify([d,e]);if(f in this._domain_cache&&(this.selection=this._domain_cache[f],this._last_domain=[d,e]),null!==this._last_domain&&Sao.common.compare(d,this._last_domain[0])&&JSON.stringify(e)==JSON.stringify(this._last_domain[1]))return void(c&&c(this.selection));var g=Sao.rpc({method:"model."+this.attributes.relation+".search_read",params:[d,0,null,null,["rec_name"],e]},a.model.session);g.done(function(a){var b=[];a.forEach(function(a){b.push([a.id,a.rec_name])}),this.nullable_widget&&b.push([null,""]),this._last_domain=d,this._domain_cache[f]=b,this.selection=jQuery.extend([],b),c&&c(this.selection)}.bind(this)),g.fail(function(){this._last_domain=null,this.selection=[],c&&c(this.selection)}.bind(this))}else{var h=this.attributes.selection_change_with||[],i=a._get_on_change_args(h);delete i.id,Sao.common.selection_mixin.init_selection.call(this,i,function(){Sao.common.selection_mixin.filter_selection.call(this,d,a,b),c&&c(this.selection)}.bind(this))}};this._selection_prm.done(d.bind(this))},Sao.common.selection_mixin.filter_selection=function(a,b,c){if(!jQuery.isEmptyObject(a)){var d=new Sao.common.DomainInversion;this.selection=this.selection.filter(function(b){var c={};return c[this.field_name]=b[0],d.eval_domain(a,c)}.bind(this))}},Sao.common.selection_mixin.get_inactive_selection=function(a){if(!this.attributes.relation)return jQuery.when([]);for(var b=0,c=this.inactive_selection.length;c>b;b++)if(a==this.inactive_selection[b][0])return jQuery.when(this.inactive_selection[b]);var d=Sao.rpc({method:"model."+this.attributes.relation+".read",params:[[a],["rec_name"],{}]},Sao.Session.current_session);return d.then(function(a){return this.inactive_selection.push([a[0].id,a[0].rec_name]),[a[0].id,a[0].rec_name]}.bind(this))},Sao.common.Button=Sao.class_(Object,{init:function(a,b){this.attributes=a,b?this.el=b:(this.el=jQuery("<button/>"),this.el.append(a.string||""),this.attributes.rule&&this.el.append(" ").append(jQuery("<span/>",{"class":"badge"}))),this.icon=this.el.children("img"),this.icon.length||(this.icon=jQuery("<img/>").prependTo(this.el),this.icon.hide()),this.el.addClass("btn btn-default"),this.el.attr("type","button"),this.icon.addClass("icon"),this.icon.attr("aria-hidden",!0),this.set_icon(a.icon)},set_icon:function(a){if(!a)return this.icon.attr("src",""),void this.icon.hide();var b=Sao.common.ICONFACTORY.register_icon(a);b.done(function(a){this.icon.attr("src",a),this.icon.show()}.bind(this))},set_state:function(a){var b;if(b=a?a.expr_eval(this.attributes.states||{}):{},b.invisible?this.el.hide():this.el.show(),this.el.prop("disabled",b.readonly),this.set_icon(b.icon||this.attributes.icon),this.attributes.rule){var c;c=a?a.get_button_clicks(this.attributes.name):jQuery.when(),c.then(function(a){var b=this.el.children(".badge"),c=[],d="";if(!jQuery.isEmptyObject(a)){for(var e in a)c.push(a[e]);d=Sao.i18n.gettext("By: ")+c.join(Sao.i18n.gettext(", "))}b.data("toggle","tooltip"),b.text(c.length||""),b.attr("title",d),b.tooltip()}.bind(this))}if((void 0===this.attributes.type||"class"===this.attributes.type)&&a)for(var d=a.group.parent;d;){if(d.has_changed()){this.el.prop("disabled",!1);break}d=d.group.parent}}}),Sao.common.udlex=Sao.class_(Object,{init:function(a){var b=Sao.class_(Object,{init:function(a){this.stream=a.split(""),this.i=0},read:function(a){if(void 0===a&&(a=1),this.i>=this.stream.length)return null;var b=this.stream.slice(this.i,this.i+a).join();return this.i+=a,b}});this.instream=new b(a),this.eof=null,this.commenters="",this.nowordchars=[":",">","<","=","!",'"',";","(",")"],this.whitespace=" 	\r\n",this.whitespace_split=!1,this.quotes='"',this.escape="\\",this.escapedquotes='"',this.state=" ",this.pushback=[],this.token=""},get_token:function(){if(this.pushback.length>0)return this.pushback.shift();var a=this.read_token();return a},read_token:function(){for(var a=!1,b=" ";;){var c=this.instream.read(1);if(null===this.state){this.token="";break}if(" "==this.state){if(!c){this.state=null;break}if(this.whitespace.contains(c)){if(this.token||a)break;continue}if(this.commenters.contains(c));else if(this.escape.contains(c))b="a",this.state=c;else if(~this.nowordchars.indexOf(c))if(this.quotes.contains(c))this.state=c;else{if(!this.whitespace_split){if(this.token=c,this.token||a)break;continue}this.token=c,this.state="a"}else this.token=c,this.state="a"}else if(this.quotes.contains(this.state)){if(a=!0,!c)throw"no closing quotation";c==this.state?this.state="a":this.escape.contains(c)&&this.escapedquotes.contains(this.state)?(b=this.state,this.state=c):this.token=this.token+c}else if(this.escape.contains(this.state)){if(!c)throw"no escaped character";this.quotes.contains(b)&&c!=this.state&&c!=b&&(this.token=this.token+this.state),this.token=this.token+c,this.state=b}else if("a"==this.state){if(!c){this.state=null;break}if(this.whitespace.contains(c)){if(this.state=" ",this.token||a)break;continue}if(this.commenters.contains(c));else if(this.quotes.contains(c))this.state=c;else if(this.escape.contains(c))b="a",this.state=c;else{if(~this.nowordchars.indexOf(c)&&!this.quotes.contains(c)&&!this.whitespace_split){
+if(this.pushback.unshift(c),this.state=" ",this.token)break;continue}this.token=this.token+c}}}var d=this.token;return this.token="",a||""!==d||(d=null),d},next:function(){var a=this.get_token();return a==this.eof?null:a}}),Sao.common.DomainParser=Sao.class_(Object,{OPERATORS:["!=","<=",">=","=","!","<",">"],init:function(a,b){this.fields={},this.strings={},this.update_fields(a),this.context=b},update_fields:function(a){for(var b in a){var c=a[b];(c.searchable||void 0===c.searchable)&&(this.fields[b]=c,this.strings[c.string.toLowerCase()]=c)}},parse:function(a){try{for(var b=new Sao.common.udlex(a),c=[];;){var d=b.next();if(null===d)break;c.push(d)}return c=this.group_operator(c),c=this.parenthesize(c),c=this.group(c),c=this.operatorize(c,"or"),c=this.operatorize(c,"and"),c=this.parse_clause(c),this.simplify(c)}catch(e){if("no closing quotation"==e)return this.parse(a+'"');throw e}},stringable:function(a){var b=function(a){if(!a)return!0;var b=function(a){return a instanceof Array};return(~["AND","OR"].indexOf(a[0])||b(a[0]))&&a.slice(1).every(b)?this.stringable(a):a[0]in this.fields||"rec_name"==a[0]}.bind(this);return a?(~["AND","OR"].indexOf(a[0])&&(a=a.slice(1)),a.every(b)):!0},string:function(a){var b=function(a){if(jQuery.isEmptyObject(a))return"";if("string"!=typeof a[0]||~["AND","OR"].indexOf(a[0]))return"("+this.string(a)+")";var b,c=a[0],d=a[1],e=a[2];if(c.endsWith(".rec_name")&&(c=c.slice(0,-9)),!(c in this.fields))return b=e.replace("%%","__"),b.startsWith("%")&&b.endsWith("%")&&(e=e.slice(1,-1)),this.quote(e);var f=this.fields[c],g=null;a.length>3&&(g=a[3]),d.contains("ilike")&&(b=e.replace("%%","__"),b.startsWith("%")&&b.endsWith("%")?e=e.slice(1,-1):b.contains("%")||(d="ilike"==d?"=":"!",e=e.replace("%%","%")));var h=this.default_operator(f);h==d.trim()?(d="",~this.OPERATORS.indexOf(e)&&(d='"" ')):d.contains(h)&&(d.contains("not")||d.contains("!"))&&(d=d.replace(h,"").replace("not","!").trim()),d.endsWith("in")&&(d="not in"==d?"!":"");var i=this.format_value(f,e,g);return~this.OPERATORS.indexOf(d)&&~["char","text","selection"].indexOf(f.type)&&""===e&&(i='""'),this.quote(f.string)+": "+d+i};if(b=b.bind(this),jQuery.isEmptyObject(a))return"";var c=" ";return"AND"!=a[0]&&"OR"!=a[0]||("OR"==a[0]&&(c=" or "),a=a.slice(1)),a.map(b).join(c)},completion:function(a){var b,c,d=[],e=this.parse(a),f=0;for(b=a.length;b>0&&(")"!=a[b]&&" "!=a[b]);b--)")"==a[b]&&(f+=1);var g=this.ending_clause(e),h=g[0],i=g[1],j=i-f,k=this.string(e);j>0&&(k=k.substring(0,k.length-j)),k!=a&&d.push(k);var l,m,n=function(a,b){return b>0?a.substring(0,b):a};if(null!==h&&0===f){var o=this.complete(h);for(b=0,c=o.length;c>b;b++)l=o[b],m=this.string(this.replace_ending_clause(e,l)),d.push(n(m,j))}if(a.length>0){if(" "!=a.substr(a.length-1,1))return d;if(a.length>=2||":"==a.substr(a.length-2,1))return d}var p,q,r;for(var s in this.strings){p=this.strings[s],q=this.default_operator(p),r="","ilike"!=q&&"not ilike"!=q||(r=this.likify(r));var t=this.append_ending_clause(e,[p.name,q,r],j),u=this.string(t);d.push(n(u,j))}return d},complete:function(a){var b,c,d,e,f=[];1==a.length?b=a[0]:3==a.length?(b=a[0],c=a[1],d=a[2]):(b=a[0],c=a[1],d=a[2],e=a[3],b.endsWith(".rec_name")&&(b=b.substring(0,b.length-9)));var g;"rec_name"==b&&("ilike"==c&&(g=d.replace(/%%/g,"__"),g.startsWith("%")||g.endsWith("%")?d=g.substring(1,g.length-1):~g.indexOf("%")&&(d=d.replace(/%%/g,"%")),c=null),b=d,d=""),void 0!==b&&null!==b||(b="");var h;if(!(b.toLowerCase()in this.strings||b in this.fields)){for(var i in this.strings)h=this.strings[i],h.string.toLowerCase().startsWith(b.toLowerCase())&&(c=this.default_operator(h),d="","ilike"==c&&(d=this.likify(d)),f.push([h.name,c,d]));return f}if(h=b in this.fields?this.fields[b]:this.strings[b.toLowerCase()],c)for(var j=this.complete_value(h,d),k=0,l=j.length;l>k;k++)f.push([h.name,c,j[k]]);else c=this.default_operator(h),d="","ilike"!=c&&"not ilike"!=c||(d=this.likify(d)),f.push([h.name,c,d]);return f},is_leaf:function(a){return a instanceof Array&&a.clause},ending_clause:function(a,b){if(void 0===b&&(b=0),0===a.length)return[null,b];var c=a[a.length-1];return this.is_leaf(c)?[c,b]:this.ending_clause(c,b+1)},replace_ending_clause:function(a,b){var c,d,e=[];for(c=0,d=a.length-1;d>c;c++)e.push(a[c]);return this.is_leaf(a[c])?e.push(b):e=e.concat(this.replace_ending_clause(a[c],b)),e},append_ending_clause:function(a,b,c){if(0===a.length)return[b];var d=a.slice(0,-1),e=a[a.length-1];return this.is_leaf(e)?(d.push(e),0===c&&d.push(b)):d.push(this.append_ending_clause(e,b,c-1)),d},complete_value:function(a,b){var c=function(){return b?[!0]:[!1]},d=function(){var c=[],d=null!==b?b:"";b instanceof Array&&(d=b[b.length-1]),d=d.replace(/^%*|%*$/g,"");var e,f,g,h;for(e=0,f=a.selection.length;f>e;e++)g=a.selection[e][0],h=a.selection[e][1].toLowerCase(),h.startsWith(d.toLowerCase())&&(b instanceof Array?c.push(b.slice(0,-1).concat([g])):c.push(g));return c},e=function(){var c=[],d=null!==b?b:"";b instanceof Array&&(d=b[b.length-1]),d=d.replace(/^%*|%*$/g,"");var e,f,g,h;for(e=0,f=a.selection.length;f>e;e++)g=a.selection[e][0],h=a.selection[e][1].toLowerCase(),h.startsWith(d.toLowerCase())&&(b instanceof Array?c.push(b.slice(0,-1).concat([g])):c.push(this.likify(g)));return c}.bind(this),f=function(){return[Sao.Date(),Sao.DateTime().utc()]},g=function(){return[Sao.Date()]},h=function(){return[Sao.Time()]},i={"boolean":c,selection:d,reference:e,datetime:f,date:g,time:h};return a.type in i?i[a.type]():[]},group_operator:function(a){var b=a[0],c=[];return a.slice(1).forEach(function(a){"="==a&&b&&~this.OPERATORS.indexOf(b+a)?(c.push(b+a),b=null):(null!==b&&c.push(b),b=a)}.bind(this)),null!==b&&c.push(b),c},parenthesize:function(a){var b=[],c=b,d=[];return a.forEach(function(a,b){void 0!==c&&("("==a?(d.push(c),c=c[c.push([])-1]):")"==a?c=d.pop():c.push(a))}),b},group:function(a){var b=[],c=function(a){var b=[],d=function(a){b.push([a])},e=a.indexOf(":");if(!~e)return a.forEach(d),b.forEach(function(a){a.clause=!0}),b;for(var f=function(a,c){return function(d){if(jQuery.isEmptyObject(a))b.push(d);else{var e;jQuery.isEmptyObject(c)?(e=a.concat(d),e.clause=!0,b.push(e)):(null!==d[0]&&c.push(d[0]),e=a.concat([c]),e.clause=!0,b.push(e)),a.splice(0,a.length)}}},g=0;e>g;g++){var h=a.slice(g,e).join(" ");if(h.toLowerCase()in this.strings){jQuery.isEmptyObject(a.slice(0,g))?d(null):a.slice(0,g).forEach(d),h=[h];var i=[""].concat(this.OPERATORS);e+1<a.length&&~i.indexOf(a[e+1])?(h=h.concat([a[e+1]]),e+=1):h=h.concat([null]);for(var j=[];e+2<a.length&&";"==a[e+2];)j.push(a[e+1]),e+=2;if(c(a.slice(e+1)).forEach(f(h,j)),!jQuery.isEmptyObject(h)){var k;jQuery.isEmptyObject(j)?(k=h.concat([null]),k.clause=!0,b.push(k)):(k=h.concat([j]),k.clause=!0,b.push(k))}break}}return b};c=c.bind(this);var d=[];return a.forEach(function(a){this.is_generator(a)?(c(d).forEach(function(a){Sao.common.compare(a,[null])||b.push(a)}),d=[],b.push(this.group(a))):d.push(a)}.bind(this)),c(d).forEach(function(a){Sao.common.compare(a,[null])||b.push(a)}),b},is_generator:function(a){return a instanceof Array&&void 0===a.clause},operatorize:function(a,b){var c=[];b=b||"or",a=jQuery.extend([],a);for(var d=function(a){return a instanceof Array?Sao.common.compare(a,[b]):a==b},e=a.shift();d(e);)e=a.shift();if(void 0===e)return c;this.is_generator(e)&&(e=this.operatorize(e,b));for(var f=null;!jQuery.isEmptyObject(a);)if(f=a.shift(),this.is_generator(f)&&!d(f)&&(f=this.operatorize(f,b)),d(f)){for(f=a.shift();d(f);)f=a.shift();this.is_generator(f)&&(f=this.operatorize(f,b)),void 0!==f?e=[b.toUpperCase(),e,f]:d(e)||(c.push([b.toUpperCase(),e]),e=null),f=null}else d(e)||c.push(e),e=f;return jQuery.isEmptyObject(a)&&(null===f||d(f)?null===e||d(e)||c.push(e):c.push(f)),c},_clausify:function(a){return a.clause=!0,a},parse_clause:function(a){var b=[];return a.forEach(function(a){if(this.is_generator(a))jQuery.merge(b,this.parse_clause(a));else if("OR"==a||"AND"==a)b.push(a);else if(1!=a.length||a[0]instanceof Array){if(3==a.length&&a[0].toLowerCase()in this.strings){var c=(a[0],a[1]),d=a[2],e=this.strings[a[0].toLowerCase()],f=null;if("reference"==e.type){var g=this.split_target_value(e,d);f=g[0],d=g[1]}if(c||(c=this.default_operator(e)),d instanceof Array&&(c="!"==c?"not in":"in"),"!"==c&&(c=this.negate_operator(this.default_operator(e))),~["integer","float","numeric","datetime","date","time"].indexOf(e.type)&&d&&d.contains("..")){var h=d.split("..",2),i=this.convert_value(e,h[0]),j=this.convert_value(e,h[1]);return void b.push([this._clausify([e.name,">=",i]),this._clausify([e.name,"<=",j])])}d=d instanceof Array?d.map(function(a){return this.convert_value(e,a)}.bind(this)):this.convert_value(e,d),c.contains("like")&&(d=this.likify(d)),f?b.push(this._clausify([e.name+".rec_name",c,d,f])):b.push(this._clausify([e.name,c,d]))}}else b.push(this._clausify(["rec_name","ilike",this.likify(a[0])]))}.bind(this)),b},likify:function(a){if(!a)return"%";var b=a.replace("%%","__");return b.contains("%")?a:"%"+a+"%"},quote:function(a){if("string"!=typeof a)return a;a.contains("\\")&&(a=a.replace(new RegExp("\\\\","g"),"\\\\")),a.contains('"')&&(a=a.replace(new RegExp('"',"g"),'\\"'));for(var b=[":"," ","(",")"].concat(this.OPERATORS),c=0;c<b.length;c++){var d=b[c];if(a.contains(d))return'"'+a+'"'}return a},default_operator:function(a){return~["char","text","many2one","many2many","one2many","reference"].indexOf(a.type)?"ilike":"="},negate_operator:function(a){switch(a){case"ilike":return"not ilike";case"=":return"!=";case"in":return"not in"}},time_format:function(a){return new Sao.PYSON.Decoder({}).decode(a.format)},split_target_value:function(a,b){var c=null;if("string"==typeof b)for(var d=0;d<a.selection.length;d++){var e=a.selection[d],f=e[0],g=e[1];if(b.toLowerCase().startsWith(g.toLowerCase()+",")){c=f,b=b.slice(g.length+1);break}}return[c,b]},convert_value:function(a,b){var c=function(){if("string"==typeof b)for(var c=0;c<a.selection.length;c++){var d=a.selection[c],e=d[0],f=d[1];if(b.toLowerCase()==f.toLowerCase())return e}return b},d={"boolean":function(){return"string"==typeof b?[Sao.i18n.gettext("y"),Sao.i18n.gettext("Yes"),Sao.i18n.gettext("True"),Sao.i18n.gettext("t"),"1"].some(function(a){return a.toLowerCase().startsWith(b.toLowerCase())}):Boolean(b)},"float":function(){var a=Number(b);return isNaN(a)||""===b||null===b?null:a},integer:function(){var a=parseInt(b,10);return isNaN(a)?null:a},numeric:function(){var a=new Sao.Decimal(b);return isNaN(a.valueOf())||""===b||null===b?null:a},selection:c,reference:c,datetime:function(){var c=Sao.common.parse_datetime(Sao.common.date_format(),this.time_format(a),b);return c||(c=Sao.common.parse_date(Sao.common.date_format(),b)),c}.bind(this),date:function(){return Sao.common.parse_date(Sao.common.date_format(),b)},time:function(){try{return Sao.common.parse_time(this.time_format(a),b)}catch(c){return null}}.bind(this),timedelta:function(){var c=null;return a.converter&&(c=this.context[a.converter]),Sao.common.timedelta.parse(b,c)}.bind(this),many2one:function(){return""===b?null:b}},e=d[a.type];return e?e():b},format_value:function(a,b,c){void 0===c&&(c=null);var d=function(){if(!b&&0!==b&&b!==new Sao.Decimal(0))return"";var a=String(b).split(".")[1];return a=a?a.length:0,b.toFixed(a)},e=function(){for(var c=0;c<a.selection.length;c++)if(a.selection[c][0]==b)return a.selection[c][1];return b||""},f=function(){if(!c)return e();for(var d=0;d<a.selection.length;d++)if(a.selection[d][0]==c){c=a.selection[d][1];break}return c+","+b},g={"boolean":function(){return b?Sao.i18n.gettext("True"):Sao.i18n.gettext("False")},integer:function(){return b||0===b?""+parseInt(b,10):""},"float":d,numeric:d,selection:e,reference:f,datetime:function(){return b?b.isDate||!(b.hour()||b.minute()||b.second())?Sao.common.format_date(Sao.common.date_format(),b):Sao.common.format_datetime(Sao.common.date_format(),this.time_format(a),b):""}.bind(this),date:function(){return Sao.common.format_date(Sao.common.date_format(),b)},time:function(){return b?Sao.common.format_time(this.time_format(a),b):""}.bind(this),timedelta:function(){if(!b||!b.valueOf())return"";var c=null;return a.converter&&(c=this.context[a.converter]),Sao.common.timedelta.format(b,c)}.bind(this),many2one:function(){return null===b?"":b}};if(b instanceof Array)return b.map(function(b){return this.format_value(a,b)}.bind(this)).join(";");var h=g[a.type];return h?this.quote(h(b)):null===b?"":this.quote(b)},simplify:function(a){return a instanceof Array&&!this.is_leaf(a)?1==a.length&&a[0]instanceof Array&&("AND"==a[0][0]||"OR"==a[0][0]||a[0][0]instanceof Array)?this.simplify(a[0]):2==a.length&&("AND"==a[0]||"OR"==a[0])&&a[1]instanceof Array?this.simplify(a[1]):(3==a.length&&("AND"==a[0]||"OR"==a[0])&&a[1]instanceof Array&&a[0]==a[1][0]&&(a=this.simplify(a[1]).concat([a[2]])),a.map(this.simplify.bind(this))):a}}),Sao.common.DomainInversion=Sao.class_(Object,{and:function(a,b){return a&&b},or:function(a,b){return a||b},OPERATORS:{"=":function(a,b){return a instanceof Array&&b instanceof Array?Sao.common.compare(a,b):a===b},">":function(a,b){return a>b},"<":function(a,b){return b>a},"<=":function(a,b){return b>=a},">=":function(a,b){return a>=b},"!=":function(a,b){return a instanceof Array&&b instanceof Array?!Sao.common.compare(a,b):a!==b},"in":function(a,b){return Sao.common.DomainInversion.in_(a,b)},"not in":function(a,b){return!Sao.common.DomainInversion.in_(a,b)},like:function(){return!0},ilike:function(){return!0},"not like":function(){return!0},"not ilike":function(){return!0},child_of:function(){return!0},"not child_of":function(){return!0}},locale_part:function(a,b,c){return void 0===c&&(c="id"),a===b?c:a.contains(".")?a.split(".").slice(1).join("."):a},is_leaf:function(a){return a instanceof Array&&a.length>2&&"string"==typeof a[1]},eval_leaf:function(a,b,c){void 0===c&&(c=this.and);var d=a[0],e=a[1],f=a[2];if(d.contains("."))return Boolean(b[d.split(".")[0]]);if("="==e&&(null===b[d]||void 0===b[d])&&c===this.and)return!0;var g=b[d];return g&&g._isAMomentObject&&!f&&(f=g.isDateTime?Sao.DateTime.min:Sao.Date.min),f&&f._isAMomentObject&&!g&&(g=f.isDateTime?Sao.DateTime.min:Sao.Date.min),"string"==typeof g&&f instanceof Array&&2==f.length?f=f.join(","):g instanceof Array&&"string"==typeof f&&2==g.length&&(g=g.join(",")),~["=","!="].indexOf(e)&&g instanceof Array&&"number"==typeof f&&(e={"=":"in","!=":"not in"}[e]),e in this.OPERATORS?this.OPERATORS[e](g,f):!0},inverse_leaf:function(a){return~["AND","OR"].indexOf(a)?a:this.is_leaf(a)?a[1].contains("child_of")?3==a.length?a:[a[3]].concat(a.slice(1)):a:a.map(this.inverse_leaf.bind(this))},filter_leaf:function(a,b,c){return~["AND","OR"].indexOf(a)?a:this.is_leaf(a)?a[0].startsWith(b)&&a.length>3&&a[3]!==c?["id","=",null]:a:a.map(function(a){return this.filter_leaf(a,b,c)}.bind(this))},eval_domain:function(a,b,c){return void 0===c&&(c=this.and),this.is_leaf(a)?this.eval_leaf(a,b,c):jQuery.isEmptyObject(a)&&c==this.and?!0:jQuery.isEmptyObject(a)&&c==this.or?!1:"AND"==a[0]?this.eval_domain(a.slice(1),b):"OR"==a[0]?this.eval_domain(a.slice(1),b,this.or):c(this.eval_domain(a[0],b),this.eval_domain(a.slice(1),b,c))},localize_domain:function(a,b,c){if(~["AND","OR",!0,!1].indexOf(a))return a;if(this.is_leaf(a)){if(a[1].contains("child_of"))return 3==a.length?a:[a[3]].concat(a.slice(1,-1));var d="id";"string"==typeof a[2]&&(d="rec_name");var e=c?3:4;return[this.locale_part(a[0],b,d)].concat(a.slice(1,e)).concat(a.slice(4))}return a.map(function(a){return this.localize_domain(a,b,c)}.bind(this))},simplify:function(a){return this.is_leaf(a)?a:~["OR","AND"].indexOf(a)?a:a instanceof Array&&1==a.length&&~["OR","AND"].indexOf(a[0])?[]:a instanceof Array&&1==a.length&&!this.is_leaf(a[0])?this.simplify(a[0]):a instanceof Array&&2==a.length&&~["AND","OR"].indexOf(a[0])?[this.simplify(a[1])]:a.map(this.simplify.bind(this))},merge:function(a,b){if(jQuery.isEmptyObject(a)||~["AND","OR"].indexOf(a))return[];var c="OR"==a[0]?"OR":"AND";return this.is_leaf(a)?[a]:void 0===b?[c].concat([].concat.apply([],a.map(function(a){return this.merge(a,c)}.bind(this)))):c==b?[].concat.apply([],a.map(function(a){return this.merge(a,c)}.bind(this))):[this.merge(a)]},concat:function(a,b){var c=[];return b&&c.push(b),a.forEach(function(a){jQuery.isEmptyObject(a)||c.push(a)}),this.simplify(this.merge(c))},unique_value:function(a){return a instanceof Array&&1==a.length&&!a[0][0].contains(".")&&"="==a[0][1]?[!0,a[0][1],a[0][2]]:[!1,null,null]},parse:function(a){var b=Sao.common.DomainInversion.And,c=Sao.common.DomainInversion.Or;if(this.is_leaf(a))return a;if(jQuery.isEmptyObject(a))return new b([]);if("OR"===a[0])return new c(a.slice(1));var d=0;return"AND"===a[0]&&(d=1),new b(a.slice(d))},domain_inversion:function(a,b,c){void 0===c&&(c={});var d=this.parse(a);return~d.variables.indexOf(b)?d.inverse(b,c):!0}}),Sao.common.DomainInversion.in_=function(a,b){if(a instanceof Array){if(b instanceof Array){for(var c=0,d=a.length;d>c;c++)if(~b.indexOf(a[c]))return!0;return!1}return Boolean(~a.indexOf(b))}return Boolean(~b.indexOf(a))},Sao.common.DomainInversion.And=Sao.class_(Object,{init:function(a){this.domain_inversion=new Sao.common.DomainInversion,this.branches=a.map(this.domain_inversion.parse.bind(this.domain_inversion)),this.variables=[];for(var b=0,c=this.branches.length;c>b;b++){var d=this.branches[b];this.domain_inversion.is_leaf(d)?this.variables.push(this.base(d[0])):d instanceof Sao.common.DomainInversion.And&&(this.variables=this.variables.concat(d.variables))}},base:function(a){return a.contains(".")?a.split(".")[0]:a},inverse:function(a,b){for(var c=Sao.common.DomainInversion,d=[],e=0,f=this.branches.length;f>e;e++){var g=this.branches[e];if(g instanceof c.And){var h=g.inverse(a,b),i="boolean"==typeof h;if(i){if(h)continue;return!1}d.push(h)}else if(this.domain_inversion.is_leaf(g)&&this.base(g[0])===a)d.push(g);else{var j=g[0];if(j in b&&!(j in b&&this.domain_inversion.eval_leaf(g,b,this.domain_inversion.and)))return!1;d.push(!0)}}return d=d.filter(function(a){return a!==!0}),jQuery.isEmptyObject(d)?!0:this.domain_inversion.simplify(d)}}),Sao.common.DomainInversion.Or=Sao.class_(Sao.common.DomainInversion.And,{inverse:function(a,b){var c=Sao.common.DomainInversion,d=[];if(!~this.variables.indexOf(a)&&!jQuery.isEmptyObject(this.variables.filter(function(a){return!(a in b)})))return!0;for(var e=0,f=this.branches.length;f>e;e++){var g=this.branches[e];if(g instanceof c.And){var h=g.inverse(a,b),i="boolean"==typeof h;if(!~this.variables.indexOf(a)){if(i&&h)return!0;continue}if(i){if(h)return!0;continue}d.push(h)}else if(this.domain_inversion.is_leaf(g)&&this.base(g[0])==a)d.push(g);else{var j=g[0];if(j=this.base(j),j in b&&this.domain_inversion.eval_leaf(g,b,this.domain_inversion.or))return!0;j in b&&!this.domain_inversion.eval_leaf(g,b,this.domain_inversion.or)&&d.push(!1)}}return d=d.filter(function(a){return a!==!1}),jQuery.isEmptyObject(d)?!1:this.domain_inversion.simplify(["OR"].concat(d))}}),Sao.common.guess_mimetype=function(a){return/.*odt$/.test(a)?"application/vnd.oasis.opendocument.text":/.*ods$/.test(a)?"application/vnd.oasis.opendocument.spreadsheet":/.*pdf$/.test(a)?"application/pdf":/.*docx$/.test(a)?"application/vnd.openxmlformats-officedocument.wordprocessingml.document":/.*doc/.test(a)?"application/msword":/.*xlsx$/.test(a)?"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":/.*xls/.test(a)?"application/vnd.ms-excel":"application/octet-binary"},Sao.common.LOCAL_ICONS=["tryton-attachment-hi","tryton-attachment","tryton-bookmark","tryton-cancel","tryton-clear","tryton-close","tryton-connect","tryton-copy","tryton-delete","tryton-dialog-error","tryton-dialog-information","tryton-dialog-warning","tryton-disconnect","tryton-executable","tryton-find-replace","tryton-find","tryton-folder-new","tryton-fullscreen","tryton-go-home","tryton-go-jump","tryton-go-next","tryton-go-previous","tryton-help","tryton-icon","tryton-list-add","tryton-list-remove","tryton-locale","tryton-lock","tryton-log-out","tryton-mail-message-new","tryton-mail-message","tryton-new","tryton-ok","tryton-open","tryton-preferences-system-session","tryton-preferences-system","tryton-preferences","tryton-print-email","tryton-print-open","tryton-print","tryton-refresh","tryton-save-as","tryton-save","tryton-star","tryton-start-here","tryton-system-file-manager","tryton-system","tryton-text-background","tryton-text-foreground","tryton-text-markup","tryton-undo","tryton-unstar","tryton-web-browser"],Sao.common.IconFactory=Sao.class_(Object,{batchnum:10,name2id:{},loaded_icons:{},tryton_icons:[],register_prm:jQuery.when(),load_icons:function(a){if(a=a||!1,!a)for(var b in this.load_icons)this.load_icons.hasOwnProperty(b)&&window.URL.revokeObjectURL(this.load_icons[b]);var c=new Sao.Model("ir.ui.icon");return c.execute("list_icons",[],{}).then(function(b){a||(this.name2id={},this.loaded_icons={}),this.tryton_icons=[];for(var c,d,e=0,f=b.length;f>e;e++)c=b[e][0],d=b[e][1],a&&d in this.loaded_icons||(this.tryton_icons.push([c,d]),this.name2id[d]=c)}.bind(this))},register_icon:function(a){if(!a)return jQuery.Deferred().reject();if(a in this.loaded_icons||~Sao.common.LOCAL_ICONS.indexOf(a))return jQuery.when(this.get_icon_url(a));if("pending"==this.register_prm.state()){var b=jQuery.Deferred();return this.register_prm.then(function(){this.register_icon(a).then(b.resolve,b.reject)}.bind(this)),b}var c;c=a in this.name2id?jQuery.when():this.load_icons(!0);var d=new Sao.Model("ir.ui.icon");return this.register_prm=c.then(function(){var b=function(a){var b,c;for(b=0,c=this.tryton_icons.length;c>b;b++){var d=this.tryton_icons[b];if(Sao.common.compare(d,a))break}return b}.bind(this),c=b([this.name2id[a],a]),e=Math.round(c-this.batchnum/2);e=0>e?0:e;var f=Math.round(c+this.batchnum/2),g=[];this.tryton_icons.slice(e,f).forEach(function(a){g.push(a[0])});var h=d.execute("read",[g,["name","icon"]],{});return h.then(function(c){return c.forEach(function(a){var c;if(navigator.userAgent.match(/firefox/i)){c="data:image/svg+xml;base64,"+window.btoa(unescape(encodeURIComponent(a.icon)));var d=new Image;d.src=c,d.onload=function(){var b=document.createElement("canvas");b.width=d.width,b.height=d.height;var e=b.getContext("2d");e.drawImage(d,0,0),b.toBlob(function(d){var e=c;c=window.URL.createObjectURL(d),this.loaded_icons[a.name]=c,jQuery(document).find("img").each(function(a,b){b.src==e&&(b.src=c)}),b.remove()}.bind(this),"image/png")}.bind(this)}else{var e=new Blob([a.icon],{type:"image/svg+xml"});c=window.URL.createObjectURL(e)}this.loaded_icons[a.name]=c,delete this.name2id[a.name],this.tryton_icons.splice(b([a.id,a.name]),1)}.bind(this)),this.get_icon_url(a)}.bind(this))}.bind(this)),this.register_prm},get_icon_url:function(a){return a in this.loaded_icons?this.loaded_icons[a]:"images/"+a+".svg"}}),Sao.common.ICONFACTORY=new Sao.common.IconFactory,Sao.common.UniqueDialog=Sao.class_(Object,{init:function(){this.running=!1},build_dialog:function(){var a=new Sao.Dialog("",this.class_);return a},run:function(){if(!this.running){var a=Array.prototype.slice.call(arguments),b=jQuery.Deferred();a.push(b);var c=this.build_dialog.apply(this,a);return c.content.submit(function(a){c.footer.find("button.btn-primary").first().click(),a.preventDefault()}.bind(this)),this.running=!0,c.modal.modal("show"),c.modal.on("shown.bs.modal",function(){c.modal.find("input,select").filter(":visible").first().focus()}),b}},close:function(a){a.modal.on("hidden.bs.modal",function(a){jQuery(this).remove()}),a.modal.modal("hide"),this.running=!1}}),Sao.common.MessageDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"message-dialog",build_dialog:function(a,b,c){var d=Sao.common.MessageDialog._super.build_dialog.call(this);return d.header.remove(),d.body.append(jQuery("<div/>",{"class":"alert alert-info",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon "+b,"aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Message: "))).append(jQuery("<span/>").append(a).css("white-space","pre-wrap"))),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(d),c.resolve("ok")}.bind(this)).appendTo(d.footer),d},run:function(a,b){return Sao.common.MessageDialog._super.run.call(this,a,b||"glyphicon-info-sign")}}),Sao.common.message=new Sao.common.MessageDialog,Sao.common.WarningDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"warning-dialog",build_dialog:function(a,b,c){var d=Sao.common.WarningDialog._super.build_dialog.call(this);return d.add_title(b),d.body.append(jQuery("<div/>",{"class":"alert alert-warning",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-alert","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Warning: "))).append(jQuery("<span/>").append(a).css("white-space","pre-wrap"))),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(d),c.resolve("ok")}.bind(this)).appendTo(d.footer),d}}),Sao.common.warning=new Sao.common.WarningDialog,Sao.common.UserWarningDialog=Sao.class_(Sao.common.WarningDialog,{class_:"user-warning-dialog",always:!1,_set_always:function(){this.always=jQuery(this).prop("checked")},build_dialog:function(a,b,c){var d=Sao.common.UserWarningDialog._super.build_dialog.call(this,a,b,c);return d.body.append(jQuery("<div/>").append(jQuery("<input/>",{type:"checkbox"}).change(this._set_always.bind(this))).append(jQuery("<span/>").text(Sao.i18n.gettext("Always ignore this warning.")))),d.body.append(jQuery("<p/>").text(Sao.i18n.gettext("Do you want to proceed?"))),d.footer.children().remove(),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("No")).click(function(){this.close(d),c.reject()}.bind(this)).appendTo(d.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("Yes")).click(function(){this.close(d),this.always&&c.resolve("always"),c.resolve("ok")}.bind(this)).appendTo(d.footer),d}}),Sao.common.userwarning=new Sao.common.UserWarningDialog,Sao.common.ConfirmationDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"confirmation-dialog",build_dialog:function(a){var b=Sao.common.ConfirmationDialog._super.build_dialog.call(this);return b.header.remove(),b.body.append(jQuery("<div/>",{"class":"alert alert-info",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-info-sign","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Confirmation: "))).append(jQuery("<span/>").append(a).css("white-space","pre-wrap"))),b}}),Sao.common.SurDialog=Sao.class_(Sao.common.ConfirmationDialog,{build_dialog:function(a,b){var c=Sao.common.SurDialog._super.build_dialog.call(this,a);return jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(c),b.reject()}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(c),b.resolve()}.bind(this)).appendTo(c.footer),c}}),Sao.common.sur=new Sao.common.SurDialog,Sao.common.Sur3BDialog=Sao.class_(Sao.common.ConfirmationDialog,{build_dialog:function(a,b){var c=Sao.common.SurDialog._super.build_dialog.call(this,a);return jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(c),b.resolve("cancel")}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("No")).click(function(){this.close(c),b.resolve("ko")}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("Yes")).click(function(){this.close(c),b.resolve("ok")}.bind(this)).appendTo(c.footer),c}}),Sao.common.sur_3b=new Sao.common.Sur3BDialog,Sao.common.AskDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"ask-dialog",run:function(){var a=Array.prototype.slice.call(arguments);return 1==a.length&&a.push(!0),Sao.common.AskDialog._super.run.apply(this,a)},build_dialog:function(a,b,c){var d=Sao.common.AskDialog._super.build_dialog.call(this);d.header.remove();var e=jQuery("<input/>",{"class":"form-control",type:b?"input":"password",id:"ask-dialog-entry"});return d.body.append(jQuery("<div/>",{"class":"form-group"}).append(jQuery("<label/>",{"for":"ask-dialog-entry"}).append(a)).append(e)),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(d),c.reject()}.bind(this)).appendTo(d.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("OK")).click(function(){this.close(d),c.resolve(e.val())}.bind(this)).appendTo(d.footer),d}}),Sao.common.ask=new Sao.common.AskDialog,Sao.common.ConcurrencyDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"ask-dialog",build_dialog:function(a,b,c,d){var e=Sao.common.ConcurrencyDialog._super.build_dialog.call(this);return e.modal.find(".modal-dialog").removeClass("modal-sm").addClass("modal-lg"),e.add_title(Sao.i18n.gettext("Concurrency Exception")),e.body.append(jQuery("<div/>",{"class":"alert alert-warning",role:"alert"}).append(jQuery("<p/>").append(jQuery("<span/>",{"class":"glyphicon glyphicon-info-sign","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Write Concurrency Warning: "))).append(Sao.i18n.gettext("This record has been modified while you were editing it."))).append(jQuery("<p/>").text(Sao.i18n.gettext("Choose:"))).append(jQuery("<ul/>").append(jQuery("<li/>").text(Sao.i18n.gettext('"Cancel" to cancel saving;'))).append(jQuery("<li/>").text(Sao.i18n.gettext('"Compare" to see the modified version;'))).append(jQuery("<li/>").text(Sao.i18n.gettext('"Write Anyway" to save your current version.'))))),jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.close(e),d.reject()}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("Compare")).click(function(){this.close(e),Sao.Tab.create({model:a,res_id:b,domain:[["id","=",b]],context:c,mode:["form","tree"]}),d.reject()}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("Write Anyway")).click(function(){this.close(e),d.resolve()}.bind(this)).appendTo(e.footer),e}}),Sao.common.concurrency=new Sao.common.ConcurrencyDialog,Sao.common.ErrorDialog=Sao.class_(Sao.common.UniqueDialog,{class_:"error-dialog",build_dialog:function(a,b,c){var d=Sao.common.ConcurrencyDialog._super.build_dialog.call(this);return d.modal.find(".modal-dialog").removeClass("modal-sm").addClass("modal-lg"),d.add_title(Sao.i18n.gettext("Application Error")),d.body.append(jQuery("<div/>",{"class":"alert alert-warning",role:"alert"}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-alert","aria-hidden":!0})).append(jQuery("<span/>",{"class":"sr-only"}).append(Sao.i18n.gettext("Warning: "))).append(jQuery("<p/>").append(jQuery("<pre/>").text(b))).append(jQuery("<p/>").append(jQuery("<a/>",{"class":"btn btn-link",href:Sao.config.roundup.url,target:"_blank"}).text(Sao.i18n.gettext("Report Bug"))))),jQuery("<button/>",{"class":"btn btn-primary",type:"button"}).append(Sao.i18n.gettext("Close")).click(function(){this.close(d),c.resolve()}.bind(this)).appendTo(d.footer),d}}),Sao.common.error=new Sao.common.ErrorDialog,Sao.common.Processing=Sao.class_(Object,{queries:0,timeout:500,init:function(){this.el=jQuery("<div/>",{id:"processing","class":"text-center"}),this.el.append(jQuery("<span/>",{"class":"label label-info",text:"Processing..."})),this.el.hide(),jQuery(function(){this.el.appendTo("body")}.bind(this))},show:function(){return window.setTimeout(function(){this.queries+=1,this.el.show()}.bind(this),this.timeout)},hide:function(a){window.clearTimeout(a),this.queries>0&&(this.queries-=1),
+this.queries<=0&&(this.queries=0,this.el.hide())}}),Sao.common.processing=new Sao.common.Processing,Sao.common.InputCompletion=Sao.class_(Object,{init:function(a,b,c,d){a.is("input")?(a.wrap('<div class="dropdown"/>'),this.dropdown=a.parent()):(a.addClass("dropdown"),this.dropdown=a),this.input=a.find("input").add(a.filter("input")).first(),this.input.attr("autocomplete","off"),jQuery("<span/>",{"data-toggle":"dropdown"}).appendTo(this.dropdown),this.menu=jQuery("<ul/>",{"class":"dropdown-menu",role:"listbox"}).appendTo(this.dropdown),this.separator=jQuery("<li/>",{role:"separator","class":"divider"}).appendTo(this.menu),this.separator.hide(),this.source=b,this.match_selected=c,this.format=d,this.action_activated=null,this._search_text=null,this.input.on("input",function(){window.setTimeout(this._input.bind(this),300,this.input.val())}.bind(this)),this.input.keydown(function(a){a.which==Sao.common.ESC_KEYCODE?this.dropdown.hasClass("open")&&this.menu.dropdown("toggle"):a.which==Sao.common.RETURN_KEYCODE&&(this.dropdown.hasClass("open")||this.menu.dropdown("toggle"))}.bind(this)),this.dropdown.on("hide.bs.dropdown",function(){this.input.focus(),this.input.closest(".treeview").css("overflow","")}.bind(this)),this.dropdown.on("show.bs.dropdown",function(){this.input.closest(".treeview").css("overflow","visible")}.bind(this))},set_actions:function(a,b){return void 0!==b&&(this.action_activated=b),this.menu.find("li.action").remove(),jQuery.isEmptyObject(a)?void this.separator.hide():(this.separator.show(),void a.forEach(function(a){var b=a[0],c=a[1];jQuery("<li/>",{"class":"action action-"+b}).append(jQuery("<a/>",{href:"#"}).append(this._format_action(c))).click(function(){this.action_activated&&this.action_activated(b),this.input.val("")}.bind(this)).appendTo(this.menu)},this))},_format:function(a){return this.format?this.format(a):a},_format_action:function(a){return this.format_action?this.format_action(a):a},_input:function(a){if(a==this.input.val()){var b;b=this.source instanceof Array?jQuery.when(source.filter(function(b){return b.toLowerCase().startsWith(a.toLowerCase())})):this.source(a),b.then(function(b){a==this.input.val()&&this._set_selection(b)}.bind(this))}},_set_selection:function(a){void 0===a&&(a=[]),this.menu.find("li.completion").remove(),a.reverse().forEach(function(a){jQuery("<li/>",{"class":"completion"}).append(jQuery("<a/>",{href:"#"}).append(this._format(a))).click(function(){this.match_selected&&this.match_selected(a),this.input.focus()}.bind(this)).prependTo(this.menu)},this),this.input.val()?this.dropdown.hasClass("open")||this.menu.dropdown("toggle"):this.dropdown.hasClass("open")&&this.menu.dropdown("toggle")}}),Sao.common.get_completion=function(a,b,c,d){var e=function(a){return a.rec_name},f=new Sao.common.InputCompletion(a,b,c,e);f.set_actions([["search",Sao.i18n.gettext("Search...")],["create",Sao.i18n.gettext("Create...")]],d)},Sao.common.update_completion=function(a,b,c,d,e){var f=a.val();if(!f||!d)return jQuery.when();void 0===e&&(e=c.get_domain(b));var g=c.get_context(b);e=[["rec_name","ilike","%"+f+"%"],e];var h=new Sao.Model(d);return h.execute("search_read",[e,0,Sao.config.limit,null,["rec_name"]],g)},Sao.common.Paned=Sao.class_(Object,{init:function(a){var b;this._orientation=a,this.el=jQuery("<div/>"),"horizontal"==a?(b=jQuery("<div/>",{"class":"row"}).appendTo(this.el),this.child1=jQuery("<div/>",{"class":"col-md-6"}).appendTo(b),this.child2=jQuery("<div/>",{"class":"col-md-6"}).appendTo(b)):"vertical"==a&&(this.child1=jQuery("<div/>",{"class":"row"}).appendTo(this.el),this.child2=jQuery("<div/>",{"class":"row"}).appendTo(this.el))},get_child1:function(){return this.child1},get_child2:function(){return this.child2}}),Sao.common.get_focus_chain=function(a){var b=a.find("input","textarea");return b.sort(function(a,b){if("tabindex"in a.attributes&&"tabindex"in b.attributes){var c=parseInt(a.attributes.tabindex.value),d=parseInt(b.attributes.tabindex.value);return c-d}return"tabindex"in a.attributes?-1:"tabindex"in b.attributes?1:0}),b},Sao.common.find_focusable_child=function(a){var b,c,d,e;if(!a.is(":visible"))return null;if(~["input","select","textarea"].indexOf(a[0].tagName.toLowerCase()))return a;for(d=Sao.common.get_focus_chain(a),b=0,c=d.length;c>b;b++)if(e=Sao.common.find_focusable_child(jQuery(d[b])))return e},Sao.common.find_first_focus_widget=function(a,b){var c,d,e,f,g;if(1==b.length)return jQuery(b[0]);for(e=Sao.common.get_focus_chain(a),c=0;c<e.length;c++){for(f=[],d=0;d<b.length;d++)g=jQuery(b[d]).closest(e[c]).length>0,g&&f.push(b[d]);if(f.length>0)return Sao.common.find_first_focus_widget(jQuery(e[c]),f)}},Sao.common.apply_label_attributes=function(a,b,c){b?a.removeClass("editable required"):(a.addClass("editable"),c?a.addClass("required"):a.removeClass("required"))}}(),function(){"use strict";Sao.Window={},Sao.Window.InfoBar=Sao.class_(Object,{init:function(){this.text=jQuery("<span/>"),this.text.css("white-space","pre-wrap"),this.el=jQuery("<div/>",{"class":"alert infobar",role:"alert"}).append(jQuery("<button/>",{type:"button","class":"close","aria-label":Sao.i18n.gettext("Close")}).append(jQuery("<span/>",{"aria-hidden":!0}).append("×")).click(function(){this.el.hide()}.bind(this))).append(this.text),this.el.hide()},message:function(a,b){a?(this.el.removeClass("alert-success alert-info alert-warning alert-danger"),this.el.addClass("alert-"+(b||"info")),this.text.text(a),this.el.show()):this.el.hide()}}),Sao.Window.Form=Sao.class_(Object,{init:function(a,b,c){c=c||{},this.screen=a,this.callback=b,this.many=c.many||0,this.domain=c.domain||null,this.context=c.context||null,this.save_current=c.save_current;var d=jQuery.when(c.title||"");d.then(function(a){this.title=a}.bind(this)),this.prev_view=a.current_view,this.screen.screen_container.alternate_view=!0,this.info_bar=new Sao.Window.InfoBar;for(var e=c.view_type||"form",f=jQuery.when(),g=[],h=0,i=this.screen.views.length;i>h;h++)g.push(this.screen.views[h].view_type);~g.indexOf(e)||~this.screen.view_to_load.indexOf(e)||(f=this.screen.add_view_id(null,e));var j=f.then(function(){return this.screen.switch_view(e).done(function(){c.new_&&this.screen.new_(void 0,c.rec_name)}.bind(this))}.bind(this)),k=new Sao.Dialog("","","lg");this.el=k.modal;var l=this.screen.attributes.readonly||this.screen.group.get_readonly();if("form"==e&&k.footer.append(jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(!c.new_&&this.screen.current_record.id<0?Sao.i18n.gettext("Delete"):Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this))),c.new_&&this.many&&k.footer.append(jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("New")).click(function(){this.response("RESPONSE_ACCEPT")}.bind(this))),this.save_current?k.footer.append(jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("Save"))):k.footer.append(jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK"))),k.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)),"tree"==e){var m=jQuery("<div/>").appendTo(k.body),n=jQuery("<div/>",{"class":"input-group input-group-sm"}).appendTo(m);this.wid_text=jQuery("<input/>",{type:"input"}).appendTo(m),this.wid_text.hide();var o=jQuery("<div/>",{"class":"input-group-btn"}).appendTo(n),p=Sao.common.MODELACCESS.get(this.screen.model_name);this.domain&&(this.wid_text.show(),this.but_add=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Add")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-plus"})).appendTo(o),this.but_add.click(this.add.bind(this)),this.but_add.prop("disabled",!p.read||l),this.but_remove=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Remove")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-minus"})).appendTo(o),this.but_remove.click(this.remove.bind(this)),this.but_remove.prop("disabled",!p.read||l)),this.but_new=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("New")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-edit"})).appendTo(o),this.but_new.click(this.new_.bind(this)),this.but_new.prop("disabled",!p.create||l),this.but_del=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Delete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-trash"})).appendTo(o),this.but_del.click(this.delete_.bind(this)),this.but_del.prop("disabled",!p["delete"]||l),this.but_undel=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Undelete")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-repeat"})).appendTo(o),this.but_undel.click(this.undelete.bind(this)),this.but_undel.prop("disabled",!p["delete"]||l),this.but_previous=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Previous")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-left"})).appendTo(o),this.but_previous.click(this.previous.bind(this)),this.label=jQuery("<span/>",{"class":"btn"}).appendTo(o),this.label.text("(0, 0)"),this.but_next=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Next")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-chevron-right"})).appendTo(o),this.but_next.click(this.next.bind(this)),this.but_switch=jQuery("<button/>",{"class":"btn btn-default btn-sm",type:"button","aria-label":Sao.i18n.gettext("Switch")}).append(jQuery("<span/>",{"class":"glyphicon glyphicon-list-alt"})).appendTo(o),this.but_switch.click(this.switch_.bind(this))}var q=jQuery("<div/>").appendTo(k.body);k.body.append(this.info_bar.el),j.done(function(){d.done(k.add_title.bind(k)),q.append(this.screen.screen_container.alternate_viewport),this.el.modal("show")}.bind(this)),this.el.on("shown.bs.modal",function(a){this.screen.display().done(function(){this.screen.set_cursor()}.bind(this))}.bind(this)),this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()})},add:function(){var a=jQuery.extend([],this.domain),b=this.screen.model_name,c=this.wid_text.val(),d=function(a){var b=jQuery.when();if(!jQuery.isEmptyObject(a)){for(var c=[],d=0,e=a.length;e>d;d++)c.push(a[d][0]);this.screen.group.load(c,!0),b=this.screen.display()}b.done(function(){this.screen.set_cursor()}.bind(this)),this.entry.val("")}.bind(this),e=new Sao.common.DomainParser;new Sao.Window.Search(b,d,{sel_multi:!0,context:this.context,domain:a,search_filter:e.quote(c)})},remove:function(){this.screen.remove(!1,!0,!1)},new_:function(){this.screen.new_()},delete_:function(){this.screen.remove(!1,!1,!1)},undelete:function(){this.screen.unremove()},previous:function(){this.screen.display_previous()},next:function(){this.screen.display_next()},switch_:function(){this.screen.switch_view()},response:function(a){var b;this.screen.current_view.set_value();var c=this.screen.group.get_readonly();if(~["RESPONSE_OK","RESPONSE_ACCEPT"].indexOf(a)&&!c&&this.screen.current_record)return void this.screen.current_record.validate().then(function(a){return a&&this.screen.attributes.pre_validate?this.screen.current_record.pre_validate():a}.bind(this)).then(function(c){var d=jQuery.Deferred();if(c&&this.save_current)this.screen.save_current().then(d.resolve,d.reject);else if(c&&"form"==this.screen.current_view.view_type){var e=this.screen.current_view,f=[];for(var g in e.widgets){var h=e.widgets[g];if(h.screen&&h.screen.attributes.pre_validate){var i=h.screen.current_record;i&&f.push(i.pre_validate())}}jQuery.when.apply(jQuery,f).then(d.resolve,d.reject)}else c?(this.info_bar.message(),d.resolve()):(this.info_bar.message(this.screen.invalid_message(),"danger"),d.reject());d.fail(function(){this.screen.display().done(function(){this.screen.set_cursor()}.bind(this))}.bind(this)),d.done(function(){"RESPONSE_ACCEPT"==a?(this.screen.new_(),this.screen.current_view.display().done(function(){this.screen.set_cursor()}.bind(this)),this.many-=1,0===this.many&&this.but_new.prop("disabled",!0)):(b=!0,this.callback(b),this.destroy())}.bind(this))}.bind(this));if("RESPONSE_CANCEL"==a&&!c&&this.screen.current_record){if(b=!1,this.screen.current_record.id<0||this.save_current)this.screen.cancel_current();else if(this.screen.current_record.has_changed())return this.screen.current_record.cancel(),void this.screen.current_record.reload().always(function(){this.callback(b),this.destroy()}.bind(this))}else b="RESPONSE_CANCEL"!=a;this.callback(b),this.destroy()},destroy:function(){this.screen.screen_container.alternate_view=!1,this.screen.screen_container.alternate_viewport.children().detach(),this.prev_view&&this.screen.switch_view(this.prev_view.view_type),this.el.modal("hide")}}),Sao.Window.Attachment=Sao.class_(Sao.Window.Form,{init:function(a,b){this.resource=a.model.name+","+a.id,this.attachment_callback=b;var c=jQuery.extend({},a.get_context()),d=new Sao.Screen("ir.attachment",{domain:[["resource","=",this.resource]],mode:["tree","form"],context:c,exclude_field:"resource"});d.switch_view().done(function(){d.search_filter()});var e=a.rec_name().then(function(a){return Sao.i18n.gettext("Attachments (%1)",a)});Sao.Window.Attachment._super.init.call(this,d,this.callback,{view_type:"tree",title:e})},callback:function(a){var b=jQuery.when();if(a){var c=this.screen.group.model.fields.resource;this.screen.group.forEach(function(a){c.set_client(a,this.resource)}.bind(this)),b=this.screen.group.save()}this.attachment_callback&&b.always(this.attachment_callback.bind(this))}}),Sao.Window.Note=Sao.class_(Sao.Window.Form,{init:function(a,b){this.resource=a.model.name+","+a.id,this.note_callback=b;var c=jQuery.extend({},a.get_context()),d=new Sao.Screen("ir.note",{domain:[["resource","=",this.resource]],mode:["tree","form"],context:c,exclude_field:"resource"});d.switch_view().done(function(){d.search_filter()});var e=a.rec_name().then(function(a){return Sao.i18n.gettext("Notes (%1)",a)});Sao.Window.Note._super.init.call(this,d,this.callback,{view_type:"tree",title:e})},callback:function(a){var b=jQuery.when();if(a){var c=this.screen.group.model.fields.resource,d=this.screen.group.model.fields.unread;this.screen.group.forEach(function(a){(a.get_loaded()||a.id<0)&&(c.set_client(a,this.resource),a._changed.unread||d.set_client(a,!1))}.bind(this)),b=this.screen.group.save()}this.note_callback&&b.always(this.note_callback.bind(this))}}),Sao.Window.Search=Sao.class_(Object,{init:function(a,b,c){c=c||{};var d=c.views_preload||{};this.model_name=a,this.domain=c.domain||[],this.context=c.context||{},this.sel_multi=c.sel_multi,this.callback=b,this.title=c.title||"";var e=new Sao.Dialog(Sao.i18n.gettext("Search %1",this.title),"","lg");this.el=e.modal,jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("Find")).click(function(){this.response("RESPONSE_APPLY")}.bind(this)).appendTo(e.footer),c.new_&&Sao.common.MODELACCESS.get(a).create&&jQuery("<button/>",{"class":"btn btn-default",type:"button"}).append(Sao.i18n.gettext("New")).click(function(){this.response("RESPONSE_ACCEPT")}.bind(this)).appendTo(e.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(e.footer),e.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)),this.screen=new Sao.Screen(a,{mode:["tree"],context:this.context,domain:this.domain,view_ids:c.view_ids,views_preload:d,row_activate:this.activate.bind(this)}),this.screen.load_next_view().done(function(){this.screen.switch_view().done(function(){e.body.append(this.screen.screen_container.el),this.el.modal("show"),this.screen.display(),void 0!==c.search_filter&&this.screen.search_filter(c.search_filter)}.bind(this))}.bind(this)),this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()})},activate:function(){this.response("RESPONSE_OK")},response:function(a){var b,c=[];if("RESPONSE_OK"==a)b=this.screen.current_view.selected_records();else{if("RESPONSE_APPLY"==a)return void this.screen.search_filter();if("RESPONSE_ACCEPT"==a){var d=new Sao.Screen(this.model_name,{domain:this.domain,context:this.context,mode:["form"]}),e=function(a){a?d.save_current().then(function(){var a=d.current_record;this.callback([[a.id,a._values.rec_name||""]])}.bind(this),function(){this.callback(null)}.bind(this)):this.callback(null)};return this.el.modal("hide"),void new Sao.Window.Form(d,e.bind(this),{new_:!0,title:this.title})}}if(b){var f,g;for(f in b)g=b[f],c.push([g.id,g._values.rec_name||""])}this.callback(c),this.el.modal("hide")}}),Sao.Window.Preferences=Sao.class_(Object,{init:function(a){this.callback=a;var b=new Sao.Dialog("Preferences","","lg");this.el=b.modal,jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(b.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(b.footer),b.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)),this.screen=new Sao.Screen("res.user",{mode:[]}),this.screen.attributes.readonly=!1,this.screen.group.set_readonly(!1),this.screen.group.skip_model_access=!0;var c=function(a){this.screen.add_view(a),this.screen.switch_view().done(function(){this.screen.new_(!1),this.screen.model.execute("get_preferences",[!1],{}).then(d.bind(this),this.destroy)}.bind(this))},d=function(a){var c;this.screen.current_record.cancel(),c=this.screen.current_record.set(a),this.screen.current_record.id=this.screen.model.session.user_id,c.then(function(){this.screen.current_record.validate(null,!0).then(function(){this.screen.display(!0)}.bind(this))}.bind(this)),b.body.append(this.screen.screen_container.el),this.el.modal("show")};this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()}),this.screen.model.execute("get_preferences_fields_view",[],{}).then(c.bind(this),this.destroy)},response:function(a){var b=function(){this.destroy(),this.callback()}.bind(this),c=jQuery.when();"RESPONSE_OK"==a&&(c=this.screen.current_record.validate().then(function(a){if(a){var b=jQuery.extend({},this.screen.get()),c=jQuery.extend({},Sao.Session.current_session.context),d=function(a){return{id:0,method:"model.res.user.set_preferences",params:[b,a,c]}};return new Sao.Login(d).run()}}.bind(this))),c.done(b)},destroy:function(){this.el.modal("hide")}}),Sao.Window.Revision=Sao.class_(Object,{init:function(a,b){this.callback=b;var c=new Sao.Dialog(Sao.i18n.gettext("Revision"),"","lg");this.el=c.modal,jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(c.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).appendTo(c.footer),c.content.submit(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this));var d=jQuery("<div/>",{"class":"form-group"}).appendTo(c.body);jQuery("<label/>",{"for":"revision",text:"Revision"}).appendTo(d),this.select=jQuery("<select/>",{"class":"form-control",id:"revision",placeholder:Sao.i18n.gettext("Revision")}).appendTo(d);var e=Sao.common.date_format(),f="%H:%M:%S.%f";this.select.append(jQuery("<option/>",{value:null,text:""})),a.forEach(function(a){a[2];a=a[0],this.select.append(jQuery("<option/>",{value:a.valueOf(),text:Sao.common.format_datetime(e,f,a)+" "+this.title}))}.bind(this)),this.el.modal("show"),this.el.on("hidden.bs.modal",function(a){jQuery(this).remove()})},response:function(a){var b=null;"RESPONSE_OK"==a&&(b=this.select.val(),b&&(b=Sao.DateTime(parseInt(b,10)))),this.el.modal("hide"),this.callback(b)}}),Sao.Window.CSV=Sao.class_(Object,{init:function(a){this.encodings=["866","ansi_x3.4-1968","arabic","ascii","asmo-708","big5","big5-hkscs","chinese","cn-big5","cp1250","cp1251","cp1252","cp1253","cp1254","cp1255","cp1256","cp1257","cp1258","cp819","cp866","csbig5","cseuckr","cseucpkdfmtjapanese","csgb2312","csibm866","csiso2022jp","csiso2022kr","csiso58gb231280","csiso88596e","csiso88596i","csiso88598e","csiso88598i","csisolatin1","csisolatin2","csisolatin3","csisolatin4","csisolatin5","csisolatin6","csisolatin9","csisolatinarabic","csisolatincyrillic","csisolatingreek","csisolatinhebrew","cskoi8r","csksc56011987","csmacintosh","csshiftjis","cyrillic","dos-874","ecma-114","ecma-118","elot_928","euc-jp","euc-kr","gb18030","gb2312","gb_2312","gb_2312-80","gbk","greek","greek8","hebrew","hz-gb-2312","ibm819","ibm866","iso-2022-cn","iso-2022-cn-ext","iso-2022-jp","iso-2022-kr","iso-8859-1","iso-8859-10","iso-8859-11","iso-8859-13","iso-8859-14","iso-8859-15","iso-8859-16","iso-8859-2","iso-8859-3","iso-8859-4","iso-8859-5","iso-8859-6","iso-8859-6-e","iso-8859-6-i","iso-8859-7","iso-8859-8","iso-8859-8-e","iso-8859-8-i","iso-8859-9","iso-ir-100","iso-ir-101","iso-ir-109","iso-ir-110","iso-ir-126","iso-ir-127","iso-ir-138","iso-ir-144","iso-ir-148","iso-ir-149","iso-ir-157","iso-ir-58","iso8859-1","iso8859-10","iso8859-11","iso8859-13","iso8859-14","iso8859-15","iso8859-2","iso8859-3","iso8859-4","iso8859-5","iso8859-6","iso8859-7","iso8859-8","iso8859-9","iso88591","iso885910","iso885911","iso885913","iso885914","iso885915","iso88592","iso88593","iso88594","iso88595","iso88596","iso88597","iso88598","iso88599","iso_8859-1","iso_8859-15","iso_8859-1:1987","iso_8859-2","iso_8859-2:1987","iso_8859-3","iso_8859-3:1988","iso_8859-4","iso_8859-4:1988","iso_8859-5","iso_8859-5:1988","iso_8859-6","iso_8859-6:1987","iso_8859-7","iso_8859-7:1987","iso_8859-8","iso_8859-8:1988","iso_8859-9","iso_8859-9:1989","koi","koi8","koi8-r","koi8-ru","koi8-u","koi8_r","korean","ks_c_5601-1987","ks_c_5601-1989","ksc5601","ksc_5601","l1","l2","l3","l4","l5","l6","l9","latin1","latin2","latin3","latin4","latin5","latin6","logical","mac","macintosh","ms932","ms_kanji","shift-jis","shift_jis","sjis","sun_eu_greek","tis-620","unicode-1-1-utf-8","us-ascii","utf-16","utf-16be","utf-16le","utf-8","utf8","visual","windows-1250","windows-1251","windows-1252","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-1258","windows-31j","windows-874","windows-949","x-cp1250","x-cp1251","x-cp1252","x-cp1253","x-cp1254","x-cp1255","x-cp1256","x-cp1257","x-cp1258","x-euc-jp","x-gbk","x-mac-cyrillic","x-mac-roman","x-mac-ukrainian","x-sjis","x-user-defined","x-x-big5"],this.dialog=new Sao.Dialog(a,"csv","lg"),this.el=this.dialog.modal,this.fields={},this.fields_model={},jQuery("<button/>",{"class":"btn btn-link",type:"button"}).append(Sao.i18n.gettext("Cancel")).click(function(){this.response("RESPONSE_CANCEL")}.bind(this)).appendTo(this.dialog.footer),jQuery("<button/>",{"class":"btn btn-primary",type:"submit"}).append(Sao.i18n.gettext("OK")).click(function(a){this.response("RESPONSE_OK"),a.preventDefault()}.bind(this)).appendTo(this.dialog.footer);var b=jQuery("<div/>",{"class":"row"}).appendTo(this.dialog.body);jQuery("<hr/>").appendTo(this.dialog.body);var c=jQuery("<div/>",{"class":"col-md-4 column-fields"}).append(jQuery("<label/>",{text:Sao.i18n.gettext("All Fields")})).appendTo(b);this.fields_all=jQuery("<ul/>",{"class":"list-unstyled"}).css("cursor","pointer").appendTo(c);var d=this.get_fields(this.screen.model_name).then(function(a){this.model_populate(a),this.view_populate(this.fields_model,this.fields_all)}.bind(this));this.column_buttons=jQuery("<div/>",{"class":"col-md-4"}).append("<label/>").appendTo(b);jQuery("<button/>",{"class":"btn btn-default btn-block",type:"button"}).append(jQuery("<i/>",{"class":"glyphicon glyphicon-plus"})).click(function(){this.fields_all.find(".bg-primary").each(function(a,b){this.sig_sel_add(b)}.bind(this))}.bind(this)).append(" "+Sao.i18n.gettext("Add")).appendTo(this.column_buttons);jQuery("<button/>",{"class":"btn btn-default btn-block",type:"button"}).append(jQuery("<i/>",{"class":"glyphicon glyphicon-minus"})).click(function(){this.fields_selected.children("li.bg-primary").remove()}.bind(this)).append(" "+Sao.i18n.gettext("Remove")).appendTo(this.column_buttons),jQuery("<button/>",{"class":"btn btn-default btn-block",type:"button"}).append(jQuery("<i/>",{"class":"glyphicon glyphicon-remove"})).click(function(){this.fields_selected.empty()}.bind(this)).append(" "+Sao.i18n.gettext("Clear")).appendTo(this.column_buttons),jQuery("<hr>").appendTo(this.column_buttons);var e=jQuery("<div/>",{"class":"col-md-4 column-fields"}).append(jQuery("<label/>",{text:Sao.i18n.gettext("Fields Selected")})).appendTo(b);this.fields_selected=jQuery("<ul/>",{"class":"list-unstyled"}).css("cursor","pointer").appendTo(e),this.chooser_form=jQuery("<div/>",{"class":"form-inline"}).appendTo(this.dialog.body);var f=jQuery("<div/>",{"class":"row"}).appendTo(this.dialog.body),g=jQuery("<span/>",{"class":"glyphicon glyphicon-plus"}).css("cursor","pointer").html(" "),h=jQuery("<label/>",{text:Sao.i18n.gettext("CSV Parameters")}).css("cursor","pointer");jQuery("<div/>",{"class":"col-md-12"}).append(g).append(h).on("click",function(){g.toggleClass("glyphicon-plus").toggleClass("glyphicon-minus"),this.expander_csv.collapse("toggle")}.bind(this)).appendTo(f),this.expander_csv=jQuery("<div/>",{id:"expander_csv","class":"collapse"}).appendTo(f);var i=jQuery("<label/>",{text:Sao.i18n.gettext("Delimiter:"),"class":"col-sm-2 control-label","for":"input-delimiter"});this.el_csv_delimiter=jQuery("<input/>",{type:"text","class":"form-control",id:"input-delimiter",size:"1",maxlength:"1",value:","}),jQuery("<div/>",{"class":"form-group"}).append(i).append(jQuery("<div/>",{"class":"col-sm-4"}).append(this.el_csv_delimiter)).appendTo(this.expander_csv);var j=jQuery("<label/>",{text:Sao.i18n.gettext("Quote Char:"),"class":"col-sm-2 control-label","for":"input-quotechar"});this.el_csv_quotechar=jQuery("<input/>",{type:"text","class":"form-control",id:"input-quotechar",size:"1",maxlength:"1",value:'"',readonly:""}),jQuery("<div/>",{"class":"form-group"}).append(j).append(jQuery("<div/>",{"class":"col-sm-4"}).append(this.el_csv_quotechar)).appendTo(this.expander_csv);var k=jQuery("<label/>",{text:Sao.i18n.gettext("Encoding:"),"class":"col-sm-2 control-label","for":"input-encoding"});this.el_csv_encoding=jQuery("<select/>",{"class":"form-control",id:"input-encoding"});for(var l=0;l<this.encodings.length;l++)jQuery("<option/>",{val:this.encodings[l]}).html(this.encodings[l]).appendTo(this.el_csv_encoding);var m="utf-8";return"Win32"!=navigator.platform&&"Windows"!=navigator.platform||(m="cp1252"),this.el_csv_encoding.children('option[value="'+m+'"]').attr("selected","selected"),jQuery("<div/>",{"class":"form-group"}).append(k).append(jQuery("<div/>",{"class":"col-sm-4"}).append(this.el_csv_encoding)).appendTo(this.expander_csv),this.el.modal("show"),this.el.on("hidden.bs.modal",function(){jQuery(this).remove()}),d},get_fields:function(a){return Sao.rpc({method:"model."+a+".fields_get"},this.session)},on_row_expanded:function(a){var b=jQuery("<ul/>").css("list-style","none").insertAfter(a.view);this.children_expand(a).done(function(){this.view_populate(a.children,b)}.bind(this))},destroy:function(){this.el.modal("hide")}}),Sao.Window.Import=Sao.class_(Sao.Window.CSV,{init:function(a){this.screen=a,this.session=Sao.Session.current_session,this.fields_data={},this.fields_invert={},Sao.Window.Import._super.init.call(this,Sao.i18n.gettext("Import from CSV")),jQuery("<button/>",{"class":"btn btn-default btn-block",type:"button"}).append(jQuery("<i/>",{"class":"glyphicon glyphicon-search"})).click(function(){this.autodetect()}.bind(this)).append(" "+Sao.i18n.gettext("Auto-Detect")).appendTo(this.column_buttons);var b=jQuery("<label/>",{text:Sao.i18n.gettext("File to Import"),"class":"col-sm-6 control-label","for":"input-csv-file"});this.file_input=jQuery("<input/>",{type:"file",id:"input-csv-file"}),jQuery("<div/>",{"class":"form-group"}).append(b).append(jQuery("<div/>",{"class":"col-sm-6"}).append(this.file_input)).appendTo(this.chooser_form),jQuery("<hr>").insertAfter(this.chooser_form);var c=jQuery("<label/>",{text:Sao.i18n.gettext("Lines to Skip:"),"class":"col-sm-2 control-label","for":"input-skip"});this.el_csv_skip=jQuery("<input/>",{type:"number","class":"form-control",id:"input-skip",value:"0"}),jQuery("<div/>",{"class":"form-group"}).append(c).append(jQuery("<div/>",{"class":"col-sm-4"}).append(this.el_csv_skip)).appendTo(this.expander_csv)},sig_sel_add:function(a){a=jQuery(a);var b=a.attr("field"),c=jQuery("<li/>",{field:b}).html(a.attr("name")).click(function(a){a.ctrlKey?c.toggleClass("bg-primary"):jQuery(a.target).addClass("bg-primary").siblings().removeClass("bg-primary")}).appendTo(this.fields_selected)},view_populate:function(a,b){var c=Object.keys(a).sort(function(b,c){return a[c].string<a[b].string?-1:1}).reverse();c.forEach(function(c){var d=a[c].string||c,e=jQuery("<li/>",{field:a[c].field,name:a[c].name}).html(d).click(function(a){a.ctrlKey?e.toggleClass("bg-primary"):(this.fields_all.find("li").removeClass("bg-primary"),e.addClass("bg-primary"))}.bind(this)).appendTo(b);if(a[c].view=e,a[c].relation){e.prepend(" ");var f=jQuery("<i/>",{"class":"glyphicon glyphicon-plus"}).click(function(b){b.stopPropagation(),f.toggleClass("glyphicon-plus").toggleClass("glyphicon-minus"),f.hasClass("glyphicon-minus")?this.on_row_expanded(a[c]):e.next("ul").remove()}.bind(this)).prependTo(e)}}.bind(this))},model_populate:function(a,b,c,d){b=b||this.fields_model,c=c||"",d=d||"",Object.keys(a).forEach(function(e){if(!a[e].readonly){var f=a[e].string||e;f=d+f;var g;g="one2many"==a[e].type?a[e].relation:null;var h={name:f,field:c+e,relation:g,string:a[e].string};b[e]=h,this.fields[c+e]=h,this.fields_invert[f]=c+e,g&&(h.children={})}}.bind(this))},children_expand:function(a){var b=jQuery.Deferred();return jQuery.isEmptyObject(a.children)?this.get_fields(a.relation).done(function(c){this.model_populate(c,a.children,a.field+"/",a.name+"/"),b.resolve(this)}.bind(this)):b.resolve(this),b.promise()},autodetect:function(){var a=this.file_input.val();return a?(this.fields_selected.empty(),this.el_csv_skip.val(1),void Papa.parse(this.file_input[0].files[0],{config:{delimiter:this.el_csv_delimiter.val(),preview:1,encoding:this.el_csv_encoding.val()},error:function(a,b,c,d){Sao.common.warning(Sao.i18n.gettext("Error occured in loading the file"))},complete:function(a){a.data[0].forEach(function(a){if(a in this.fields_invert||a in this.fields)this.auto_select(a);else{var b=this.fields_model,c="",d=a.split("/");this.traverse(b,c,d,0)}}.bind(this))}.bind(this)})):void Sao.common.message.run(Sao.i18n.gettext("You must select an import file first"))},auto_select:function(a){var b,c;if(a in this.fields_invert)b=a,c=this.fields_invert[a];else{if(!(a in this.fields))return void Sao.common.warning.run(Sao.i18n.gettext("Error processing the file at field %1.",a),Sao.i18n.gettext("Error"));b=this.fields[a].name,c=[a]}var d=jQuery("<li/>",{field:c}).html(b).click(function(){d.addClass("bg-primary").siblings().removeClass("bg-primary")}).appendTo(this.fields_selected)},traverse:function(a,b,c,d){function e(e){a=f.children,b+=c[d]+"/",e.traverse(a,b,c,++d)}if(d>=c.length-1)return void this.auto_select(c.join("/"));var f,g,h=Object.keys(a);for(g=0;g<h.length;g++)if(f=a[h[g]],f.name==b+c[d]||f.field==b+c[d]){this.children_expand(f).done(e);break}return g==h.length?void this.auto_select(c.join("/")):void 0},response:function(a){if("RESPONSE_OK"==a){var b=[];this.fields_selected.children("li").each(function(a,c){b.push(c.getAttribute("field"))});var c=this.file_input.val();c?this.import_csv(c,b).then(function(){this.destroy()}.bind(this)):this.destroy()}else this.destroy()},import_csv:function(a,b){var c=this.el_csv_skip.val(),d=this.el_csv_encoding.val(),e=jQuery.Deferred();
+return Papa.parse(this.file_input[0].files[0],{config:{delimiter:this.el_csv_delimiter.val(),encoding:d},error:function(a,b,c,d){Sao.common.warning.run(Sao.i18n.gettext("Error occured in loading the file")).always(e.reject)},complete:function(a){function d(a){return unescape(encodeURIComponent(a))}var f=[];a.data.pop(""),a.data.forEach(function(a,b){if(!(c>b)){var e=[];a.forEach(function(a){e.push(d(a))}),f.push(e)}}),Sao.rpc({method:"model."+this.screen.model_name+".import_data",params:[b,f,{}]},this.session).then(function(a){return Sao.common.message.run(Sao.i18n.ngettext("%1 record imported","%1 records imported",a))}).then(e.resolve,e.reject)}.bind(this)}),e.promise()}}),Sao.Window.Export=Sao.class_(Sao.Window.CSV,{init:function(a,b,c){this.ids=b,this.screen=a,this.session=Sao.Session.current_session,Sao.Window.Export._super.init.call(this,Sao.i18n.gettext("Export to CSV")).then(function(){c.forEach(function(a){this.sel_field(a)}.bind(this))}.bind(this));var d=jQuery("<div/>",{"class":"row"}).prependTo(this.dialog.body),e=jQuery("<div/>",{"class":"col-md-12"}).append(jQuery("<label/>",{text:Sao.i18n.gettext("Predefined Exports")})).appendTo(d);this.predef_exports_list=jQuery("<ul/>",{"class":"list-unstyled predef-exports"}).css("cursor","pointer").appendTo(e),e.append("<hr/>"),this.predef_exports={},this.fill_predefwin(),jQuery("<button/>",{"class":"btn btn-default btn-block",type:"button"}).append(jQuery("<i/>",{"class":"glyphicon glyphicon-floppy-save"})).click(function(){this.addreplace_predef()}.bind(this)).append(" "+Sao.i18n.gettext("Save Export")).appendTo(this.column_buttons),jQuery("<button/>",{"class":"btn btn-default btn-block",type:"button"}).append(jQuery("<i/>",{"class":"glyphicon glyphicon-floppy-remove"})).click(function(){this.remove_predef()}.bind(this)).append(" "+Sao.i18n.gettext("Delete Export")).appendTo(this.column_buttons),this.el_add_field_names=jQuery("<input/>",{type:"checkbox",checked:"checked"}),jQuery("<div/>",{"class":"form-group"}).append(jQuery("<div/>",{"class":"col-md-6"}).append(jQuery("<label/>",{text:" "+Sao.i18n.gettext("Add Field Names")}).prepend(this.el_add_field_names))).appendTo(this.expander_csv)},view_populate:function(a,b){var c=Object.keys(a).sort(function(b,c){return a[c].string<a[b].string?-1:1}).reverse();c.forEach(function(c){var d=a[c].path,e=jQuery("<li/>",{path:d}).html(a[c].string).click(function(a){a.ctrlKey?e.toggleClass("bg-primary"):(this.fields_all.find("li").removeClass("bg-primary"),e.addClass("bg-primary"))}.bind(this)).appendTo(b);if(a[c].view=e,a[c].children){e.prepend(" ");var f=jQuery("<i/>",{"class":"glyphicon glyphicon-plus"}).click(function(b){b.stopPropagation(),f.toggleClass("glyphicon-plus").toggleClass("glyphicon-minus"),f.hasClass("glyphicon-minus")?this.on_row_expanded(a[c]):e.next("ul").remove()}.bind(this)).prependTo(e)}}.bind(this))},model_populate:function(a,b,c,d){b=b||this.fields_model,c=c||"",d=d||"",Object.keys(a).forEach(function(e){var f=a[e],g=f.string||e,h=[{name:e,field:f,string:g}];"selection"==f.type&&h.push({name:e+".translated",field:f,string:Sao.i18n.gettext("%1 (string)",g)}),h.forEach(function(a){var e=c+a.name,f=a.string;c&&(f=d+a.string);var g={path:e,string:a.string,long_string:f,relation:a.field.relation};b[a.name]=g,this.fields[e]=g,-1==a.name.indexOf(".")&&a.field.relation&&(g.children={})}.bind(this))}.bind(this))},children_expand:function(a){var b=jQuery.Deferred();return jQuery.isEmptyObject(a.children)?this.get_fields(a.relation).done(function(c){this.model_populate(c,a.children,a.path+"/",a.string+"/"),b.resolve(this)}.bind(this)):b.resolve(this),b.promise()},sig_sel_add:function(a){a=jQuery(a);var b=a.attr("path");this.sel_field(b)},fill_predefwin:function(){Sao.rpc({method:"model.ir.export.search",params:[["resource","=",this.screen.model_name],{}]},this.session).done(function(a){Sao.rpc({method:"model.ir.export.read",params:[a,{}]},this.session).done(function(a){var b=[];a.forEach(function(a){for(var c=0;c<a.export_fields.length;b.push(a.export_fields[c++]));}),Sao.rpc({method:"model.ir.export.line.read",params:[b,{}]},this.session).done(function(b){var c={};b.forEach(function(a){c[a["export"]]=c[a["export"]]||[],c[a["export"]].push(a)}),a.forEach(function(a){this.predef_exports[a.id]=c[a.id].map(function(b){return b["export"]==a.id?b.name:void 0}),this.add_to_predef(a.id,a.name)}.bind(this)),this.predef_exports_list.children("li").first().focus()}.bind(this))}.bind(this))}.bind(this))},add_to_predef:function(a,b){var c=jQuery("<li/>",{text:b,export_id:a,tabindex:0}).on("keypress",function(a){var b=a.keyCode?a.keyCode:a.which;13!=b&&32!=b||c.click()}).click(function(a){c.addClass("bg-primary").siblings().removeClass("bg-primary"),this.sel_predef(jQuery(a.target).attr("export_id"))}.bind(this));this.predef_exports_list.append(c)},addreplace_predef:function(){for(var a=[],b=this.fields_selected.children("li"),c=0;c<b.length;c++)a.push(b[c].getAttribute("path"));if(0!==a.length){var d,e,f=this.predef_exports_list.children("li.bg-primary");0===f.length?(d=null,Sao.common.ask.run(Sao.i18n.gettext("What is the name of this export?")).then(function(b){b&&this.save_predef(b,a,f)}.bind(this))):(d=f.attr("export_id"),e=f.text(),Sao.common.sur.run(Sao.i18n.gettext("Override %1 definition?",e)).done(function(){this.save_predef(e,a,f),Sao.rpc({method:"model.ir.export.delete",params:[[d],{}]},this.session).then(function(){delete this.predef_exports[d]}.bind(this))}.bind(this)))}},save_predef:function(a,b,c){Sao.rpc({method:"model.ir.export.create",params:[[{name:a,resource:this.screen.model_name,export_fields:[["create",b.map(function(a){return{name:a}})]]}],{}]},this.session).then(function(d){this.predef_exports[d]=b,0===c.length?this.add_to_predef(d,a):(this.predef_exports[d]=b,c.attr("export_id",d))}.bind(this))},remove_predef:function(){var a=this.predef_exports_list.children("li.bg-primary");if(0!==a.length){var b=jQuery(a).attr("export_id");Sao.rpc({method:"model.ir.export.delete",params:[[b],{}]},this.session).then(function(){delete this.predef_exports[b],a.remove()}.bind(this))}},sel_predef:function(a){this.fields_selected.empty(),this.predef_exports[a].forEach(function(a){if(!(a in this.fields)){var b=this.fields_model,c="",d=a.split("/");this.traverse(b,c,d,0)}a in this.fields&&this.sel_field(a)}.bind(this))},traverse:function(a,b,c,d){function e(e){a=f.children,b+=c[d]+"/",e.traverse(a,b,c,++d)}if(d>=c.length-1)return void this.sel_field(c.join("/"));var f,g,h=Object.keys(a);for(g=0;g<h.length;g++)if(f=a[h[g]],f.path==b+c[d]){this.children_expand(f).done(e);break}return g==h.length?void this.sel_field(c.join("/")):void 0},sel_field:function(a){var b=this.fields[a].long_string,c=this.fields[a].relation;if(!c)var d=jQuery("<li/>",{path:a}).html(b).click(function(a){a.ctrlKey?d.toggleClass("bg-primary"):jQuery(a.target).addClass("bg-primary").siblings().removeClass("bg-primary")}).appendTo(this.fields_selected)},response:function(a){if("RESPONSE_OK"==a){var b=[],c=[];this.fields_selected.children("li").each(function(a,d){b.push(d.getAttribute("path")),c.push(d.innerText)}),Sao.rpc({method:"model."+this.screen.model_name+".export_data",params:[this.ids,b,{}]},this.session).then(function(a){this.export_csv(c,a).then(function(){this.destroy()}.bind(this))}.bind(this))}else this.destroy()},export_csv:function(a,b){var c=this.el_csv_encoding.val(),d={};d.data=b,this.el_add_field_names.is(":checked")&&(d.fields=a);var e=Papa.unparse(d,{delimiter:this.el_csv_delimiter.val()}),f=new Blob([e],{type:"text/csv;charset="+c}),g=window.URL.createObjectURL(f);return this.blob_url&&window.URL.revokeObjectURL(this.blob_url),this.blob_url=g,window.open(g),Sao.common.message.run(Sao.i18n.ngettext("%1 record saved","%1 records saved",b.length))}})}(),function(){"use strict";Sao.Wizard=Sao.class_(Object,{init:function(a){this.widget=jQuery("<div/>",{"class":"wizard"}),this.name=a||"",this.action_id=null,this.id=null,this.ids=null,this.action=null,this.context=null,this.states={},this.session_id=null,this.start_state=null,this.end_state=null,this.screen=null,this.screen_state=null,this.state=null,this.session=Sao.Session.current_session,this.__processing=!1,this.__waiting_response=!1,this.info_bar=new Sao.Window.InfoBar},run:function(a){this.action=a.action,this.action_id=a.data.action_id,this.id=a.data.id,this.ids=a.data.ids,this.model=a.data.model,this.context=a.context,Sao.rpc({method:"wizard."+this.action+".create",params:[this.session.context]},this.session).then(function(a){this.session_id=a[0],this.start_state=this.state=a[1],this.end_state=a[2],this.process()}.bind(this),function(){this.destroy()}.bind(this))},process:function(){if(!this.__processing&&!this.__waiting_response){var a=function(){if(this.state==this.end_state)return void this.end();var a=jQuery.extend({},this.context);a.active_id=this.id,a.active_ids=this.ids,a.active_model=this.model,a.action_id=this.action_id;var b={};this.screen&&(b[this.screen_state]=this.screen.get_on_change_value()),Sao.rpc({method:"wizard."+this.action+".execute",params:[this.session_id,b,this.state,a]},this.session).then(function(a){if(a.view){this.clean();var b=a.view;this.update(b.fields_view,b.defaults,b.buttons),this.screen_state=b.state,this.__waiting_response=!0}else this.state=this.end_state;var c=function(){a.actions&&a.actions.forEach(function(a){Sao.Action.exec_action(a[0],a[1],jQuery.extend({},this.context))}.bind(this))}.bind(this);this.state==this.end_state?this.end().then(c):c(),this.__processing=!1}.bind(this),function(a){this.__processing=!1}.bind(this))};a.call(this)}},destroy:function(){},end:function(){return Sao.rpc({method:"wizard."+this.action+".delete",params:[this.session_id,this.session.context]},this.session)},clean:function(){this.widget.children().remove(),this.states={}},response:function(a){return this.__waiting_response=!1,this.screen.current_view.set_value(),this.screen.current_record.validate().then(function(b){return b||a==this.end_state?(this.info_bar.message(),this.state=a,void this.process()):(this.screen.display(!0),void this.info_bar.message(this.screen.invalid_message(),"danger"))}.bind(this))},_get_button:function(a){var b=new Sao.common.Button(a);return this.states[a.state]=b,a["default"]?b.el.addClass("btn-primary"):a.state==this.end_state&&b.el.addClass("btn-link"),b},update:function(a,b,c){c.forEach(function(a){this._get_button(a)}.bind(this)),this.screen=new Sao.Screen(a.model,{mode:[],context:this.context}),this.screen.add_view(a),this.screen.switch_view(),this.widget.append(this.screen.screen_container.el),this.screen.new_(!1),this.screen.current_record.set_default(b),this.screen.set_cursor()}}),Sao.Wizard.create=function(a){var b;if(a.window){b=new Sao.Wizard.Form(a.name);var c=new Sao.Tab.Wizard(b);Sao.Tab.add(c)}else b=new Sao.Wizard.Dialog(a.name);b.run(a)},Sao.Wizard.Form=Sao.class_(Sao.Wizard,{init:function(a){Sao.Wizard.Form._super.init.call(this),this.tab=null,this.name=a||"",this.form=jQuery("<div/>",{"class":"wizard-form"}).append(this.widget),this.footer=jQuery("<div/>",{"class":"modal-footer"}).appendTo(this.form)},clean:function(){Sao.Wizard.Form._super.clean.call(this),this.footer.children().remove()},_get_button:function(a){var b=Sao.Wizard.Form._super._get_button.call(this,a);return this.footer.append(b.el),b.el.click(function(){this.response(a.state)}.bind(this)),b},end:function(){return Sao.Wizard.Form._super.end.call(this).always(function(){return this.tab.close()}.bind(this))}}),Sao.Wizard.Dialog=Sao.class_(Sao.Wizard,{init:function(a){a||(a=Sao.i18n.gettext("Wizard")),Sao.Wizard.Dialog._super.init.call(this);var b=new Sao.Dialog(a,"wizard-dialog","lg");this.dialog=b.modal,this.content=b.content,this.footer=b.footer,b.body.append(this.widget).append(this.info_bar.el)},clean:function(){Sao.Wizard.Dialog._super.clean.call(this),this.footer.children().remove()},_get_button:function(a){var b=Sao.Wizard.Dialog._super._get_button.call(this,a);return this.footer.append(b.el),a["default"]?(this.content.unbind("submit"),this.content.submit(function(b){this.response(a.state),b.preventDefault()}.bind(this)),b.el.attr("type","submit")):b.el.click(function(){this.response(a.state)}.bind(this)),b},update:function(a,b,c){this.content.unbind("submit"),Sao.Wizard.Dialog._super.update.call(this,a,b,c),this.dialog.modal("show")},destroy:function(a){Sao.Wizard.Dialog._super.destroy.call(this),this.dialog.on("hidden.bs.modal",function(b){this.dialog.remove();var c,d=jQuery(".wizard-dialog").filter(":visible")[0],e=!1;if(d||(d=Sao.Tab.tabs.get_current(),d?d.screen&&d.screen.model_name!=this.model&&(e=!0,c=Sao.main_menu_screen):(e=!0,c=Sao.main_menu_screen)),d&&d.screen&&(c=d.screen),c){if(c.current_record&&!e){var f;f=c.model_name==this.model?this.ids:[c.current_record.id],c.reload(f,!0)}a&&c.client_action(a)}}.bind(this)),this.dialog.modal("hide")},end:function(){return Sao.Wizard.Dialog._super.end.call(this).then(this.destroy.bind(this))},show:function(){this.dialog.modal("show")},hide:function(){this.dialog.modal("hide")},state_changed:function(){this.process()}})}(),function(){"use strict";Sao.View.Board=Sao.class_(Object,{init:function(a,b){var c,d,e,f;this.context=b,this.actions=[],this.el=jQuery("<div/>",{"class":"board"}),c={},e=a.children()[0];for(var g=0,h=e.attributes.length;h>g;g++)d=e.attributes[g],c[d.name]=d.value;for(this.attributes=c,this.el.append(this.parse(e).el),f=[],g=0,h=this.actions.length;h>g;g++)f.push(this.actions[g].action_prm);this.actions_prms=jQuery.when.apply(jQuery,f)},_parse_node:function(a,b,c){switch(a.tagName){case"image":break;case"separator":this._parse_separator(a,b,c);break;case"label":this._parse_label(a,b,c);break;case"newline":b.add_row();break;case"notebook":this._parse_notebook(a,b,c);break;case"page":this._parse_page(a,b,c);break;case"group":this._parse_group(a,b,c);break;case"hpaned":this._parse_pane(a,b,c,"horizontal");break;case"vpaned":this._parse_pane(a,b,c,"vertical");break;case"child":this._parse_child(a,b,c);break;case"action":this._parse_action(a,b,c)}},parse:function(a,b){var c;return b||(b=new Sao.View.Form.Container(Number(a.getAttribute("col")||4))),c=function(a,c){var d,e,f,g;for(d={},f=0,g=c.attributes.length;g>f;f++)e=c.attributes[f],d[e.name]=e.value;["yexpand","yfill","xexpand","xfill","colspan","position"].forEach(function(a){d[a]&&(d[a]=Number(d[a]))}),this._parse_node(c,b,d)},jQuery(a).children().each(c.bind(this)),b},_parse_separator:function(a,b,c){var d,e;d=c.string,e=new Sao.view.Form.Separator(d,c),b.add(c,e)},_parse_label:function(a,b,c){var d,e;return(d=c.string)?(e=new Sao.View.Form.Label(d,c),void b.add(c,e)):void b.add(c)},_parse_notebook:function(a,b,c){var d;void 0===c.yexpand&&(c.yexpand=!0),void 0===c.yfill&&(c.yfill=!0),d=new Sao.View.Form.Notebook(c),b.add(c,d),this.parse(a,b)},_parse_page:function(a,b,c){var d;d=c.string,page=this.parse(a,b),page=new Sao.View.Form.Page(b.add(page.el,d),c)},_parse_group:function(a,b,c){var d;d=new Sao.View.Form.Group(c),b.add(c,d)},_parse_pane:function(a,b,c,d){var e;void 0===c.yexpand&&(c.yexpand=!0),void 0===c.yfill&&(c.yfill=!0),e=new Sao.common.Paned(d),b.add(c,e),this.parse(a,e)},_parse_child:function(a,b,c){var d,e,f;d=this.parse(a),e=b.get_child1(),e.children().length>0?(f=b.get_child2(),f.append(d.el)):e.append(d.el)},_parse_action:function(a,b,c){var d;void 0===c.yexpand&&(c.yexpand=!0),void 0===c.yfill&&(c.yfill=!0),d=new Sao.View.Board.Action(c,this.context),this.actions.push(d),b.add(c,d)},reload:function(){for(var a=0;a<this.actions.length;a++)this.actions[a].display()}}),Sao.View.Board.Action=Sao.class_(Object,{init:function(a,b){var c,d;this.name=a.name,this.context=b||{},c=new Sao.Model("ir.action.act_window"),this.action_prm=c.execute("get",[this.name],this.context),this.action_prm.done(function(b){var c,e,f,g,h,i;if(this.action=b,this.action.mode=[],f=[],(this.action.views||[]).length>0)for(c=0,e=this.action.views.length;e>c;c++)f.push(this.action.views[c][0]),this.action.mode.push(this.action.views[c][1]);else void 0!==this.action.view_id&&(f=[this.action.view_id[0]]);"mode"in a&&(this.action.mode=a.mode),"pyson_domain"in this.action||(this.action.pyson_domain="[]"),jQuery.extend(this.context,Sao.Session.current_session.context),this.context._user=Sao.Session.current_session.user_id,g=new Sao.PYSON.Decoder(this.context),jQuery.extend(this.context,g.decode(this.action.pyson_context||"{}")),g=new Sao.PYSON.Decoder(this.context),jQuery.extend(this.context,g.decode(this.action.pyson_context||"{}")),this.domain=[],this.update_domain([]),h=jQuery.extend({},this.context),h.context=this.context,h._user=Sao.Session.current_session.user_id,g=new Sao.PYSON.Decoder(h),d=g.decode(this.action.pyson_search_value||"{}"),i={mode:this.action.mode,context:this.context,view_ids:f,domain:this.domain,search_value:d,row_activate:this.row_activate.bind(this)},this.screen=new Sao.Screen(this.action.res_model,i),a.string?this.title.html(a.string):this.title.html(this.action.name),this.screen.switch_view().done(function(){this.body.append(this.screen.screen_container.el),this.screen.search_filter()}.bind(this))}.bind(this)),this.el=jQuery("<div/>",{"class":"board-action panel panel-default"}),this.title=jQuery("<div/>",{"class":"panel-heading"}),this.el.append(this.title),this.body=jQuery("<div/>",{"class":"panel-body"}),this.el.append(this.body)},row_activate:function(){var a,b;this.screen.current_record&&("tree"==this.screen.current_view.view_type&&1==this.screen.current_view.attributes.keyword_open?(a=this.screen.current_view.selected_records().map(function(a){return a.id}),Sao.Action.exec_keyword("tree_open",{model:this.screen.model_name,id:this.screen.current_record.id,ids:a},jQuery.extend({},this.context),!1)):b=new Sao.Window.Form(this.screen,function(a){a?this.screen.current_record.save():this.screen.current_record.cancel()}.bind(this)))},set_value:function(){},display:function(){this.screen.search_filter(this.screen.screen_container.get_text())},get_active:function(){return this.screen&&this.screen.current_record?Sao.common.EvalEnvironment(this.screen.current_record):void 0},update_domain:function(a){var b,c,d,e,f,g;for(e=jQuery.extend({},this.context),e.context=e,e._user=Sao.Session.current_session.user_id,b=0,c=a.length;c>b;b++)d=a[b].get_active(),d&&(e[a[b].name]=d);f=new Sao.PYSON.Decoder(e),g=f.decode(this.action.pyson_domain),Sao.common.compare(this.domain,g)||(this.domain.splice(0,this.domain.length),jQuery.extend(this.domain,g),this.screen&&this.display())}})}();
\ No newline at end of file
diff --git a/index.html b/index.html
index a2f1dad..7f788ec 100644
--- a/index.html
+++ b/index.html
@@ -12,14 +12,19 @@ this repository contains the full copyright notices and license terms. -->
         <script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
         <script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
         <script type="text/javascript" src="bower_components/moment/min/moment.min.js"></script>
+        <script type="text/javascript" src="bower_components/moment/min/locales.min.js"></script>
         <script type="text/javascript" src="bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js"></script>
         <script type="text/javascript" src="bower_components/gettext.js/dist/gettext.min.js"></script>
         <script type="text/javascript" src="bower_components/d3/d3.min.js"></script>
         <script type="text/javascript" src="bower_components/c3/c3.min.js"></script>
+        <script type="text/javascript" src="bower_components/papaparse/papaparse.min.js"></script>
+        <script type="text/javascript" src="bower_components/fullcalendar/dist/fullcalendar.min.js"></script>
+        <script type="text/javascript" src="bower_components/fullcalendar/dist/locale-all.js"></script>
 
         <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
         <link rel="stylesheet" href="bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css">
         <link rel="stylesheet" href="bower_components/c3/c3.min.css">
+        <link rel="stylesheet" href="bower_components/fullcalendar/dist/fullcalendar.min.css">
         <link rel="stylesheet" href="offcanvas.css">
 
         <script type="text/javascript" src="dist/tryton-sao.min.js"></script>
@@ -53,6 +58,7 @@ this repository contains the full copyright notices and license terms. -->
                 <div class="collapse navbar-collapse" id="user_menu_collapse">
                     <ul class="nav navbar-nav">
                         <li id="user-preferences"></li>
+                        <li id="user-favorites"></li>
                     </ul>
                     <ul class="nav navbar-nav navbar-right">
                         <li id="user-logout"></li>
diff --git a/locale/bg.json b/locale/bg.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/bg.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/cs_CZ.po b/locale/bg.po
similarity index 73%
copy from locale/cs_CZ.po
copy to locale/bg.po
index 72e743b..3766150 100644
--- a/locale/cs_CZ.po
+++ b/locale/bg.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/ca.json b/locale/ca.json
new file mode 100644
index 0000000..87a62ff
--- /dev/null
+++ b/locale/ca.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,"Gestiona els preferits"],"Logout":[null,"Sortir"],"Favorites":[null,"Preferits"],"Search...":[null,"Cerca..."],"Unable to reach the server":[null,"No ha estat possible connectar amb el servidor."],"Login":[null,"Identificació"],"Database":[null,"Base de dades"],"Unable to reach the server.":[null,"No ha estat possible connectar amb el servidor."],"Toggle navigation":[null,"Commuta navegació"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"L'acció seleccionada requereix tancar totes les pestanyes.\nVoleu continuar?"],"Close":[null,"Tanca"],"New":[null,"Nou"],"Create a new record":[null,"Crea un nou registre"],"Save":[null,"Desa"],"Save this record":[null,"Desa aquest registre"],"Switch":[null,"Canvia"],"Switch view":[null,"Canvia la vista"],"Reload":[null,"Recarrega"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registre anterior"],"Next":[null,"Registre següent"],"Next Record":[null,"Següent registre"],"Attachment":[null,"Adjunt"],"Add an attachment to the record":[null,"Afegeix un adjunt en el registre"],"Note":[null,"Nota"],"Add a note to the record":[null,"Afegeix una nota al registre"],"Reload/Undo":[null,"Refresca/Desfés"],"Duplicate":[null,"Duplica"],"Delete":[null,"Elimina"],"Search":[null,"Cerca"],"View Logs...":[null,"Veure registre..."],"Show revisions...":[null,"Mostra revisions..."],"Close Tab":[null,"Tanca pestanya"],"Action":[null,"Acció"],"Relate":[null,"Relacionat"],"Print":[null,"Imprimeix"],"Export":[null,"Exporta"],"Import":[null,"Importa"],"Launch action":[null,"Executa acció"],"Open related records":[null,"Obra registres relacionats"],"Print report":[null,"Imprimeix informe"],"This record has been modified\ndo you want to save it?":[null,"Aquest registre ha estat modificat mentre l'editàveu\nel voleu desar?"],"Record saved.":[null,"Registre desat"],"Working now on the duplicated record(s).":[null,"Està treballant amb un registre(s) duplicat."],"Are you sure to remove this record?":[null,"Esteu segurs d'eliminar aquest registre?"],"Are you sure to remove those records?":[null,"Esteu segurs d'eliminar aquests registres?"],"Records removed.":[null,"Registres eliminats"],"Records not removed.":[null,"Registres no eliminats"],"You have to select one record.":[null,"Ha de seleccionar un registre"],"ID:":[null,"Identificador:"],"Creation User:":[null,"Creat per:"],"Creation Date:":[null,"Data creació:"],"Latest Modification by:":[null,"Última modificació per:"],"Latest Modification Date:":[null,"Última data de modificació:"],"Model: ":[null,"Model:"],"Attachment(%1)":[null,"Adjunt(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtres"],"Bookmarks":[null,"Cerques preferides"],"Remove this bookmark":[null,"Elimina de les cerques preferides"],"Bookmark this filter":[null,"Desa com a cerca preferida"],"Bookmark Name:":[null,"Nom de la cerca preferida"],"True":[null,"Verdader"],"False":[null,"Fals"],"Find":[null,"Cerca"],"ID":[null,"ID"],"Creation User":[null,"Creat per:"],"Creation Date":[null,"Data creació:"],"Modification User":[null,"Modificat per"],"Modification Date":[null,"Última data de modificació:"],"\"%1\" is required":[null,"\"%1\" és obligatori."],"\"%1\" is not valid according to its domain":[null,"\"%1\" no és vàlid segons el seu domini."],"The values of \"%1\" are not valid":[null,"Els valors de \"%1\" no són vàlids."],"Pre-validation":[null,"Prevalidació"],"Translate":[null,"Tradueix"],"Cancel":[null,"Cancel·la"],"OK":[null,"OK"],"Edit":[null,"Edita"],"Fuzzy":[null,"Dubtosa"],"You need to save the record before adding translations.":[null,"Heu de desar el registre abans d'afegir traduccions."],"No other language available.":[null,"No hi ha cap altre idioma disponible."],"Font":[null,"Tipus de lletra"],"Size":[null,"Mida"],"Add":[null,"Afegeix"],"Remove":[null,"Elimina"],"Open":[null,"Obre"],"Undelete":[null,"Recupera"],"Select":[null,"Selecciona"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Més"],", ":[null,", "],",…":[null,",…"],"%1 (%2)":[null,"%1 (%2)"],"Select your action":[null,"Seleccioneu la vostra acció"],"No action defined.":[null,"No s'ha definit cap acció."],"Your selection:":[null,"La vostra selecció:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,"Per: "],"y":[null,"a"],"Yes":[null,"Sí"],"t":[null,"c"],"Message: ":[null,"Missatge: "],"Warning: ":[null,"Avís: "],"Always ignore this warning.":[null,"Ignora sempre aquest advertiment."],"Do you want to proceed?":[null,"Voleu continuar?"],"No":[null,"No"],"Confirmation: ":[null,"Confirmació: "],"Concurrency Exception":[null,"Excepció de concurrència"],"Write Concurrency Warning: ":[null,"Avís de concurrència d'escriptura: "],"This record has been modified while you were editing it.":[null,"Aquest registre ha estat modificat mentre l'editàveu."],"Choose:":[null,"Trieu:"],"\"Cancel\" to cancel saving;":[null,"\"Cancel·la\" per no desar;"],"\"Compare\" to see the modified version;":[null,"\"Compara\" per veure la versió modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Desa de totes formes\" per desar els vostres canvis."],"Compare":[null,"Compara"],"Write Anyway":[null,"Desa de totes formes"],"Application Error":[null,"Error d'aplicació."],"Report Bug":[null,"Informa de l'error"],"Create...":[null,"Crea..."],"Attachments (%1)":[null,"Adjunts (%1)"],"Notes (%1)":[null,"Notes (%1)"],"Search %1":[null,"Cerca %1"],"Revision":[null,"Revisió"],"All Fields":[null,"Tots els camps"],"Clear":[null,"Neteja"],"Fields Selected":[null,"Camps seleccionats"],"CSV Parameters":[null,"Paràmetres CSV"],"Delimiter:":[null,"Separador de camp:"],"Quote Char:":[null,"Delimitador de text:"],"Encoding:":[null,"Codificació:"],"Import from CSV":[null,"Importa des de CSV"],"Auto-Detect":[null,"Detecta automàticament"],"File to Import":[null,"Fitxer a importar"],"Lines to Skip:":[null,"Línies a ometre:"],"You must select an import file first":[null,"Primer heu de seleccionar un fitxer a importar."],"Error occured in loading the file":[null,"S'ha produït un error al carregar el fitxer"],"Error processing the file at field %1.":[null,"S'ha produït un error al processar el fitxer al camp %1."],"Error":[null,"Error"],"Export to CSV":[null,"Exporta a CSV"],"Predefined Exports":[null,"Exportacions predefinides"],"Save Export":[null,"Desa l'exportació"],"Delete Export":[null,"Elimina l'exportació"],"Add Field Names":[null,"Afegeix noms dels camps"],"%1 (string)":[null,"%1 (string)"],"What is the name of this export?":[null,"Quin és el nom d'aquesta exportació?"],"Override %1 definition?":[null,"Voleu sobreescriure la definició %1? "],"Wizard":[null,"Assistent"]}
\ No newline at end of file
diff --git a/locale/ca_ES.po b/locale/ca.po
similarity index 71%
rename from locale/ca_ES.po
rename to locale/ca.po
index 23cc786..0ff4d2b 100644
--- a/locale/ca_ES.po
+++ b/locale/ca.po
@@ -2,31 +2,33 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+# Generated by grunt-xgettext on Tue Nov 01 2016 15:18:23 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr "Gestiona els preferits"
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "Sortir"
 
+msgid "Favorites"
+msgstr "Preferits"
+
 msgid "Search..."
 msgstr "Cerca..."
 
 msgid "Unable to reach the server"
 msgstr "No ha estat possible connectar amb el servidor."
 
-msgid "Unable to reach the server."
-msgstr "No ha estat possible connectar amb el servidor."
-
 msgid "Login"
 msgstr "Identificació"
 
-msgid "Password"
-msgstr "Contrasenya"
-
 msgid "Database"
 msgstr "Base de dades"
 
-msgid "OK"
-msgstr "OK"
+msgid "Unable to reach the server."
+msgstr "No ha estat possible connectar amb el servidor."
 
 msgid "Toggle navigation"
 msgstr "Commuta navegació"
@@ -66,13 +68,13 @@ msgid "Reload"
 msgstr "Recarrega"
 
 msgid "Previous"
-msgstr "Registre anterior"
+msgstr "Anterior"
 
 msgid "Previous Record"
-msgstr "Registre següent"
+msgstr "Registre anterior"
 
 msgid "Next"
-msgstr "Següent"
+msgstr "Registre següent"
 
 msgid "Next Record"
 msgstr "Següent registre"
@@ -119,6 +121,12 @@ msgstr "Relacionat"
 msgid "Print"
 msgstr "Imprimeix"
 
+msgid "Export"
+msgstr "Exporta"
+
+msgid "Import"
+msgstr "Importa"
+
 msgid "Launch action"
 msgstr "Executa acció"
 
@@ -157,13 +165,13 @@ msgid "You have to select one record."
 msgstr "Ha de seleccionar un registre"
 
 msgid "ID:"
-msgstr "ID:"
+msgstr "Identificador:"
 
 msgid "Creation User:"
 msgstr "Creat per:"
 
 msgid "Creation Date:"
-msgstr "Data de creació:"
+msgstr "Data creació:"
 
 msgid "Latest Modification by:"
 msgstr "Última modificació per:"
@@ -211,7 +219,7 @@ msgid "Creation User"
 msgstr "Creat per:"
 
 msgid "Creation Date"
-msgstr "Data de creació:"
+msgstr "Data creació:"
 
 msgid "Modification User"
 msgstr "Modificat per"
@@ -231,6 +239,27 @@ msgstr "Els valors de \"%1\" no són vàlids."
 msgid "Pre-validation"
 msgstr "Prevalidació"
 
+msgid "Translate"
+msgstr "Tradueix"
+
+msgid "Cancel"
+msgstr "Cancel·la"
+
+msgid "OK"
+msgstr "OK"
+
+msgid "Edit"
+msgstr "Edita"
+
+msgid "Fuzzy"
+msgstr "Dubtosa"
+
+msgid "You need to save the record before adding translations."
+msgstr "Heu de desar el registre abans d'afegir traduccions."
+
+msgid "No other language available."
+msgstr "No hi ha cap altre idioma disponible."
+
 msgid "Font"
 msgstr "Tipus de lletra"
 
@@ -252,9 +281,6 @@ msgstr "Recupera"
 msgid "Select"
 msgstr "Selecciona"
 
-msgid "Cancel"
-msgstr "Cancel·la"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -264,16 +290,19 @@ msgstr ":"
 msgid "More"
 msgstr "Més"
 
-msgid "Calendar view not yet implemented"
-msgstr "La vista de calendari encara no està implementada."
+msgid ", "
+msgstr ", "
 
-msgid "Warning"
-msgstr "Avís"
+msgid ",…"
+msgstr ",…"
+
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
 
 msgid "Select your action"
 msgstr "Seleccioneu la vostra acció"
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr "No s'ha definit cap acció."
 
 msgid "Your selection:"
@@ -300,14 +329,14 @@ msgstr "m"
 msgid "s"
 msgstr "s"
 
+msgid "By: "
+msgstr "Per: "
+
 msgid "y"
 msgstr "a"
 
-msgid "yes"
-msgstr "sí"
-
-msgid "true"
-msgstr "cert"
+msgid "Yes"
+msgstr "Sí"
 
 msgid "t"
 msgstr "c"
@@ -327,9 +356,6 @@ msgstr "Voleu continuar?"
 msgid "No"
 msgstr "No"
 
-msgid "Yes"
-msgstr "Sí"
-
 msgid "Confirmation: "
 msgstr "Confirmació: "
 
@@ -369,8 +395,86 @@ msgstr "Informa de l'error"
 msgid "Create..."
 msgstr "Crea..."
 
+msgid "Attachments (%1)"
+msgstr "Adjunts (%1)"
+
+msgid "Notes (%1)"
+msgstr "Notes (%1)"
+
+msgid "Search %1"
+msgstr "Cerca %1"
+
 msgid "Revision"
 msgstr "Revisió"
 
+msgid "All Fields"
+msgstr "Tots els camps"
+
+msgid "Clear"
+msgstr "Neteja"
+
+msgid "Fields Selected"
+msgstr "Camps seleccionats"
+
+msgid "CSV Parameters"
+msgstr "Paràmetres CSV"
+
+msgid "Delimiter:"
+msgstr "Separador de camp:"
+
+msgid "Quote Char:"
+msgstr "Delimitador de text:"
+
+msgid "Encoding:"
+msgstr "Codificació:"
+
+msgid "Import from CSV"
+msgstr "Importa des de CSV"
+
+msgid "Auto-Detect"
+msgstr "Detecta automàticament"
+
+msgid "File to Import"
+msgstr "Fitxer a importar"
+
+msgid "Lines to Skip:"
+msgstr "Línies a ometre:"
+
+msgid "You must select an import file first"
+msgstr "Primer heu de seleccionar un fitxer a importar."
+
+msgid "Error occured in loading the file"
+msgstr "S'ha produït un error al carregar el fitxer"
+
+msgid "Error processing the file at field %1."
+msgstr "S'ha produït un error al processar el fitxer al camp %1."
+
+msgid "Error"
+msgstr "Error"
+
+msgid "Export to CSV"
+msgstr "Exporta a CSV"
+
+msgid "Predefined Exports"
+msgstr "Exportacions predefinides"
+
+msgid "Save Export"
+msgstr "Desa l'exportació"
+
+msgid "Delete Export"
+msgstr "Elimina l'exportació"
+
+msgid "Add Field Names"
+msgstr "Afegeix noms dels camps"
+
+msgid "%1 (string)"
+msgstr "%1 (string)"
+
+msgid "What is the name of this export?"
+msgstr "Quin és el nom d'aquesta exportació?"
+
+msgid "Override %1 definition?"
+msgstr "Voleu sobreescriure la definició %1? "
+
 msgid "Wizard"
 msgstr "Assistent"
diff --git a/locale/ca_ES.json b/locale/ca_ES.json
index bc5fe09..2e73d63 100644
--- a/locale/ca_ES.json
+++ b/locale/ca_ES.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Sortir"],"Search...":[null,"Cerca..."],"Unable to reach the server":[null,"No ha estat possible connectar amb el servidor."],"Unable to reach the server.":[null,"No ha estat possible connectar amb el servidor."],"Login":[null,"Identificació"],"Password":[null,"Contrasenya"],"Database":[null,"Base de dades"],"OK":[null,"OK"],"Toggle navigation":[null,"Commuta navegació"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"L'acció seleccionada requereix tancar totes les pestanyes.\nVoleu continuar?"],"Close":[null,"Tanca"],"New":[null,"Nou"],"Create a new record":[null,"Crea un nou registre"],"Save":[null,"Desa"],"Save this record":[null,"Desa aquest registre"],"Switch":[null,"Canvia"],"Switch view":[null,"Canvia la vista"],"Reload":[null,"Recarrega"],"Previous":[null,"Registre anterior"],"Previous Record":[null,"Registre següent"],"Next":[null,"Següent"],"Next Record":[null,"Següent registre"],"Attachment":[null,"Adjunt"],"Add an attachment to the record":[null,"Afegeix un adjunt en el registre"],"Note":[null,"Nota"],"Add a note to the record":[null,"Afegeix una nota al registre"],"Reload/Undo":[null,"Refresca/Desfés"],"Duplicate":[null,"Duplica"],"Delete":[null,"Elimina"],"Search":[null,"Cerca"],"View Logs...":[null,"Veure registre..."],"Show revisions...":[null,"Mostra revisions..."],"Close Tab":[null,"Tanca pestanya"],"Action":[null,"Acció"],"Relate":[null,"Relacionat"],"Print":[null,"Imprimeix"],"Launch action":[null,"Executa acció"],"Open related records":[null,"Obra registres relacionats"],"Print report":[null,"Imprimeix informe"],"This record has been modified\ndo you want to save it?":[null,"Aquest registre ha estat modificat mentre l'editàveu\nel voleu desar?"],"Record saved.":[null,"Registre desat"],"Working now on the duplicated record(s).":[null,"Està treballant amb un registre(s) duplicat."],"Are you sure to remove this record?":[null,"Esteu segurs d'eliminar aquest registre?"],"Are you sure to remove those records?":[null,"Esteu segurs d'eliminar aquests registres?"],"Records removed.":[null,"Registres eliminats"],"Records not removed.":[null,"Registres no eliminats"],"You have to select one record.":[null,"Ha de seleccionar un registre"],"ID:":[null,"ID:"],"Creation User:":[null,"Creat per:"],"Creation Date:":[null,"Data de creació:"],"Latest Modification by:":[null,"Última modificació per:"],"Latest Modification Date:":[null,"Última data de modificació:"],"Model: ":[null,"Model:"],"Attachment(%1)":[null,"Adjunt(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtres"],"Bookmarks":[null,"Cerques preferides"],"Remove this bookmark":[null,"Elimina de les cerques preferides"],"Bookmark this filter":[null,"Desa com a cerca preferida"],"Bookmark Name:":[null,"Nom de la cerca preferida"],"True":[null,"Verdader"],"False":[null,"Fals"],"Find":[null,"Cerca"],"ID":[null,"ID"],"Creation User":[null,"Creat per:"],"Creation Date":[null,"Data de creació:"],"Modification User":[null,"Modificat per"],"Modification Date":[null,"Última data de modificació:"],"\"%1\" is required":[null,"\"%1\" és obligatori."],"\"%1\" is not valid according to its domain":[null,"\"%1\" no és vàlid segons el seu domini."],"The values of \"%1\" are not valid":[null,"Els valors de \"%1\" no són vàlids."],"Pre-validation":[null,"Prevalidació"],"Font":[null,"Tipus de lletra"],"Size":[null,"Mida"],"Add":[null,"Afegeix"],"Remove":[null,"Elimina"],"Open":[null,"Obre"],"Undelete":[null,"Recupera"],"Select":[null,"Selecciona"],"Cancel":[null,"Cancel·la"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Més"],"Calendar view not yet implemented":[null,"La vista de calendari encara no està implementada."],"Warning":[null,"Avís"],"Select your action":[null,"Seleccioneu la vostra acció"],"No action defined!":[null,"No s'ha definit cap acció."],"Your selection:":[null,"La vostra selecció:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"a"],"yes":[null,"sí"],"true":[null,"cert"],"t":[null,"c"],"Message: ":[null,"Missatge: "],"Warning: ":[null,"Avís: "],"Always ignore this warning.":[null,"Ignora sempre aquest advertiment."],"Do you want to proceed?":[null,"Voleu continuar?"],"No":[null,"No"],"Yes":[null,"Sí"],"Confirmation: ":[null,"Confirmació: "],"Concurrency Exception":[null,"Excepció de concurrència"],"Write Concurrency Warning: ":[null,"Avís de concurrència d'escriptura: "],"This record has been modified while you were editing it.":[null,"Aquest registre ha estat modificat mentre l'editàveu."],"Choose:":[null,"Trieu:"],"\"Cancel\" to cancel saving;":[null,"\"Cancel·la\" per no desar;"],"\"Compare\" to see the modified version;":[null,"\"Compara\" per veure la versió modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Desa de totes formes\" per desar els vostres canvis."],"Compare":[null,"Compara"],"Write Anyway":[null,"Desa de totes formes"],"Application Error":[null,"Error d'aplicació."],"Report Bug":[null,"Informa de l'error"],"Create...":[null,"Crea..."],"Revision":[null,"Revisió"],"Wizard":[null,"Assistent"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Sortir"],"Search...":[null,"Cerca..."],"Unable to reach the server":[null,"No ha estat possible connectar-se al servidor."],"Unable to reach the server.":[null,"No ha estat possible connectar-se al servidor."],"Login":[null,"Identificació"],"Password":[null,"Contrasenya"],"Database":[null,"Base de dades"],"OK":[null,"OK"],"Toggle navigation":[null,"Commuta navegació"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"L'acció seleccionada requereix tancar totes les pestanyes.\nVoleu continuar?"],"Close":[null,"Tanca"],"New":[null,"Nou"],"Create a new record":[null,"Crea un nou registre"],"Save":[null,"Desa"],"Save this record":[null,"Desa aquest registre"],"Switch":[null,"Canvia"],"Switch view":[null,"Canvia la vista"],"Reload":[null,"Recarrega"],"Previous":[null,"Registre anterior"],"Previous Record":[null,"Registre següent"],"Next":[null,"Següent"],"Next Record":[null,"Següent registre"],"Attachment":[null,"Adjunt"],"Add an attachment to the record":[null,"Afegeix un adjunt en el registre"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"Refresca/Desfés"],"Duplicate":[null,"Duplica"],"Delete":[null,"Elimina"],"Search":[null,"Cerca"],"View Logs...":[null,"Veure registre..."],"Show revisions...":[null,"Mostra revisions..."],"Close Tab":[null,"Tanca pestanya"],"Action":[null,"Acció"],"Relate":[null,"Relacionat"],"Print":[null,"Imprimeix"],"Launch action":[null,"Executa acció"],"Open related records":[null,"Obra registres relacionats"],"Print report":[null,"Imprimeix informe"],"This record has been modified\ndo you want to save it?":[null,"Aquest registre ha estat modificat mentre l'editàveu\nel voleu desar?"],"Record saved.":[null,"Registre desat"],"Working now on the duplicated record(s).":[null,"Està treballant amb un registre(s) duplicat."],"Are you sure to remove this record?":[null,"Esteu segurs d'eliminar aquest registre?"],"Are you sure to remove those records?":[null,"Esteu segurs d'eliminar aquests registres?"],"Records removed.":[null,"Registres eliminats"],"Records not removed.":[null,"Registres no eliminats"],"You have to select one record.":[null,"Ha de seleccionar un registre"],"ID:":[null,"ID:"],"Creation User:":[null,"Creat per:"],"Creation Date:":[null,"Data de creació:"],"Latest Modification by:":[null,"Última modificació per:"],"Latest Modification Date:":[null,"Última data de modificació:"],"Model: ":[null,"Model:"],"Attachment(%1)":[null,"Adjunt(%1)"],"Note(%1)":[null,""],"Filters":[null,"Filtres"],"Bookmarks":[null,"Cerques preferides"],"Remove this bookmark":[null,"Elimina de les cerques preferides"],"Bookmark this filter":[null,"Desa com a cerca preferida"],"Bookmark Name:":[null,"Nom de la cerca preferida"],"True":[null,"Verdader"],"False":[null,"Fals"],"Find":[null,"Cerca"],"ID":[null,"ID"],"Creation User":[null,"Creat per:"],"Creation Date":[null,"Data de creació:"],"Modification User":[null,"Modificat per"],"Modification Date":[null,"Última data de modificació:"],"\"%1\" is required":[null,"\"%1\" és obligatori."],"\"%1\" is not valid according to its domain":[null,"\"%1\" no és vàlid segons el seu domini."],"The values of \"%1\" are not valid":[null,"Els valors de \"%1\" no són vàlids."],"Pre-validation":[null,"Prevalidació"],"Font":[null,"Tipus de lletra"],"Size":[null,"Mida"],"Add":[null,"Afegeix"],"Remove":[null,"Elimina"],"Open":[null,"Obre"],"Undelete":[null,"Recupera"],"Select":[null,"Selecciona"],"Cancel":[null,"Cancel·la"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Més"],"Calendar view not yet implemented":[null,"La vista de calendari encara no està implementada."],"Warning":[null,"Avís"],"Select your action":[null,"Seleccioneu la vostra acció"],"No action defined!":[null,"No s'ha definit cap acció."],"Your selection:":[null,"La vostra selecció:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"a"],"yes":[null,"sí"],"true":[null,"cert"],"t":[null,"c"],"Message: ":[null,"Missatge: "],"Warning: ":[null,"Avís: "],"Always ignore this warning.":[null,"Ignora sempre aquest advertiment."],"Do you want to proceed?":[null,"Voleu continuar?"],"No":[null,"No"],"Yes":[null,"Sí"],"Confirmation: ":[null,"Confirmació: "],"Concurrency Exception":[null,"Excepció de concurrència"],"Write Concurrency Warning: ":[null,"Avís de concurrència d'escriptura: "],"This record has been modified while you were editing it.":[null,"Aquest registre ha estat modificat mentre l'editàveu."],"Choose:":[null,"Trieu:"],"\"Cancel\" to cancel saving;":[null,"\"Cancel·la\" per no desar;"],"\"Compare\" to see the modified version;":[null,"\"Compara\" per veure la versió modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Desa de totes formes\" per desar els vostres canvis."],"Compare":[null,"Compara"],"Write Anyway":[null,"Desa de totes formes"],"Application Error":[null,"Error d'aplicació."],"Report Bug":[null,"Informa de l'error"],"Revision":[null,"Revisió"],"Wizard":[null,"Assistent"]}
\ No newline at end of file
diff --git a/locale/cs.json b/locale/cs.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/cs.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/bg_BG.po b/locale/cs.po
similarity index 73%
rename from locale/bg_BG.po
rename to locale/cs.po
index 72e743b..3766150 100644
--- a/locale/bg_BG.po
+++ b/locale/cs.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/de.json b/locale/de.json
new file mode 100644
index 0000000..984e212
--- /dev/null
+++ b/locale/de.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,"Lesezeichen verwalten"],"Logout":[null,"Abmelden"],"Favorites":[null,"Favoriten"],"Search...":[null,"Suche..."],"Unable to reach the server":[null,"Kann nicht zum Server verbinden"],"Login":[null,"Anmeldename"],"Database":[null,"Datenbank"],"Unable to reach the server.":[null,"Kann nicht zum Server verbinden."],"Toggle navigation":[null,"Navigation umschalten"],"Menu":[null,"Menü"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"Die folgende Aktion erfordert die Schließung aller Registerkarten.\nFortfahren?"],"Close":[null,"Schließen"],"New":[null,"Neu"],"Create a new record":[null,"Einen neuen Datensatz erstellen"],"Save":[null,"Speichern"],"Save this record":[null,"Diesen Datensatz speichern"],"Switch":[null,"Ansicht wechseln"],"Switch view":[null,"Ansicht wechseln"],"Reload":[null,"Neu laden"],"Previous":[null,"Vorheriger"],"Previous Record":[null,"Vorheriger Datensatz"],"Next":[null,"Nächster"],"Next Record":[null,"Nächster Datensatz"],"Attachment":[null,"Anhang"],"Add an attachment to the record":[null,"Einen Anhang zum Datensatz hinzufügen"],"Note":[null,"Notiz"],"Add a note to the record":[null,"Eine Notiz zu einem Datensatz hinzufügen"],"Reload/Undo":[null,"Neu laden/Rückgängig"],"Duplicate":[null,"Duplizieren"],"Delete":[null,"Löschen"],"Search":[null,"Suchen"],"View Logs...":[null,"Protokoll ansehen..."],"Show revisions...":[null,"Bearbeitungen anzeigen..."],"Close Tab":[null,"Registerkarte schließen"],"Action":[null,"Aktion"],"Relate":[null,"Beziehung"],"Print":[null,"Drucken"],"Export":[null,"Export"],"Import":[null,"Import"],"Launch action":[null,"Aktion ausführen"],"Open related records":[null,"Datensätze einer Beziehung öffnen"],"Print report":[null,"Bericht drucken"],"This record has been modified\ndo you want to save it?":[null,"Datensatz geändert.\nSoll der Datensatz gespeichert werden?"],"Record saved.":[null,"Der Datensatz wurde gespeichert."],"Working now on the duplicated record(s).":[null,"Sie arbeiten nun an dem/den duplizierten Datensatz/Datensätzen."],"Are you sure to remove this record?":[null,"Möchten Sie diesen Datensatz wirklich löschen?"],"Are you sure to remove those records?":[null,"Möchten Sie diese Datensätze wirklich löschen?"],"Records removed.":[null,"Die Datensätze wurden gelöscht."],"Records not removed.":[null,"Die Datensätze wurden nicht gelöscht."],"You have to select one record.":[null,"Ein Datensatz muss ausgewählt werden."],"ID:":[null,"ID:"],"Creation User:":[null,"Erstellt von:"],"Creation Date:":[null,"Erstellt am:"],"Latest Modification by:":[null,"Zuletzt verändert von"],"Latest Modification Date:":[null,"Zuletzt verändert am"],"Model: ":[null,"Modell:"],"Attachment(%1)":[null,"Anhang(%1)"],"Note(%1)":[null,"Notiz(%1)"],"Filters":[null,"Filter"],"Bookmarks":[null,"Lesezeichen"],"Remove this bookmark":[null,"Dieses Lesezeichen entfernen"],"Bookmark this filter":[null,"Diesen Filter als Lesezeichen hinzufügen"],"Bookmark Name:":[null,"Lesezeichenname:"],"True":[null,"Wahr"],"False":[null,"Falsch"],"Find":[null,"Suchen"],"ID":[null,"ID"],"Creation User":[null,"Erstellt von"],"Creation Date":[null,"Erstellt am:"],"Modification User":[null,"Zuletzt verändert von"],"Modification Date":[null,"Zuletzt verändert am"],"\"%1\" is required":[null,"In Feld \"%1\" ist ein Eintrag erforderlich."],"\"%1\" is not valid according to its domain":[null,"\"%1\" liegt nicht im gültigen Wertebereich (Domain)."],"The values of \"%1\" are not valid":[null,"Die Werte von \"%1\" sind ungültig."],"Pre-validation":[null,"Vorvalidierung"],"Translate":[null,"Übersetzen"],"Cancel":[null,"Abbrechen"],"OK":[null,"OK"],"Edit":[null,"Bearbeiten"],"Fuzzy":[null,"Fuzzy"],"You need to save the record before adding translations.":[null,"Der Datensatz muss gespeichert werden, bevor eine Übersetzung hinzugefügt werden kann."],"No other language available.":[null,"Keine weitere Sprache verfügbar"],"Font":[null,"Schriftart"],"Size":[null,"Größe"],"Add":[null,"Hinzufügen"],"Remove":[null,"Entfernen"],"Open":[null,"Öffnen"],"Undelete":[null,"Löschung rückgängig machen"],"Select":[null,"Auswählen"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Mehr"],", ":[null,", "],",…":[null,",…"],"%1 (%2)":[null,"%1 (%2)"],"Select your action":[null,"Wählen Sie eine Aktion"],"No action defined.":[null,"Keine Aktion definiert."],"Your selection:":[null,"Ihre Auswahl:"],"Y":[null,"J"],"M":[null,"M"],"w":[null,"W"],"d":[null,"t"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,"Von:"],"y":[null,"j"],"Yes":[null,"Ja"],"t":[null,"W"],"Message: ":[null,"Nachricht: "],"Warning: ":[null,"Warnung: "],"Always ignore this warning.":[null,"Diese Warnung immer ignorieren."],"Do you want to proceed?":[null,"Fortfahren?"],"No":[null,"Nein"],"Confirmation: ":[null,"Bestätigung: "],"Concurrency Exception":[null,"Aktualisierungskonflikt"],"Write Concurrency Warning: ":[null,"Aktualisierungskonflikt beim Schreiben des aktuellen Datensatzes: "],"This record has been modified while you were editing it.":[null,"Dieser Datensatz wurde anderweitig geändert, während Sie ihn bearbeitet haben."],"Choose:":[null,"Lösungsmöglichkeiten:"],"\"Cancel\" to cancel saving;":[null,"- \"Abbrechen\" um den Speichervorgang abzubrechen,"],"\"Compare\" to see the modified version;":[null,"- \"Vergleichen\" um die geänderte Version des Datensatzes zu betrachten,"],"\"Write Anyway\" to save your current version.":[null,"- \"Überschreiben\" um die gespeicherte Version mit Ihrer Version zu überschreiben."],"Compare":[null,"Vergleichen"],"Write Anyway":[null,"Überschreiben"],"Application Error":[null,"Anwendungsfehler"],"Report Bug":[null,"Fehler berichten"],"Create...":[null,"Erstellen..."],"Attachments (%1)":[null,"Anhänge (%1)"],"Notes (%1)":[null,"Notizen (%1)"],"Search %1":[null,"Suche %1"],"Revision":[null,"Bearbeitung"],"All Fields":[null,"Alle Felder"],"Clear":[null,"Leeren"],"Fields Selected":[null,"Ausgewählte Felder"],"CSV Parameters":[null,"CSV Parameter"],"Delimiter:":[null,"Trennzeichen:"],"Quote Char:":[null,"Anführungszeichen:"],"Encoding:":[null,"Zeichenkodierung:"],"Import from CSV":[null,"Aus CSV Datei importieren"],"Auto-Detect":[null,"Automatische Erkennung"],"File to Import":[null,"Zu importierende Datei"],"Lines to Skip:":[null,"Zu überspringende Zeilen:"],"You must select an import file first":[null,"Zuerst muss eine Importdatei ausgewählt werden."],"Error occured in loading the file":[null,"Fehler beim Öffnen der CSV-Datei"],"Error processing the file at field %1.":[null,"Fehler bei der Verarbeitung der Datei in Feld %1."],"Error":[null,"Fehler"],"Export to CSV":[null,"Als CSV exportieren"],"Predefined Exports":[null,"Vordefinierte Exporte"],"Save Export":[null,"Exportkonfiguration speichern"],"Delete Export":[null,"Exportkonfiguration löschen"],"Add Field Names":[null,"Feldnamen hinzufügen"],"%1 (string)":[null,"%1 (string)"],"What is the name of this export?":[null,"Wie soll der Name des Exports lauten?"],"Override %1 definition?":[null,"Definition von %1 nicht berücksichtigen?"],"Wizard":[null,"Assistent"]}
\ No newline at end of file
diff --git a/locale/de_DE.po b/locale/de.po
similarity index 73%
rename from locale/de_DE.po
rename to locale/de.po
index bfe961f..0a5681f 100644
--- a/locale/de_DE.po
+++ b/locale/de.po
@@ -2,31 +2,32 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr "Lesezeichen verwalten"
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "Abmelden"
 
+msgid "Favorites"
+msgstr "Favoriten"
+
 msgid "Search..."
 msgstr "Suche..."
 
 msgid "Unable to reach the server"
 msgstr "Kann nicht zum Server verbinden"
 
-msgid "Unable to reach the server."
-msgstr "Kann nicht zum Server verbinden."
-
 msgid "Login"
-msgstr "Anmelden"
-
-msgid "Password"
-msgstr "Passwort"
+msgstr "Anmeldename"
 
 msgid "Database"
 msgstr "Datenbank"
 
-msgid "OK"
-msgstr "OK"
+msgid "Unable to reach the server."
+msgstr "Kann nicht zum Server verbinden."
 
 msgid "Toggle navigation"
 msgstr "Navigation umschalten"
@@ -119,6 +120,12 @@ msgstr "Beziehung"
 msgid "Print"
 msgstr "Drucken"
 
+msgid "Export"
+msgstr "Export"
+
+msgid "Import"
+msgstr "Import"
+
 msgid "Launch action"
 msgstr "Aktion ausführen"
 
@@ -231,6 +238,29 @@ msgstr "Die Werte von \"%1\" sind ungültig."
 msgid "Pre-validation"
 msgstr "Vorvalidierung"
 
+msgid "Translate"
+msgstr "Übersetzen"
+
+msgid "Cancel"
+msgstr "Abbrechen"
+
+msgid "OK"
+msgstr "OK"
+
+msgid "Edit"
+msgstr "Bearbeiten"
+
+msgid "Fuzzy"
+msgstr "Fuzzy"
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+"Der Datensatz muss gespeichert werden, bevor eine Übersetzung hinzugefügt "
+"werden kann."
+
+msgid "No other language available."
+msgstr "Keine weitere Sprache verfügbar"
+
 msgid "Font"
 msgstr "Schriftart"
 
@@ -252,9 +282,6 @@ msgstr "Löschung rückgängig machen"
 msgid "Select"
 msgstr "Auswählen"
 
-msgid "Cancel"
-msgstr "Abbrechen"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -264,17 +291,20 @@ msgstr ":"
 msgid "More"
 msgstr "Mehr"
 
-msgid "Calendar view not yet implemented"
-msgstr "Kalenderansicht noch nicht verfügbar"
+msgid ", "
+msgstr ", "
+
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "Warnung"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
 
 msgid "Select your action"
 msgstr "Wählen Sie eine Aktion"
 
-msgid "No action defined!"
-msgstr "Keine Aktion angegeben."
+msgid "No action defined."
+msgstr "Keine Aktion definiert."
 
 msgid "Your selection:"
 msgstr "Ihre Auswahl:"
@@ -300,15 +330,15 @@ msgstr "m"
 msgid "s"
 msgstr "s"
 
+msgid "By: "
+msgstr "Von:"
+
 msgid "y"
 msgstr "j"
 
-msgid "yes"
+msgid "Yes"
 msgstr "Ja"
 
-msgid "true"
-msgstr "Wahr"
-
 msgid "t"
 msgstr "W"
 
@@ -327,9 +357,6 @@ msgstr "Fortfahren?"
 msgid "No"
 msgstr "Nein"
 
-msgid "Yes"
-msgstr "Ja"
-
 msgid "Confirmation: "
 msgstr "Bestätigung: "
 
@@ -373,8 +400,86 @@ msgstr "Fehler berichten"
 msgid "Create..."
 msgstr "Erstellen..."
 
+msgid "Attachments (%1)"
+msgstr "Anhänge (%1)"
+
+msgid "Notes (%1)"
+msgstr "Notizen (%1)"
+
+msgid "Search %1"
+msgstr "Suche %1"
+
 msgid "Revision"
 msgstr "Bearbeitung"
 
+msgid "All Fields"
+msgstr "Alle Felder"
+
+msgid "Clear"
+msgstr "Leeren"
+
+msgid "Fields Selected"
+msgstr "Ausgewählte Felder"
+
+msgid "CSV Parameters"
+msgstr "CSV Parameter"
+
+msgid "Delimiter:"
+msgstr "Trennzeichen:"
+
+msgid "Quote Char:"
+msgstr "Anführungszeichen:"
+
+msgid "Encoding:"
+msgstr "Zeichenkodierung:"
+
+msgid "Import from CSV"
+msgstr "Aus CSV Datei importieren"
+
+msgid "Auto-Detect"
+msgstr "Automatische Erkennung"
+
+msgid "File to Import"
+msgstr "Zu importierende Datei"
+
+msgid "Lines to Skip:"
+msgstr "Zu überspringende Zeilen:"
+
+msgid "You must select an import file first"
+msgstr "Zuerst muss eine Importdatei ausgewählt werden."
+
+msgid "Error occured in loading the file"
+msgstr "Fehler beim Öffnen der CSV-Datei"
+
+msgid "Error processing the file at field %1."
+msgstr "Fehler bei der Verarbeitung der Datei in Feld %1."
+
+msgid "Error"
+msgstr "Fehler"
+
+msgid "Export to CSV"
+msgstr "Als CSV exportieren"
+
+msgid "Predefined Exports"
+msgstr "Vordefinierte Exporte"
+
+msgid "Save Export"
+msgstr "Exportkonfiguration speichern"
+
+msgid "Delete Export"
+msgstr "Exportkonfiguration löschen"
+
+msgid "Add Field Names"
+msgstr "Feldnamen hinzufügen"
+
+msgid "%1 (string)"
+msgstr "%1 (string)"
+
+msgid "What is the name of this export?"
+msgstr "Wie soll der Name des Exports lauten?"
+
+msgid "Override %1 definition?"
+msgstr "Definition von %1 nicht berücksichtigen?"
+
 msgid "Wizard"
 msgstr "Assistent"
diff --git a/locale/de_DE.json b/locale/de_DE.json
index aa21104..a4ec096 100644
--- a/locale/de_DE.json
+++ b/locale/de_DE.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Abmelden"],"Search...":[null,"Suche..."],"Unable to reach the server":[null,"Kann nicht zum Server verbinden"],"Unable to reach the server.":[null,"Kann nicht zum Server verbinden."],"Login":[null,"Anmelden"],"Password":[null,"Passwort"],"Database":[null,"Datenbank"],"OK":[null,"OK"],"Toggle navigation":[null,"Navigation umschalten"],"Menu":[null,"Menü"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"Die folgende Aktion erfordert die Schließung aller Registerkarten.\nFortfahren?"],"Close":[null,"Schließen"],"New":[null,"Neu"],"Create a new record":[null,"Einen neuen Datensatz erstellen"],"Save":[null,"Speichern"],"Save this record":[null,"Diesen Datensatz speichern"],"Switch":[null,"Ansicht wechseln"],"Switch view":[null,"Ansicht wechseln"],"Reload":[null,"Neu laden"],"Previous":[null,"Vorheriger"],"Previous Record":[null,"Vorheriger Datensatz"],"Next":[null,"Nächster"],"Next Record":[null,"Nächster Datensatz"],"Attachment":[null,"Anhang"],"Add an attachment to the record":[null,"Einen Anhang zum Datensatz hinzufügen"],"Note":[null,"Notiz"],"Add a note to the record":[null,"Eine Notiz zu einem Datensatz hinzufügen"],"Reload/Undo":[null,"Neu laden/Rückgängig"],"Duplicate":[null,"Duplizieren"],"Delete":[null,"Löschen"],"Search":[null,"Suchen"],"View Logs...":[null,"Protokoll ansehen..."],"Show revisions...":[null,"Bearbeitungen anzeigen..."],"Close Tab":[null,"Registerkarte schließen"],"Action":[null,"Aktion"],"Relate":[null,"Beziehung"],"Print":[null,"Drucken"],"Launch action":[null,"Aktion ausführen"],"Open related records":[null,"Datensätze einer Beziehung öffnen"],"Print report":[null,"Bericht drucken"],"This record has been modified\ndo you want to save it?":[null,"Datensatz geändert.\nSoll der Datensatz gespeichert werden?"],"Record saved.":[null,"Der Datensatz wurde gespeichert."],"Working now on the duplicated record(s).":[null,"Sie arbeiten nun an dem/den duplizierten Datensatz/Datensätzen."],"Are you sure to remove this record?":[null,"Möchten Sie diesen Datensatz wirklich löschen?"],"Are you sure to remove those records?":[null,"Möchten Sie diese Datensätze wirklich löschen?"],"Records removed.":[null,"Die Datensätze wurden gelöscht."],"Records not removed.":[null,"Die Datensätze wurden nicht gelöscht."],"You have to select one record.":[null,"Ein Datensatz muss ausgewählt werden."],"ID:":[null,"ID:"],"Creation User:":[null,"Erstellt von:"],"Creation Date:":[null,"Erstellt am:"],"Latest Modification by:":[null,"Zuletzt verändert von"],"Latest Modification Date:":[null,"Zuletzt verändert am"],"Model: ":[null,"Modell:"],"Attachment(%1)":[null,"Anhang(%1)"],"Note(%1)":[null,"Notiz(%1)"],"Filters":[null,"Filter"],"Bookmarks":[null,"Lesezeichen"],"Remove this bookmark":[null,"Dieses Lesezeichen entfernen"],"Bookmark this filter":[null,"Diesen Filter als Lesezeichen hinzufügen"],"Bookmark Name:":[null,"Lesezeichenname:"],"True":[null,"Wahr"],"False":[null,"Falsch"],"Find":[null,"Suchen"],"ID":[null,"ID"],"Creation User":[null,"Erstellt von"],"Creation Date":[null,"Erstellt am:"],"Modification User":[null,"Zuletzt verändert von"],"Modification Date":[null,"Zuletzt verändert am"],"\"%1\" is required":[null,"In Feld \"%1\" ist ein Eintrag erforderlich."],"\"%1\" is not valid according to its domain":[null,"\"%1\" liegt nicht im gültigen Wertebereich (Domain)."],"The values of \"%1\" are not valid":[null,"Die Werte von \"%1\" sind ungültig."],"Pre-validation":[null,"Vorvalidierung"],"Font":[null,"Schriftart"],"Size":[null,"Größe"],"Add":[null,"Hinzufügen"],"Remove":[null,"Entfernen"],"Open":[null,"Öffnen"],"Undelete":[null,"Löschung rückgängig machen"],"Select":[null,"Auswählen"],"Cancel":[null,"Abbrechen"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Mehr"],"Calendar view not yet implemented":[null,"Kalenderansicht noch nicht verfügbar"],"Warning":[null,"Warnung"],"Select your action":[null,"Wählen Sie eine Aktion"],"No action defined!":[null,"Keine Aktion angegeben."],"Your selection:":[null,"Ihre Auswahl:"],"Y":[null,"J"],"M":[null,"M"],"w":[null,"W"],"d":[null,"t"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"j"],"yes":[null,"Ja"],"true":[null,"Wahr"],"t":[null,"W"],"Message: ":[null,"Nachricht: "],"Warning: ":[null,"Warnung: "],"Always ignore this warning.":[null,"Diese Warnung immer ignorieren."],"Do you want to proceed?":[null,"Fortfahren?"],"No":[null,"Nein"],"Yes":[null,"Ja"],"Confirmation: ":[null,"Bestätigung: "],"Concurrency Exception":[null,"Aktualisierungskonflikt"],"Write Concurrency Warning: ":[null,"Aktualisierungskonflikt beim Schreiben des aktuellen Datensatzes: "],"This record has been modified while you were editing it.":[null,"Dieser Datensatz wurde anderweitig geändert, während Sie ihn bearbeitet haben."],"Choose:":[null,"Lösungsmöglichkeiten:"],"\"Cancel\" to cancel saving;":[null,"- \"Abbrechen\" um den Speichervorgang abzubrechen,"],"\"Compare\" to see the modified version;":[null,"- \"Vergleichen\" um die geänderte Version des Datensatzes zu betrachten,"],"\"Write Anyway\" to save your current version.":[null,"- \"Überschreiben\" um die gespeicherte Version mit Ihrer Version zu überschreiben."],"Compare":[null,"Vergleichen"],"Write Anyway":[null,"Überschreiben"],"Application Error":[null,"Anwendungsfehler"],"Report Bug":[null,"Fehler berichten"],"Create...":[null,"Erstellen..."],"Revision":[null,"Bearbeitung"],"Wizard":[null,"Assistent"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Abmelden"],"Search...":[null,"Suche..."],"Unable to reach the server":[null,"Kann nicht zum Server verbinden"],"Unable to reach the server.":[null,"Kann nicht zum Server verbinden."],"Login":[null,"Anmelden"],"Password":[null,"Passwort"],"Database":[null,"Datenbank"],"OK":[null,"OK"],"Toggle navigation":[null,"Navigation umschalten"],"Menu":[null,"Menü"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"Die folgende Aktion erfordert die Schließung aller Registerkarten.\nFortfahren?"],"Close":[null,"Schließen"],"New":[null,"Neu"],"Create a new record":[null,"Einen neuen Datensatz erstellen"],"Save":[null,"Speichern"],"Save this record":[null,"Diesen Datensatz speichern"],"Switch":[null,"Ansicht wechseln"],"Switch view":[null,"Ansicht wechseln"],"Reload":[null,"Neu laden"],"Previous":[null,"Vorheriger"],"Previous Record":[null,"Vorheriger Datensatz"],"Next":[null,"Nächster"],"Next Record":[null,"Nächster Datensatz"],"Attachment":[null,"Anhang"],"Add an attachment to the record":[null,"Einen Anhang zum Datensatz hinzufügen"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"Neu laden/Rückgängig"],"Duplicate":[null,"Duplizieren"],"Delete":[null,"Löschen"],"Search":[null,"Suchen"],"View Logs...":[null,"Protokoll ansehen..."],"Show revisions...":[null,"Bearbeitungen anzeigen..."],"Close Tab":[null,"Registerkarte schließen"],"Action":[null,"Aktion"],"Relate":[null,"Beziehung"],"Print":[null,"Drucken"],"Launch action":[null,"Aktion ausführen"],"Open related records":[null,"Datensätze einer Beziehung öffnen"],"Print report":[null,"Bericht drucken"],"This record has been modified\ndo you want to save it?":[null,"Datensatz geändert.\nSoll der Datensatz gespeichert werden?"],"Record saved.":[null,"Der Datensatz wurde gespeichert."],"Working now on the duplicated record(s).":[null,"Sie arbeiten nun an dem/den duplizierten Datensatz/Datensätzen."],"Are you sure to remove this record?":[null,"Möchten Sie diesen Datensatz wirklich löschen?"],"Are you sure to remove those records?":[null,"Möchten Sie diese Datensätze wirklich löschen?"],"Records removed.":[null,"Die Datensätze wurden gelöscht."],"Records not removed.":[null,"Die Datensätze wurden nicht gelöscht."],"You have to select one record.":[null,"Ein Datensatz muss ausgewählt werden."],"ID:":[null,"ID:"],"Creation User:":[null,"Erstellt von:"],"Creation Date:":[null,"Erstellt am:"],"Latest Modification by:":[null,"Zuletzt verändert von"],"Latest Modification Date:":[null,"Zuletzt verändert am"],"Model: ":[null,"Modell:"],"Attachment(%1)":[null,"Anhang(%1)"],"Note(%1)":[null,""],"Filters":[null,"Filter"],"Bookmarks":[null,"Lesezeichen"],"Remove this bookmark":[null,"Dieses Lesezeichen entfernen"],"Bookmark this filter":[null,"Diesen Filter als Lesezeichen hinzufügen"],"Bookmark Name:":[null,"Lesezeichenname:"],"True":[null,"Wahr"],"False":[null,"Falsch"],"Find":[null,"Suchen"],"ID":[null,"ID"],"Creation User":[null,"Erstellt von"],"Creation Date":[null,"Erstellt am:"],"Modification User":[null,"Zuletzt verändert von"],"Modification Date":[null,"Zuletzt verändert am"],"\"%1\" is required":[null,"In Feld \"%1\" ist ein Eintrag erforderlich."],"\"%1\" is not valid according to its domain":[null,"\"%1\" liegt nicht im gültigen Wertebereich (Domain)."],"The values of \"%1\" are not valid":[null,"Die Werte von \"%1\" sind ungültig."],"Pre-validation":[null,"Vorvalidierung"],"Font":[null,"Schriftart"],"Size":[null,"Größe"],"Add":[null,"Hinzufügen"],"Remove":[null,"Entfernen"],"Open":[null,"Öffnen"],"Undelete":[null,"Löschung rückgängig machen"],"Select":[null,"Auswählen"],"Cancel":[null,"Abbrechen"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Mehr"],"Calendar view not yet implemented":[null,"Kalenderansicht noch nicht verfügbar"],"Warning":[null,"Warnung"],"Select your action":[null,"Wählen Sie eine Aktion"],"No action defined!":[null,"Keine Aktion angegeben."],"Your selection:":[null,"Ihre Auswahl:"],"Y":[null,"J"],"M":[null,"M"],"w":[null,"W"],"d":[null,"t"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"j"],"yes":[null,"Ja"],"true":[null,"Wahr"],"t":[null,"W"],"Message: ":[null,"Nachricht: "],"Warning: ":[null,"Warnung: "],"Always ignore this warning.":[null,"Diese Warnung immer ignorieren."],"Do you want to proceed?":[null,"Fortfahren?"],"No":[null,"Nein"],"Yes":[null,"Ja"],"Confirmation: ":[null,"Bestätigung: "],"Concurrency Exception":[null,"Aktualisierungskonflikt"],"Write Concurrency Warning: ":[null,"Aktualisierungskonflikt beim Schreiben des aktuellen Datensatzes: "],"This record has been modified while you were editing it.":[null,"Dieser Datensatz wurde anderweitig geändert, während Sie ihn bearbeitet haben."],"Choose:":[null,"Lösungsmöglichkeiten:"],"\"Cancel\" to cancel saving;":[null,"- \"Abbrechen\" um den Speichervorgang abzubrechen,"],"\"Compare\" to see the modified version;":[null,"- \"Vergleichen\" um die geänderte Version des Datensatzes zu betrachten,"],"\"Write Anyway\" to save your current version.":[null,"- \"Überschreiben\" um die gespeicherte Version mit Ihrer Version zu überschreiben."],"Compare":[null,"Vergleichen"],"Write Anyway":[null,"Überschreiben"],"Application Error":[null,"Anwendungsfehler"],"Report Bug":[null,"Fehler berichten"],"Revision":[null,"Bearbeitung"],"Wizard":[null,"Assistent"]}
\ No newline at end of file
diff --git a/locale/es.json b/locale/es.json
new file mode 100644
index 0000000..8297435
--- /dev/null
+++ b/locale/es.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,"Gestionar los favoritos"],"Logout":[null,"Cerrar sesión"],"Favorites":[null,"Favoritos"],"Search...":[null,"Buscar…"],"Unable to reach the server":[null,"No es posible conectar con el servidor."],"Login":[null,"Usuario"],"Database":[null,"Base de datos"],"Unable to reach the server.":[null,"No es posible conectar con el servidor."],"Toggle navigation":[null,"Conmuta navegación"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"La acción seleccionada requiere cerrar todas las pestañas.\n¿Desea continuar?"],"Close":[null,"Cerrar"],"New":[null,"Nuevo"],"Create a new record":[null,"Crea un registro nuevo"],"Save":[null,"Guardar"],"Save this record":[null,"Guarda este registro"],"Switch":[null,"Cambiar"],"Switch view":[null,"Cambiar de vista"],"Reload":[null,"Recargar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registro anterior"],"Next":[null,"Siguiente"],"Next Record":[null,"Registro siguiente"],"Attachment":[null,"Adjunto"],"Add an attachment to the record":[null,"Añadir un adjunto al registro"],"Note":[null,"Nota"],"Add a note to the record":[null,"Añadir una nota al registro"],"Reload/Undo":[null,"Recargar/Deshacer"],"Duplicate":[null,"Duplicar"],"Delete":[null,"Eliminar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver registro..."],"Show revisions...":[null,"Mostrar revisiones..."],"Close Tab":[null,"Cerrar pestaña"],"Action":[null,"Acción"],"Relate":[null,"Relacionado"],"Print":[null,"Imprimir"],"Export":[null,"Exportar"],"Import":[null,"Importar"],"Launch action":[null,"Ejecutar acción"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Imprimir informe"],"This record has been modified\ndo you want to save it?":[null,"Este registro ha sido modificado.\n¿Desea guardarlo?"],"Record saved.":[null,"Registro guardado."],"Working now on the duplicated record(s).":[null,"Ahora está trabajando en el/los registro(s) duplicado(s)."],"Are you sure to remove this record?":[null,"¿Está seguro que quiere eliminar este registro?"],"Are you sure to remove those records?":[null,"¿Está seguro que quiere eliminar estos registros?"],"Records removed.":[null,"Los registros se han eliminado."],"Records not removed.":[null,"Los registros no se han eliminado."],"You have to select one record.":[null,"Debe elegir un registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Creado por:"],"Creation Date:":[null,"Fecha creación:"],"Latest Modification by:":[null,"Última modificación por:"],"Latest Modification Date:":[null,"Última fecha de modificación:"],"Model: ":[null,"Modelo: "],"Attachment(%1)":[null,"Adjunto(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtros"],"Bookmarks":[null,"Búsquedas favoritas"],"Remove this bookmark":[null,"Eliminar de las búsquedas favoritas"],"Bookmark this filter":[null,"Guardar como búsqueda favorita"],"Bookmark Name:":[null,"Nombre de la búsqueda favorita:"],"True":[null,"Verdadero"],"False":[null,"Falso"],"Find":[null,"Buscar"],"ID":[null,"ID"],"Creation User":[null,"Creado por:"],"Creation Date":[null,"Fecha creación:"],"Modification User":[null,"Última modificación por:"],"Modification Date":[null,"Última fecha de modificación:"],"\"%1\" is required":[null,"\"%1\" es obligatorio."],"\"%1\" is not valid according to its domain":[null,"\"%1\" no es válido según su dominio."],"The values of \"%1\" are not valid":[null,"Los valores de \"%1\" no son válidos."],"Pre-validation":[null,"Prevalidación"],"Translate":[null,"Traducir"],"Cancel":[null,"Cancelar"],"OK":[null,"Aceptar"],"Edit":[null,"Editar"],"Fuzzy":[null,"Dudoso"],"You need to save the record before adding translations.":[null,"Debe guardar el registro antes de agregar traducciones."],"No other language available.":[null,"No hay otros lenguajes disponibles."],"Font":[null,"Tipo de letra"],"Size":[null,"Tamaño"],"Add":[null,"Añadir"],"Remove":[null,"Eliminar"],"Open":[null,"Abrir"],"Undelete":[null,"Recuperar"],"Select":[null,"Seleccionar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Más"],", ":[null,", "],",…":[null,",…"],"%1 (%2)":[null,"%1 (%2)"],"Select your action":[null,"Seleccione su acción"],"No action defined.":[null,"No se ha definido ninguna acción."],"Your selection:":[null,"Su selección:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,"Por: "],"y":[null,"a"],"Yes":[null,"Si"],"t":[null,"v"],"Message: ":[null,"Mensaje: "],"Warning: ":[null,"Aviso: "],"Always ignore this warning.":[null,"Ignorar siempre esta advertencia."],"Do you want to proceed?":[null,"¿Desea continuar?"],"No":[null,"No"],"Confirmation: ":[null,"Confirmación: "],"Concurrency Exception":[null,"Excepción de concurrencia"],"Write Concurrency Warning: ":[null,"Aviso de concurrencia de escritura: "],"This record has been modified while you were editing it.":[null,"Este registro ha sido modificado mientras lo editaba."],"Choose:":[null,"Elija:"],"\"Cancel\" to cancel saving;":[null,"\"Cancelar\" para no guardar;"],"\"Compare\" to see the modified version;":[null,"\"Comparar\" para ver la versión modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Guardar de todas formas\" para guardar sus cambios."],"Compare":[null,"Comparar"],"Write Anyway":[null,"Guardar de todas formas"],"Application Error":[null,"Error de aplicación."],"Report Bug":[null,"Informar del error"],"Create...":[null,"Crear..."],"Attachments (%1)":[null,"Adjuntos (%1)"],"Notes (%1)":[null,"Notas (%1)"],"Search %1":[null,"Buscar %1"],"Revision":[null,"Revisión"],"All Fields":[null,"Todos los campos"],"Clear":[null,"Limpiar"],"Fields Selected":[null,"Campos selecionados"],"CSV Parameters":[null,"Parámetros CSV"],"Delimiter:":[null,"Separador:"],"Quote Char:":[null,"Delimitador del texto:"],"Encoding:":[null,"Codificación:"],"Import from CSV":[null,"Importar desde CSV"],"Auto-Detect":[null,"Detectar automáticamente"],"File to Import":[null,"Fichero a importar"],"Lines to Skip:":[null,"Líneas a omitir:"],"You must select an import file first":[null,"Primero debe seleccionar el fichero a importar."],"Error occured in loading the file":[null,"Ha ocurrido un al cargar el fichero"],"Error processing the file at field %1.":[null,"Error procesando el fichero en el campo %1."],"Error":[null,"Error"],"Export to CSV":[null,"Exportar a CSV"],"Predefined Exports":[null,"Exportaciones predefinidas"],"Save Export":[null,"Guardar exportación"],"Delete Export":[null,"Eliminar exportación"],"Add Field Names":[null,"Añadir nombres de los campos"],"%1 (string)":[null,"%1 (string)"],"What is the name of this export?":[null,"Cuál es el nombre de esta exportación?"],"Override %1 definition?":[null,"Queréis sobrescribir la definición de %1?"],"Wizard":[null,"Asistente"]}
\ No newline at end of file
diff --git a/locale/es_ES.po b/locale/es.po
similarity index 72%
rename from locale/es_ES.po
rename to locale/es.po
index 451942f..0fe4853 100644
--- a/locale/es_ES.po
+++ b/locale/es.po
@@ -2,31 +2,33 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+# Generated by grunt-xgettext on Tue Nov 01 2016 15:18:23 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr "Gestionar los favoritos"
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "Cerrar sesión"
 
+msgid "Favorites"
+msgstr "Favoritos"
+
 msgid "Search..."
 msgstr "Buscar…"
 
 msgid "Unable to reach the server"
 msgstr "No es posible conectar con el servidor."
 
-msgid "Unable to reach the server."
-msgstr "No es posible conectar con el servidor."
-
 msgid "Login"
 msgstr "Usuario"
 
-msgid "Password"
-msgstr "Contraseña"
-
 msgid "Database"
 msgstr "Base de datos"
 
-msgid "OK"
-msgstr "Aceptar"
+msgid "Unable to reach the server."
+msgstr "No es posible conectar con el servidor."
 
 msgid "Toggle navigation"
 msgstr "Conmuta navegación"
@@ -119,6 +121,12 @@ msgstr "Relacionado"
 msgid "Print"
 msgstr "Imprimir"
 
+msgid "Export"
+msgstr "Exportar"
+
+msgid "Import"
+msgstr "Importar"
+
 msgid "Launch action"
 msgstr "Ejecutar acción"
 
@@ -163,7 +171,7 @@ msgid "Creation User:"
 msgstr "Creado por:"
 
 msgid "Creation Date:"
-msgstr "Fecha de creación:"
+msgstr "Fecha creación:"
 
 msgid "Latest Modification by:"
 msgstr "Última modificación por:"
@@ -211,7 +219,7 @@ msgid "Creation User"
 msgstr "Creado por:"
 
 msgid "Creation Date"
-msgstr "Fecha de creación:"
+msgstr "Fecha creación:"
 
 msgid "Modification User"
 msgstr "Última modificación por:"
@@ -231,6 +239,27 @@ msgstr "Los valores de \"%1\" no son válidos."
 msgid "Pre-validation"
 msgstr "Prevalidación"
 
+msgid "Translate"
+msgstr "Traducir"
+
+msgid "Cancel"
+msgstr "Cancelar"
+
+msgid "OK"
+msgstr "Aceptar"
+
+msgid "Edit"
+msgstr "Editar"
+
+msgid "Fuzzy"
+msgstr "Dudoso"
+
+msgid "You need to save the record before adding translations."
+msgstr "Debe guardar el registro antes de agregar traducciones."
+
+msgid "No other language available."
+msgstr "No hay otros lenguajes disponibles."
+
 msgid "Font"
 msgstr "Tipo de letra"
 
@@ -252,9 +281,6 @@ msgstr "Recuperar"
 msgid "Select"
 msgstr "Seleccionar"
 
-msgid "Cancel"
-msgstr "Cancelar"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -264,16 +290,19 @@ msgstr ":"
 msgid "More"
 msgstr "Más"
 
-msgid "Calendar view not yet implemented"
-msgstr "La vista de calendario todavía no está implementada."
+msgid ", "
+msgstr ", "
+
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "Aviso"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
 
 msgid "Select your action"
 msgstr "Seleccione su acción"
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr "No se ha definido ninguna acción."
 
 msgid "Your selection:"
@@ -300,14 +329,14 @@ msgstr "m"
 msgid "s"
 msgstr "s"
 
+msgid "By: "
+msgstr "Por: "
+
 msgid "y"
 msgstr "a"
 
-msgid "yes"
-msgstr "sí"
-
-msgid "true"
-msgstr "verdadero"
+msgid "Yes"
+msgstr "Si"
 
 msgid "t"
 msgstr "v"
@@ -327,9 +356,6 @@ msgstr "¿Desea continuar?"
 msgid "No"
 msgstr "No"
 
-msgid "Yes"
-msgstr "Si"
-
 msgid "Confirmation: "
 msgstr "Confirmación: "
 
@@ -369,8 +395,86 @@ msgstr "Informar del error"
 msgid "Create..."
 msgstr "Crear..."
 
+msgid "Attachments (%1)"
+msgstr "Adjuntos (%1)"
+
+msgid "Notes (%1)"
+msgstr "Notas (%1)"
+
+msgid "Search %1"
+msgstr "Buscar %1"
+
 msgid "Revision"
 msgstr "Revisión"
 
+msgid "All Fields"
+msgstr "Todos los campos"
+
+msgid "Clear"
+msgstr "Limpiar"
+
+msgid "Fields Selected"
+msgstr "Campos selecionados"
+
+msgid "CSV Parameters"
+msgstr "Parámetros CSV"
+
+msgid "Delimiter:"
+msgstr "Separador:"
+
+msgid "Quote Char:"
+msgstr "Delimitador del texto:"
+
+msgid "Encoding:"
+msgstr "Codificación:"
+
+msgid "Import from CSV"
+msgstr "Importar desde CSV"
+
+msgid "Auto-Detect"
+msgstr "Detectar automáticamente"
+
+msgid "File to Import"
+msgstr "Fichero a importar"
+
+msgid "Lines to Skip:"
+msgstr "Líneas a omitir:"
+
+msgid "You must select an import file first"
+msgstr "Primero debe seleccionar el fichero a importar."
+
+msgid "Error occured in loading the file"
+msgstr "Ha ocurrido un al cargar el fichero"
+
+msgid "Error processing the file at field %1."
+msgstr "Error procesando el fichero en el campo %1."
+
+msgid "Error"
+msgstr "Error"
+
+msgid "Export to CSV"
+msgstr "Exportar a CSV"
+
+msgid "Predefined Exports"
+msgstr "Exportaciones predefinidas"
+
+msgid "Save Export"
+msgstr "Guardar exportación"
+
+msgid "Delete Export"
+msgstr "Eliminar exportación"
+
+msgid "Add Field Names"
+msgstr "Añadir nombres de los campos"
+
+msgid "%1 (string)"
+msgstr "%1 (string)"
+
+msgid "What is the name of this export?"
+msgstr "Cuál es el nombre de esta exportación?"
+
+msgid "Override %1 definition?"
+msgstr "Queréis sobrescribir la definición de %1?"
+
 msgid "Wizard"
 msgstr "Asistente"
diff --git a/locale/es_419.json b/locale/es_419.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/es_419.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/es_MX.po b/locale/es_419.po
similarity index 73%
rename from locale/es_MX.po
rename to locale/es_419.po
index 72e743b..3766150 100644
--- a/locale/es_MX.po
+++ b/locale/es_419.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/es_AR.json b/locale/es_AR.json
deleted file mode 100644
index 9f22392..0000000
--- a/locale/es_AR.json
+++ /dev/null
@@ -1 +0,0 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Cerrar sesión"],"Search...":[null,"Buscar..."],"Unable to reach the server":[null,"No es posible conectar con el servidor"],"Unable to reach the server.":[null,"No es posible conectar con el servidor."],"Login":[null,"Acceso"],"Password":[null,"Contraseña"],"Database":[null,"Base de datos"],"OK":[null,"Aceptar"],"Toggle navigation":[null,"Conmutar navegación"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"La acción seleccionada requiere cerrar todas las pestañas.\n¿Desea continuar?"],"Close":[null,"Cerrar"],"New":[null,"Nuevo"],"Create a new record":[null,"Crear un nuevo registro"],"Save":[null,"Guardar"],"Save this record":[null,"Guardar este registro"],"Switch":[null,"Cambiar vista"],"Switch view":[null,"Cambiar vista"],"Reload":[null,"Recargar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registro anterior"],"Next":[null,"Siguiente"],"Next Record":[null,"Registro siguiente"],"Attachment":[null,"Adjunto"],"Add an attachment to the record":[null,"Añadir un adjunto al registro"],"Note":[null,"Nota"],"Add a note to the record":[null,"Añadir una nota al registro"],"Reload/Undo":[null,"Recargar/Deshacer"],"Duplicate":[null,"Duplicar"],"Delete":[null,"Eliminar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver registro..."],"Show revisions...":[null,"Mostrar versiones..."],"Close Tab":[null,"Cerrar pestaña"],"Action":[null,"Acción"],"Relate":[null,"Relacionado"],"Print":[null,"Imprimir"],"Launch action":[null,"Ejecutar acción"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Imprimir informe"],"This record has been modified\ndo you want to save it?":[null,"Este registro ha sido modificado\n¿Desea guardarlo?"],"Record saved.":[null,"Registro guardado."],"Working now on the duplicated record(s).":[null,"Ahora está trabajando en registro(s) duplicado(s)."],"Are you sure to remove this record?":[null,"¿Está seguro que quiere eliminar este registro?"],"Are you sure to remove those records?":[null,"¿Está seguro que quiere eliminar estos registros?"],"Records removed.":[null,"Registros eliminados."],"Records not removed.":[null,"Los registros no se han eliminado."],"You have to select one record.":[null,"Debe seleccionar un registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Creado por:"],"Creation Date:":[null,"Fecha de creación:"],"Latest Modification by:":[null,"Última modificación por:"],"Latest Modification Date:":[null,"Fecha de última modificación:"],"Model: ":[null,"Modelo: "],"Attachment(%1)":[null,"Adjunto(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtros"],"Bookmarks":[null,"Favoritos"],"Remove this bookmark":[null,"Eliminar de las búsquedas favoritas"],"Bookmark this filter":[null,"Guardar como búsqueda favorita"],"Bookmark Name:":[null,"Nombre de la búsqueda favorita:"],"True":[null,"Verdadero"],"False":[null,"Falso"],"Find":[null,"Buscar"],"ID":[null,"ID"],"Creation User":[null,"Creado por"],"Creation Date":[null,"Fecha de creación"],"Modification User":[null,"Modificado por"],"Modification Date":[null,"Fecha de modificación"],"\"%1\" is required":[null,"«%1» es requerido"],"\"%1\" is not valid according to its domain":[null,"«%1» no es válido según su dominio"],"The values of \"%1\" are not valid":[null,"Los valores de «%1» no son válidos"],"Pre-validation":[null,"Pre-validación"],"Font":[null,"Tipografía"],"Size":[null,"Tamaño"],"Add":[null,"Añadir"],"Remove":[null,"Eliminar"],"Open":[null,"Abrir"],"Undelete":[null,"Recuperar"],"Select":[null,"Seleccionar"],"Cancel":[null,"Cancelar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Más"],"Calendar view not yet implemented":[null,"La vista calendario aún no está implementada"],"Warning":[null,"Aviso"],"Select your action":[null,"Seleccione su acción"],"No action defined!":[null,"¡No se ha definido ninguna acción!"],"Your selection:":[null,"Su selección:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"a"],"yes":[null,"sí"],"true":[null,"verdadero"],"t":[null,"v"],"Message: ":[null,"Mensaje: "],"Warning: ":[null,"Aviso: "],"Always ignore this warning.":[null,"Ignorar siempre esta advertencia."],"Do you want to proceed?":[null,"¿Desea continuar?"],"No":[null,"No"],"Yes":[null,"Sí"],"Confirmation: ":[null,"Confirmación: "],"Concurrency Exception":[null,"Excepción de concurrencia"],"Write Concurrency Warning: ":[null,"Aviso de concurrencia de escritura: "],"This record has been modified while you were editing it.":[null,"Este registro ha sido modificado mientras lo editaba."],"Choose:":[null,"Elija:"],"\"Cancel\" to cancel saving;":[null,"«Cancelar» para no guardar;"],"\"Compare\" to see the modified version;":[null,"«Comparar» para ver la versión modificada;"],"\"Write Anyway\" to save your current version.":[null,"«Guardar de todas formas» para guardar sus cambios."],"Compare":[null,"Comparar"],"Write Anyway":[null,"Guardar de todas formas"],"Application Error":[null,"Error de aplicación"],"Report Bug":[null,"Informar de un error"],"Create...":[null,"Crear.."],"Revision":[null,"Versión"],"Wizard":[null,"Asistente"]}
\ No newline at end of file
diff --git a/locale/es_AR.po b/locale/es_AR.po
deleted file mode 100644
index c19d071..0000000
--- a/locale/es_AR.po
+++ /dev/null
@@ -1,376 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-# Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
-msgid "Logout"
-msgstr "Cerrar sesión"
-
-msgid "Search..."
-msgstr "Buscar..."
-
-msgid "Unable to reach the server"
-msgstr "No es posible conectar con el servidor"
-
-msgid "Unable to reach the server."
-msgstr "No es posible conectar con el servidor."
-
-msgid "Login"
-msgstr "Acceso"
-
-msgid "Password"
-msgstr "Contraseña"
-
-msgid "Database"
-msgstr "Base de datos"
-
-msgid "OK"
-msgstr "Aceptar"
-
-msgid "Toggle navigation"
-msgstr "Conmutar navegación"
-
-msgid "Menu"
-msgstr "Menú"
-
-msgid ""
-"The following action requires to close all tabs.\n"
-"Do you want to continue?"
-msgstr ""
-"La acción seleccionada requiere cerrar todas las pestañas.\n"
-"¿Desea continuar?"
-
-msgid "Close"
-msgstr "Cerrar"
-
-msgid "New"
-msgstr "Nuevo"
-
-msgid "Create a new record"
-msgstr "Crear un nuevo registro"
-
-msgid "Save"
-msgstr "Guardar"
-
-msgid "Save this record"
-msgstr "Guardar este registro"
-
-msgid "Switch"
-msgstr "Cambiar vista"
-
-msgid "Switch view"
-msgstr "Cambiar vista"
-
-msgid "Reload"
-msgstr "Recargar"
-
-msgid "Previous"
-msgstr "Anterior"
-
-msgid "Previous Record"
-msgstr "Registro anterior"
-
-msgid "Next"
-msgstr "Siguiente"
-
-msgid "Next Record"
-msgstr "Registro siguiente"
-
-msgid "Attachment"
-msgstr "Adjunto"
-
-msgid "Add an attachment to the record"
-msgstr "Añadir un adjunto al registro"
-
-msgid "Note"
-msgstr "Nota"
-
-msgid "Add a note to the record"
-msgstr "Añadir una nota al registro"
-
-msgid "Reload/Undo"
-msgstr "Recargar/Deshacer"
-
-msgid "Duplicate"
-msgstr "Duplicar"
-
-msgid "Delete"
-msgstr "Eliminar"
-
-msgid "Search"
-msgstr "Buscar"
-
-msgid "View Logs..."
-msgstr "Ver registro..."
-
-msgid "Show revisions..."
-msgstr "Mostrar versiones..."
-
-msgid "Close Tab"
-msgstr "Cerrar pestaña"
-
-msgid "Action"
-msgstr "Acción"
-
-msgid "Relate"
-msgstr "Relacionado"
-
-msgid "Print"
-msgstr "Imprimir"
-
-msgid "Launch action"
-msgstr "Ejecutar acción"
-
-msgid "Open related records"
-msgstr "Abrir registros relacionados"
-
-msgid "Print report"
-msgstr "Imprimir informe"
-
-msgid ""
-"This record has been modified\n"
-"do you want to save it?"
-msgstr ""
-"Este registro ha sido modificado\n"
-"¿Desea guardarlo?"
-
-msgid "Record saved."
-msgstr "Registro guardado."
-
-msgid "Working now on the duplicated record(s)."
-msgstr "Ahora está trabajando en registro(s) duplicado(s)."
-
-msgid "Are you sure to remove this record?"
-msgstr "¿Está seguro que quiere eliminar este registro?"
-
-msgid "Are you sure to remove those records?"
-msgstr "¿Está seguro que quiere eliminar estos registros?"
-
-msgid "Records removed."
-msgstr "Registros eliminados."
-
-msgid "Records not removed."
-msgstr "Los registros no se han eliminado."
-
-msgid "You have to select one record."
-msgstr "Debe seleccionar un registro."
-
-msgid "ID:"
-msgstr "ID:"
-
-msgid "Creation User:"
-msgstr "Creado por:"
-
-msgid "Creation Date:"
-msgstr "Fecha de creación:"
-
-msgid "Latest Modification by:"
-msgstr "Última modificación por:"
-
-msgid "Latest Modification Date:"
-msgstr "Fecha de última modificación:"
-
-msgid "Model: "
-msgstr "Modelo: "
-
-msgid "Attachment(%1)"
-msgstr "Adjunto(%1)"
-
-msgid "Note(%1)"
-msgstr "Nota(%1)"
-
-msgid "Filters"
-msgstr "Filtros"
-
-msgid "Bookmarks"
-msgstr "Favoritos"
-
-msgid "Remove this bookmark"
-msgstr "Eliminar de las búsquedas favoritas"
-
-msgid "Bookmark this filter"
-msgstr "Guardar como búsqueda favorita"
-
-msgid "Bookmark Name:"
-msgstr "Nombre de la búsqueda favorita:"
-
-msgid "True"
-msgstr "Verdadero"
-
-msgid "False"
-msgstr "Falso"
-
-msgid "Find"
-msgstr "Buscar"
-
-msgid "ID"
-msgstr "ID"
-
-msgid "Creation User"
-msgstr "Creado por"
-
-msgid "Creation Date"
-msgstr "Fecha de creación"
-
-msgid "Modification User"
-msgstr "Modificado por"
-
-msgid "Modification Date"
-msgstr "Fecha de modificación"
-
-msgid "\"%1\" is required"
-msgstr "«%1» es requerido"
-
-msgid "\"%1\" is not valid according to its domain"
-msgstr "«%1» no es válido según su dominio"
-
-msgid "The values of \"%1\" are not valid"
-msgstr "Los valores de «%1» no son válidos"
-
-msgid "Pre-validation"
-msgstr "Pre-validación"
-
-msgid "Font"
-msgstr "Tipografía"
-
-msgid "Size"
-msgstr "Tamaño"
-
-msgid "Add"
-msgstr "Añadir"
-
-msgid "Remove"
-msgstr "Eliminar"
-
-msgid "Open"
-msgstr "Abrir"
-
-msgid "Undelete"
-msgstr "Recuperar"
-
-msgid "Select"
-msgstr "Seleccionar"
-
-msgid "Cancel"
-msgstr "Cancelar"
-
-msgid "%1%"
-msgstr "%1%"
-
-msgid ":"
-msgstr ":"
-
-msgid "More"
-msgstr "Más"
-
-msgid "Calendar view not yet implemented"
-msgstr "La vista calendario aún no está implementada"
-
-msgid "Warning"
-msgstr "Aviso"
-
-msgid "Select your action"
-msgstr "Seleccione su acción"
-
-msgid "No action defined!"
-msgstr "¡No se ha definido ninguna acción!"
-
-msgid "Your selection:"
-msgstr "Su selección:"
-
-msgid "Y"
-msgstr "A"
-
-msgid "M"
-msgstr "M"
-
-msgid "w"
-msgstr "S"
-
-msgid "d"
-msgstr "d"
-
-msgid "h"
-msgstr "h"
-
-msgid "m"
-msgstr "m"
-
-msgid "s"
-msgstr "s"
-
-msgid "y"
-msgstr "a"
-
-msgid "yes"
-msgstr "sí"
-
-msgid "true"
-msgstr "verdadero"
-
-msgid "t"
-msgstr "v"
-
-msgid "Message: "
-msgstr "Mensaje: "
-
-msgid "Warning: "
-msgstr "Aviso: "
-
-msgid "Always ignore this warning."
-msgstr "Ignorar siempre esta advertencia."
-
-msgid "Do you want to proceed?"
-msgstr "¿Desea continuar?"
-
-msgid "No"
-msgstr "No"
-
-msgid "Yes"
-msgstr "Sí"
-
-msgid "Confirmation: "
-msgstr "Confirmación: "
-
-msgid "Concurrency Exception"
-msgstr "Excepción de concurrencia"
-
-msgid "Write Concurrency Warning: "
-msgstr "Aviso de concurrencia de escritura: "
-
-msgid "This record has been modified while you were editing it."
-msgstr "Este registro ha sido modificado mientras lo editaba."
-
-msgid "Choose:"
-msgstr "Elija:"
-
-msgid "\"Cancel\" to cancel saving;"
-msgstr "«Cancelar» para no guardar;"
-
-msgid "\"Compare\" to see the modified version;"
-msgstr "«Comparar» para ver la versión modificada;"
-
-msgid "\"Write Anyway\" to save your current version."
-msgstr "«Guardar de todas formas» para guardar sus cambios."
-
-msgid "Compare"
-msgstr "Comparar"
-
-msgid "Write Anyway"
-msgstr "Guardar de todas formas"
-
-msgid "Application Error"
-msgstr "Error de aplicación"
-
-msgid "Report Bug"
-msgstr "Informar de un error"
-
-msgid "Create..."
-msgstr "Crear.."
-
-msgid "Revision"
-msgstr "Versión"
-
-msgid "Wizard"
-msgstr "Asistente"
diff --git a/locale/es_CO.json b/locale/es_CO.json
deleted file mode 100644
index d62fe24..0000000
--- a/locale/es_CO.json
+++ /dev/null
@@ -1 +0,0 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Cerrar Sesión"],"Search...":[null,"Buscar..."],"Unable to reach the server":[null,"Incapaz de conectarse al servidor"],"Unable to reach the server.":[null,"Incapaz de conectarse al servidor"],"Login":[null,"Iniciar Sesión"],"Password":[null,"Contraseña"],"Database":[null,"Base de Datos"],"OK":[null,"Aceptar"],"Toggle navigation":[null,"Alternar navegación"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"La siguiente acción requiere cerrar todas las pestañas. \nDesea continuar?"],"Close":[null,"Cerrar"],"New":[null,"Nuevo"],"Create a new record":[null,"Crear un nuevo registro"],"Save":[null,"Guardar"],"Save this record":[null,"Guardar este registro"],"Switch":[null,"Cambiar"],"Switch view":[null,"Cambiar vista"],"Reload":[null,"Recargar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Anterior Registro"],"Next":[null,"Siguiente"],"Next Record":[null,"Siguiente Registro"],"Attachment":[null,"Adjunto"],"Add an attachment to the record":[null,"Agregar un adjunto al registro"],"Note":[null,"Nota"],"Add a note to the record":[null,"Agregar una nota al registro"],"Reload/Undo":[null,"Recargar/Deshacer"],"Duplicate":[null,"Duplicar"],"Delete":[null,"Eliminar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver Registro..."],"Show revisions...":[null,"Ver revisiones..."],"Close Tab":[null,"Cerrar Pestaña"],"Action":[null,"Acción"],"Relate":[null,"Relacionado"],"Print":[null,"Imprimir"],"Launch action":[null,"Lanzar acción"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Imprimir reporte"],"This record has been modified\ndo you want to save it?":[null,"Este registro ha sido modificado\nDesea guardarlo?"],"Record saved.":[null,"Registro guardado."],"Working now on the duplicated record(s).":[null,"Trabajando ahora en registro(s) duplicados."],"Are you sure to remove this record?":[null,"Esta seguro que desea eliminar este resgistro?"],"Are you sure to remove those records?":[null,"Esta seguro que desea eliminar estos registros?"],"Records removed.":[null,"Registros eliminados."],"Records not removed.":[null,"Registros no eliminados."],"You have to select one record.":[null,"Ha seleccionado un registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Creado por Usuario:"],"Creation Date:":[null,"Fecha de Creación:"],"Latest Modification by:":[null,"Última Modificación por:"],"Latest Modification Date:":[null,"Última Fecha de Modificación:"],"Model: ":[null,"Modelo: "],"Attachment(%1)":[null,"Adjunto(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtros"],"Bookmarks":[null,"Marcadores"],"Remove this bookmark":[null,"Remover este marcador"],"Bookmark this filter":[null,"Marcar este filtro"],"Bookmark Name:":[null,"Nombre del Marcador:"],"True":[null,"Verdadero"],"False":[null,"Falso"],"Find":[null,"Hallar"],"ID":[null,"ID"],"Creation User":[null,"Creado por Usuario"],"Creation Date":[null,"Fecha de Creación"],"Modification User":[null,"Modificado por Usuario"],"Modification Date":[null,"Fecha de Modificación"],"\"%1\" is required":[null,"\"%1\" es requerido"],"\"%1\" is not valid according to its domain":[null,"\"%1\" no es válido según su dominio."],"The values of \"%1\" are not valid":[null,"Los valores de \"%1\" no son válidos."],"Pre-validation":[null,"Pre-validación"],"Font":[null,"Fuente"],"Size":[null,"Tamaño"],"Add":[null,"Agregar"],"Remove":[null,"Eliminar"],"Open":[null,"Abrir"],"Undelete":[null,"Restaurar"],"Select":[null,"Seleccionar"],"Cancel":[null,"Cancelar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"More"],"Calendar view not yet implemented":[null,"Vista de Calendario todavía no implementada"],"Warning":[null,"Aviso"],"Select your action":[null,"Seleccione su acción"],"No action defined!":[null,"Acción no definida!"],"Your selection:":[null,"Su selección:"],"Y":[null,"Y"],"M":[null,"M"],"w":[null,"w"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"y"],"yes":[null,"si"],"true":[null,"verdadero"],"t":[null,"t"],"Message: ":[null,"Mensaje: "],"Warning: ":[null,"Advertencia: "],"Always ignore this warning.":[null,"Siempre ignorar esta advertencia."],"Do you want to proceed?":[null,"Desea continuar?"],"No":[null,"No"],"Yes":[null,"Si"],"Confirmation: ":[null,"Confirmación: "],"Concurrency Exception":[null,"Excepción de Concurrencia"],"Write Concurrency Warning: ":[null,"Advertencia de Concurrencia de Modificación: "],"This record has been modified while you were editing it.":[null,"Este registro ha sido modificado mientras usted lo editaba."],"Choose:":[null,"Seleccionar:"],"\"Cancel\" to cancel saving;":[null,"\"Cancelar\" cancela el guardado;"],"\"Compare\" to see the modified version;":[null,"\"Comparar\" para ver la versión modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Modificar de Todas Formas\" guardará la versión actual."],"Compare":[null,"Comparar"],"Write Anyway":[null,"Modificar de Todas Formas"],"Application Error":[null,"Error de Aplicación"],"Report Bug":[null,"Reportar un Error"],"Create...":[null,"Crear..."],"Revision":[null,"Revisión"],"Wizard":[null,"Asistente"]}
\ No newline at end of file
diff --git a/locale/es_CO.po b/locale/es_CO.po
deleted file mode 100644
index 6188b5d..0000000
--- a/locale/es_CO.po
+++ /dev/null
@@ -1,375 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
-msgstr "Cerrar Sesión"
-
-msgid "Search..."
-msgstr "Buscar..."
-
-msgid "Unable to reach the server"
-msgstr "Incapaz de conectarse al servidor"
-
-msgid "Unable to reach the server."
-msgstr "Incapaz de conectarse al servidor"
-
-msgid "Login"
-msgstr "Iniciar Sesión"
-
-msgid "Password"
-msgstr "Contraseña"
-
-msgid "Database"
-msgstr "Base de Datos"
-
-msgid "OK"
-msgstr "Aceptar"
-
-msgid "Toggle navigation"
-msgstr "Alternar navegación"
-
-msgid "Menu"
-msgstr "Menú"
-
-msgid ""
-"The following action requires to close all tabs.\n"
-"Do you want to continue?"
-msgstr ""
-"La siguiente acción requiere cerrar todas las pestañas. \n"
-"Desea continuar?"
-
-msgid "Close"
-msgstr "Cerrar"
-
-msgid "New"
-msgstr "Nuevo"
-
-msgid "Create a new record"
-msgstr "Crear un nuevo registro"
-
-msgid "Save"
-msgstr "Guardar"
-
-msgid "Save this record"
-msgstr "Guardar este registro"
-
-msgid "Switch"
-msgstr "Cambiar"
-
-msgid "Switch view"
-msgstr "Cambiar vista"
-
-msgid "Reload"
-msgstr "Recargar"
-
-msgid "Previous"
-msgstr "Anterior"
-
-msgid "Previous Record"
-msgstr "Anterior Registro"
-
-msgid "Next"
-msgstr "Siguiente"
-
-msgid "Next Record"
-msgstr "Siguiente Registro"
-
-msgid "Attachment"
-msgstr "Adjunto"
-
-msgid "Add an attachment to the record"
-msgstr "Agregar un adjunto al registro"
-
-msgid "Note"
-msgstr "Nota"
-
-msgid "Add a note to the record"
-msgstr "Agregar una nota al registro"
-
-msgid "Reload/Undo"
-msgstr "Recargar/Deshacer"
-
-msgid "Duplicate"
-msgstr "Duplicar"
-
-msgid "Delete"
-msgstr "Eliminar"
-
-msgid "Search"
-msgstr "Buscar"
-
-msgid "View Logs..."
-msgstr "Ver Registro..."
-
-msgid "Show revisions..."
-msgstr "Ver revisiones..."
-
-msgid "Close Tab"
-msgstr "Cerrar Pestaña"
-
-msgid "Action"
-msgstr "Acción"
-
-msgid "Relate"
-msgstr "Relacionado"
-
-msgid "Print"
-msgstr "Imprimir"
-
-msgid "Launch action"
-msgstr "Lanzar acción"
-
-msgid "Open related records"
-msgstr "Abrir registros relacionados"
-
-msgid "Print report"
-msgstr "Imprimir reporte"
-
-msgid ""
-"This record has been modified\n"
-"do you want to save it?"
-msgstr ""
-"Este registro ha sido modificado\n"
-"Desea guardarlo?"
-
-msgid "Record saved."
-msgstr "Registro guardado."
-
-msgid "Working now on the duplicated record(s)."
-msgstr "Trabajando ahora en registro(s) duplicados."
-
-msgid "Are you sure to remove this record?"
-msgstr "Esta seguro que desea eliminar este resgistro?"
-
-msgid "Are you sure to remove those records?"
-msgstr "Esta seguro que desea eliminar estos registros?"
-
-msgid "Records removed."
-msgstr "Registros eliminados."
-
-msgid "Records not removed."
-msgstr "Registros no eliminados."
-
-msgid "You have to select one record."
-msgstr "Ha seleccionado un registro."
-
-msgid "ID:"
-msgstr "ID:"
-
-msgid "Creation User:"
-msgstr "Creado por Usuario:"
-
-msgid "Creation Date:"
-msgstr "Fecha de Creación:"
-
-msgid "Latest Modification by:"
-msgstr "Última Modificación por:"
-
-msgid "Latest Modification Date:"
-msgstr "Última Fecha de Modificación:"
-
-msgid "Model: "
-msgstr "Modelo: "
-
-msgid "Attachment(%1)"
-msgstr "Adjunto(%1)"
-
-msgid "Note(%1)"
-msgstr "Nota(%1)"
-
-msgid "Filters"
-msgstr "Filtros"
-
-msgid "Bookmarks"
-msgstr "Marcadores"
-
-msgid "Remove this bookmark"
-msgstr "Remover este marcador"
-
-msgid "Bookmark this filter"
-msgstr "Marcar este filtro"
-
-msgid "Bookmark Name:"
-msgstr "Nombre del Marcador:"
-
-msgid "True"
-msgstr "Verdadero"
-
-msgid "False"
-msgstr "Falso"
-
-msgid "Find"
-msgstr "Hallar"
-
-msgid "ID"
-msgstr "ID"
-
-msgid "Creation User"
-msgstr "Creado por Usuario"
-
-msgid "Creation Date"
-msgstr "Fecha de Creación"
-
-msgid "Modification User"
-msgstr "Modificado por Usuario"
-
-msgid "Modification Date"
-msgstr "Fecha de Modificación"
-
-msgid "\"%1\" is required"
-msgstr "\"%1\" es requerido"
-
-msgid "\"%1\" is not valid according to its domain"
-msgstr "\"%1\" no es válido según su dominio."
-
-msgid "The values of \"%1\" are not valid"
-msgstr "Los valores de \"%1\" no son válidos."
-
-msgid "Pre-validation"
-msgstr "Pre-validación"
-
-msgid "Font"
-msgstr "Fuente"
-
-msgid "Size"
-msgstr "Tamaño"
-
-msgid "Add"
-msgstr "Agregar"
-
-msgid "Remove"
-msgstr "Eliminar"
-
-msgid "Open"
-msgstr "Abrir"
-
-msgid "Undelete"
-msgstr "Restaurar"
-
-msgid "Select"
-msgstr "Seleccionar"
-
-msgid "Cancel"
-msgstr "Cancelar"
-
-msgid "%1%"
-msgstr "%1%"
-
-msgid ":"
-msgstr ":"
-
-msgid "More"
-msgstr "More"
-
-msgid "Calendar view not yet implemented"
-msgstr "Vista de Calendario todavía no implementada"
-
-msgid "Warning"
-msgstr "Aviso"
-
-msgid "Select your action"
-msgstr "Seleccione su acción"
-
-msgid "No action defined!"
-msgstr "Acción no definida!"
-
-msgid "Your selection:"
-msgstr "Su selección:"
-
-msgid "Y"
-msgstr "Y"
-
-msgid "M"
-msgstr "M"
-
-msgid "w"
-msgstr "w"
-
-msgid "d"
-msgstr "d"
-
-msgid "h"
-msgstr "h"
-
-msgid "m"
-msgstr "m"
-
-msgid "s"
-msgstr "s"
-
-msgid "y"
-msgstr "y"
-
-msgid "yes"
-msgstr "si"
-
-msgid "true"
-msgstr "verdadero"
-
-msgid "t"
-msgstr "t"
-
-msgid "Message: "
-msgstr "Mensaje: "
-
-msgid "Warning: "
-msgstr "Advertencia: "
-
-msgid "Always ignore this warning."
-msgstr "Siempre ignorar esta advertencia."
-
-msgid "Do you want to proceed?"
-msgstr "Desea continuar?"
-
-msgid "No"
-msgstr "No"
-
-msgid "Yes"
-msgstr "Si"
-
-msgid "Confirmation: "
-msgstr "Confirmación: "
-
-msgid "Concurrency Exception"
-msgstr "Excepción de Concurrencia"
-
-msgid "Write Concurrency Warning: "
-msgstr "Advertencia de Concurrencia de Modificación: "
-
-msgid "This record has been modified while you were editing it."
-msgstr "Este registro ha sido modificado mientras usted lo editaba."
-
-msgid "Choose:"
-msgstr "Seleccionar:"
-
-msgid "\"Cancel\" to cancel saving;"
-msgstr "\"Cancelar\" cancela el guardado;"
-
-msgid "\"Compare\" to see the modified version;"
-msgstr "\"Comparar\" para ver la versión modificada;"
-
-msgid "\"Write Anyway\" to save your current version."
-msgstr "\"Modificar de Todas Formas\" guardará la versión actual."
-
-msgid "Compare"
-msgstr "Comparar"
-
-msgid "Write Anyway"
-msgstr "Modificar de Todas Formas"
-
-msgid "Application Error"
-msgstr "Error de Aplicación"
-
-msgid "Report Bug"
-msgstr "Reportar un Error"
-
-msgid "Create..."
-msgstr "Crear..."
-
-msgid "Revision"
-msgstr "Revisión"
-
-msgid "Wizard"
-msgstr "Asistente"
diff --git a/locale/es_EC.json b/locale/es_EC.json
deleted file mode 100644
index b311def..0000000
--- a/locale/es_EC.json
+++ /dev/null
@@ -1 +0,0 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Cerrar sesión"],"Search...":[null,"Buscar…"],"Unable to reach the server":[null,"No es posible conectar con el servidor"],"Unable to reach the server.":[null,"No es posible conectar con el servidor."],"Login":[null,"Usuario"],"Password":[null,"Contraseña"],"Database":[null,"Base de datos"],"OK":[null,"Aceptar"],"Toggle navigation":[null,"Conmutar navegación"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"La acción seleccionada requiere cerrar todas las pestañas.\n¿Desea continuar?"],"Close":[null,"Cerrar"],"New":[null,"Nuevo"],"Create a new record":[null,"Crear un nuevo registro"],"Save":[null,"Guardar"],"Save this record":[null,"Guardar este registro"],"Switch":[null,"Cambiar vista"],"Switch view":[null,"Cambiar vista"],"Reload":[null,"Recargar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registro anterior"],"Next":[null,"Siguiente"],"Next Record":[null,"Registro siguiente"],"Attachment":[null,"Adjunto"],"Add an attachment to the record":[null,"Agregar un adjunto al registro"],"Note":[null,"Nota"],"Add a note to the record":[null,"Agregar una nota al registro"],"Reload/Undo":[null,"Recargar/Deshacer"],"Duplicate":[null,"Duplicar"],"Delete":[null,"Eliminar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver registro..."],"Show revisions...":[null,"Mostrar versiones..."],"Close Tab":[null,"Cerrar pestaña"],"Action":[null,"Acción"],"Relate":[null,"Relacionado"],"Print":[null,"Imprimir"],"Launch action":[null,"Lanzar acción"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Imprimir informe"],"This record has been modified\ndo you want to save it?":[null,"Este registro ha sido modificado.\n¿Desea guardarlo?"],"Record saved.":[null,"Registro guardado."],"Working now on the duplicated record(s).":[null,"Ahora está trabajando en registro(s) duplicado(s)."],"Are you sure to remove this record?":[null,"¿Está seguro que quiere eliminar este registro?"],"Are you sure to remove those records?":[null,"¿Está seguro que quiere eliminar estos registros?"],"Records removed.":[null,"Registros eliminados."],"Records not removed.":[null,"Los registros no se han eliminado."],"You have to select one record.":[null,"Debe seleccionar un registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Creado por usuario:"],"Creation Date:":[null,"Fecha de creación:"],"Latest Modification by:":[null,"Última modificación por:"],"Latest Modification Date:":[null,"Fecha de última modificación:"],"Model: ":[null,"Modelo:"],"Attachment(%1)":[null,"Adjunto(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtros"],"Bookmarks":[null,"Marcadores"],"Remove this bookmark":[null,"Eliminar este marcador"],"Bookmark this filter":[null,"Marcar este filtro"],"Bookmark Name:":[null,"Nombre del marcador:"],"True":[null,"Verdadero"],"False":[null,"Falso"],"Find":[null,"Buscar"],"ID":[null,"ID"],"Creation User":[null,"Creado por usuario"],"Creation Date":[null,"Fecha de creación"],"Modification User":[null,"Modificado por usuario"],"Modification Date":[null,"Fecha de modificación"],"\"%1\" is required":[null,"Se requiere \"%1\""],"\"%1\" is not valid according to its domain":[null,"\"%1\" no es válido de acuerdo a su dominio"],"The values of \"%1\" are not valid":[null,"Los valores de \"%1\" no son válidos"],"Pre-validation":[null,"Prevalidación"],"Font":[null,"Tipo de letra"],"Size":[null,"Tamaño"],"Add":[null,"Agregar"],"Remove":[null,"Eliminar"],"Open":[null,"Abrir"],"Undelete":[null,"Recuperar"],"Select":[null,"Seleccionar"],"Cancel":[null,"Cancelar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Más"],"Calendar view not yet implemented":[null,"La vista de calendario aún no está implementada"],"Warning":[null,"Advertencia"],"Select your action":[null,"Seleccione su acción"],"No action defined!":[null,"¡No se ha definido ninguna acción!"],"Your selection:":[null,"Su selección:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"a"],"yes":[null,"sí"],"true":[null,"verdadero"],"t":[null,"v"],"Message: ":[null,"Mensaje: "],"Warning: ":[null,"Advertencia: "],"Always ignore this warning.":[null,"Ignorar siempre esta advertencia."],"Do you want to proceed?":[null,"¿Desea continuar?"],"No":[null,"No"],"Yes":[null,"Sí"],"Confirmation: ":[null,"Confirmación: "],"Concurrency Exception":[null,"Excepción de concurrencia"],"Write Concurrency Warning: ":[null,"Aviso de concurrencia de escritura: "],"This record has been modified while you were editing it.":[null,"Este registro ha sido modificado mientras lo editaba."],"Choose:":[null,"Elija:"],"\"Cancel\" to cancel saving;":[null,"\"Cancelar\" para no guardar;"],"\"Compare\" to see the modified version;":[null,"Comparar\" para ver la versión modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Guardar de todas formas\" para guardar sus cambios."],"Compare":[null,"Comparar"],"Write Anyway":[null,"Guardar de todas formas"],"Application Error":[null,"Error de aplicación"],"Report Bug":[null,"Informar error"],"Create...":[null,"Crear..."],"Revision":[null,"Versión"],"Wizard":[null,"Asistente"]}
\ No newline at end of file
diff --git a/locale/es_EC.po b/locale/es_EC.po
deleted file mode 100644
index b9f805d..0000000
--- a/locale/es_EC.po
+++ /dev/null
@@ -1,376 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-# Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
-msgid "Logout"
-msgstr "Cerrar sesión"
-
-msgid "Search..."
-msgstr "Buscar…"
-
-msgid "Unable to reach the server"
-msgstr "No es posible conectar con el servidor"
-
-msgid "Unable to reach the server."
-msgstr "No es posible conectar con el servidor."
-
-msgid "Login"
-msgstr "Usuario"
-
-msgid "Password"
-msgstr "Contraseña"
-
-msgid "Database"
-msgstr "Base de datos"
-
-msgid "OK"
-msgstr "Aceptar"
-
-msgid "Toggle navigation"
-msgstr "Conmutar navegación"
-
-msgid "Menu"
-msgstr "Menú"
-
-msgid ""
-"The following action requires to close all tabs.\n"
-"Do you want to continue?"
-msgstr ""
-"La acción seleccionada requiere cerrar todas las pestañas.\n"
-"¿Desea continuar?"
-
-msgid "Close"
-msgstr "Cerrar"
-
-msgid "New"
-msgstr "Nuevo"
-
-msgid "Create a new record"
-msgstr "Crear un nuevo registro"
-
-msgid "Save"
-msgstr "Guardar"
-
-msgid "Save this record"
-msgstr "Guardar este registro"
-
-msgid "Switch"
-msgstr "Cambiar vista"
-
-msgid "Switch view"
-msgstr "Cambiar vista"
-
-msgid "Reload"
-msgstr "Recargar"
-
-msgid "Previous"
-msgstr "Anterior"
-
-msgid "Previous Record"
-msgstr "Registro anterior"
-
-msgid "Next"
-msgstr "Siguiente"
-
-msgid "Next Record"
-msgstr "Registro siguiente"
-
-msgid "Attachment"
-msgstr "Adjunto"
-
-msgid "Add an attachment to the record"
-msgstr "Agregar un adjunto al registro"
-
-msgid "Note"
-msgstr "Nota"
-
-msgid "Add a note to the record"
-msgstr "Agregar una nota al registro"
-
-msgid "Reload/Undo"
-msgstr "Recargar/Deshacer"
-
-msgid "Duplicate"
-msgstr "Duplicar"
-
-msgid "Delete"
-msgstr "Eliminar"
-
-msgid "Search"
-msgstr "Buscar"
-
-msgid "View Logs..."
-msgstr "Ver registro..."
-
-msgid "Show revisions..."
-msgstr "Mostrar versiones..."
-
-msgid "Close Tab"
-msgstr "Cerrar pestaña"
-
-msgid "Action"
-msgstr "Acción"
-
-msgid "Relate"
-msgstr "Relacionado"
-
-msgid "Print"
-msgstr "Imprimir"
-
-msgid "Launch action"
-msgstr "Lanzar acción"
-
-msgid "Open related records"
-msgstr "Abrir registros relacionados"
-
-msgid "Print report"
-msgstr "Imprimir informe"
-
-msgid ""
-"This record has been modified\n"
-"do you want to save it?"
-msgstr ""
-"Este registro ha sido modificado.\n"
-"¿Desea guardarlo?"
-
-msgid "Record saved."
-msgstr "Registro guardado."
-
-msgid "Working now on the duplicated record(s)."
-msgstr "Ahora está trabajando en registro(s) duplicado(s)."
-
-msgid "Are you sure to remove this record?"
-msgstr "¿Está seguro que quiere eliminar este registro?"
-
-msgid "Are you sure to remove those records?"
-msgstr "¿Está seguro que quiere eliminar estos registros?"
-
-msgid "Records removed."
-msgstr "Registros eliminados."
-
-msgid "Records not removed."
-msgstr "Los registros no se han eliminado."
-
-msgid "You have to select one record."
-msgstr "Debe seleccionar un registro."
-
-msgid "ID:"
-msgstr "ID:"
-
-msgid "Creation User:"
-msgstr "Creado por usuario:"
-
-msgid "Creation Date:"
-msgstr "Fecha de creación:"
-
-msgid "Latest Modification by:"
-msgstr "Última modificación por:"
-
-msgid "Latest Modification Date:"
-msgstr "Fecha de última modificación:"
-
-msgid "Model: "
-msgstr "Modelo:"
-
-msgid "Attachment(%1)"
-msgstr "Adjunto(%1)"
-
-msgid "Note(%1)"
-msgstr "Nota(%1)"
-
-msgid "Filters"
-msgstr "Filtros"
-
-msgid "Bookmarks"
-msgstr "Marcadores"
-
-msgid "Remove this bookmark"
-msgstr "Eliminar este marcador"
-
-msgid "Bookmark this filter"
-msgstr "Marcar este filtro"
-
-msgid "Bookmark Name:"
-msgstr "Nombre del marcador:"
-
-msgid "True"
-msgstr "Verdadero"
-
-msgid "False"
-msgstr "Falso"
-
-msgid "Find"
-msgstr "Buscar"
-
-msgid "ID"
-msgstr "ID"
-
-msgid "Creation User"
-msgstr "Creado por usuario"
-
-msgid "Creation Date"
-msgstr "Fecha de creación"
-
-msgid "Modification User"
-msgstr "Modificado por usuario"
-
-msgid "Modification Date"
-msgstr "Fecha de modificación"
-
-msgid "\"%1\" is required"
-msgstr "Se requiere \"%1\""
-
-msgid "\"%1\" is not valid according to its domain"
-msgstr "\"%1\" no es válido de acuerdo a su dominio"
-
-msgid "The values of \"%1\" are not valid"
-msgstr "Los valores de \"%1\" no son válidos"
-
-msgid "Pre-validation"
-msgstr "Prevalidación"
-
-msgid "Font"
-msgstr "Tipo de letra"
-
-msgid "Size"
-msgstr "Tamaño"
-
-msgid "Add"
-msgstr "Agregar"
-
-msgid "Remove"
-msgstr "Eliminar"
-
-msgid "Open"
-msgstr "Abrir"
-
-msgid "Undelete"
-msgstr "Recuperar"
-
-msgid "Select"
-msgstr "Seleccionar"
-
-msgid "Cancel"
-msgstr "Cancelar"
-
-msgid "%1%"
-msgstr "%1%"
-
-msgid ":"
-msgstr ":"
-
-msgid "More"
-msgstr "Más"
-
-msgid "Calendar view not yet implemented"
-msgstr "La vista de calendario aún no está implementada"
-
-msgid "Warning"
-msgstr "Advertencia"
-
-msgid "Select your action"
-msgstr "Seleccione su acción"
-
-msgid "No action defined!"
-msgstr "¡No se ha definido ninguna acción!"
-
-msgid "Your selection:"
-msgstr "Su selección:"
-
-msgid "Y"
-msgstr "A"
-
-msgid "M"
-msgstr "M"
-
-msgid "w"
-msgstr "S"
-
-msgid "d"
-msgstr "d"
-
-msgid "h"
-msgstr "h"
-
-msgid "m"
-msgstr "m"
-
-msgid "s"
-msgstr "s"
-
-msgid "y"
-msgstr "a"
-
-msgid "yes"
-msgstr "sí"
-
-msgid "true"
-msgstr "verdadero"
-
-msgid "t"
-msgstr "v"
-
-msgid "Message: "
-msgstr "Mensaje: "
-
-msgid "Warning: "
-msgstr "Advertencia: "
-
-msgid "Always ignore this warning."
-msgstr "Ignorar siempre esta advertencia."
-
-msgid "Do you want to proceed?"
-msgstr "¿Desea continuar?"
-
-msgid "No"
-msgstr "No"
-
-msgid "Yes"
-msgstr "Sí"
-
-msgid "Confirmation: "
-msgstr "Confirmación: "
-
-msgid "Concurrency Exception"
-msgstr "Excepción de concurrencia"
-
-msgid "Write Concurrency Warning: "
-msgstr "Aviso de concurrencia de escritura: "
-
-msgid "This record has been modified while you were editing it."
-msgstr "Este registro ha sido modificado mientras lo editaba."
-
-msgid "Choose:"
-msgstr "Elija:"
-
-msgid "\"Cancel\" to cancel saving;"
-msgstr "\"Cancelar\" para no guardar;"
-
-msgid "\"Compare\" to see the modified version;"
-msgstr "Comparar\" para ver la versión modificada;"
-
-msgid "\"Write Anyway\" to save your current version."
-msgstr "\"Guardar de todas formas\" para guardar sus cambios."
-
-msgid "Compare"
-msgstr "Comparar"
-
-msgid "Write Anyway"
-msgstr "Guardar de todas formas"
-
-msgid "Application Error"
-msgstr "Error de aplicación"
-
-msgid "Report Bug"
-msgstr "Informar error"
-
-msgid "Create..."
-msgstr "Crear..."
-
-msgid "Revision"
-msgstr "Versión"
-
-msgid "Wizard"
-msgstr "Asistente"
diff --git a/locale/es_ES.json b/locale/es_ES.json
deleted file mode 100644
index b4eb5ff..0000000
--- a/locale/es_ES.json
+++ /dev/null
@@ -1 +0,0 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Cerrar sesión"],"Search...":[null,"Buscar…"],"Unable to reach the server":[null,"No es posible conectar con el servidor."],"Unable to reach the server.":[null,"No es posible conectar con el servidor."],"Login":[null,"Usuario"],"Password":[null,"Contraseña"],"Database":[null,"Base de datos"],"OK":[null,"Aceptar"],"Toggle navigation":[null,"Conmuta navegación"],"Menu":[null,"Menú"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"La acción seleccionada requiere cerrar todas las pestañas.\n¿Desea continuar?"],"Close":[null,"Cerrar"],"New":[null,"Nuevo"],"Create a new record":[null,"Crea un registro nuevo"],"Save":[null,"Guardar"],"Save this record":[null,"Guarda este registro"],"Switch":[null,"Cambiar"],"Switch view":[null,"Cambiar de vista"],"Reload":[null,"Recargar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registro anterior"],"Next":[null,"Siguiente"],"Next Record":[null,"Registro siguiente"],"Attachment":[null,"Adjunto"],"Add an attachment to the record":[null,"Añadir un adjunto al registro"],"Note":[null,"Nota"],"Add a note to the record":[null,"Añadir una nota al registro"],"Reload/Undo":[null,"Recargar/Deshacer"],"Duplicate":[null,"Duplicar"],"Delete":[null,"Eliminar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver registro..."],"Show revisions...":[null,"Mostrar revisiones..."],"Close Tab":[null,"Cerrar pestaña"],"Action":[null,"Acción"],"Relate":[null,"Relacionado"],"Print":[null,"Imprimir"],"Launch action":[null,"Ejecutar acción"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Imprimir informe"],"This record has been modified\ndo you want to save it?":[null,"Este registro ha sido modificado.\n¿Desea guardarlo?"],"Record saved.":[null,"Registro guardado."],"Working now on the duplicated record(s).":[null,"Ahora está trabajando en el/los registro(s) duplicado(s)."],"Are you sure to remove this record?":[null,"¿Está seguro que quiere eliminar este registro?"],"Are you sure to remove those records?":[null,"¿Está seguro que quiere eliminar estos registros?"],"Records removed.":[null,"Los registros se han eliminado."],"Records not removed.":[null,"Los registros no se han eliminado."],"You have to select one record.":[null,"Debe elegir un registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Creado por:"],"Creation Date:":[null,"Fecha de creación:"],"Latest Modification by:":[null,"Última modificación por:"],"Latest Modification Date:":[null,"Última fecha de modificación:"],"Model: ":[null,"Modelo: "],"Attachment(%1)":[null,"Adjunto(%1)"],"Note(%1)":[null,"Nota(%1)"],"Filters":[null,"Filtros"],"Bookmarks":[null,"Búsquedas favoritas"],"Remove this bookmark":[null,"Eliminar de las búsquedas favoritas"],"Bookmark this filter":[null,"Guardar como búsqueda favorita"],"Bookmark Name:":[null,"Nombre de la búsqueda favorita:"],"True":[null,"Verdadero"],"False":[null,"Falso"],"Find":[null,"Buscar"],"ID":[null,"ID"],"Creation User":[null,"Creado por:"],"Creation Date":[null,"Fecha de creación:"],"Modification User":[null,"Última modificación por:"],"Modification Date":[null,"Última fecha de modificación:"],"\"%1\" is required":[null,"\"%1\" es obligatorio."],"\"%1\" is not valid according to its domain":[null,"\"%1\" no es válido según su dominio."],"The values of \"%1\" are not valid":[null,"Los valores de \"%1\" no son válidos."],"Pre-validation":[null,"Prevalidación"],"Font":[null,"Tipo de letra"],"Size":[null,"Tamaño"],"Add":[null,"Añadir"],"Remove":[null,"Eliminar"],"Open":[null,"Abrir"],"Undelete":[null,"Recuperar"],"Select":[null,"Seleccionar"],"Cancel":[null,"Cancelar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Más"],"Calendar view not yet implemented":[null,"La vista de calendario todavía no está implementada."],"Warning":[null,"Aviso"],"Select your action":[null,"Seleccione su acción"],"No action defined!":[null,"No se ha definido ninguna acción."],"Your selection:":[null,"Su selección:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"a"],"yes":[null,"sí"],"true":[null,"verdadero"],"t":[null,"v"],"Message: ":[null,"Mensaje: "],"Warning: ":[null,"Aviso: "],"Always ignore this warning.":[null,"Ignorar siempre esta advertencia."],"Do you want to proceed?":[null,"¿Desea continuar?"],"No":[null,"No"],"Yes":[null,"Si"],"Confirmation: ":[null,"Confirmación: "],"Concurrency Exception":[null,"Excepción de concurrencia"],"Write Concurrency Warning: ":[null,"Aviso de concurrencia de escritura: "],"This record has been modified while you were editing it.":[null,"Este registro ha sido modificado mientras lo editaba."],"Choose:":[null,"Elija:"],"\"Cancel\" to cancel saving;":[null,"\"Cancelar\" para no guardar;"],"\"Compare\" to see the modified version;":[null,"\"Comparar\" para ver la versión modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Guardar de todas formas\" para guardar sus cambios."],"Compare":[null,"Comparar"],"Write Anyway":[null,"Guardar de todas formas"],"Application Error":[null,"Error de aplicación."],"Report Bug":[null,"Informar del error"],"Create...":[null,"Crear..."],"Revision":[null,"Revisión"],"Wizard":[null,"Asistente"]}
\ No newline at end of file
diff --git a/locale/es_MX.json b/locale/es_MX.json
deleted file mode 100644
index 9fb066f..0000000
--- a/locale/es_MX.json
+++ /dev/null
@@ -1 +0,0 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Unable to reach the server.":[null,""],"Login":[null,""],"Password":[null,""],"Database":[null,""],"OK":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"Cancel":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"Calendar view not yet implemented":[null,""],"Warning":[null,""],"Select your action":[null,""],"No action defined!":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"y":[null,""],"yes":[null,""],"true":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Yes":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Revision":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/fr.json b/locale/fr.json
new file mode 100644
index 0000000..64b918b
--- /dev/null
+++ b/locale/fr.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,"Gérer les favoris"],"Logout":[null,"Déconnexion"],"Favorites":[null,"Favoris"],"Search...":[null,"Recherche..."],"Unable to reach the server":[null,"Impossible de joindre le serveur"],"Login":[null,"Connexion"],"Database":[null,"Base de données"],"Unable to reach the server.":[null,"Impossible de joindre le serveur."],"Toggle navigation":[null,"Basculer la navigation"],"Menu":[null,"Menu"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"L'action suivante nécessite de fermer tous les onglets.\nVoulez-vous continuer ?"],"Close":[null,"Fermer"],"New":[null,"Nouveau"],"Create a new record":[null,"Crée un nouvel enregistrement"],"Save":[null,"Sauver"],"Save this record":[null,"Sauver cet enregistrement"],"Switch":[null,"Basculer"],"Switch view":[null,"Basculer la vue"],"Reload":[null,"Recharger"],"Previous":[null,"Précédent"],"Previous Record":[null,"Enregistrement précédent"],"Next":[null,"Suivant"],"Next Record":[null,"Enregistrement suivant"],"Attachment":[null,"Attachement"],"Add an attachment to the record":[null,"Ajouter un attachement à l'enregistrement"],"Note":[null,"Note"],"Add a note to the record":[null,"Ajouter une note à l'enregistrement"],"Reload/Undo":[null,"Recharger/Annuler"],"Duplicate":[null,"Dupliquer"],"Delete":[null,"Supprimer"],"Search":[null,"Rechercher"],"View Logs...":[null,"Voir les Logs..."],"Show revisions...":[null,"Afficher les révisions..."],"Close Tab":[null,"Fermer l'onglet"],"Action":[null,"Actions"],"Relate":[null,"Relation"],"Print":[null,"Imprimer"],"Export":[null,"Exporter"],"Import":[null,"Importer"],"Launch action":[null,"Lancer une action"],"Open related records":[null,"Ouvrir les enregistrements liés"],"Print report":[null,"Imprimer un rapport"],"This record has been modified\ndo you want to save it?":[null,"Cet enregistrement a été modifié\nvoulez-vous le sauvegarder ?"],"Record saved.":[null,"Enregistrement sauvé."],"Working now on the duplicated record(s).":[null,"Sur les enregistrement(s) dupliqué(s) maintenant."],"Are you sure to remove this record?":[null,"Êtes-vous sûr de vouloir supprimer cet enregistrement ?"],"Are you sure to remove those records?":[null,"Êtes-vous sûr de vouloir supprimer ces enregistrements ?"],"Records removed.":[null,"Enregistrements supprimés."],"Records not removed.":[null,"Enregistrements non supprimés."],"You have to select one record.":[null,"Vous devez sélectionner un enregistrement."],"ID:":[null,"ID :"],"Creation User:":[null,"Créé par l'utilisateur :"],"Creation Date:":[null,"Date de création :"],"Latest Modification by:":[null,"Dernière modification par :"],"Latest Modification Date:":[null,"Date de dernière modification :"],"Model: ":[null,"Modèle : "],"Attachment(%1)":[null,"Attachement(%1)"],"Note(%1)":[null,"Note(%1)"],"Filters":[null,"Filtres"],"Bookmarks":[null,"Marques-pages"],"Remove this bookmark":[null,"Supprimer ce marque-page"],"Bookmark this filter":[null,"Sauver ce filtre"],"Bookmark Name:":[null,"Nom du marque-page :"],"True":[null,"Vrai"],"False":[null,"Faux"],"Find":[null,"Chercher"],"ID":[null,"ID"],"Creation User":[null,"Créé par l'utilisateur"],"Creation Date":[null,"Date de création"],"Modification User":[null,"Modifié par l'utilisateur"],"Modification Date":[null,"Date de modification"],"\"%1\" is required":[null,"« %1 » est requis"],"\"%1\" is not valid according to its domain":[null,"« %1 » n'est pas valide selon son domaine"],"The values of \"%1\" are not valid":[null,"Les valeurs de « %1 » ne sont pas valides"],"Pre-validation":[null,"Pré-validation"],"Translate":[null,"Traduire"],"Cancel":[null,"Annuler"],"OK":[null,"Valider"],"Edit":[null,"Éditer"],"Fuzzy":[null,"Floue"],"You need to save the record before adding translations.":[null,"Vous devez sauvegarder l'enregistrement avant d'ajouter des traductions."],"No other language available.":[null,"Pas d'autre langue disponible."],"Font":[null,"Police"],"Size":[null,"Taille"],"Add":[null,"Ajouter"],"Remove":[null,"Enlever"],"Open":[null,"Ouvrir"],"Undelete":[null,"Restaurer"],"Select":[null,"Sélectionner"],"%1%":[null,"%1%"],":":[null," :"],"More":[null,"Plus"],", ":[null,", "],",…":[null,",…"],"%1 (%2)":[null,"%1 (%2)"],"Select your action":[null,"Sélectionnez votre action"],"No action defined.":[null,"Pas d'action définie."],"Your selection:":[null,"Votre sélection :"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"j"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,"Par : "],"y":[null,"y"],"Yes":[null,"Oui"],"t":[null,"v"],"Message: ":[null,"Message : "],"Warning: ":[null,"Avertissement : "],"Always ignore this warning.":[null,"Toujours ignorer cet avertissement."],"Do you want to proceed?":[null,"Souhaitez-vous continuer ?"],"No":[null,"Non"],"Confirmation: ":[null,"Confirmation : "],"Concurrency Exception":[null,"Erreur d'accès concurrent"],"Write Concurrency Warning: ":[null,"Attention, accès en écriture concurrents : "],"This record has been modified while you were editing it.":[null,"Cet enregistrement a été édité pendant que vous étiez en train de le modifier."],"Choose:":[null,"Choisissez :"],"\"Cancel\" to cancel saving;":[null,"« Annuler » pour annuler vos modifications ;"],"\"Compare\" to see the modified version;":[null,"« Comparer » pour voir la nouvelle version ;"],"\"Write Anyway\" to save your current version.":[null,"« Écraser » pour sauver vos modifications."],"Compare":[null,"Comparer"],"Write Anyway":[null,"Écraser"],"Application Error":[null,"Erreur applicative"],"Report Bug":[null,"Rapporter un bogue"],"Create...":[null,"Créer..."],"Attachments (%1)":[null,"Attachements (%1)"],"Notes (%1)":[null,"Notes (%1)"],"Search %1":[null,"Recherche %1"],"Revision":[null,"Révision"],"All Fields":[null,"Tous les champs"],"Clear":[null,"Effacer"],"Fields Selected":[null,"Champs sélectionnés"],"CSV Parameters":[null,"Paramètres CSV"],"Delimiter:":[null,"Délimiteur :"],"Quote Char:":[null,"Caractère de guillemet :"],"Encoding:":[null,"Codage :"],"Import from CSV":[null,"Importer depuis un CSV"],"Auto-Detect":[null,"Détection automatique"],"File to Import":[null,"Fichier à importer :"],"Lines to Skip:":[null,"Lignes à ignorer :"],"You must select an import file first":[null,"Vous devez d'abord sélectionner un fichier d'import"],"Error occured in loading the file":[null,"Une erreur a eu lieu au chargement du fichier"],"Error processing the file at field %1.":[null,"Erreur lors du traitement du fichier du champ %1."],"Error":[null,"Erreur"],"Export to CSV":[null,"Exporter en CSV"],"Predefined Exports":[null,"Exportations prédéfinies"],"Save Export":[null,"Sauver l'exportation"],"Delete Export":[null,"Supprimer l'exportation"],"Add Field Names":[null,"Ajouter les noms des champs"],"%1 (string)":[null,"%1 (string)"],"What is the name of this export?":[null,"Quel est le nom de cet export ?"],"Override %1 definition?":[null,"Surcharger la définition %s ?"],"Wizard":[null,"Assistant"]}
\ No newline at end of file
diff --git a/locale/fr_FR.po b/locale/fr.po
similarity index 73%
rename from locale/fr_FR.po
rename to locale/fr.po
index ad7a21e..85d3c59 100644
--- a/locale/fr_FR.po
+++ b/locale/fr.po
@@ -2,31 +2,32 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr "Gérer les favoris"
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "Déconnexion"
 
+msgid "Favorites"
+msgstr "Favoris"
+
 msgid "Search..."
 msgstr "Recherche..."
 
 msgid "Unable to reach the server"
 msgstr "Impossible de joindre le serveur"
 
-msgid "Unable to reach the server."
-msgstr "Impossible de joindre le serveur."
-
 msgid "Login"
 msgstr "Connexion"
 
-msgid "Password"
-msgstr "Mot de passe"
-
 msgid "Database"
 msgstr "Base de données"
 
-msgid "OK"
-msgstr "Valider"
+msgid "Unable to reach the server."
+msgstr "Impossible de joindre le serveur."
 
 msgid "Toggle navigation"
 msgstr "Basculer la navigation"
@@ -119,6 +120,12 @@ msgstr "Relation"
 msgid "Print"
 msgstr "Imprimer"
 
+msgid "Export"
+msgstr "Exporter"
+
+msgid "Import"
+msgstr "Importer"
+
 msgid "Launch action"
 msgstr "Lancer une action"
 
@@ -231,6 +238,28 @@ msgstr "Les valeurs de « %1 » ne sont pas valides"
 msgid "Pre-validation"
 msgstr "Pré-validation"
 
+msgid "Translate"
+msgstr "Traduire"
+
+msgid "Cancel"
+msgstr "Annuler"
+
+msgid "OK"
+msgstr "Valider"
+
+msgid "Edit"
+msgstr "Éditer"
+
+msgid "Fuzzy"
+msgstr "Floue"
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+"Vous devez sauvegarder l'enregistrement avant d'ajouter des traductions."
+
+msgid "No other language available."
+msgstr "Pas d'autre langue disponible."
+
 msgid "Font"
 msgstr "Police"
 
@@ -252,9 +281,6 @@ msgstr "Restaurer"
 msgid "Select"
 msgstr "Sélectionner"
 
-msgid "Cancel"
-msgstr "Annuler"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -264,17 +290,20 @@ msgstr " :"
 msgid "More"
 msgstr "Plus"
 
-msgid "Calendar view not yet implemented"
-msgstr "La vue calendrier n'est pas encore implémentée"
+msgid ", "
+msgstr ", "
+
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "Avertissement"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
 
 msgid "Select your action"
 msgstr "Sélectionnez votre action"
 
-msgid "No action defined!"
-msgstr "Pas d'action définie !"
+msgid "No action defined."
+msgstr "Pas d'action définie."
 
 msgid "Your selection:"
 msgstr "Votre sélection :"
@@ -300,14 +329,14 @@ msgstr "m"
 msgid "s"
 msgstr "s"
 
+msgid "By: "
+msgstr "Par : "
+
 msgid "y"
 msgstr "y"
 
-msgid "yes"
-msgstr "oui"
-
-msgid "true"
-msgstr "vrai"
+msgid "Yes"
+msgstr "Oui"
 
 msgid "t"
 msgstr "v"
@@ -327,9 +356,6 @@ msgstr "Souhaitez-vous continuer ?"
 msgid "No"
 msgstr "Non"
 
-msgid "Yes"
-msgstr "Oui"
-
 msgid "Confirmation: "
 msgstr "Confirmation : "
 
@@ -371,8 +397,86 @@ msgstr "Rapporter un bogue"
 msgid "Create..."
 msgstr "Créer..."
 
+msgid "Attachments (%1)"
+msgstr "Attachements (%1)"
+
+msgid "Notes (%1)"
+msgstr "Notes (%1)"
+
+msgid "Search %1"
+msgstr "Recherche %1"
+
 msgid "Revision"
 msgstr "Révision"
 
+msgid "All Fields"
+msgstr "Tous les champs"
+
+msgid "Clear"
+msgstr "Effacer"
+
+msgid "Fields Selected"
+msgstr "Champs sélectionnés"
+
+msgid "CSV Parameters"
+msgstr "Paramètres CSV"
+
+msgid "Delimiter:"
+msgstr "Délimiteur :"
+
+msgid "Quote Char:"
+msgstr "Caractère de guillemet :"
+
+msgid "Encoding:"
+msgstr "Codage :"
+
+msgid "Import from CSV"
+msgstr "Importer depuis un CSV"
+
+msgid "Auto-Detect"
+msgstr "Détection automatique"
+
+msgid "File to Import"
+msgstr "Fichier à importer :"
+
+msgid "Lines to Skip:"
+msgstr "Lignes à ignorer :"
+
+msgid "You must select an import file first"
+msgstr "Vous devez d'abord sélectionner un fichier d'import"
+
+msgid "Error occured in loading the file"
+msgstr "Une erreur a eu lieu au chargement du fichier"
+
+msgid "Error processing the file at field %1."
+msgstr "Erreur lors du traitement du fichier du champ %1."
+
+msgid "Error"
+msgstr "Erreur"
+
+msgid "Export to CSV"
+msgstr "Exporter en CSV"
+
+msgid "Predefined Exports"
+msgstr "Exportations prédéfinies"
+
+msgid "Save Export"
+msgstr "Sauver l'exportation"
+
+msgid "Delete Export"
+msgstr "Supprimer l'exportation"
+
+msgid "Add Field Names"
+msgstr "Ajouter les noms des champs"
+
+msgid "%1 (string)"
+msgstr "%1 (string)"
+
+msgid "What is the name of this export?"
+msgstr "Quel est le nom de cet export ?"
+
+msgid "Override %1 definition?"
+msgstr "Surcharger la définition %s ?"
+
 msgid "Wizard"
 msgstr "Assistant"
diff --git a/locale/fr_FR.json b/locale/fr_FR.json
index 607472c..1ff54f9 100644
--- a/locale/fr_FR.json
+++ b/locale/fr_FR.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Déconnexion"],"Search...":[null,"Recherche..."],"Unable to reach the server":[null,"Impossible de joindre le serveur"],"Unable to reach the server.":[null,"Impossible de joindre le serveur."],"Login":[null,"Connexion"],"Password":[null,"Mot de passe"],"Database":[null,"Base de données"],"OK":[null,"Valider"],"Toggle navigation":[null,"Basculer la navigation"],"Menu":[null,"Menu"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"L'action suivante nécessite de fermer tous les onglets.\nVoulez-vous continuer ?"],"Close":[null,"Fermer"],"New":[null,"Nouveau"],"Create a new record":[null,"Crée un nouvel enregistrement"],"Save":[null,"Sauver"],"Save this record":[null,"Sauver cet enregistrement"],"Switch":[null,"Basculer"],"Switch view":[null,"Basculer la vue"],"Reload":[null,"Recharger"],"Previous":[null,"Précédent"],"Previous Record":[null,"Enregistrement précédent"],"Next":[null,"Suivant"],"Next Record":[null,"Enregistrement suivant"],"Attachment":[null,"Attachement"],"Add an attachment to the record":[null,"Ajouter un attachement à l'enregistrement"],"Note":[null,"Note"],"Add a note to the record":[null,"Ajouter une note à l'enregistrement"],"Reload/Undo":[null,"Recharger/Annuler"],"Duplicate":[null,"Dupliquer"],"Delete":[null,"Supprimer"],"Search":[null,"Rechercher"],"View Logs...":[null,"Voir les Logs..."],"Show revisions...":[null,"Afficher les révisions..."],"Close Tab":[null,"Fermer l'onglet"],"Action":[null,"Actions"],"Relate":[null,"Relation"],"Print":[null,"Imprimer"],"Launch action":[null,"Lancer une action"],"Open related records":[null,"Ouvrir les enregistrements liés"],"Print report":[null,"Imprimer un rapport"],"This record has been modified\ndo you want to save it?":[null,"Cet enregistrement a été modifié\nvoulez-vous le sauvegarder ?"],"Record saved.":[null,"Enregistrement sauvé."],"Working now on the duplicated record(s).":[null,"Sur les enregistrement(s) dupliqué(s) maintenant."],"Are you sure to remove this record?":[null,"Êtes-vous sûr de vouloir supprimer cet enregistrement ?"],"Are you sure to remove those records?":[null,"Êtes-vous sûr de vouloir supprimer ces enregistrements ?"],"Records removed.":[null,"Enregistrements supprimés."],"Records not removed.":[null,"Enregistrements non supprimés."],"You have to select one record.":[null,"Vous devez sélectionner un enregistrement."],"ID:":[null,"ID :"],"Creation User:":[null,"Créé par l'utilisateur :"],"Creation Date:":[null,"Date de création :"],"Latest Modification by:":[null,"Dernière modification par :"],"Latest Modification Date:":[null,"Date de dernière modification :"],"Model: ":[null,"Modèle : "],"Attachment(%1)":[null,"Attachement(%1)"],"Note(%1)":[null,"Note(%1)"],"Filters":[null,"Filtres"],"Bookmarks":[null,"Marques-pages"],"Remove this bookmark":[null,"Supprimer ce marque-page"],"Bookmark this filter":[null,"Sauver ce filtre"],"Bookmark Name:":[null,"Nom du marque-page :"],"True":[null,"Vrai"],"False":[null,"Faux"],"Find":[null,"Chercher"],"ID":[null,"ID"],"Creation User":[null,"Créé par l'utilisateur"],"Creation Date":[null,"Date de création"],"Modification User":[null,"Modifié par l'utilisateur"],"Modification Date":[null,"Date de modification"],"\"%1\" is required":[null,"« %1 » est requis"],"\"%1\" is not valid according to its domain":[null,"« %1 » n'est pas valide selon son domaine"],"The values of \"%1\" are not valid":[null,"Les valeurs de « %1 » ne sont pas valides"],"Pre-validation":[null,"Pré-validation"],"Font":[null,"Police"],"Size":[null,"Taille"],"Add":[null,"Ajouter"],"Remove":[null,"Enlever"],"Open":[null,"Ouvrir"],"Undelete":[null,"Restaurer"],"Select":[null,"Sélectionner"],"Cancel":[null,"Annuler"],"%1%":[null,"%1%"],":":[null," :"],"More":[null,"Plus"],"Calendar view not yet implemented":[null,"La vue calendrier n'est pas encore implémentée"],"Warning":[null,"Avertissement"],"Select your action":[null,"Sélectionnez votre action"],"No action defined!":[null,"Pas d'action définie !"],"Your selection:":[null,"Votre sélection :"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"j"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"y"],"yes":[null,"oui"],"true":[null,"vrai"],"t":[null,"v"],"Message: ":[null,"Message : "],"Warning: ":[null,"Avertissement : "],"Always ignore this warning.":[null,"Toujours ignorer cet avertissement."],"Do you want to proceed?":[null,"Souhaitez-vous continuer ?"],"No":[null,"Non"],"Yes":[null,"Oui"],"Confirmation: ":[null,"Confirmation : "],"Concurrency Exception":[null,"Erreur d'accès concurrent"],"Write Concurrency Warning: ":[null,"Attention, accès en écriture concurrents : "],"This record has been modified while you were editing it.":[null,"Cet enregistrement a été édité pendant que vous étiez en train de le modifier."],"Choose:":[null,"Choisissez :"],"\"Cancel\" to cancel saving;":[null,"« Annuler » pour annuler vos modifications ;"],"\"Compare\" to see the modified version;":[null,"« Comparer » pour voir la nouvelle version ;"],"\"Write Anyway\" to save your current version.":[null,"« Écraser » pour sauver vos modifications."],"Compare":[null,"Comparer"],"Write Anyway":[null,"Écraser"],"Application Error":[null,"Erreur applicative"],"Report Bug":[null,"Rapporter un bogue"],"Create...":[null,"Créer..."],"Revision":[null,"Révision"],"Wizard":[null,"Assistant"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Déconnexion"],"Search...":[null,"Recherche..."],"Unable to reach the server":[null,"Impossible de joindre le serveur"],"Unable to reach the server.":[null,"Impossible de joindre le serveur."],"Login":[null,"Connexion"],"Password":[null,"Mot de passe"],"Database":[null,"Base de données"],"OK":[null,"Valider"],"Toggle navigation":[null,"Basculer la navigation"],"Menu":[null,"Menu"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"L'action suivante nécessite de fermer tous les onglets.\nVoulez-vous continuer ?"],"Close":[null,"Fermer"],"New":[null,"Nouveau"],"Create a new record":[null,"Crée un nouvel enregistrement"],"Save":[null,"Sauver"],"Save this record":[null,"Sauver cet enregistrement"],"Switch":[null,"Basculer"],"Switch view":[null,"Basculer la vue"],"Reload":[null,"Recharger"],"Previous":[null,"Précédent"],"Previous Record":[null,"Enregistrement précédent"],"Next":[null,"Suivant"],"Next Record":[null,"Enregistrement suivant"],"Attachment":[null,"Attachement"],"Add an attachment to the record":[null,"Ajouter un attachement à l'enregistrement"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"Recharger/Annuler"],"Duplicate":[null,"Dupliquer"],"Delete":[null,"Supprimer"],"Search":[null,"Rechercher"],"View Logs...":[null,"Voir les Logs..."],"Show revisions...":[null,"Afficher les révisions..."],"Close Tab":[null,"Fermer l'onglet"],"Action":[null,"Actions"],"Relate":[null,"Relation"],"Print":[null,"Imprimer"],"Launch action":[null,"Lancer une action"],"Open related records":[null,"Ouvrir les enregistrements liés"],"Print report":[null,"Imprimer un rapport"],"This record has been modified\ndo you want to save it?":[null,"Cet enregistrement a été modifié\nvoulez-vous le sauvegarder ?"],"Record saved.":[null,"Enregistrement sauvé."],"Working now on the duplicated record(s).":[null,"Sur les enregistrement(s) dupliqué(s) maintenant."],"Are you sure to remove this record?":[null,"Êtes-vous sûr de vouloir supprimer cet enregistrement ?"],"Are you sure to remove those records?":[null,"Êtes-vous sûr de vouloir supprimer ces enregistrements ?"],"Records removed.":[null,"Enregistrements supprimés."],"Records not removed.":[null,"Enregistrements non supprimés."],"You have to select one record.":[null,"Vous devez sélectionner un enregistrement."],"ID:":[null,"ID :"],"Creation User:":[null,"Créé par l'utilisateur :"],"Creation Date:":[null,"Date de création :"],"Latest Modification by:":[null,"Dernière modification par :"],"Latest Modification Date:":[null,"Date de dernière modification :"],"Model: ":[null,"Modèle : "],"Attachment(%1)":[null,"Attachement(%1)"],"Note(%1)":[null,""],"Filters":[null,"Filtres"],"Bookmarks":[null,"Marques-pages"],"Remove this bookmark":[null,"Supprimer ce marque-page"],"Bookmark this filter":[null,"Sauver ce filtre"],"Bookmark Name:":[null,"Nom du marque-page :"],"True":[null,"Vrai"],"False":[null,"Faux"],"Find":[null,"Chercher"],"ID":[null,"ID"],"Creation User":[null,"Créé par l'utilisateur"],"Creation Date":[null,"Date de création"],"Modification User":[null,"Modifié par l'utilisateur"],"Modification Date":[null,"Date de modification"],"\"%1\" is required":[null,"« %1 » est requis"],"\"%1\" is not valid according to its domain":[null,"« %1 » n'est pas valide selon son domaine"],"The values of \"%1\" are not valid":[null,"Les valeurs de « %1 » ne sont pas valides"],"Pre-validation":[null,"Pré-validation"],"Font":[null,"Police"],"Size":[null,"Taille"],"Add":[null,"Ajouter"],"Remove":[null,"Enlever"],"Open":[null,"Ouvrir"],"Undelete":[null,"Restaurer"],"Select":[null,"Sélectionner"],"Cancel":[null,"Annuler"],"%1%":[null,"%1%"],":":[null," :"],"More":[null,"Plus"],"Calendar view not yet implemented":[null,"La vue calendrier n'est pas encore implémentée"],"Warning":[null,"Avertissement"],"Select your action":[null,"Sélectionnez votre action"],"No action defined!":[null,"Pas d'action définie !"],"Your selection:":[null,"Votre sélection :"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"S"],"d":[null,"j"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"y"],"yes":[null,"oui"],"true":[null,"vrai"],"t":[null,"v"],"Message: ":[null,"Message : "],"Warning: ":[null,"Avertissement : "],"Always ignore this warning.":[null,"Toujours ignorer cet avertissement."],"Do you want to proceed?":[null,"Souhaitez-vous continuer ?"],"No":[null,"Non"],"Yes":[null,"Oui"],"Confirmation: ":[null,"Confirmation : "],"Concurrency Exception":[null,"Erreur d'accès concurrent"],"Write Concurrency Warning: ":[null,"Attention, accès en écriture concurrents : "],"This record has been modified while you were editing it.":[null,"Cet enregistrement a été édité pendant que vous étiez en train de le modifier."],"Choose:":[null,"Choisissez :"],"\"Cancel\" to cancel saving;":[null,"« Annuler » pour annuler vos modifications ;"],"\"Compare\" to see the modified version;":[null,"« Comparer » pour voir la nouvelle version ;"],"\"Write Anyway\" to save your current version.":[null,"« Écraser » pour sauver vos modifications."],"Compare":[null,"Comparer"],"Write Anyway":[null,"Écraser"],"Application Error":[null,"Erreur applicative"],"Report Bug":[null,"Rapporter un bogue"],"Revision":[null,"Révision"],"Wizard":[null,"Assistant"]}
\ No newline at end of file
diff --git a/locale/hu_HU.json b/locale/hu_HU.json
index 9fb066f..c4bdbb4 100644
--- a/locale/hu_HU.json
+++ b/locale/hu_HU.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Unable to reach the server.":[null,""],"Login":[null,""],"Password":[null,""],"Database":[null,""],"OK":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"Cancel":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"Calendar view not yet implemented":[null,""],"Warning":[null,""],"Select your action":[null,""],"No action defined!":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"y":[null,""],"yes":[null,""],"true":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Yes":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Revision":[null,""],"Wizard":[null,""]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 72e743b..3766150 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/it_IT.json b/locale/it_IT.json
index 9fb066f..ef6fbf9 100644
--- a/locale/it_IT.json
+++ b/locale/it_IT.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Unable to reach the server.":[null,""],"Login":[null,""],"Password":[null,""],"Database":[null,""],"OK":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"Cancel":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"Calendar view not yet implemented":[null,""],"Warning":[null,""],"Select your action":[null,""],"No action defined!":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"y":[null,""],"yes":[null,""],"true":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Yes":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Revision":[null,""],"Wizard":[null,""]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,"gestione preferiti"],"Logout":[null,"Esci"],"Favorites":[null,"Preferiti"],"Search...":[null,"Cerca..."],"Unable to reach the server":[null,"server non raggiungibile"],"Login":[null,"Login"],"Database":[null,"Database"],"Unable to reach the server.":[null,"server non raggiungibile"],"Toggle navigation":[null,"navigazione a tratti"],"Menu":[null,"Menu"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"la seguente azione richiede la chiusura di tutte le finestre. Intendi continuare?"],"Close":[null,"Chiudi"],"New":[null,"Nuovo"],"Create a new record":[null,"Crea un nuovo record"],"Save":[null,"Salva"],"Save this record":[null,"salvare il record"],"Switch":[null,"Scambia"],"Switch view":[null,"cambia visualizzazione"],"Reload":[null,"Ricarica"],"Previous":[null,"Precedente"],"Previous Record":[null,"Record precedente"],"Next":[null,"Successivo"],"Next Record":[null,"Record successivo"],"Attachment":[null,"Allegato"],"Add an attachment to the record":[null,"aggiungere un allegato al record"],"Note":[null,"nota"],"Add a note to the record":[null,"aggiungere nota al record"],"Reload/Undo":[null,"ricarica / ripristina"],"Duplicate":[null,"Duplica"],"Delete":[null,"Elimina"],"Search":[null,"Cerca"],"View Logs...":[null,"vedi logs"],"Show revisions...":[null,"mostra revisioni"],"Close Tab":[null,"Chiudi la scheda"],"Action":[null,"Azione"],"Relate":[null,"collega"],"Print":[null,"Stampa"],"Export":[null,"Esporta"],"Import":[null,"Importa"],"Launch action":[null,"lancia applicazione"],"Open related records":[null,"apri record collegati"],"Print report":[null,"Stampa rapporto"],"This record has been modified\ndo you want to save it?":[null,"questo record è stato modificato, intendi salvarlo?"],"Record saved.":[null,"record salvato"],"Working now on the duplicated record(s).":[null,"stai ora lavorando nel record duplicato"],"Are you sure to remove this record?":[null,"sei sicuro di rimuovere questo record?"],"Are you sure to remove those records?":[null,"sei sicuro di rimuovere questi record?"],"Records removed.":[null,"record rimossi"],"Records not removed.":[null,"record non rimossi"],"You have to select one record.":[null,"va selezionato un record"],"ID:":[null,"ID:"],"Creation User:":[null,"creato da:"],"Creation Date:":[null,"creato il:"],"Latest Modification by:":[null,"ultima modifica da:"],"Latest Modification Date:":[null,"ultima modifica il:"],"Model: ":[null,"Modello: "],"Attachment(%1)":[null,"allegato (%1)"],"Note(%1)":[null,"nota (%1)"],"Filters":[null,"Filtri"],"Bookmarks":[null,"Segnalibri"],"Remove this bookmark":[null,"rimuovere questo segnalibro"],"Bookmark this filter":[null,"contrassegnare questo filtro "],"Bookmark Name:":[null,"nome del segnalibro"],"True":[null,"Vero"],"False":[null,"Falso"],"Find":[null,"Trova"],"ID":[null,"ID"],"Creation User":[null,"creato da"],"Creation Date":[null,"creato il "],"Modification Date":[null,"Data di modifica "],"\"%1\" is required":[null,"\"%1\" è obbligatorio"],"\"%1\" is not valid according to its domain":[null,"\"%1\" non è valido rispetto al dominio"],"The values of \"%1\" are not valid":[null,"i valori di \"%1\" non sono validi"],"Pre-validation":[null,"pre-validazione"],"Translate":[null,"Traduci"],"Cancel":[null,"Annulla"],"OK":[null,"OK"],"Edit":[null,"Modifica"],"Fuzzy":[null,"fuzzy"],"You need to save the record before adding translations.":[null,"devi salvare il record prima di inserire la traduzione"],"No other language available.":[null,"non sono disponibili altre lingue"],"Font":[null,"Carattere"],"Size":[null,"Dimensione"],"Add":[null,"Aggiungi"],"Remove":[null,"Rimuovi"],"Open":[null,"Apri"],"Undelete":[null,"Annullare l'eliminazione"],"Select":[null,"Seleziona"],"%1%":[null,"%1%"],":":[null,": "],"More":[null,"più"],", ":[null,", "],",…":[null,",… "],"%1 (%2)":[null,"%1 (%2)"],"Select your action":[null,"selezionare l azione"],"No action defined.":[null,"nessuna azione definita"],"Your selection:":[null,"la tua selezione"],"Y":[null,"Y"],"M":[null,"M"],"w":[null,"w"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,"per:"],"y":[null,"y"],"Yes":[null,"Sì"],"t":[null,"t"],"Message: ":[null,"messaggio"],"Warning: ":[null,"Attenzione: "],"Always ignore this warning.":[null,"ignorare sempre questo avviso"],"Do you want to proceed?":[null,"Continuare?"],"No":[null,"no"],"Confirmation: ":[null,"conferma"],"Concurrency Exception":[null,"eccezione di concorrenza"],"Write Concurrency Warning: ":[null,"scrivi avviso di concorrenza"],"This record has been modified while you were editing it.":[null,"il record è stato modificato durante la scrittura"],"Choose:":[null,"scegliere:"],"\"Cancel\" to cancel saving;":[null,"\"cancel\" per annullare il salvataggio"],"\"Compare\" to see the modified version;":[null,"\"compare\" per vedere la versione modificata"],"\"Write Anyway\" to save your current version.":[null,"\"write anyway\" per salvare la versione corrente"],"Compare":[null,"Confrontare"],"Write Anyway":[null,"forza modifica"],"Application Error":[null,"errore dell'applicazione"],"Report Bug":[null,"Segnala un errore"],"Create...":[null,"Crea..."],"Attachments (%1)":[null,"allegati (%1)"],"Notes (%1)":[null,"note (%1)"],"Search %1":[null,"Cerca %1"],"Revision":[null,"Revisione"],"All Fields":[null,"Ogni Campo"],"Clear":[null,"Cancella"],"Fields Selected":[null,"campi selezionati"],"CSV Parameters":[null,"parametri CSV"],"Delimiter:":[null,"Delimitatore:"],"Quote Char:":[null,"Carattere tra virgolette:"],"Encoding:":[null,"Codifica:"],"Import from CSV":[null,"importare da CSV"],"Auto-Detect":[null,"Autorilevamento"],"File to Import":[null,"file da importare"],"Lines to Skip:":[null,"righe da saltare"],"You must select an import file first":[null,"va prima selezionato un file da importare"],"Error occured in loading the file":[null,"si è verificato un errore nel caricamento del file"],"Error processing the file at field %1.":[null,"errore nell'elaborazione del file nel campo %1"],"Error":[null,"Errore"],"Export to CSV":[null,"esportazione in CSV"],"Predefined Exports":[null,"esportazioni predefinite"],"Save Export":[null,"salvare esportazione"],"Delete Export":[null,"eliminare esportazione"],"Add Field Names":[null,"inserire nomi campo"],"%1 (string)":[null,"%1 (stringa)"],"What is the name of this export?":[null,"qual è il nome di questa esportazione?"],"Override %1 definition?":[null,"sovrascrivere definizione %1?"],"Wizard":[null,"wizard"]}
\ No newline at end of file
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 72e743b..56a27ef 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -2,370 +2,475 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr "gestione preferiti"
+
 msgid "Logout"
-msgstr ""
+msgstr "Esci"
+
+msgid "Favorites"
+msgstr "Preferiti"
 
 msgid "Search..."
-msgstr ""
+msgstr "Cerca..."
 
 msgid "Unable to reach the server"
-msgstr ""
-
-msgid "Unable to reach the server."
-msgstr ""
+msgstr "server non raggiungibile"
 
 msgid "Login"
-msgstr ""
-
-msgid "Password"
-msgstr ""
+msgstr "Login"
 
 msgid "Database"
-msgstr ""
+msgstr "Database"
 
-msgid "OK"
-msgstr ""
+msgid "Unable to reach the server."
+msgstr "server non raggiungibile"
 
 msgid "Toggle navigation"
-msgstr ""
+msgstr "navigazione a tratti"
 
 msgid "Menu"
-msgstr ""
+msgstr "Menu"
 
 msgid ""
 "The following action requires to close all tabs.\n"
 "Do you want to continue?"
 msgstr ""
+"la seguente azione richiede la chiusura di tutte le finestre. Intendi "
+"continuare?"
 
 msgid "Close"
-msgstr ""
+msgstr "Chiudi"
 
 msgid "New"
-msgstr ""
+msgstr "Nuovo"
 
 msgid "Create a new record"
-msgstr ""
+msgstr "Crea un nuovo record"
 
 msgid "Save"
-msgstr ""
+msgstr "Salva"
 
 msgid "Save this record"
-msgstr ""
+msgstr "salvare il record"
 
 msgid "Switch"
-msgstr ""
+msgstr "Scambia"
 
 msgid "Switch view"
-msgstr ""
+msgstr "cambia visualizzazione"
 
 msgid "Reload"
-msgstr ""
+msgstr "Ricarica"
 
 msgid "Previous"
-msgstr ""
+msgstr "Precedente"
 
 msgid "Previous Record"
-msgstr ""
+msgstr "Record precedente"
 
 msgid "Next"
-msgstr ""
+msgstr "Successivo"
 
 msgid "Next Record"
-msgstr ""
+msgstr "Record successivo"
 
 msgid "Attachment"
-msgstr ""
+msgstr "Allegato"
 
 msgid "Add an attachment to the record"
-msgstr ""
+msgstr "aggiungere un allegato al record"
 
 msgid "Note"
-msgstr ""
+msgstr "nota"
 
 msgid "Add a note to the record"
-msgstr ""
+msgstr "aggiungere nota al record"
 
 msgid "Reload/Undo"
-msgstr ""
+msgstr "ricarica / ripristina"
 
 msgid "Duplicate"
-msgstr ""
+msgstr "Duplica"
 
 msgid "Delete"
-msgstr ""
+msgstr "Elimina"
 
 msgid "Search"
-msgstr ""
+msgstr "Cerca"
 
 msgid "View Logs..."
-msgstr ""
+msgstr "vedi logs"
 
 msgid "Show revisions..."
-msgstr ""
+msgstr "mostra revisioni"
 
 msgid "Close Tab"
-msgstr ""
+msgstr "Chiudi la scheda"
 
 msgid "Action"
-msgstr ""
+msgstr "Azione"
 
 msgid "Relate"
-msgstr ""
+msgstr "collega"
 
 msgid "Print"
-msgstr ""
+msgstr "Stampa"
+
+msgid "Export"
+msgstr "Esporta"
+
+msgid "Import"
+msgstr "Importa"
 
 msgid "Launch action"
-msgstr ""
+msgstr "lancia applicazione"
 
 msgid "Open related records"
-msgstr ""
+msgstr "apri record collegati"
 
 msgid "Print report"
-msgstr ""
+msgstr "Stampa rapporto"
 
 msgid ""
 "This record has been modified\n"
 "do you want to save it?"
-msgstr ""
+msgstr "questo record è stato modificato, intendi salvarlo?"
 
 msgid "Record saved."
-msgstr ""
+msgstr "record salvato"
 
 msgid "Working now on the duplicated record(s)."
-msgstr ""
+msgstr "stai ora lavorando nel record duplicato"
 
 msgid "Are you sure to remove this record?"
-msgstr ""
+msgstr "sei sicuro di rimuovere questo record?"
 
 msgid "Are you sure to remove those records?"
-msgstr ""
+msgstr "sei sicuro di rimuovere questi record?"
 
 msgid "Records removed."
-msgstr ""
+msgstr "record rimossi"
 
 msgid "Records not removed."
-msgstr ""
+msgstr "record non rimossi"
 
 msgid "You have to select one record."
-msgstr ""
+msgstr "va selezionato un record"
 
 msgid "ID:"
-msgstr ""
+msgstr "ID:"
 
 msgid "Creation User:"
-msgstr ""
+msgstr "creato da:"
 
 msgid "Creation Date:"
-msgstr ""
+msgstr "creato il:"
 
 msgid "Latest Modification by:"
-msgstr ""
+msgstr "ultima modifica da:"
 
 msgid "Latest Modification Date:"
-msgstr ""
+msgstr "ultima modifica il:"
 
 msgid "Model: "
-msgstr ""
+msgstr "Modello: "
 
 msgid "Attachment(%1)"
-msgstr ""
+msgstr "allegato (%1)"
 
 msgid "Note(%1)"
-msgstr ""
+msgstr "nota (%1)"
 
 msgid "Filters"
-msgstr ""
+msgstr "Filtri"
 
 msgid "Bookmarks"
-msgstr ""
+msgstr "Segnalibri"
 
 msgid "Remove this bookmark"
-msgstr ""
+msgstr "rimuovere questo segnalibro"
 
 msgid "Bookmark this filter"
-msgstr ""
+msgstr "contrassegnare questo filtro "
 
 msgid "Bookmark Name:"
-msgstr ""
+msgstr "nome del segnalibro"
 
 msgid "True"
-msgstr ""
+msgstr "Vero"
 
 msgid "False"
-msgstr ""
+msgstr "Falso"
 
 msgid "Find"
-msgstr ""
+msgstr "Trova"
 
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgid "Creation User"
-msgstr ""
+msgstr "creato da"
 
 msgid "Creation Date"
-msgstr ""
+msgstr "creato il "
 
+#, fuzzy
 msgid "Modification User"
-msgstr ""
+msgstr "utente modifica "
 
 msgid "Modification Date"
-msgstr ""
+msgstr "Data di modifica "
 
 msgid "\"%1\" is required"
-msgstr ""
+msgstr "\"%1\" è obbligatorio"
 
 msgid "\"%1\" is not valid according to its domain"
-msgstr ""
+msgstr "\"%1\" non è valido rispetto al dominio"
 
 msgid "The values of \"%1\" are not valid"
-msgstr ""
+msgstr "i valori di \"%1\" non sono validi"
 
 msgid "Pre-validation"
-msgstr ""
+msgstr "pre-validazione"
+
+msgid "Translate"
+msgstr "Traduci"
+
+msgid "Cancel"
+msgstr "Annulla"
+
+msgid "OK"
+msgstr "OK"
+
+msgid "Edit"
+msgstr "Modifica"
+
+msgid "Fuzzy"
+msgstr "fuzzy"
+
+msgid "You need to save the record before adding translations."
+msgstr "devi salvare il record prima di inserire la traduzione"
+
+msgid "No other language available."
+msgstr "non sono disponibili altre lingue"
 
 msgid "Font"
-msgstr ""
+msgstr "Carattere"
 
 msgid "Size"
-msgstr ""
+msgstr "Dimensione"
 
 msgid "Add"
-msgstr ""
+msgstr "Aggiungi"
 
 msgid "Remove"
-msgstr ""
+msgstr "Rimuovi"
 
 msgid "Open"
-msgstr ""
+msgstr "Apri"
 
 msgid "Undelete"
-msgstr ""
+msgstr "Annullare l'eliminazione"
 
 msgid "Select"
-msgstr ""
-
-msgid "Cancel"
-msgstr ""
+msgstr "Seleziona"
 
 msgid "%1%"
-msgstr ""
+msgstr "%1%"
 
 msgid ":"
-msgstr ""
+msgstr ": "
 
 msgid "More"
-msgstr ""
+msgstr "più"
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+msgid ", "
+msgstr ", "
 
-msgid "Warning"
-msgstr ""
+msgid ",…"
+msgstr ",… "
+
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
 
 msgid "Select your action"
-msgstr ""
+msgstr "selezionare l azione"
 
-msgid "No action defined!"
-msgstr ""
+msgid "No action defined."
+msgstr "nessuna azione definita"
 
 msgid "Your selection:"
-msgstr ""
+msgstr "la tua selezione"
 
 msgid "Y"
-msgstr ""
+msgstr "Y"
 
 msgid "M"
-msgstr ""
+msgstr "M"
 
 msgid "w"
-msgstr ""
+msgstr "w"
 
 msgid "d"
-msgstr ""
+msgstr "d"
 
 msgid "h"
-msgstr ""
+msgstr "h"
 
 msgid "m"
-msgstr ""
+msgstr "m"
 
 msgid "s"
-msgstr ""
+msgstr "s"
 
-msgid "y"
-msgstr ""
+msgid "By: "
+msgstr "per:"
 
-msgid "yes"
-msgstr ""
+msgid "y"
+msgstr "y"
 
-msgid "true"
-msgstr ""
+msgid "Yes"
+msgstr "Sì"
 
 msgid "t"
-msgstr ""
+msgstr "t"
 
 msgid "Message: "
-msgstr ""
+msgstr "messaggio"
 
 msgid "Warning: "
-msgstr ""
+msgstr "Attenzione: "
 
 msgid "Always ignore this warning."
-msgstr ""
+msgstr "ignorare sempre questo avviso"
 
 msgid "Do you want to proceed?"
-msgstr ""
+msgstr "Continuare?"
 
 msgid "No"
-msgstr ""
-
-msgid "Yes"
-msgstr ""
+msgstr "no"
 
 msgid "Confirmation: "
-msgstr ""
+msgstr "conferma"
 
 msgid "Concurrency Exception"
-msgstr ""
+msgstr "eccezione di concorrenza"
 
 msgid "Write Concurrency Warning: "
-msgstr ""
+msgstr "scrivi avviso di concorrenza"
 
 msgid "This record has been modified while you were editing it."
-msgstr ""
+msgstr "il record è stato modificato durante la scrittura"
 
 msgid "Choose:"
-msgstr ""
+msgstr "scegliere:"
 
 msgid "\"Cancel\" to cancel saving;"
-msgstr ""
+msgstr "\"cancel\" per annullare il salvataggio"
 
 msgid "\"Compare\" to see the modified version;"
-msgstr ""
+msgstr "\"compare\" per vedere la versione modificata"
 
 msgid "\"Write Anyway\" to save your current version."
-msgstr ""
+msgstr "\"write anyway\" per salvare la versione corrente"
 
 msgid "Compare"
-msgstr ""
+msgstr "Confrontare"
 
 msgid "Write Anyway"
-msgstr ""
+msgstr "forza modifica"
 
 msgid "Application Error"
-msgstr ""
+msgstr "errore dell'applicazione"
 
 msgid "Report Bug"
-msgstr ""
+msgstr "Segnala un errore"
 
 msgid "Create..."
-msgstr ""
+msgstr "Crea..."
+
+msgid "Attachments (%1)"
+msgstr "allegati (%1)"
+
+msgid "Notes (%1)"
+msgstr "note (%1)"
+
+msgid "Search %1"
+msgstr "Cerca %1"
 
 msgid "Revision"
-msgstr ""
+msgstr "Revisione"
+
+msgid "All Fields"
+msgstr "Ogni Campo"
+
+msgid "Clear"
+msgstr "Cancella"
+
+msgid "Fields Selected"
+msgstr "campi selezionati"
+
+msgid "CSV Parameters"
+msgstr "parametri CSV"
+
+msgid "Delimiter:"
+msgstr "Delimitatore:"
+
+msgid "Quote Char:"
+msgstr "Carattere tra virgolette:"
+
+msgid "Encoding:"
+msgstr "Codifica:"
+
+msgid "Import from CSV"
+msgstr "importare da CSV"
+
+msgid "Auto-Detect"
+msgstr "Autorilevamento"
+
+msgid "File to Import"
+msgstr "file da importare"
+
+msgid "Lines to Skip:"
+msgstr "righe da saltare"
+
+msgid "You must select an import file first"
+msgstr "va prima selezionato un file da importare"
+
+msgid "Error occured in loading the file"
+msgstr "si è verificato un errore nel caricamento del file"
+
+msgid "Error processing the file at field %1."
+msgstr "errore nell'elaborazione del file nel campo %1"
+
+msgid "Error"
+msgstr "Errore"
+
+msgid "Export to CSV"
+msgstr "esportazione in CSV"
+
+msgid "Predefined Exports"
+msgstr "esportazioni predefinite"
+
+msgid "Save Export"
+msgstr "salvare esportazione"
+
+msgid "Delete Export"
+msgstr "eliminare esportazione"
+
+msgid "Add Field Names"
+msgstr "inserire nomi campo"
+
+msgid "%1 (string)"
+msgstr "%1 (stringa)"
+
+msgid "What is the name of this export?"
+msgstr "qual è il nome di questa esportazione?"
+
+msgid "Override %1 definition?"
+msgstr "sovrascrivere definizione %1?"
 
 msgid "Wizard"
-msgstr ""
+msgstr "wizard"
diff --git a/locale/ja_JP.json b/locale/ja_JP.json
index 9fb066f..c4bdbb4 100644
--- a/locale/ja_JP.json
+++ b/locale/ja_JP.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Unable to reach the server.":[null,""],"Login":[null,""],"Password":[null,""],"Database":[null,""],"OK":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"Cancel":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"Calendar view not yet implemented":[null,""],"Warning":[null,""],"Select your action":[null,""],"No action defined!":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"y":[null,""],"yes":[null,""],"true":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Yes":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Revision":[null,""],"Wizard":[null,""]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 72e743b..3766150 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/lo.json b/locale/lo.json
new file mode 100644
index 0000000..62dbba2
--- /dev/null
+++ b/locale/lo.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,"ອອກລະບົບ"],"Favorites":[null,""],"Search...":[null,"ຊອກຫາ..."],"Unable to reach the server":[null,"ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"],"Login":[null,"ເຂົ້າລະບົບ"],"Database":[null,"ຖານຂໍ້ມູນ"],"Unable to reach the server.":[null,"ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"],"Toggle navigation":[null,"ສະຫຼັບນໍາທາງ"],"Menu":[null,"ລາຍການຄຳສັ່ງ"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"ການດຳເນີນການຕໍ່ໄປນີ້ ຮຽກຮ້ອງໃຫ້ຕ້ອງອັດແຖບງານທັງໝົດລົງ\nເຈົ້າການດຳເນີນຕໍ່ບໍ່?"],"Close":[null,"ອັດ"],"New":[null,"ໃໝ່"],"Create a new record":[null,"ສ້າງແຖວຂໍ້ມູນໃໝ່"],"Save":[null,"ບັນທຶກ"],"Save this record":[null,"ບັນທຶກແຖວຂໍ້ມູນນີ້"],"Switch":[null,"ສະຫຼັບ"],"Switch view":[null,"ສະຫຼັບໜ້າເບິ່ງ"],"Reload":[null,"ໂຫຼດຄືນໃໝ່"],"Previous":[null,"ກ່ອນໜ້າ"],"Previous Record":[null,"ແຖວຂໍ້ມູນກ່ອນ"],"Next":[null,"ຕໍ່ໄປ"],"Next Record":[null,"ແຖວຂໍ້ມູນຕໍ່ໄປ"],"Attachment":[null,"ຄັດຕິດ"],"Add an attachment to the record":[null,"ເອົາຂໍ້ມູນຄັດຕິດເຂົ້າໃນແຖວຂໍ້ມູນນີ້"],"Note":[null,"ບັນທຶກຂໍ້ຄວາມ"],"Add a note to the record":[null,"ບັນທຶກຂໍ້ຄວາມໃສ່ແຖວຂໍ້ມູນນີ້"],"Reload/Undo":[null,"ໂຫຼດຄືນໃໝ່/ຍົກເລີກ"],"Duplicate":[null,"ຊໍ້າກັນ"],"Delete":[null,"ລຶບ"],"Search":[null,"ຊອກຫາ"],"View Logs...":[null,"ເບິ່ງບັນທຶກ..."],"Show revisions...":[null,"ສະແດງການແກ້ໄຂ"],"Close Tab":[null,"ອັດແຖບງານ"],"Action":[null,"ດຳເນີນການ"],"Relate":[null,"ກ່ຽວພັນກັບ"],"Print":[null,"ພິມອອກ"],"Export":[null,""],"Import":[null,""],"Launch action":[null,"ປະຕິບັດການ"],"Open related records":[null,"ໄຂແຖວຂໍ້ມູນທີ່ກ່ຽວພັນຂຶ້ນມາ"],"Print report":[null,"ພິມລາຍງານອອກ"],"This record has been modified\ndo you want to save it?":[null,"ແຖວຂໍ້ມູນນີ້ຖືກປ່ຽນແປງແລ້ວ\nທ່ານຕ້ອງການບັນທຶກໄວ້ບໍ່?"],"Record saved.":[null,"ແຖວຂໍ້ມູນຖືກບັນທຶກໄວ້ແລ້ວ"],"Working now on the duplicated record(s).":[null,"ປັດຈຸບັນເຮັດວຽກກັບແຖວຂໍ້ມູນທີ່ສ້າງຊໍ້າກັນໄວ້"],"Are you sure to remove this record?":[null,"ທ່ານແນ່ໃຈບໍ່ທີ່ຈະລຶບແຖວຂໍ້ມູນນີ້?"],"Are you sure to remove those records?":[null,"ທ່ານແນ່ໃຈບໍ່ທີ່ຈະລຶບແຖວຂໍ້ມູນເຫຼົ່ານີ້?"],"Records removed.":[null,"ແຖວຂໍ້ມູນເຫຼົ່ານີ້ຖືກລຶບອອກແລ້ວ"],"Records not removed.":[null,"ແຖວຂໍ້ມູນເຫຼົ່ານີ້ບໍ່ໄດ້ຖືກລຶບອອກ"],"You have to select one record.":[null,"ທ່ານຕ້ອງເລືອກເອົາໜຶ່ງແຖວຂໍ້ມູນ"],"ID:":[null,"ເລກກຳກັບ:"],"Creation User:":[null,"ການສ້າງຜູ້ໃຊ້ງານ:"],"Creation Date:":[null,"ການສ້າງວັນທີ:"],"Latest Modification by:":[null,"ການແກ້ໄຂລ້າສຸດ ໂດຍ:"],"Latest Modification Date:":[null,"ວັນທີການແກ້ໄຂລ້າສຸດ:"],"Model: ":[null,"ແມ່ແບບ:"],"Attachment(%1)":[null,"ຄັດຕິດ(%1)"],"Note(%1)":[null,"ບັນທຶກຂໍ້ຄວາມ(%1)"],"Filters":[null,"ກັ່ນຕອງ"],"Bookmarks":[null,"ໝາຍໜ້າ"],"Remove this bookmark":[null,"ເອົາໝາຍໜ້າອອກ"],"Bookmark this filter":[null,"ໝາຍໜ້າເອົາການກັ່ນຕອງນີ້"],"Bookmark Name:":[null,"ຊື່ໝາຍໜ້າ:"],"True":[null,"ຈິງ"],"False":[null,"ເທັດ"],"Find":[null,"ຄົ້ນຫາ"],"ID":[null,"ເລກລຳດັບ"],"Creation User":[null,"ຜູ້ສ້າງ"],"Creation Date":[null,"ວັນທີສ້າງ"],"Modification User":[null,"ຜູ້ແກ້ໄຂ"],"Modification Date":[null,"ວັນທີແກ້ໄຂ"],"\"%1\" is required":[null,"ຕ້ອງໃຫ້ມີ \"%1\""],"\"%1\" is not valid according to its domain":[null,"\"%1\" ບໍ່ມີຄ່າທີ່ຖຶກຕ້ອງກັບ ໂດເມນຂອງມັນ"],"The values of \"%1\" are not valid":[null,"ຄ່າ ຂອງ \"%1\" ນີ້ ບໍ່ຖືກຕ້ອງ"],"Pre-validation":[null,"ກ່ອນ-ການກວດສອບ"],"Translate":[null,""],"Cancel":[null,"ຍົກເລີກ"],"OK":[null,"ຕົກລົງ"],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,"ໂຕໜັງສື"],"Size":[null,"ຂະໜາດ"],"Add":[null,"ເອົາເຂົ້າ"],"Remove":[null,"ເອົາອອກ"],"Open":[null,"ໄຂ"],"Undelete":[null,"ເອົາກັບຄືນ"],"Select":[null,"ເລືອກ"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"ເພີ່ມຕື່ມ"],"%1 (%2)":[null,""],"Select your action":[null,"ເລືອກການດຳເນີນການ"],"Your selection:":[null,"ການເລືອກຂອງທ່ານ:"],"Y":[null,"ປ"],"M":[null,"ດ"],"w":[null,"ອ"],"d":[null,"ວ"],"h":[null,"ມ"],"m":[null,"ນ"],"s":[null,"ວ"],"By: ":[null,""],"y":[null,"ມ"],"Yes":[null,"ແມ່ນ"],"t":[null,"ຈ"],"Message: ":[null,"ຂໍ້ຄວາມ:"],"Warning: ":[null,"ຄຳເຕືອນ:"],"Always ignore this warning.":[null,"ບໍ່ສົນກັບຄຳເຕືອນນີ້."],"Do you want to proceed?":[null,"ທ່ານຕ້ອງການດຳເນີນບໍ່?"],"No":[null,"ບໍ່"],"Confirmation: ":[null,"ຄຳຢັ້ງຢືນ:"],"Concurrency Exception":[null,"ຍົກເວັ້ນສະກຸນເງິນ"],"Write Concurrency Warning: ":[null,"ຂຽນຄຳເຕືອນສະກຸນເງິນ:"],"This record has been modified while you were editing it.":[null,"ແຖວຂໍ້ມູນນີ້ຖືກດັດແປງແລ້ວໃນຂະນະທີ່ທ່ານແກ້ໄຂມັນ."],"Choose:":[null,"ເລືອກເອົາ:"],"\"Cancel\" to cancel saving;":[null,"\"ຍົກເລີກ\" ເພື່ອຍົກເລີກການບັນທຶກ;"],"\"Compare\" to see the modified version;":[null,"\"ສົມທຽບ\" ເພື່ອເບິ່ງທຽບກັບສະບັບດັດແປງແລ້ວ;"],"\"Write Anyway\" to save your current version.":[null,"\"ຂຽນລົງເລີຍ\" ເພື່ອບັນທຶກສະບັບປັດຈຸບັນນີ້."],"Compare":[null,"ສົມທຽບ"],"Write Anyway":[null,"ຂຽນລົງເລີຍ"],"Application Error":[null,"ໂປຣແກຣມຜິດພາດ"],"Report Bug":[null,"ລາຍງານຂໍ້ຜິດພາດ"],"Create...":[null,"ສ້າງ..."],"Search %1":[null,""],"Revision":[null,"ກວດກາຄືນ"],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,"ນໍາພາສ້າງ"]}
\ No newline at end of file
diff --git a/locale/lo_LA.po b/locale/lo.po
similarity index 84%
rename from locale/lo_LA.po
rename to locale/lo.po
index aaaafd8..58681a0 100644
--- a/locale/lo_LA.po
+++ b/locale/lo.po
@@ -2,30 +2,31 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr ""
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "ອອກລະບົບ"
 
+msgid "Favorites"
+msgstr ""
+
 msgid "Search..."
 msgstr "ຊອກຫາ..."
 
 msgid "Unable to reach the server"
 msgstr "ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"
 
-msgid "Unable to reach the server."
-msgstr "ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"
-
 msgid "Login"
 msgstr "ເຂົ້າລະບົບ"
 
-msgid "Password"
-msgstr "ລະຫັດຜ່ານ"
-
 msgid "Database"
 msgstr "ຖານຂໍ້ມູນ"
 
-msgid "OK"
-msgstr "ຕົກລົງ"
+msgid "Unable to reach the server."
+msgstr "ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"
 
 msgid "Toggle navigation"
 msgstr "ສະຫຼັບນໍາທາງ"
@@ -118,6 +119,12 @@ msgstr "ກ່ຽວພັນກັບ"
 msgid "Print"
 msgstr "ພິມອອກ"
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr "ປະຕິບັດການ"
 
@@ -230,6 +237,27 @@ msgstr "ຄ່າ ຂອງ \"%1\" ນີ້ ບໍ່ຖືກຕ້ອງ"
 msgid "Pre-validation"
 msgstr "ກ່ອນ-ການກວດສອບ"
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr "ຍົກເລີກ"
+
+msgid "OK"
+msgstr "ຕົກລົງ"
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr "ໂຕໜັງສື"
 
@@ -251,9 +279,6 @@ msgstr "ເອົາກັບຄືນ"
 msgid "Select"
 msgstr "ເລືອກ"
 
-msgid "Cancel"
-msgstr "ຍົກເລີກ"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -263,16 +288,22 @@ msgstr ":"
 msgid "More"
 msgstr "ເພີ່ມຕື່ມ"
 
-msgid "Calendar view not yet implemented"
-msgstr "ການເບິ່ງປະຕິທິນບໍ່ທັນໄດ້ຖືກຕິດຕັ້ງ"
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "ຄຳເຕືອນ"
+msgid "%1 (%2)"
+msgstr ""
 
 msgid "Select your action"
 msgstr "ເລືອກການດຳເນີນການ"
 
-msgid "No action defined!"
+#, fuzzy
+msgid "No action defined."
 msgstr "ບໍ່ມີການດຳເນີນການໃດໆຖືກກຳນົດໄວ້!"
 
 msgid "Your selection:"
@@ -299,15 +330,15 @@ msgstr "ນ"
 msgid "s"
 msgstr "ວ"
 
+msgid "By: "
+msgstr ""
+
 msgid "y"
 msgstr "ມ"
 
-msgid "yes"
+msgid "Yes"
 msgstr "ແມ່ນ"
 
-msgid "true"
-msgstr "ຈິງ"
-
 msgid "t"
 msgstr "ຈ"
 
@@ -326,9 +357,6 @@ msgstr "ທ່ານຕ້ອງການດຳເນີນບໍ່?"
 msgid "No"
 msgstr "ບໍ່"
 
-msgid "Yes"
-msgstr "ແມ່ນ"
-
 msgid "Confirmation: "
 msgstr "ຄຳຢັ້ງຢືນ:"
 
@@ -368,8 +396,88 @@ msgstr "ລາຍງານຂໍ້ຜິດພາດ"
 msgid "Create..."
 msgstr "ສ້າງ..."
 
+#, fuzzy
+msgid "Attachments (%1)"
+msgstr "ຄັດຕິດ(%1)"
+
+#, fuzzy
+msgid "Notes (%1)"
+msgstr "ບັນທຶກຂໍ້ຄວາມ(%1)"
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr "ກວດກາຄືນ"
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr "ນໍາພາສ້າງ"
diff --git a/locale/lo_LA.json b/locale/lo_LA.json
index 0727906..9fb066f 100644
--- a/locale/lo_LA.json
+++ b/locale/lo_LA.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"ອອກລະບົບ"],"Search...":[null,"ຊອກຫາ..."],"Unable to reach the server":[null,"ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"],"Unable to reach the server.":[null,"ບໍ່ສາມາດເຂົ້າເຖິງແມ່ຂ່າຍໄດ້"],"Login":[null,"ເຂົ້າລະບົບ"],"Password":[null,"ລະຫັດຜ່ານ"],"Database":[null,"ຖານຂໍ້ມູນ"],"OK":[null,"ຕົກລົງ"],"Toggle navigation":[null,"ສະຫຼັບນໍາທາງ"],"Menu":[null,"ລາຍການຄຳສັ່ງ"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"ການດຳເນີນການຕໍ່ໄປນີ້ ຮຽກຮ້ອງໃຫ້ຕ້ອງອັດແຖບງານທັງໝົດລົງ\nເຈົ້າການດຳເນີນຕໍ່ບໍ່?"],"Close":[null,"ອັດ"],"New":[null,"ໃໝ່"],"Create a new record":[null,"ສ້າງແຖວຂໍ້ມູນໃໝ່"],"Save":[null,"ບັນທຶກ"],"Save this record":[null,"ບັນທຶກແຖວຂໍ້ມູນນີ້"],"Switch":[null,"ສະຫຼັບ"],"Switch view":[null,"ສະຫຼັບໜ້າເບິ່ງ"],"Reload":[null,"ໂຫຼດຄືນໃໝ່"],"Previous":[null,"ກ່ອນໜ້າ"],"Previous Record":[null,"ແຖວຂໍ້ມູນກ່ອນ"],"Next":[null,"ຕໍ່ໄປ"],"Next Record":[null,"ແຖວຂໍ້ມູນຕໍ່ໄປ"],"Attachment":[null,"ຄັດຕິດ"],"Add an attachment to the record":[null,"ເອົາຂໍ້ມູນຄັດຕິດເຂົ້າໃນແຖວຂໍ້ມູນນີ້"],"Note":[null,"ບັນທຶກຂໍ້ຄວາມ"],"Add a note to the record":[null,"ບັນທຶກຂໍ້ຄວາມໃສ່ແຖວຂໍ້ມູນນີ້"],"Reload/Undo":[null,"ໂຫຼດຄືນໃໝ່/ຍົກເລີກ"],"Duplicate":[null,"ຊໍ້າກັນ"],"Delete":[null,"ລຶບ"],"Search":[null,"ຊອກຫາ"],"View Logs...":[null,"ເບິ່ງບັນທຶກ..."],"Show revisions...":[null,"ສະແດງການແກ້ໄຂ"],"Close Tab":[null,"ອັດແຖບງານ"],"Action":[null,"ດຳເນີນການ"],"Relate":[null,"ກ່ຽວພັນກັບ"],"Print":[null,"ພິມອອກ"],"Launch action":[null,"ປະຕິບັດການ"],"Open related records":[null,"ໄຂແຖວຂໍ້ມູນທີ່ກ່ຽວພັນຂຶ້ນມາ"],"Print report":[null,"ພິມລາຍງານອອກ"],"This record has been modified\ndo you want to save it?":[null,"ແຖວຂໍ້ມູນນີ້ຖືກປ່ຽນແປງແລ້ວ\nທ່ານຕ້ອງການບັນທຶກໄວ້ບໍ່?"],"Record saved.":[null,"ແຖວຂໍ້ມູນຖືກບັນທຶກໄວ້ແລ້ວ"],"Working now on the duplicated record(s).":[null,"ປັດຈຸບັນເຮັດວຽກກັບແຖວຂໍ້ມູນທີ່ສ້າງຊໍ້າກັນໄວ້"],"Are you sure to remove this record?":[null,"ທ່ານແນ່ໃຈບໍ່ທີ່ຈະລຶບແຖວຂໍ້ມູນນີ້?"],"Are you sure to remove those records?":[null,"ທ່ານແນ່ໃຈບໍ່ທີ່ຈະລຶບແຖວຂໍ້ມູນເຫຼົ່ານີ້?"],"Records removed.":[null,"ແຖວຂໍ້ມູນເຫຼົ່ານີ້ຖືກລຶບອອກແລ້ວ"],"Records not removed.":[null,"ແຖວຂໍ້ມູນເຫຼົ່ານີ້ບໍ່ໄດ້ຖືກລຶບອອກ"],"You have to select one record.":[null,"ທ່ານຕ້ອງເລືອກເອົາໜຶ່ງແຖວຂໍ້ມູນ"],"ID:":[null,"ເລກກຳກັບ:"],"Creation User:":[null,"ການສ້າງຜູ້ໃຊ້ງານ:"],"Creation Date:":[null,"ການສ້າງວັນທີ:"],"Latest Modification by:":[null,"ການແກ້ໄຂລ້າສຸດ ໂດຍ:"],"Latest Modification Date:":[null,"ວັນທີການແກ້ໄຂລ້າສຸດ:"],"Model: ":[null,"ແມ່ແບບ:"],"Attachment(%1)":[null,"ຄັດຕິດ(%1)"],"Note(%1)":[null,"ບັນທຶກຂໍ້ຄວາມ(%1)"],"Filters":[null,"ກັ່ນຕອງ"],"Bookmarks":[null,"ໝາຍໜ້າ"],"Remove this bookmark":[null,"ເອົາໝາຍໜ້າອອກ"],"Bookmark this filter":[null,"ໝາຍໜ້າເອົາການກັ່ນຕອງນີ້"],"Bookmark Name:":[null,"ຊື່ໝາຍໜ້າ:"],"True":[null,"ຈິງ"],"False":[null,"ເທັດ"],"Find":[null,"ຄົ້ນຫາ"],"ID":[null,"ເລກລຳດັບ"],"Creation User":[null,"ຜູ້ສ້າງ"],"Creation Date":[null,"ວັນທີສ້າງ"],"Modification User":[null,"ຜູ້ແກ້ໄຂ"],"Modification Date":[null,"ວັນທີແກ້ໄຂ"],"\"%1\" is required":[null,"ຕ້ອງໃຫ້ມີ \"%1\""],"\"%1\" is not valid according to its domain":[null,"\"%1\" ບໍ່ມີຄ່າທີ່ຖຶກຕ້ອງກັບ ໂດເມນຂອງມັນ"],"The values of \"%1\" are not valid":[null,"ຄ່າ ຂອງ \"%1\" ນີ້ ບໍ່ຖືກຕ້ອງ"],"Pre-validation":[null,"ກ່ອນ-ການກວດສອບ"],"Font":[null,"ໂຕໜັງສື"],"Size":[null,"ຂະໜາດ"],"Add":[null,"ເອົາເຂົ້າ"],"Remove":[null,"ເອົາອອກ"],"Open":[null,"ໄຂ"],"Undelete":[null,"ເອົາກັບຄືນ"],"Select":[null,"ເລືອກ"],"Cancel":[null,"ຍົກເລີກ"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"ເພີ່ມຕື່ມ"],"Calendar view not yet implemented":[null,"ການເບິ່ງປະຕິທິນບໍ່ທັນໄດ້ຖືກຕິດຕັ້ງ"],"Warning":[null,"ຄຳເຕືອນ"],"Select your action":[null,"ເລືອກການດຳເນີນການ"],"No action defined!":[null,"ບໍ່ມີການດຳເນີນການໃດໆຖືກກຳນົດໄວ້!"],"Your selection:":[null,"ການເລືອກຂອງທ່ານ:"],"Y":[null,"ປ"],"M":[null,"ດ"],"w":[null,"ອ"],"d":[null,"ວ"],"h":[null,"ມ"],"m":[null,"ນ"],"s":[null,"ວ"],"y":[null,"ມ"],"yes":[null,"ແມ່ນ"],"true":[null,"ຈິງ"],"t":[null,"ຈ"],"Message: ":[null,"ຂໍ້ຄວາມ:"],"Warning: ":[null,"ຄຳເຕືອນ:"],"Always ignore this warning.":[null,"ບໍ່ສົນກັບຄຳເຕືອນນີ້."],"Do you want to proceed?":[null,"ທ່ານຕ້ອງການດຳເນີນບໍ່?"],"No":[null,"ບໍ່"],"Yes":[null,"ແມ່ນ"],"Confirmation: ":[null,"ຄຳຢັ້ງຢືນ:"],"Concurrency Exception":[null,"ຍົກເວັ້ນສະກຸນເງິນ"],"Write Concurrency Warning: ":[null,"ຂຽນຄຳເຕືອນສະກຸນເງິນ:"],"This record has been modified while you were editing it.":[null,"ແຖວຂໍ້ມູນນີ້ຖືກດັດແປງແລ້ວໃນຂະນະທີ່ທ່ານແກ້ໄຂມັນ."],"Choose:":[null,"ເລືອກເອົາ:"],"\"Cancel\" to cancel saving;":[null,"\"ຍົກເລີກ\" ເພື່ອຍົກເລີກການບັນທຶກ;"],"\"Compare\" to see the modified version;":[null,"\"ສົມທຽບ\" ເພື່ອເບິ່ງທຽບກັບສະບັບດັດແປງແລ້ວ;"],"\"Write Anyway\" to save your current version.":[null,"\"ຂຽນລົງເລີຍ\" ເພື່ອບັນທຶກສະບັບປັດຈຸບັນນີ້."],"Compare":[null,"ສົມທຽບ"],"Write Anyway":[null,"ຂຽນລົງເລີຍ"],"Application Error":[null,"ໂປຣແກຣມຜິດພາດ"],"Report Bug":[null,"ລາຍງານຂໍ້ຜິດພາດ"],"Create...":[null,"ສ້າງ..."],"Revision":[null,"ກວດກາຄືນ"],"Wizard":[null,"ນໍາພາສ້າງ"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Unable to reach the server.":[null,""],"Login":[null,""],"Password":[null,""],"Database":[null,""],"OK":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"Cancel":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"Calendar view not yet implemented":[null,""],"Warning":[null,""],"Select your action":[null,""],"No action defined!":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"y":[null,""],"yes":[null,""],"true":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Yes":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Revision":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/lt.json b/locale/lt.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/lt.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/cs_CZ.po b/locale/lt.po
similarity index 73%
copy from locale/cs_CZ.po
copy to locale/lt.po
index 72e743b..3766150 100644
--- a/locale/cs_CZ.po
+++ b/locale/lt.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/lt_LT.po b/locale/lt_LT.po
deleted file mode 100644
index 72e743b..0000000
--- a/locale/lt_LT.po
+++ /dev/null
@@ -1,371 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
-msgstr ""
-
-msgid "Search..."
-msgstr ""
-
-msgid "Unable to reach the server"
-msgstr ""
-
-msgid "Unable to reach the server."
-msgstr ""
-
-msgid "Login"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Database"
-msgstr ""
-
-msgid "OK"
-msgstr ""
-
-msgid "Toggle navigation"
-msgstr ""
-
-msgid "Menu"
-msgstr ""
-
-msgid ""
-"The following action requires to close all tabs.\n"
-"Do you want to continue?"
-msgstr ""
-
-msgid "Close"
-msgstr ""
-
-msgid "New"
-msgstr ""
-
-msgid "Create a new record"
-msgstr ""
-
-msgid "Save"
-msgstr ""
-
-msgid "Save this record"
-msgstr ""
-
-msgid "Switch"
-msgstr ""
-
-msgid "Switch view"
-msgstr ""
-
-msgid "Reload"
-msgstr ""
-
-msgid "Previous"
-msgstr ""
-
-msgid "Previous Record"
-msgstr ""
-
-msgid "Next"
-msgstr ""
-
-msgid "Next Record"
-msgstr ""
-
-msgid "Attachment"
-msgstr ""
-
-msgid "Add an attachment to the record"
-msgstr ""
-
-msgid "Note"
-msgstr ""
-
-msgid "Add a note to the record"
-msgstr ""
-
-msgid "Reload/Undo"
-msgstr ""
-
-msgid "Duplicate"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Search"
-msgstr ""
-
-msgid "View Logs..."
-msgstr ""
-
-msgid "Show revisions..."
-msgstr ""
-
-msgid "Close Tab"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Relate"
-msgstr ""
-
-msgid "Print"
-msgstr ""
-
-msgid "Launch action"
-msgstr ""
-
-msgid "Open related records"
-msgstr ""
-
-msgid "Print report"
-msgstr ""
-
-msgid ""
-"This record has been modified\n"
-"do you want to save it?"
-msgstr ""
-
-msgid "Record saved."
-msgstr ""
-
-msgid "Working now on the duplicated record(s)."
-msgstr ""
-
-msgid "Are you sure to remove this record?"
-msgstr ""
-
-msgid "Are you sure to remove those records?"
-msgstr ""
-
-msgid "Records removed."
-msgstr ""
-
-msgid "Records not removed."
-msgstr ""
-
-msgid "You have to select one record."
-msgstr ""
-
-msgid "ID:"
-msgstr ""
-
-msgid "Creation User:"
-msgstr ""
-
-msgid "Creation Date:"
-msgstr ""
-
-msgid "Latest Modification by:"
-msgstr ""
-
-msgid "Latest Modification Date:"
-msgstr ""
-
-msgid "Model: "
-msgstr ""
-
-msgid "Attachment(%1)"
-msgstr ""
-
-msgid "Note(%1)"
-msgstr ""
-
-msgid "Filters"
-msgstr ""
-
-msgid "Bookmarks"
-msgstr ""
-
-msgid "Remove this bookmark"
-msgstr ""
-
-msgid "Bookmark this filter"
-msgstr ""
-
-msgid "Bookmark Name:"
-msgstr ""
-
-msgid "True"
-msgstr ""
-
-msgid "False"
-msgstr ""
-
-msgid "Find"
-msgstr ""
-
-msgid "ID"
-msgstr ""
-
-msgid "Creation User"
-msgstr ""
-
-msgid "Creation Date"
-msgstr ""
-
-msgid "Modification User"
-msgstr ""
-
-msgid "Modification Date"
-msgstr ""
-
-msgid "\"%1\" is required"
-msgstr ""
-
-msgid "\"%1\" is not valid according to its domain"
-msgstr ""
-
-msgid "The values of \"%1\" are not valid"
-msgstr ""
-
-msgid "Pre-validation"
-msgstr ""
-
-msgid "Font"
-msgstr ""
-
-msgid "Size"
-msgstr ""
-
-msgid "Add"
-msgstr ""
-
-msgid "Remove"
-msgstr ""
-
-msgid "Open"
-msgstr ""
-
-msgid "Undelete"
-msgstr ""
-
-msgid "Select"
-msgstr ""
-
-msgid "Cancel"
-msgstr ""
-
-msgid "%1%"
-msgstr ""
-
-msgid ":"
-msgstr ""
-
-msgid "More"
-msgstr ""
-
-msgid "Calendar view not yet implemented"
-msgstr ""
-
-msgid "Warning"
-msgstr ""
-
-msgid "Select your action"
-msgstr ""
-
-msgid "No action defined!"
-msgstr ""
-
-msgid "Your selection:"
-msgstr ""
-
-msgid "Y"
-msgstr ""
-
-msgid "M"
-msgstr ""
-
-msgid "w"
-msgstr ""
-
-msgid "d"
-msgstr ""
-
-msgid "h"
-msgstr ""
-
-msgid "m"
-msgstr ""
-
-msgid "s"
-msgstr ""
-
-msgid "y"
-msgstr ""
-
-msgid "yes"
-msgstr ""
-
-msgid "true"
-msgstr ""
-
-msgid "t"
-msgstr ""
-
-msgid "Message: "
-msgstr ""
-
-msgid "Warning: "
-msgstr ""
-
-msgid "Always ignore this warning."
-msgstr ""
-
-msgid "Do you want to proceed?"
-msgstr ""
-
-msgid "No"
-msgstr ""
-
-msgid "Yes"
-msgstr ""
-
-msgid "Confirmation: "
-msgstr ""
-
-msgid "Concurrency Exception"
-msgstr ""
-
-msgid "Write Concurrency Warning: "
-msgstr ""
-
-msgid "This record has been modified while you were editing it."
-msgstr ""
-
-msgid "Choose:"
-msgstr ""
-
-msgid "\"Cancel\" to cancel saving;"
-msgstr ""
-
-msgid "\"Compare\" to see the modified version;"
-msgstr ""
-
-msgid "\"Write Anyway\" to save your current version."
-msgstr ""
-
-msgid "Compare"
-msgstr ""
-
-msgid "Write Anyway"
-msgstr ""
-
-msgid "Application Error"
-msgstr ""
-
-msgid "Report Bug"
-msgstr ""
-
-msgid "Create..."
-msgstr ""
-
-msgid "Revision"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
diff --git a/locale/messages.pot b/locale/messages.pot
index 22f12f1..9b8d373 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -1,27 +1,27 @@
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
 
-msgid "Logout"
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -111,6 +111,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -219,6 +225,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -240,9 +267,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -252,16 +276,19 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
+msgid ", "
+msgstr ""
+
+msgid ",…"
 msgstr ""
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -288,13 +315,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -315,9 +342,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -357,8 +381,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/nl.json b/locale/nl.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/nl.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/cs_CZ.po b/locale/nl.po
similarity index 73%
copy from locale/cs_CZ.po
copy to locale/nl.po
index 72e743b..3766150 100644
--- a/locale/cs_CZ.po
+++ b/locale/nl.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/nl_NL.po b/locale/nl_NL.po
deleted file mode 100644
index 72e743b..0000000
--- a/locale/nl_NL.po
+++ /dev/null
@@ -1,371 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
-msgstr ""
-
-msgid "Search..."
-msgstr ""
-
-msgid "Unable to reach the server"
-msgstr ""
-
-msgid "Unable to reach the server."
-msgstr ""
-
-msgid "Login"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Database"
-msgstr ""
-
-msgid "OK"
-msgstr ""
-
-msgid "Toggle navigation"
-msgstr ""
-
-msgid "Menu"
-msgstr ""
-
-msgid ""
-"The following action requires to close all tabs.\n"
-"Do you want to continue?"
-msgstr ""
-
-msgid "Close"
-msgstr ""
-
-msgid "New"
-msgstr ""
-
-msgid "Create a new record"
-msgstr ""
-
-msgid "Save"
-msgstr ""
-
-msgid "Save this record"
-msgstr ""
-
-msgid "Switch"
-msgstr ""
-
-msgid "Switch view"
-msgstr ""
-
-msgid "Reload"
-msgstr ""
-
-msgid "Previous"
-msgstr ""
-
-msgid "Previous Record"
-msgstr ""
-
-msgid "Next"
-msgstr ""
-
-msgid "Next Record"
-msgstr ""
-
-msgid "Attachment"
-msgstr ""
-
-msgid "Add an attachment to the record"
-msgstr ""
-
-msgid "Note"
-msgstr ""
-
-msgid "Add a note to the record"
-msgstr ""
-
-msgid "Reload/Undo"
-msgstr ""
-
-msgid "Duplicate"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Search"
-msgstr ""
-
-msgid "View Logs..."
-msgstr ""
-
-msgid "Show revisions..."
-msgstr ""
-
-msgid "Close Tab"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Relate"
-msgstr ""
-
-msgid "Print"
-msgstr ""
-
-msgid "Launch action"
-msgstr ""
-
-msgid "Open related records"
-msgstr ""
-
-msgid "Print report"
-msgstr ""
-
-msgid ""
-"This record has been modified\n"
-"do you want to save it?"
-msgstr ""
-
-msgid "Record saved."
-msgstr ""
-
-msgid "Working now on the duplicated record(s)."
-msgstr ""
-
-msgid "Are you sure to remove this record?"
-msgstr ""
-
-msgid "Are you sure to remove those records?"
-msgstr ""
-
-msgid "Records removed."
-msgstr ""
-
-msgid "Records not removed."
-msgstr ""
-
-msgid "You have to select one record."
-msgstr ""
-
-msgid "ID:"
-msgstr ""
-
-msgid "Creation User:"
-msgstr ""
-
-msgid "Creation Date:"
-msgstr ""
-
-msgid "Latest Modification by:"
-msgstr ""
-
-msgid "Latest Modification Date:"
-msgstr ""
-
-msgid "Model: "
-msgstr ""
-
-msgid "Attachment(%1)"
-msgstr ""
-
-msgid "Note(%1)"
-msgstr ""
-
-msgid "Filters"
-msgstr ""
-
-msgid "Bookmarks"
-msgstr ""
-
-msgid "Remove this bookmark"
-msgstr ""
-
-msgid "Bookmark this filter"
-msgstr ""
-
-msgid "Bookmark Name:"
-msgstr ""
-
-msgid "True"
-msgstr ""
-
-msgid "False"
-msgstr ""
-
-msgid "Find"
-msgstr ""
-
-msgid "ID"
-msgstr ""
-
-msgid "Creation User"
-msgstr ""
-
-msgid "Creation Date"
-msgstr ""
-
-msgid "Modification User"
-msgstr ""
-
-msgid "Modification Date"
-msgstr ""
-
-msgid "\"%1\" is required"
-msgstr ""
-
-msgid "\"%1\" is not valid according to its domain"
-msgstr ""
-
-msgid "The values of \"%1\" are not valid"
-msgstr ""
-
-msgid "Pre-validation"
-msgstr ""
-
-msgid "Font"
-msgstr ""
-
-msgid "Size"
-msgstr ""
-
-msgid "Add"
-msgstr ""
-
-msgid "Remove"
-msgstr ""
-
-msgid "Open"
-msgstr ""
-
-msgid "Undelete"
-msgstr ""
-
-msgid "Select"
-msgstr ""
-
-msgid "Cancel"
-msgstr ""
-
-msgid "%1%"
-msgstr ""
-
-msgid ":"
-msgstr ""
-
-msgid "More"
-msgstr ""
-
-msgid "Calendar view not yet implemented"
-msgstr ""
-
-msgid "Warning"
-msgstr ""
-
-msgid "Select your action"
-msgstr ""
-
-msgid "No action defined!"
-msgstr ""
-
-msgid "Your selection:"
-msgstr ""
-
-msgid "Y"
-msgstr ""
-
-msgid "M"
-msgstr ""
-
-msgid "w"
-msgstr ""
-
-msgid "d"
-msgstr ""
-
-msgid "h"
-msgstr ""
-
-msgid "m"
-msgstr ""
-
-msgid "s"
-msgstr ""
-
-msgid "y"
-msgstr ""
-
-msgid "yes"
-msgstr ""
-
-msgid "true"
-msgstr ""
-
-msgid "t"
-msgstr ""
-
-msgid "Message: "
-msgstr ""
-
-msgid "Warning: "
-msgstr ""
-
-msgid "Always ignore this warning."
-msgstr ""
-
-msgid "Do you want to proceed?"
-msgstr ""
-
-msgid "No"
-msgstr ""
-
-msgid "Yes"
-msgstr ""
-
-msgid "Confirmation: "
-msgstr ""
-
-msgid "Concurrency Exception"
-msgstr ""
-
-msgid "Write Concurrency Warning: "
-msgstr ""
-
-msgid "This record has been modified while you were editing it."
-msgstr ""
-
-msgid "Choose:"
-msgstr ""
-
-msgid "\"Cancel\" to cancel saving;"
-msgstr ""
-
-msgid "\"Compare\" to see the modified version;"
-msgstr ""
-
-msgid "\"Write Anyway\" to save your current version."
-msgstr ""
-
-msgid "Compare"
-msgstr ""
-
-msgid "Write Anyway"
-msgstr ""
-
-msgid "Application Error"
-msgstr ""
-
-msgid "Report Bug"
-msgstr ""
-
-msgid "Create..."
-msgstr ""
-
-msgid "Revision"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
diff --git a/locale/pl.json b/locale/pl.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/pl.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/cs_CZ.po b/locale/pl.po
similarity index 73%
copy from locale/cs_CZ.po
copy to locale/pl.po
index 72e743b..3766150 100644
--- a/locale/cs_CZ.po
+++ b/locale/pl.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/pt_BR.json b/locale/pt_BR.json
index 27defdd..bc6fd36 100644
--- a/locale/pt_BR.json
+++ b/locale/pt_BR.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Sair"],"Search...":[null,"Pesquisar..."],"Unable to reach the server":[null,"Pesquisar..."],"Unable to reach the server.":[null,"Não foi possível se conectar ao servidor."],"Login":[null,"Login"],"Password":[null,"Senha"],"Database":[null,"Banco de dados"],"OK":[null,"OK"],"Toggle navigation":[null,"Exibir navegação"],"Menu":[null,"Menu"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"A seguinte ação requer que todas as abas sejam fechadas.\nVocê deseja continuar?"],"Close":[null,"Fechar"],"New":[null,"Novo"],"Create a new record":[null,"Criar um novo registro"],"Save":[null,"Gravar"],"Save this record":[null,"Gravar este registro"],"Switch":[null,"Trocar"],"Switch view":[null,"Trocar a visão"],"Reload":[null,"Recarregar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registro anterior"],"Next":[null,"Próximo"],"Next Record":[null,"Próximo registro"],"Attachment":[null,"Anexo"],"Add an attachment to the record":[null,"Adicionar um anexo ao registro"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"Recarregar/Desfazer"],"Duplicate":[null,"Recarregar/Desfazer"],"Delete":[null,"Apagar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver logs..."],"Show revisions...":[null,"Mostrar revisões..."],"Close Tab":[null,"Fechar aba"],"Action":[null,"Ação"],"Relate":[null,"Relacionar"],"Print":[null,"Imprimir"],"Launch action":[null,"Iniciar ação"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Abrir registros relacionados"],"This record has been modified\ndo you want to save it?":[null,"Este registro foi modificado\nvocê deseja gravá-lo?"],"Record saved.":[null,"Registro gravado."],"Working now on the duplicated record(s).":[null,"Registro gravado."],"Are you sure to remove this record?":[null,"Você tem certeza que deseja apagar este registro?"],"Are you sure to remove those records?":[null,"Você tem certeza que deseja apagar estes registros?"],"Records removed.":[null,"Registros apagados."],"Records not removed.":[null,"Registros apagados."],"You have to select one record.":[null,"Você precisa selecionar um registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Criado por:"],"Creation Date:":[null,"Data de criação:"],"Latest Modification by:":[null,"Última modificação por:"],"Latest Modification Date:":[null,"Data da última modificação:"],"Model: ":[null,"ID:"],"Attachment(%1)":[null,"Anexo(%1)"],"Note(%1)":[null,""],"Filters":[null,"Filtros"],"Bookmarks":[null,"Favoritos"],"Remove this bookmark":[null,"Remover favorito"],"Bookmark this filter":[null,"Adicionar este filtro aos favoritos"],"Bookmark Name:":[null,"Nome do favorito:"],"True":[null,"Verdadeiro"],"False":[null,"Falso"],"Find":[null,"Localizar"],"ID":[null,"ID"],"Creation User":[null,"Criado por"],"Creation Date":[null,"Data de criação"],"Modification User":[null,"Editado por"],"Modification Date":[null,"Data de modificação"],"\"%1\" is required":[null,"\"%1\" é obrigatório"],"\"%1\" is not valid according to its domain":[null,"\"%1\" não é válido de acordo com seu domínio"],"The values of \"%1\" are not valid":[null,"Os valores para \"%1\" não são válidos"],"Pre-validation":[null,"Pré-validação"],"Font":[null,"Fonte"],"Size":[null,"Tamanho"],"Add":[null,"Tamanho"],"Remove":[null,"Remover"],"Open":[null,"Abrir"],"Undelete":[null,"Recuperar"],"Select":[null,"Selecionar"],"Cancel":[null,"Cancelar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Mais"],"Calendar view not yet implemented":[null,"A visão de calendário ainda não foi implementada"],"Warning":[null,"Alerta"],"Select your action":[null,"Selecione sua ação"],"No action defined!":[null,"Nenhuma ação definida!"],"Your selection:":[null,"Sua seleção:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"s"],"d":[null,"s"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"a"],"yes":[null,"sim"],"true":[null,"verdadeiro"],"t":[null,"t"],"Message: ":[null,"t"],"Warning: ":[null,"Alerta: "],"Always ignore this warning.":[null,"Sempre ignorar este alerta."],"Do you want to proceed?":[null,"Você deseja continuar?"],"No":[null,"Não"],"Yes":[null,"Sim"],"Confirmation: ":[null,"Confirmação:"],"Concurrency Exception":[null,"Exceção de concorrência"],"Write Concurrency Warning: ":[null,"Alerta de edição concorrente:"],"This record has been modified while you were editing it.":[null,"Este registro foi modificado enquanto você o editava."],"Choose:":[null,"Escolha:"],"\"Cancel\" to cancel saving;":[null,"\"Cancelar\" para cancelar a gravação;"],"\"Compare\" to see the modified version;":[null,"\"Comparar\" para ver a versão modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Forçar Escrita\" para salvar sua versão atual."],"Compare":[null,"\"Escrever mesmo assim\" para gravar sua versão atual."],"Write Anyway":[null,"Forçar Escrita"],"Application Error":[null,"Forçar Escrita"],"Report Bug":[null,"Relatar erro"],"Revision":[null,"Revisão"],"Wizard":[null,"Assistente"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,"Sair"],"Favorites":[null,""],"Search...":[null,"Pesquisar..."],"Unable to reach the server":[null,"Pesquisar..."],"Login":[null,"Login"],"Database":[null,"Banco de dados"],"Unable to reach the server.":[null,"Não foi possível se conectar ao servidor."],"Toggle navigation":[null,"Exibir navegação"],"Menu":[null,"Menu"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"A seguinte ação requer que todas as abas sejam fechadas.\nVocê deseja continuar?"],"Close":[null,"Fechar"],"New":[null,"Novo"],"Create a new record":[null,"Criar um novo registro"],"Save":[null,"Gravar"],"Save this record":[null,"Gravar este registro"],"Switch":[null,"Trocar"],"Switch view":[null,"Trocar a visão"],"Reload":[null,"Recarregar"],"Previous":[null,"Anterior"],"Previous Record":[null,"Registro anterior"],"Next":[null,"Próximo"],"Next Record":[null,"Próximo registro"],"Attachment":[null,"Anexo"],"Add an attachment to the record":[null,"Adicionar um anexo ao registro"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"Recarregar/Desfazer"],"Duplicate":[null,"Recarregar/Desfazer"],"Delete":[null,"Apagar"],"Search":[null,"Buscar"],"View Logs...":[null,"Ver logs..."],"Show revisions...":[null,"Mostrar revisões..."],"Close Tab":[null,"Fechar aba"],"Action":[null,"Ação"],"Relate":[null,"Relacionar"],"Print":[null,"Imprimir"],"Export":[null,""],"Import":[null,""],"Launch action":[null,"Iniciar ação"],"Open related records":[null,"Abrir registros relacionados"],"Print report":[null,"Abrir registros relacionados"],"This record has been modified\ndo you want to save it?":[null,"Este registro foi modificado\nvocê deseja gravá-lo?"],"Record saved.":[null,"Registro gravado."],"Working now on the duplicated record(s).":[null,"Registro gravado."],"Are you sure to remove this record?":[null,"Você tem certeza que deseja apagar este registro?"],"Are you sure to remove those records?":[null,"Você tem certeza que deseja apagar estes registros?"],"Records removed.":[null,"Registros apagados."],"Records not removed.":[null,"Registros apagados."],"You have to select one record.":[null,"Você precisa selecionar um registro."],"ID:":[null,"ID:"],"Creation User:":[null,"Criado por:"],"Creation Date:":[null,"Data de criação:"],"Latest Modification by:":[null,"Última modificação por:"],"Latest Modification Date:":[null,"Data da última modificação:"],"Model: ":[null,"ID:"],"Attachment(%1)":[null,"Anexo(%1)"],"Note(%1)":[null,""],"Filters":[null,"Filtros"],"Bookmarks":[null,"Favoritos"],"Remove this bookmark":[null,"Remover favorito"],"Bookmark this filter":[null,"Adicionar este filtro aos favoritos"],"Bookmark Name:":[null,"Nome do favorito:"],"True":[null,"Verdadeiro"],"False":[null,"Falso"],"Find":[null,"Localizar"],"ID":[null,"ID"],"Creation User":[null,"Criado por"],"Creation Date":[null,"Data de criação"],"Modification User":[null,"Editado por"],"Modification Date":[null,"Data de modificação"],"\"%1\" is required":[null,"\"%1\" é obrigatório"],"\"%1\" is not valid according to its domain":[null,"\"%1\" não é válido de acordo com seu domínio"],"The values of \"%1\" are not valid":[null,"Os valores para \"%1\" não são válidos"],"Pre-validation":[null,"Pré-validação"],"Translate":[null,""],"Cancel":[null,"Cancelar"],"OK":[null,"OK"],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,"Fonte"],"Size":[null,"Tamanho"],"Add":[null,"Tamanho"],"Remove":[null,"Remover"],"Open":[null,"Abrir"],"Undelete":[null,"Recuperar"],"Select":[null,"Selecionar"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Mais"],"%1 (%2)":[null,""],"Select your action":[null,"Selecione sua ação"],"Your selection:":[null,"Sua seleção:"],"Y":[null,"A"],"M":[null,"M"],"w":[null,"s"],"d":[null,"s"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,""],"y":[null,"a"],"Yes":[null,"Sim"],"t":[null,"t"],"Message: ":[null,"t"],"Warning: ":[null,"Alerta: "],"Always ignore this warning.":[null,"Sempre ignorar este alerta."],"Do you want to proceed?":[null,"Você deseja continuar?"],"No":[null,"Não"],"Confirmation: ":[null,"Confirmação:"],"Concurrency Exception":[null,"Exceção de concorrência"],"Write Concurrency Warning: ":[null,"Alerta de edição concorrente:"],"This record has been modified while you were editing it.":[null,"Este registro foi modificado enquanto você o editava."],"Choose:":[null,"Escolha:"],"\"Cancel\" to cancel saving;":[null,"\"Cancelar\" para cancelar a gravação;"],"\"Compare\" to see the modified version;":[null,"\"Comparar\" para ver a versão modificada;"],"\"Write Anyway\" to save your current version.":[null,"\"Forçar Escrita\" para salvar sua versão atual."],"Compare":[null,"\"Escrever mesmo assim\" para gravar sua versão atual."],"Write Anyway":[null,"Forçar Escrita"],"Application Error":[null,"Forçar Escrita"],"Report Bug":[null,"Relatar erro"],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,"Revisão"],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,"Assistente"]}
\ No newline at end of file
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 8e2219d..be1e894 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -2,31 +2,32 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr ""
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "Sair"
 
+msgid "Favorites"
+msgstr ""
+
 msgid "Search..."
 msgstr "Pesquisar..."
 
 msgid "Unable to reach the server"
 msgstr "Pesquisar..."
 
-msgid "Unable to reach the server."
-msgstr "Não foi possível se conectar ao servidor."
-
 msgid "Login"
 msgstr "Login"
 
-msgid "Password"
-msgstr "Senha"
-
 msgid "Database"
 msgstr "Banco de dados"
 
-msgid "OK"
-msgstr "OK"
+msgid "Unable to reach the server."
+msgstr "Não foi possível se conectar ao servidor."
 
 msgid "Toggle navigation"
 msgstr "Exibir navegação"
@@ -119,6 +120,12 @@ msgstr "Relacionar"
 msgid "Print"
 msgstr "Imprimir"
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr "Iniciar ação"
 
@@ -231,6 +238,27 @@ msgstr "Os valores para \"%1\" não são válidos"
 msgid "Pre-validation"
 msgstr "Pré-validação"
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr "Cancelar"
+
+msgid "OK"
+msgstr "OK"
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr "Fonte"
 
@@ -252,9 +280,6 @@ msgstr "Recuperar"
 msgid "Select"
 msgstr "Selecionar"
 
-msgid "Cancel"
-msgstr "Cancelar"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -264,16 +289,22 @@ msgstr ":"
 msgid "More"
 msgstr "Mais"
 
-msgid "Calendar view not yet implemented"
-msgstr "A visão de calendário ainda não foi implementada"
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "Alerta"
+msgid "%1 (%2)"
+msgstr ""
 
 msgid "Select your action"
 msgstr "Selecione sua ação"
 
-msgid "No action defined!"
+#, fuzzy
+msgid "No action defined."
 msgstr "Nenhuma ação definida!"
 
 msgid "Your selection:"
@@ -300,14 +331,14 @@ msgstr "m"
 msgid "s"
 msgstr "s"
 
+msgid "By: "
+msgstr ""
+
 msgid "y"
 msgstr "a"
 
-msgid "yes"
-msgstr "sim"
-
-msgid "true"
-msgstr "verdadeiro"
+msgid "Yes"
+msgstr "Sim"
 
 msgid "t"
 msgstr "t"
@@ -327,9 +358,6 @@ msgstr "Você deseja continuar?"
 msgid "No"
 msgstr "Não"
 
-msgid "Yes"
-msgstr "Sim"
-
 msgid "Confirmation: "
 msgstr "Confirmação:"
 
@@ -370,8 +398,87 @@ msgstr "Relatar erro"
 msgid "Create..."
 msgstr "Criar..."
 
+#, fuzzy
+msgid "Attachments (%1)"
+msgstr "Anexo(%1)"
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr "Revisão"
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr "Assistente"
diff --git a/locale/ru.json b/locale/ru.json
new file mode 100644
index 0000000..c4bdbb4
--- /dev/null
+++ b/locale/ru.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,""],"Favorites":[null,""],"Search...":[null,""],"Unable to reach the server":[null,""],"Login":[null,""],"Database":[null,""],"Unable to reach the server.":[null,""],"Toggle navigation":[null,""],"Menu":[null,""],"The following action requires to close all tabs.\nDo you want to continue?":[null,""],"Close":[null,""],"New":[null,""],"Create a new record":[null,""],"Save":[null,""],"Save this record":[null,""],"Switch":[null,""],"Switch view":[null,""],"Reload":[null,""],"Previous":[null,""],"Previous Record":[null,""],"Next":[null,""],"Next Record":[null,""],"Attachment":[null,""],"Add an attachment to the record":[null,""],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,""],"Duplicate":[null,""],"Delete":[null,""],"Search":[null,""],"View Logs...":[null,""],"Show revisions...":[null,""],"Close Tab":[null,""],"Action":[null,""],"Relate":[null,""],"Print":[null,""],"Export":[null,""],"Import":[null,""],"Launch action":[null,""],"Open related records":[null,""],"Print report":[null,""],"This record has been modified\ndo you want to save it?":[null,""],"Record saved.":[null,""],"Working now on the duplicated record(s).":[null,""],"Are you sure to remove this record?":[null,""],"Are you sure to remove those records?":[null,""],"Records removed.":[null,""],"Records not removed.":[null,""],"You have to select one record.":[null,""],"ID:":[null,""],"Creation User:":[null,""],"Creation Date:":[null,""],"Latest Modification by:":[null,""],"Latest Modification Date:":[null,""],"Model: ":[null,""],"Attachment(%1)":[null,""],"Note(%1)":[null,""],"Filters":[null,""],"Bookmarks":[null,""],"Remove this bookmark":[null,""],"Bookmark this filter":[null,""],"Bookmark Name:":[null,""],"True":[null,""],"False":[null,""],"Find":[null,""],"ID":[null,""],"Creation User":[null,""],"Creation Date":[null,""],"Modification User":[null,""],"Modification Date":[null,""],"\"%1\" is required":[null,""],"\"%1\" is not valid according to its domain":[null,""],"The values of \"%1\" are not valid":[null,""],"Pre-validation":[null,""],"Translate":[null,""],"Cancel":[null,""],"OK":[null,""],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,""],"Size":[null,""],"Add":[null,""],"Remove":[null,""],"Open":[null,""],"Undelete":[null,""],"Select":[null,""],"%1%":[null,""],":":[null,""],"More":[null,""],"%1 (%2)":[null,""],"Select your action":[null,""],"No action defined.":[null,""],"Your selection:":[null,""],"Y":[null,""],"M":[null,""],"w":[null,""],"d":[null,""],"h":[null,""],"m":[null,""],"s":[null,""],"By: ":[null,""],"y":[null,""],"Yes":[null,""],"t":[null,""],"Message: ":[null,""],"Warning: ":[null,""],"Always ignore this warning.":[null,""],"Do you want to proceed?":[null,""],"No":[null,""],"Confirmation: ":[null,""],"Concurrency Exception":[null,""],"Write Concurrency Warning: ":[null,""],"This record has been modified while you were editing it.":[null,""],"Choose:":[null,""],"\"Cancel\" to cancel saving;":[null,""],"\"Compare\" to see the modified version;":[null,""],"\"Write Anyway\" to save your current version.":[null,""],"Compare":[null,""],"Write Anyway":[null,""],"Application Error":[null,""],"Report Bug":[null,""],"Create...":[null,""],"Attachments (%1)":[null,""],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,""],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,""]}
\ No newline at end of file
diff --git a/locale/cs_CZ.po b/locale/ru.po
similarity index 73%
rename from locale/cs_CZ.po
rename to locale/ru.po
index 72e743b..3766150 100644
--- a/locale/cs_CZ.po
+++ b/locale/ru.po
@@ -2,29 +2,29 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
 msgstr ""
 
-msgid "Search..."
+msgid "Logout"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Favorites"
 msgstr ""
 
-msgid "Unable to reach the server."
+msgid "Search..."
 msgstr ""
 
-msgid "Login"
+msgid "Unable to reach the server"
 msgstr ""
 
-msgid "Password"
+msgid "Login"
 msgstr ""
 
 msgid "Database"
 msgstr ""
 
-msgid "OK"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Toggle navigation"
@@ -116,6 +116,12 @@ msgstr ""
 msgid "Print"
 msgstr ""
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr ""
 
@@ -226,6 +232,27 @@ msgstr ""
 msgid "Pre-validation"
 msgstr ""
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr ""
 
@@ -247,9 +274,6 @@ msgstr ""
 msgid "Select"
 msgstr ""
 
-msgid "Cancel"
-msgstr ""
-
 msgid "%1%"
 msgstr ""
 
@@ -259,16 +283,21 @@ msgstr ""
 msgid "More"
 msgstr ""
 
-msgid "Calendar view not yet implemented"
-msgstr ""
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
+msgid "%1 (%2)"
 msgstr ""
 
 msgid "Select your action"
 msgstr ""
 
-msgid "No action defined!"
+msgid "No action defined."
 msgstr ""
 
 msgid "Your selection:"
@@ -295,13 +324,13 @@ msgstr ""
 msgid "s"
 msgstr ""
 
-msgid "y"
+msgid "By: "
 msgstr ""
 
-msgid "yes"
+msgid "y"
 msgstr ""
 
-msgid "true"
+msgid "Yes"
 msgstr ""
 
 msgid "t"
@@ -322,9 +351,6 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-msgid "Yes"
-msgstr ""
-
 msgid "Confirmation: "
 msgstr ""
 
@@ -364,8 +390,86 @@ msgstr ""
 msgid "Create..."
 msgstr ""
 
+msgid "Attachments (%1)"
+msgstr ""
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr ""
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr ""
diff --git a/locale/ru_RU.po b/locale/ru_RU.po
deleted file mode 100644
index 72e743b..0000000
--- a/locale/ru_RU.po
+++ /dev/null
@@ -1,371 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-# Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
-msgid "Logout"
-msgstr ""
-
-msgid "Search..."
-msgstr ""
-
-msgid "Unable to reach the server"
-msgstr ""
-
-msgid "Unable to reach the server."
-msgstr ""
-
-msgid "Login"
-msgstr ""
-
-msgid "Password"
-msgstr ""
-
-msgid "Database"
-msgstr ""
-
-msgid "OK"
-msgstr ""
-
-msgid "Toggle navigation"
-msgstr ""
-
-msgid "Menu"
-msgstr ""
-
-msgid ""
-"The following action requires to close all tabs.\n"
-"Do you want to continue?"
-msgstr ""
-
-msgid "Close"
-msgstr ""
-
-msgid "New"
-msgstr ""
-
-msgid "Create a new record"
-msgstr ""
-
-msgid "Save"
-msgstr ""
-
-msgid "Save this record"
-msgstr ""
-
-msgid "Switch"
-msgstr ""
-
-msgid "Switch view"
-msgstr ""
-
-msgid "Reload"
-msgstr ""
-
-msgid "Previous"
-msgstr ""
-
-msgid "Previous Record"
-msgstr ""
-
-msgid "Next"
-msgstr ""
-
-msgid "Next Record"
-msgstr ""
-
-msgid "Attachment"
-msgstr ""
-
-msgid "Add an attachment to the record"
-msgstr ""
-
-msgid "Note"
-msgstr ""
-
-msgid "Add a note to the record"
-msgstr ""
-
-msgid "Reload/Undo"
-msgstr ""
-
-msgid "Duplicate"
-msgstr ""
-
-msgid "Delete"
-msgstr ""
-
-msgid "Search"
-msgstr ""
-
-msgid "View Logs..."
-msgstr ""
-
-msgid "Show revisions..."
-msgstr ""
-
-msgid "Close Tab"
-msgstr ""
-
-msgid "Action"
-msgstr ""
-
-msgid "Relate"
-msgstr ""
-
-msgid "Print"
-msgstr ""
-
-msgid "Launch action"
-msgstr ""
-
-msgid "Open related records"
-msgstr ""
-
-msgid "Print report"
-msgstr ""
-
-msgid ""
-"This record has been modified\n"
-"do you want to save it?"
-msgstr ""
-
-msgid "Record saved."
-msgstr ""
-
-msgid "Working now on the duplicated record(s)."
-msgstr ""
-
-msgid "Are you sure to remove this record?"
-msgstr ""
-
-msgid "Are you sure to remove those records?"
-msgstr ""
-
-msgid "Records removed."
-msgstr ""
-
-msgid "Records not removed."
-msgstr ""
-
-msgid "You have to select one record."
-msgstr ""
-
-msgid "ID:"
-msgstr ""
-
-msgid "Creation User:"
-msgstr ""
-
-msgid "Creation Date:"
-msgstr ""
-
-msgid "Latest Modification by:"
-msgstr ""
-
-msgid "Latest Modification Date:"
-msgstr ""
-
-msgid "Model: "
-msgstr ""
-
-msgid "Attachment(%1)"
-msgstr ""
-
-msgid "Note(%1)"
-msgstr ""
-
-msgid "Filters"
-msgstr ""
-
-msgid "Bookmarks"
-msgstr ""
-
-msgid "Remove this bookmark"
-msgstr ""
-
-msgid "Bookmark this filter"
-msgstr ""
-
-msgid "Bookmark Name:"
-msgstr ""
-
-msgid "True"
-msgstr ""
-
-msgid "False"
-msgstr ""
-
-msgid "Find"
-msgstr ""
-
-msgid "ID"
-msgstr ""
-
-msgid "Creation User"
-msgstr ""
-
-msgid "Creation Date"
-msgstr ""
-
-msgid "Modification User"
-msgstr ""
-
-msgid "Modification Date"
-msgstr ""
-
-msgid "\"%1\" is required"
-msgstr ""
-
-msgid "\"%1\" is not valid according to its domain"
-msgstr ""
-
-msgid "The values of \"%1\" are not valid"
-msgstr ""
-
-msgid "Pre-validation"
-msgstr ""
-
-msgid "Font"
-msgstr ""
-
-msgid "Size"
-msgstr ""
-
-msgid "Add"
-msgstr ""
-
-msgid "Remove"
-msgstr ""
-
-msgid "Open"
-msgstr ""
-
-msgid "Undelete"
-msgstr ""
-
-msgid "Select"
-msgstr ""
-
-msgid "Cancel"
-msgstr ""
-
-msgid "%1%"
-msgstr ""
-
-msgid ":"
-msgstr ""
-
-msgid "More"
-msgstr ""
-
-msgid "Calendar view not yet implemented"
-msgstr ""
-
-msgid "Warning"
-msgstr ""
-
-msgid "Select your action"
-msgstr ""
-
-msgid "No action defined!"
-msgstr ""
-
-msgid "Your selection:"
-msgstr ""
-
-msgid "Y"
-msgstr ""
-
-msgid "M"
-msgstr ""
-
-msgid "w"
-msgstr ""
-
-msgid "d"
-msgstr ""
-
-msgid "h"
-msgstr ""
-
-msgid "m"
-msgstr ""
-
-msgid "s"
-msgstr ""
-
-msgid "y"
-msgstr ""
-
-msgid "yes"
-msgstr ""
-
-msgid "true"
-msgstr ""
-
-msgid "t"
-msgstr ""
-
-msgid "Message: "
-msgstr ""
-
-msgid "Warning: "
-msgstr ""
-
-msgid "Always ignore this warning."
-msgstr ""
-
-msgid "Do you want to proceed?"
-msgstr ""
-
-msgid "No"
-msgstr ""
-
-msgid "Yes"
-msgstr ""
-
-msgid "Confirmation: "
-msgstr ""
-
-msgid "Concurrency Exception"
-msgstr ""
-
-msgid "Write Concurrency Warning: "
-msgstr ""
-
-msgid "This record has been modified while you were editing it."
-msgstr ""
-
-msgid "Choose:"
-msgstr ""
-
-msgid "\"Cancel\" to cancel saving;"
-msgstr ""
-
-msgid "\"Compare\" to see the modified version;"
-msgstr ""
-
-msgid "\"Write Anyway\" to save your current version."
-msgstr ""
-
-msgid "Compare"
-msgstr ""
-
-msgid "Write Anyway"
-msgstr ""
-
-msgid "Application Error"
-msgstr ""
-
-msgid "Report Bug"
-msgstr ""
-
-msgid "Create..."
-msgstr ""
-
-msgid "Revision"
-msgstr ""
-
-msgid "Wizard"
-msgstr ""
diff --git a/locale/sl.json b/locale/sl.json
new file mode 100644
index 0000000..14f4c1d
--- /dev/null
+++ b/locale/sl.json
@@ -0,0 +1 @@
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,"Upravljaj zaznamke"],"Logout":[null,"Odjava"],"Favorites":[null,"Zaznamki"],"Search...":[null,"Išči ..."],"Unable to reach the server":[null,"Ni se mogoče povezati s strežnikom"],"Login":[null,"Prijava"],"Database":[null,"Podatkovna baza"],"Unable to reach the server.":[null,"Ni se mogoče povezati s strežnikom."],"Toggle navigation":[null,"Vklop/izklop krmarjenja"],"Menu":[null,"Meni"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"Za slednji ukrep se bodo zaprli vsi zavihki.\nAli želiš nadaljevati?"],"Close":[null,"Zapri"],"New":[null,"Novo"],"Create a new record":[null,"Ustvari nov zapis"],"Save":[null,"Shrani"],"Save this record":[null,"Shrani ta zapis"],"Switch":[null,"Preklopi"],"Switch view":[null,"Preklopi pogled"],"Reload":[null,"Ponovno naloži"],"Previous":[null,"Prejšnji"],"Previous Record":[null,"Prejšnji zapis"],"Next":[null,"Naslednji"],"Next Record":[null,"Naslednji zapis"],"Attachment":[null,"Priponka"],"Add an attachment to the record":[null,"Dodaj priponko zapisu"],"Note":[null,"Zabeležka"],"Add a note to the record":[null,"Dodaj zapisu zabeležko"],"Reload/Undo":[null,"Ponovno naloži"],"Duplicate":[null,"Podvoji"],"Delete":[null,"Zbriši"],"Search":[null,"Išči"],"View Logs...":[null,"Prikaži dnevnik ..."],"Show revisions...":[null,"Prikaži revizije ..."],"Close Tab":[null,"Zapri zavihek"],"Action":[null,"Ukrep"],"Relate":[null,"Veza"],"Print":[null,"Tisk"],"Export":[null,"Izvoz"],"Import":[null,"Uvoz"],"Launch action":[null,"Zaženi ukrep"],"Open related records":[null,"Odpri povezane zapise"],"Print report":[null,"Izpis poročila"],"This record has been modified\ndo you want to save it?":[null,"Ta zapis je bil spremenjen,\nga želiš shraniti?"],"Record saved.":[null,"Zapis shranjen."],"Working now on the duplicated record(s).":[null,"Trenutno se dela na podvojenem zapisu."],"Are you sure to remove this record?":[null,"Ali res želiš zbrisati ta zapis?"],"Are you sure to remove those records?":[null,"Ali res želiš zbrisati te zapise?"],"Records removed.":[null,"Zapisi zbrisani."],"Records not removed.":[null,"Zapisi niso bili zbrisani."],"You have to select one record.":[null,"En zapis mora biti izbran."],"ID:":[null,"ID:"],"Creation User:":[null,"Ustvaril:"],"Creation Date:":[null,"Ustvarjeno:"],"Latest Modification by:":[null,"Nazadnje popravil:"],"Latest Modification Date:":[null,"Nazadnje popravljeno:"],"Model: ":[null,"Model: "],"Attachment(%1)":[null,"Priponka(%1)"],"Note(%1)":[null,"Zabeležka(%1)"],"Filters":[null,"Filtri"],"Bookmarks":[null,"Zaznamki"],"Remove this bookmark":[null,"Zbriši ta zaznamek"],"Bookmark this filter":[null,"Shrani ta filter"],"Bookmark Name:":[null,"Ime zaznamka:"],"True":[null,"Da"],"False":[null,"Ne"],"Find":[null,"Najdi"],"ID":[null,"ID"],"Creation User":[null,"Ustvaril"],"Creation Date":[null,"Ustvarjeno"],"Modification User":[null,"Popravil"],"Modification Date":[null,"Popravljeno"],"\"%1\" is required":[null,"Polje \"%1\" je obvezno"],"\"%1\" is not valid according to its domain":[null,"Polje \"%1\" ni veljavno glede na svojo domeno"],"The values of \"%1\" are not valid":[null,"Vrednosti polja \"%1\" niso veljavne"],"Pre-validation":[null,"Predpreverjanje"],"Translate":[null,"Prevod"],"Cancel":[null,"Prekliči"],"OK":[null,"V redu"],"Edit":[null,"Uredi"],"Fuzzy":[null,"Nejasno"],"You need to save the record before adding translations.":[null,"Pred prevajanjem mora biti zapis shranjen."],"No other language available.":[null,"Drugega jezika ni na voljo."],"Font":[null,"Pisava"],"Size":[null,"Velikost"],"Add":[null,"Dodaj"],"Remove":[null,"Odstrani"],"Open":[null,"Odpri"],"Undelete":[null,"Povrni"],"Select":[null,"Izberi"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Več"],", ":[null,", "],",…":[null,",…"],"%1 (%2)":[null,"%1 (%2)"],"Select your action":[null,"Izberi ukrep"],"No action defined.":[null,"Nobenega ukrepa še ni določenega."],"Your selection:":[null,"Vaša izbira:"],"Y":[null,"l"],"M":[null,"M"],"w":[null,"t"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"By: ":[null,"Od: "],"y":[null,"d"],"Yes":[null,"Da"],"t":[null,"d"],"Message: ":[null,"Sporočilo:"],"Warning: ":[null,"Opozorilo: "],"Always ignore this warning.":[null,"Vedno prezri to opozorilo."],"Do you want to proceed?":[null,"Ali želiš nadaljevati?"],"No":[null,"Ne"],"Confirmation: ":[null,"Potrditev: "],"Concurrency Exception":[null,"Napaka sočasnega izvajanja"],"Write Concurrency Warning: ":[null,"Opozorilo sočasnega zapisovanja: "],"This record has been modified while you were editing it.":[null,"Ta zapis je bil spremenjen v času vašega popravljanja."],"Choose:":[null,"Izberi:"],"\"Cancel\" to cancel saving;":[null,"\"Prekliči\" - prekliči spremembe;"],"\"Compare\" to see the modified version;":[null,"\"Primerjaj\" - primerjaj z drugo različico;"],"\"Write Anyway\" to save your current version.":[null,"\"Vseeno shrani\" - shrani trenutno različico."],"Compare":[null,"Primerjaj"],"Write Anyway":[null,"Vseeno shrani"],"Application Error":[null,"Programska napaka"],"Report Bug":[null,"Prijavi programsko napako"],"Create...":[null,"Izdelaj ..."],"Attachments (%1)":[null,"Priponke (%1)"],"Notes (%1)":[null,"Zabeležke (%1)"],"Search %1":[null,"Išči %1"],"Revision":[null,"Različica"],"All Fields":[null,"Vsa polja"],"Clear":[null,"Počisti"],"Fields Selected":[null,"Izbrana polja"],"CSV Parameters":[null,"CSV parametri"],"Delimiter:":[null,"Ločilo:"],"Quote Char:":[null,"Narekovaj:"],"Encoding:":[null,"Kodiranje:"],"Import from CSV":[null,"Uvozi iz CSV"],"Auto-Detect":[null,"Samozaznava"],"File to Import":[null,"Datoteka za uvoz"],"Lines to Skip:":[null,"Izpuščene vrstice:"],"You must select an import file first":[null,"Najprej je potrebno izbrati datoteko za uvoz"],"Error occured in loading the file":[null,"Pri nalaganju datoteke je prišlo do napake"],"Error processing the file at field %1.":[null,"Napaka pri obdelavi datoteke pri polju %1."],"Error":[null,"Napaka"],"Export to CSV":[null,"Izvozi v CSV"],"Predefined Exports":[null,"Prednastavljeni izvozi"],"Save Export":[null,"Shrani izvoz"],"Delete Export":[null,"Zbriši izvoz"],"Add Field Names":[null,"Dodaj imena polj"],"%1 (string)":[null,"%1 (niz)"],"What is the name of this export?":[null,"Ime izvoza?"],"Override %1 definition?":[null,"Prepis definicije %1?"],"Wizard":[null,"Čarovnik"]}
\ No newline at end of file
diff --git a/locale/sl_SI.po b/locale/sl.po
similarity index 73%
rename from locale/sl_SI.po
rename to locale/sl.po
index 2b99b71..9b31fd7 100644
--- a/locale/sl_SI.po
+++ b/locale/sl.po
@@ -2,31 +2,32 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Tue Nov 01 2016 15:18:23 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr "Upravljaj zaznamke"
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "Odjava"
 
+msgid "Favorites"
+msgstr "Zaznamki"
+
 msgid "Search..."
 msgstr "Išči ..."
 
 msgid "Unable to reach the server"
 msgstr "Ni se mogoče povezati s strežnikom"
 
-msgid "Unable to reach the server."
-msgstr "Ni se mogoče povezati s strežnikom."
-
 msgid "Login"
 msgstr "Prijava"
 
-msgid "Password"
-msgstr "Geslo"
-
 msgid "Database"
 msgstr "Podatkovna baza"
 
-msgid "OK"
-msgstr "V redu"
+msgid "Unable to reach the server."
+msgstr "Ni se mogoče povezati s strežnikom."
 
 msgid "Toggle navigation"
 msgstr "Vklop/izklop krmarjenja"
@@ -119,6 +120,12 @@ msgstr "Veza"
 msgid "Print"
 msgstr "Tisk"
 
+msgid "Export"
+msgstr "Izvoz"
+
+msgid "Import"
+msgstr "Uvoz"
+
 msgid "Launch action"
 msgstr "Zaženi ukrep"
 
@@ -231,6 +238,27 @@ msgstr "Vrednosti polja \"%1\" niso veljavne"
 msgid "Pre-validation"
 msgstr "Predpreverjanje"
 
+msgid "Translate"
+msgstr "Prevod"
+
+msgid "Cancel"
+msgstr "Prekliči"
+
+msgid "OK"
+msgstr "V redu"
+
+msgid "Edit"
+msgstr "Uredi"
+
+msgid "Fuzzy"
+msgstr "Nejasno"
+
+msgid "You need to save the record before adding translations."
+msgstr "Pred prevajanjem mora biti zapis shranjen."
+
+msgid "No other language available."
+msgstr "Drugega jezika ni na voljo."
+
 msgid "Font"
 msgstr "Pisava"
 
@@ -252,9 +280,6 @@ msgstr "Povrni"
 msgid "Select"
 msgstr "Izberi"
 
-msgid "Cancel"
-msgstr "Prekliči"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -264,17 +289,20 @@ msgstr ":"
 msgid "More"
 msgstr "Več"
 
-msgid "Calendar view not yet implemented"
-msgstr "Koledarski pogled še ni implementiran"
+msgid ", "
+msgstr ", "
+
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "Opozorilo"
+msgid "%1 (%2)"
+msgstr "%1 (%2)"
 
 msgid "Select your action"
 msgstr "Izberi ukrep"
 
-msgid "No action defined!"
-msgstr "Nobenega ukrepa še ni določenega"
+msgid "No action defined."
+msgstr "Nobenega ukrepa še ni določenega."
 
 msgid "Your selection:"
 msgstr "Vaša izbira:"
@@ -300,14 +328,14 @@ msgstr "m"
 msgid "s"
 msgstr "s"
 
+msgid "By: "
+msgstr "Od: "
+
 msgid "y"
 msgstr "d"
 
-msgid "yes"
-msgstr "da"
-
-msgid "true"
-msgstr "da"
+msgid "Yes"
+msgstr "Da"
 
 msgid "t"
 msgstr "d"
@@ -327,9 +355,6 @@ msgstr "Ali želiš nadaljevati?"
 msgid "No"
 msgstr "Ne"
 
-msgid "Yes"
-msgstr "Da"
-
 msgid "Confirmation: "
 msgstr "Potrditev: "
 
@@ -369,8 +394,86 @@ msgstr "Prijavi programsko napako"
 msgid "Create..."
 msgstr "Izdelaj ..."
 
+msgid "Attachments (%1)"
+msgstr "Priponke (%1)"
+
+msgid "Notes (%1)"
+msgstr "Zabeležke (%1)"
+
+msgid "Search %1"
+msgstr "Išči %1"
+
 msgid "Revision"
 msgstr "Različica"
 
+msgid "All Fields"
+msgstr "Vsa polja"
+
+msgid "Clear"
+msgstr "Počisti"
+
+msgid "Fields Selected"
+msgstr "Izbrana polja"
+
+msgid "CSV Parameters"
+msgstr "CSV parametri"
+
+msgid "Delimiter:"
+msgstr "Ločilo:"
+
+msgid "Quote Char:"
+msgstr "Narekovaj:"
+
+msgid "Encoding:"
+msgstr "Kodiranje:"
+
+msgid "Import from CSV"
+msgstr "Uvozi iz CSV"
+
+msgid "Auto-Detect"
+msgstr "Samozaznava"
+
+msgid "File to Import"
+msgstr "Datoteka za uvoz"
+
+msgid "Lines to Skip:"
+msgstr "Izpuščene vrstice:"
+
+msgid "You must select an import file first"
+msgstr "Najprej je potrebno izbrati datoteko za uvoz"
+
+msgid "Error occured in loading the file"
+msgstr "Pri nalaganju datoteke je prišlo do napake"
+
+msgid "Error processing the file at field %1."
+msgstr "Napaka pri obdelavi datoteke pri polju %1."
+
+msgid "Error"
+msgstr "Napaka"
+
+msgid "Export to CSV"
+msgstr "Izvozi v CSV"
+
+msgid "Predefined Exports"
+msgstr "Prednastavljeni izvozi"
+
+msgid "Save Export"
+msgstr "Shrani izvoz"
+
+msgid "Delete Export"
+msgstr "Zbriši izvoz"
+
+msgid "Add Field Names"
+msgstr "Dodaj imena polj"
+
+msgid "%1 (string)"
+msgstr "%1 (niz)"
+
+msgid "What is the name of this export?"
+msgstr "Ime izvoza?"
+
+msgid "Override %1 definition?"
+msgstr "Prepis definicije %1?"
+
 msgid "Wizard"
 msgstr "Čarovnik"
diff --git a/locale/sl_SI.json b/locale/sl_SI.json
index 36e7c60..c4868dd 100644
--- a/locale/sl_SI.json
+++ b/locale/sl_SI.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Odjava"],"Search...":[null,"Išči ..."],"Unable to reach the server":[null,"Ni se mogoče povezati s strežnikom"],"Unable to reach the server.":[null,"Ni se mogoče povezati s strežnikom."],"Login":[null,"Prijava"],"Password":[null,"Geslo"],"Database":[null,"Podatkovna baza"],"OK":[null,"V redu"],"Toggle navigation":[null,"Vklop/izklop krmarjenja"],"Menu":[null,"Meni"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"Za slednji ukrep se bodo zaprli vsi zavihki.\nAli želiš nadaljevati?"],"Close":[null,"Zapri"],"New":[null,"Novo"],"Create a new record":[null,"Ustvari nov zapis"],"Save":[null,"Shrani"],"Save this record":[null,"Shrani ta zapis"],"Switch":[null,"Preklopi"],"Switch view":[null,"Preklopi pogled"],"Reload":[null,"Ponovno naloži"],"Previous":[null,"Prejšnji"],"Previous Record":[null,"Prejšnji zapis"],"Next":[null,"Naslednji"],"Next Record":[null,"Naslednji zapis"],"Attachment":[null,"Priponka"],"Add an attachment to the record":[null,"Dodaj priponko zapisu"],"Note":[null,"Zabeležka"],"Add a note to the record":[null,"Dodaj zapisu zabeležko"],"Reload/Undo":[null,"Ponovno naloži"],"Duplicate":[null,"Podvoji"],"Delete":[null,"Zbriši"],"Search":[null,"Išči"],"View Logs...":[null,"Prikaži dnevnik ..."],"Show revisions...":[null,"Prikaži revizije ..."],"Close Tab":[null,"Zapri zavihek"],"Action":[null,"Ukrep"],"Relate":[null,"Veza"],"Print":[null,"Tisk"],"Launch action":[null,"Zaženi ukrep"],"Open related records":[null,"Odpri povezane zapise"],"Print report":[null,"Izpis poročila"],"This record has been modified\ndo you want to save it?":[null,"Ta zapis je bil spremenjen,\nga želiš shraniti?"],"Record saved.":[null,"Zapis shranjen."],"Working now on the duplicated record(s).":[null,"Trenutno se dela na podvojenem zapisu."],"Are you sure to remove this record?":[null,"Ali res želiš zbrisati ta zapis?"],"Are you sure to remove those records?":[null,"Ali res želiš zbrisati te zapise?"],"Records removed.":[null,"Zapisi zbrisani."],"Records not removed.":[null,"Zapisi niso bili zbrisani."],"You have to select one record.":[null,"En zapis mora biti izbran."],"ID:":[null,"ID:"],"Creation User:":[null,"Ustvaril:"],"Creation Date:":[null,"Ustvarjeno:"],"Latest Modification by:":[null,"Nazadnje popravil:"],"Latest Modification Date:":[null,"Nazadnje popravljeno:"],"Model: ":[null,"Model: "],"Attachment(%1)":[null,"Priponka(%1)"],"Note(%1)":[null,"Zabeležka(%1)"],"Filters":[null,"Filtri"],"Bookmarks":[null,"Zaznamki"],"Remove this bookmark":[null,"Zbriši ta zaznamek"],"Bookmark this filter":[null,"Shrani ta filter"],"Bookmark Name:":[null,"Ime zaznamka:"],"True":[null,"Da"],"False":[null,"Ne"],"Find":[null,"Najdi"],"ID":[null,"ID"],"Creation User":[null,"Ustvaril"],"Creation Date":[null,"Ustvarjeno"],"Modification User":[null,"Popravil"],"Modification Date":[null,"Popravljeno"],"\"%1\" is required":[null,"Polje \"%1\" je obvezno"],"\"%1\" is not valid according to its domain":[null,"Polje \"%1\" ni veljavno glede na svojo domeno"],"The values of \"%1\" are not valid":[null,"Vrednosti polja \"%1\" niso veljavne"],"Pre-validation":[null,"Predpreverjanje"],"Font":[null,"Pisava"],"Size":[null,"Velikost"],"Add":[null,"Dodaj"],"Remove":[null,"Odstrani"],"Open":[null,"Odpri"],"Undelete":[null,"Povrni"],"Select":[null,"Izberi"],"Cancel":[null,"Prekliči"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Več"],"Calendar view not yet implemented":[null,"Koledarski pogled še ni implementiran"],"Warning":[null,"Opozorilo"],"Select your action":[null,"Izberi ukrep"],"No action defined!":[null,"Nobenega ukrepa še ni določenega"],"Your selection:":[null,"Vaša izbira:"],"Y":[null,"l"],"M":[null,"M"],"w":[null,"t"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"d"],"yes":[null,"da"],"true":[null,"da"],"t":[null,"d"],"Message: ":[null,"Sporočilo:"],"Warning: ":[null,"Opozorilo: "],"Always ignore this warning.":[null,"Vedno prezri to opozorilo."],"Do you want to proceed?":[null,"Ali želiš nadaljevati?"],"No":[null,"Ne"],"Yes":[null,"Da"],"Confirmation: ":[null,"Potrditev: "],"Concurrency Exception":[null,"Napaka sočasnega izvajanja"],"Write Concurrency Warning: ":[null,"Opozorilo sočasnega zapisovanja: "],"This record has been modified while you were editing it.":[null,"Ta zapis je bil spremenjen v času vašega popravljanja."],"Choose:":[null,"Izberi:"],"\"Cancel\" to cancel saving;":[null,"\"Prekliči\" - prekliči spremembe;"],"\"Compare\" to see the modified version;":[null,"\"Primerjaj\" - primerjaj z drugo različico;"],"\"Write Anyway\" to save your current version.":[null,"\"Vseeno shrani\" - shrani trenutno različico."],"Compare":[null,"Primerjaj"],"Write Anyway":[null,"Vseeno shrani"],"Application Error":[null,"Programska napaka"],"Report Bug":[null,"Prijavi programsko napako"],"Create...":[null,"Izdelaj ..."],"Revision":[null,"Različica"],"Wizard":[null,"Čarovnik"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"Odjava"],"Search...":[null,"Išči ..."],"Unable to reach the server":[null,"Ni se mogoče povezati s strežnikom"],"Unable to reach the server.":[null,"Ni se mogoče povezati s strežnikom."],"Login":[null,"Prijava"],"Password":[null,"Geslo"],"Database":[null,"Podatkovna baza"],"OK":[null,"V redu"],"Toggle navigation":[null,"Vklop/izklop krmarjenja"],"Menu":[null,"Meni"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"Za slednji ukrep se bodo zaprli vsi zavihki.\nAli želiš nadaljevati?"],"Close":[null,"Zapri"],"New":[null,"Novo"],"Create a new record":[null,"Ustvari nov zapis"],"Save":[null,"Shrani"],"Save this record":[null,"Shrani ta zapis"],"Switch":[null,"Preklopi"],"Switch view":[null,"Preklopi pogled"],"Reload":[null,"Ponovno naloži"],"Previous":[null,"Prejšnji"],"Previous Record":[null,"Prejšnji zapis"],"Next":[null,"Naslednji"],"Next Record":[null,"Naslednji zapis"],"Attachment":[null,"Priponka"],"Add an attachment to the record":[null,"Dodaj priponko zapisu"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"Ponovno naloži"],"Duplicate":[null,"Podvoji"],"Delete":[null,"Zbriši"],"Search":[null,"Išči"],"View Logs...":[null,"Prikaži dnevnik ..."],"Show revisions...":[null,"Prikaži revizije ..."],"Close Tab":[null,"Zapri zavihek"],"Action":[null,"Ukrep"],"Relate":[null,"Veza"],"Print":[null,"Tisk"],"Launch action":[null,"Zaženi ukrep"],"Open related records":[null,"Odpri povezane zapise"],"Print report":[null,"Izpis poročila"],"This record has been modified\ndo you want to save it?":[null,"Ta zapis je bil spremenjen,\nga želiš shraniti?"],"Record saved.":[null,"Zapis shranjen."],"Working now on the duplicated record(s).":[null,"Trenutno se dela na podvojenem zapisu."],"Are you sure to remove this record?":[null,"Ali res želiš zbrisati ta zapis?"],"Are you sure to remove those records?":[null,"Ali res želiš zbrisati te zapise?"],"Records removed.":[null,"Zapisi zbrisani."],"Records not removed.":[null,"Zapisi niso bili zbrisani."],"You have to select one record.":[null,"En zapis mora biti izbran."],"ID:":[null,"ID:"],"Creation User:":[null,"Ustvaril:"],"Creation Date:":[null,"Ustvarjeno:"],"Latest Modification by:":[null,"Nazadnje popravil:"],"Latest Modification Date:":[null,"Nazadnje popravljeno:"],"Model: ":[null,"Model: "],"Attachment(%1)":[null,"Priponka(%1)"],"Note(%1)":[null,""],"Filters":[null,"Filtri"],"Bookmarks":[null,"Zaznamki"],"Remove this bookmark":[null,"Zbriši ta zaznamek"],"Bookmark this filter":[null,"Shrani ta filter"],"Bookmark Name:":[null,"Ime zaznamka:"],"True":[null,"Da"],"False":[null,"Ne"],"Find":[null,"Najdi"],"ID":[null,"ID"],"Creation User":[null,"Ustvaril"],"Creation Date":[null,"Ustvarjeno"],"Modification User":[null,"Popravil"],"Modification Date":[null,"Popravljeno"],"\"%1\" is required":[null,"Polje \"%1\" je obvezno"],"\"%1\" is not valid according to its domain":[null,"Polje \"%1\" ni veljavno glede na svojo domeno"],"The values of \"%1\" are not valid":[null,"Vrednosti polja \"%1\" niso veljavne"],"Pre-validation":[null,"Predpreverjanje"],"Font":[null,"Pisava"],"Size":[null,"Velikost"],"Add":[null,"Dodaj"],"Remove":[null,"Odstrani"],"Open":[null,"Odpri"],"Undelete":[null,"Povrni"],"Select":[null,"Izberi"],"Cancel":[null,"Prekliči"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"Več"],"Calendar view not yet implemented":[null,"Koledarski pogled še ni implementiran"],"Warning":[null,"Opozorilo"],"Select your action":[null,"Izberi ukrep"],"No action defined!":[null,"Nobenega ukrepa še ni določenega"],"Your selection:":[null,"Vaša izbira:"],"Y":[null,"l"],"M":[null,"M"],"w":[null,"t"],"d":[null,"d"],"h":[null,"h"],"m":[null,"m"],"s":[null,"s"],"y":[null,"d"],"yes":[null,"da"],"true":[null,"da"],"t":[null,"d"],"Message: ":[null,"Sporočilo:"],"Warning: ":[null,"Opozorilo: "],"Always ignore this warning.":[null,"Vedno prezri to opozorilo."],"Do you want to proceed?":[null,"Ali želiš nadaljevati?"],"No":[null,"Ne"],"Yes":[null,"Da"],"Confirmation: ":[null,"Potrditev: "],"Concurrency Exception":[null,"Napaka sočasnega izvajanja"],"Write Concurrency Warning: ":[null,"Opozorilo sočasnega zapisovanja: "],"This record has been modified while you were editing it.":[null,"Ta zapis je bil spremenjen v času vašega popravljanja."],"Choose:":[null,"Izberi:"],"\"Cancel\" to cancel saving;":[null,"\"Prekliči\" - prekliči spremembe;"],"\"Compare\" to see the modified version;":[null,"\"Primerjaj\" - primerjaj z drugo različico;"],"\"Write Anyway\" to save your current version.":[null,"\"Vseeno shrani\" - shrani trenutno različico."],"Compare":[null,"Primerjaj"],"Write Anyway":[null,"Vseeno shrani"],"Application Error":[null,"Programska napaka"],"Report Bug":[null,"Prijavi programsko napako"],"Revision":[null,"Različica"],"Wizard":[null,"Čarovnik"]}
\ No newline at end of file
diff --git a/locale/zh_CN.json b/locale/zh_CN.json
index 7e61c68..3f0b3af 100644
--- a/locale/zh_CN.json
+++ b/locale/zh_CN.json
@@ -1 +1 @@
-{"":{"content-type":"text/plain; charset=utf-8"},"Logout":[null,"注销"],"Search...":[null,"查找..."],"Unable to reach the server":[null,"无法连接到服务器"],"Unable to reach the server.":[null,"无法连接到服务器."],"Login":[null,"登录"],"Password":[null,"密码"],"Database":[null,"服务标识:"],"OK":[null,"确定"],"Toggle navigation":[null,"切换导航"],"Menu":[null,"菜单"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"该操作需要关闭打开的项目\n是否继续?"],"Close":[null,"关闭"],"New":[null,"新建"],"Create a new record":[null,"新建项目"],"Save":[null,"保存"],"Save this record":[null,"保存项目"],"Switch":[null,"切换视图"],"Switch view":[null,"切换视图"],"Reload":[null,"重载"],"Previous":[null,"向前"],"Previous Record":[null,"前一项"],"Next":[null,"向后"],"Next Record":[null,"后一项"],"Attachment":[null,"附件文档"],"Add an attachment to the record":[null,"给当前项添加附件"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"重载/撤销"],"Duplicate":[null,"复制"],"Delete":[null,"删除"],"Search":[null,"查找"],"View Logs...":[null,"查看日志..."],"Show revisions...":[null,"显示版本..."],"Close Tab":[null,"关闭标签"],"Action":[null,"操作"],"Relate":[null,"关联"],"Print":[null,"打印"],"Launch action":[null,"执行操作"],"Open related records":[null,"打开关联项目"],"Print report":[null,"打印报表"],"This record has been modified\ndo you want to save it?":[null,"记录有改动, 是否保存?"],"Record saved.":[null,"保存成功."],"Working now on the duplicated record(s).":[null,"当前处理的是项目的副本."],"Are you sure to remove this record?":[null,"确定要删除此项吗?"],"Are you sure to remove those records?":[null,"确定要删除这些项目?"],"Records removed.":[null,"项目已成功删除"],"Records not removed.":[null,"项目未删除"],"You have to select one record.":[null,"选择需要操作的项目"],"ID:":[null,"标识:"],"Creation User:":[null,"创建者:"],"Creation Date:":[null,"创建日期:"],"Latest Modification by:":[null,"最近更改:"],"Latest Modification Date:":[null,"最近更改日期:"],"Model: ":[null,"模型:"],"Attachment(%1)":[null,"附件(%1)"],"Note(%1)":[null,""],"Filters":[null,"筛选"],"Bookmarks":[null,"书签"],"Remove this bookmark":[null,"移除书签"],"Bookmark this filter":[null,"收藏筛选器"],"Bookmark Name:":[null,"书签名称:"],"True":[null,"True"],"False":[null,"False"],"Find":[null,"查找"],"ID":[null,"标识"],"Creation User":[null,"创建者"],"Creation Date":[null,"创建日期"],"Modification User":[null,"修改者"],"Modification Date":[null,"修改日期"],"\"%1\" is required":[null,"\"%1\" 是必填项"],"\"%1\" is not valid according to its domain":[null,"根据域设置,\"%1\" 不可用"],"The values of \"%1\" are not valid":[null,"无法获得\"%1\" 的值"],"Pre-validation":[null,"预校验"],"Font":[null,"字体"],"Size":[null,"大小"],"Add":[null,"添加"],"Remove":[null,"删除"],"Open":[null,"打开"],"Undelete":[null,"回滚"],"Select":[null,"选择"],"Cancel":[null,"取消"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"更多"],"Calendar view not yet implemented":[null,"日历视图尚未实现"],"Warning":[null,"警告"],"Select your action":[null,"选择一项操作"],"No action defined!":[null,"没有定义任何操作 !"],"Your selection:":[null,"已选择:"],"Y":[null,"年"],"M":[null,"月"],"w":[null,"星期"],"d":[null,"日"],"h":[null,"时"],"m":[null,"分"],"s":[null,"秒"],"y":[null,"y"],"yes":[null,"yes"],"true":[null,"true"],"t":[null,"t"],"Message: ":[null,"信息:"],"Warning: ":[null,"警告:"],"Always ignore this warning.":[null,"下次不再提示."],"Do you want to proceed?":[null,"继续此项操作 ?"],"No":[null,"否"],"Yes":[null,"是"],"Confirmation: ":[null,"确认:"],"Concurrency Exception":[null,"并行操作异常"],"Write Concurrency Warning: ":[null,"同步操作警告:"],"This record has been modified while you were editing it.":[null,"当前数据已经被其他操作更改."],"Choose:":[null,"选择:"],"\"Cancel\" to cancel saving;":[null,"\"取消\" 不保存;"],"\"Compare\" to see the modified version;":[null," \"对比\" 查看变更的数据;"],"\"Write Anyway\" to save your current version.":[null," \"覆写\" 保存当前数据."],"Compare":[null,"对比"],"Write Anyway":[null,"覆写"],"Application Error":[null,"程序错误"],"Report Bug":[null,"报告Bug"],"Revision":[null,"版本"],"Wizard":[null,"向导"]}
\ No newline at end of file
+{"":{"content-type":"text/plain; charset=utf-8"},"Manage favorites":[null,""],"Logout":[null,"注销"],"Favorites":[null,""],"Search...":[null,"查找..."],"Unable to reach the server":[null,"无法连接到服务器"],"Login":[null,"登录"],"Database":[null,"服务标识:"],"Unable to reach the server.":[null,"无法连接到服务器."],"Toggle navigation":[null,"切换导航"],"Menu":[null,"菜单"],"The following action requires to close all tabs.\nDo you want to continue?":[null,"该操作需要关闭打开的项目\n是否继续?"],"Close":[null,"关闭"],"New":[null,"新建"],"Create a new record":[null,"新建项目"],"Save":[null,"保存"],"Save this record":[null,"保存项目"],"Switch":[null,"切换视图"],"Switch view":[null,"切换视图"],"Reload":[null,"重载"],"Previous":[null,"向前"],"Previous Record":[null,"前一项"],"Next":[null,"向后"],"Next Record":[null,"后一项"],"Attachment":[null,"附件文档"],"Add an attachment to the record":[null,"给当前项添加附件"],"Note":[null,""],"Add a note to the record":[null,""],"Reload/Undo":[null,"重载/撤销"],"Duplicate":[null,"复制"],"Delete":[null,"删除"],"Search":[null,"查找"],"View Logs...":[null,"查看日志..."],"Show revisions...":[null,"显示版本..."],"Close Tab":[null,"关闭标签"],"Action":[null,"操作"],"Relate":[null,"关联"],"Print":[null,"打印"],"Export":[null,""],"Import":[null,""],"Launch action":[null,"执行操作"],"Open related records":[null,"打开关联项目"],"Print report":[null,"打印报表"],"This record has been modified\ndo you want to save it?":[null,"记录有改动, 是否保存?"],"Record saved.":[null,"保存成功."],"Working now on the duplicated record(s).":[null,"当前处理的是项目的副本."],"Are you sure to remove this record?":[null,"确定要删除此项吗?"],"Are you sure to remove those records?":[null,"确定要删除这些项目?"],"Records removed.":[null,"项目已成功删除"],"Records not removed.":[null,"项目未删除"],"You have to select one record.":[null,"选择需要操作的项目"],"ID:":[null,"标识:"],"Creation User:":[null,"创建者:"],"Creation Date:":[null,"创建日期:"],"Latest Modification by:":[null,"最近更改:"],"Latest Modification Date:":[null,"最近更改日期:"],"Model: ":[null,"模型:"],"Attachment(%1)":[null,"附件(%1)"],"Note(%1)":[null,""],"Filters":[null,"筛选"],"Bookmarks":[null,"书签"],"Remove this bookmark":[null,"移除书签"],"Bookmark this filter":[null,"收藏筛选器"],"Bookmark Name:":[null,"书签名称:"],"True":[null,"True"],"False":[null,"False"],"Find":[null,"查找"],"ID":[null,"标识"],"Creation User":[null,"创建者"],"Creation Date":[null,"创建日期"],"Modification User":[null,"修改者"],"Modification Date":[null,"修改日期"],"\"%1\" is required":[null,"\"%1\" 是必填项"],"\"%1\" is not valid according to its domain":[null,"根据域设置,\"%1\" 不可用"],"The values of \"%1\" are not valid":[null,"无法获得\"%1\" 的值"],"Pre-validation":[null,"预校验"],"Translate":[null,""],"Cancel":[null,"取消"],"OK":[null,"确定"],"Edit":[null,""],"Fuzzy":[null,""],"You need to save the record before adding translations.":[null,""],"No other language available.":[null,""],"Font":[null,"字体"],"Size":[null,"大小"],"Add":[null,"添加"],"Remove":[null,"删除"],"Open":[null,"打开"],"Undelete":[null,"回滚"],"Select":[null,"选择"],"%1%":[null,"%1%"],":":[null,":"],"More":[null,"更多"],"%1 (%2)":[null,""],"Select your action":[null,"选择一项操作"],"Your selection:":[null,"已选择:"],"Y":[null,"年"],"M":[null,"月"],"w":[null,"星期"],"d":[null,"日"],"h":[null,"时"],"m":[null,"分"],"s":[null,"秒"],"By: ":[null,""],"y":[null,"y"],"Yes":[null,"是"],"t":[null,"t"],"Message: ":[null,"信息:"],"Warning: ":[null,"警告:"],"Always ignore this warning.":[null,"下次不再提示."],"Do you want to proceed?":[null,"继续此项操作 ?"],"No":[null,"否"],"Confirmation: ":[null,"确认:"],"Concurrency Exception":[null,"并行操作异常"],"Write Concurrency Warning: ":[null,"同步操作警告:"],"This record has been modified while you were editing it.":[null,"当前数据已经被其他操作更改."],"Choose:":[null,"选择:"],"\"Cancel\" to cancel saving;":[null,"\"取消\" 不保存;"],"\"Compare\" to see the modified version;":[null," \"对比\" 查看变更的数据;"],"\"Write Anyway\" to save your current version.":[null," \"覆写\" 保存当前数据."],"Compare":[null,"对比"],"Write Anyway":[null,"覆写"],"Application Error":[null,"程序错误"],"Report Bug":[null,"报告Bug"],"Notes (%1)":[null,""],"Search %1":[null,""],"Revision":[null,"版本"],"All Fields":[null,""],"Clear":[null,""],"Fields Selected":[null,""],"CSV Parameters":[null,""],"Delimiter:":[null,""],"Quote Char:":[null,""],"Encoding:":[null,""],"Import from CSV":[null,""],"Auto-Detect":[null,""],"File to Import":[null,""],"Lines to Skip:":[null,""],"You must select an import file first":[null,""],"Error occured in loading the file":[null,""],"Error processing the file at field %1.":[null,""],"Error":[null,""],"Export to CSV":[null,""],"Predefined Exports":[null,""],"Save Export":[null,""],"Delete Export":[null,""],"Add Field Names":[null,""],"%1 (string)":[null,""],"What is the name of this export?":[null,""],"Override %1 definition?":[null,""],"Wizard":[null,"向导"]}
\ No newline at end of file
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index b2b0697..34f3e4a 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -2,31 +2,32 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+# Generated by grunt-xgettext on Sat Nov 12 2016 00:09:11 GMT+0100 (CET)
+msgid "Manage favorites"
+msgstr ""
+
 # Generated by grunt-xgettext on Thu Mar 31 2016 17:50:31 GMT+0200 (CEST)
 # Generated by grunt-xgettext on Fri Oct 16 2015 17:37:32 GMT+0200 (CEST)
 msgid "Logout"
 msgstr "注销"
 
+msgid "Favorites"
+msgstr ""
+
 msgid "Search..."
 msgstr "查找..."
 
 msgid "Unable to reach the server"
 msgstr "无法连接到服务器"
 
-msgid "Unable to reach the server."
-msgstr "无法连接到服务器."
-
 msgid "Login"
 msgstr "登录"
 
-msgid "Password"
-msgstr "密码"
-
 msgid "Database"
 msgstr "服务标识:"
 
-msgid "OK"
-msgstr "确定"
+msgid "Unable to reach the server."
+msgstr "无法连接到服务器."
 
 msgid "Toggle navigation"
 msgstr "切换导航"
@@ -119,6 +120,12 @@ msgstr "关联"
 msgid "Print"
 msgstr "打印"
 
+msgid "Export"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
 msgid "Launch action"
 msgstr "执行操作"
 
@@ -229,6 +236,27 @@ msgstr "无法获得\"%1\" 的值"
 msgid "Pre-validation"
 msgstr "预校验"
 
+msgid "Translate"
+msgstr ""
+
+msgid "Cancel"
+msgstr "取消"
+
+msgid "OK"
+msgstr "确定"
+
+msgid "Edit"
+msgstr ""
+
+msgid "Fuzzy"
+msgstr ""
+
+msgid "You need to save the record before adding translations."
+msgstr ""
+
+msgid "No other language available."
+msgstr ""
+
 msgid "Font"
 msgstr "字体"
 
@@ -250,9 +278,6 @@ msgstr "回滚"
 msgid "Select"
 msgstr "选择"
 
-msgid "Cancel"
-msgstr "取消"
-
 msgid "%1%"
 msgstr "%1%"
 
@@ -262,16 +287,22 @@ msgstr ":"
 msgid "More"
 msgstr "更多"
 
-msgid "Calendar view not yet implemented"
-msgstr "日历视图尚未实现"
+#, fuzzy
+msgid ", "
+msgstr ", "
+
+#, fuzzy
+msgid ",…"
+msgstr ",…"
 
-msgid "Warning"
-msgstr "警告"
+msgid "%1 (%2)"
+msgstr ""
 
 msgid "Select your action"
 msgstr "选择一项操作"
 
-msgid "No action defined!"
+#, fuzzy
+msgid "No action defined."
 msgstr "没有定义任何操作 !"
 
 msgid "Your selection:"
@@ -298,14 +329,14 @@ msgstr "分"
 msgid "s"
 msgstr "秒"
 
+msgid "By: "
+msgstr ""
+
 msgid "y"
 msgstr "y"
 
-msgid "yes"
-msgstr "yes"
-
-msgid "true"
-msgstr "true"
+msgid "Yes"
+msgstr "是"
 
 msgid "t"
 msgstr "t"
@@ -325,9 +356,6 @@ msgstr "继续此项操作 ?"
 msgid "No"
 msgstr "否"
 
-msgid "Yes"
-msgstr "是"
-
 msgid "Confirmation: "
 msgstr "确认:"
 
@@ -368,8 +396,87 @@ msgstr "报告Bug"
 msgid "Create..."
 msgstr "新建..."
 
+#, fuzzy
+msgid "Attachments (%1)"
+msgstr "附件(%1)"
+
+msgid "Notes (%1)"
+msgstr ""
+
+msgid "Search %1"
+msgstr ""
+
 msgid "Revision"
 msgstr "版本"
 
+msgid "All Fields"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Fields Selected"
+msgstr ""
+
+msgid "CSV Parameters"
+msgstr ""
+
+msgid "Delimiter:"
+msgstr ""
+
+msgid "Quote Char:"
+msgstr ""
+
+msgid "Encoding:"
+msgstr ""
+
+msgid "Import from CSV"
+msgstr ""
+
+msgid "Auto-Detect"
+msgstr ""
+
+msgid "File to Import"
+msgstr ""
+
+msgid "Lines to Skip:"
+msgstr ""
+
+msgid "You must select an import file first"
+msgstr ""
+
+msgid "Error occured in loading the file"
+msgstr ""
+
+msgid "Error processing the file at field %1."
+msgstr ""
+
+msgid "Error"
+msgstr ""
+
+msgid "Export to CSV"
+msgstr ""
+
+msgid "Predefined Exports"
+msgstr ""
+
+msgid "Save Export"
+msgstr ""
+
+msgid "Delete Export"
+msgstr ""
+
+msgid "Add Field Names"
+msgstr ""
+
+msgid "%1 (string)"
+msgstr ""
+
+msgid "What is the name of this export?"
+msgstr ""
+
+msgid "Override %1 definition?"
+msgstr ""
+
 msgid "Wizard"
 msgstr "向导"
diff --git a/package.json b/package.json
index cd5e3a6..7b2057a 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "tryton-sao",
   "title": "sao",
   "description": "Tryton webclient",
-  "version": "4.0.6",
+  "version": "4.2.0",
   "homepage": "http://www.tryton.org/",
   "author": {
     "name": "Tryton"
@@ -32,26 +32,27 @@
     "tests"
   ],
   "scripts": {
-    "test": "./node_modules/.bin/grunt",
-    "postinstall": "./node_modules/.bin/bower install"
+    "test": "./node_modules/.bin/grunt test",
+    "postinstall": "./node_modules/.bin/bower install --allow-root"
   },
   "devDependencies": {
-    "grunt": "~0.4.5",
-    "grunt-cli": "^0.1.13",
-    "grunt-contrib-concat": "^0.5.1",
-    "grunt-contrib-jshint": "^0.11.3",
-    "grunt-contrib-less": "^1.2.0",
-    "grunt-contrib-nodeunit": "^0.4.1",
-    "grunt-contrib-uglify": "^0.9.2",
-    "grunt-contrib-watch": "^0.6.1",
-    "grunt-po2json": "^0.3.0",
-    "grunt-shell": "^1.2.1",
-    "grunt-xgettext": "^0.3.5"
+    "grunt": "^0.4",
+    "grunt-cli": "^0.1",
+    "grunt-contrib-concat": "^0.5",
+    "grunt-contrib-jshint": "^0.11",
+    "grunt-contrib-less": "^1.2",
+    "grunt-contrib-nodeunit": "^0.4",
+    "grunt-contrib-qunit": "^1.2",
+    "grunt-contrib-uglify": "^0.9",
+    "grunt-contrib-watch": "^0.6",
+    "grunt-po2json": "^0.3",
+    "grunt-shell": "^1.2",
+    "grunt-xgettext": "^0.3"
   },
   "keywords": [
     "tryton"
   ],
   "dependencies": {
-    "bower": "^1.7.7"
+    "bower": "^1.7"
   }
 }
diff --git a/src/action.js b/src/action.js
index ee0bbb5..4ffaa08 100644
--- a/src/action.js
+++ b/src/action.js
@@ -24,8 +24,29 @@
         } else {
             data = jQuery.extend({}, data);
         }
+        function add_name_suffix(name){
+            if (!data.model || !data.ids) {
+                return jQuery.when(name);
+            }
+            var max_records = 5;
+            var ids = data.ids.slice(0, max_records);
+            return Sao.rpc({
+                'method': 'model.' + data.model + '.read',
+                'params': [ids, ['rec_name'], context]
+            }, Sao.Session.current_session).then(function(result) {
+                var name_suffix = result.map(function(record){
+                    return record.rec_name;
+                }).join(Sao.i18n.gettext(', '));
+
+                if (data.ids.length > max_records) {
+                    name_suffix += Sao.i18n.gettext(',\u2026');
+                }
+                return Sao.i18n.gettext('%1 (%2)', name, name_suffix);
+            });
+        }
         data.action_id = action.id;
         var params = {};
+        var name_prm;
         switch (action.type) {
             case 'ir.action.act_window':
                 params.view_ids = false;
@@ -61,42 +82,44 @@
                 var domain_context = jQuery.extend({}, ctx);
                 domain_context.context = ctx;
                 domain_context._user = session.user_id;
-                params.domain = new Sao.PYSON.Decoder(domain_context).decode(
-                        action.pyson_domain);
-
-                var search_context = jQuery.extend({}, ctx);
-                search_context.context = ctx;
-                search_context._user = session.user_id;
-                params.search_value = new Sao.PYSON.Decoder(search_context)
-                    .decode(action.pyson_search_value || '[]');
-
-                var tab_domain_context = jQuery.extend({}, ctx);
-                tab_domain_context.context = ctx;
-                tab_domain_context._user = session.user_id;
-                var decoder = new Sao.PYSON.Decoder(tab_domain_context);
+                var decoder = new Sao.PYSON.Decoder(domain_context);
+                params.domain = decoder.decode(action.pyson_domain);
+                params.order = decoder.decode(action.pyson_order);
+                params.search_value = decoder.decode(
+                    action.pyson_search_value || '[]');
                 params.tab_domain = [];
                 action.domains.forEach(function(element, index) {
                     params.tab_domain.push(
-                        [element[0], decoder.decode(element[1])]);
+                        [element[0], decoder.decode(element[1]), element[2]]);
                 });
-                params.name = false;
-                if (action.window_name) {
-                    params.name = action.name;
-                }
+                name_prm = jQuery.when(action.name);
                 params.model = action.res_model || data.res_model;
                 params.res_id = action.res_id || data.res_id;
                 params.context_model = action.context_model;
                 params.limit = action.limit;
                 params.icon = action['icon.rec_name'] || '';
-                Sao.Tab.create(params);
+
+                if ((action.keyword || '') === 'form_relate') {
+                    name_prm = add_name_suffix(action.name);
+                }
+                name_prm.then(function(name) {
+                    params.name = name;
+                    Sao.Tab.create(params);
+                });
                 return;
             case 'ir.action.wizard':
                 params.action = action.wiz_name;
                 params.data = data;
-                params.name = action.name;
                 params.context = context;
                 params.window = action.window;
-                Sao.Wizard.create(params);
+                name_prm = jQuery.when(action.name);
+                if ((action.keyword || 'form_action') === 'form_action') {
+                    name_prm = add_name_suffix(action.name);
+                }
+                name_prm.done(function(name) {
+                    params.name = name;
+                    Sao.Wizard.create(params);
+                });
                 return;
             case 'ir.action.report':
                 params.name = action.report_name;
@@ -142,7 +165,7 @@
                 Sao.Action.exec_action(action, data, context);
             }, function() {
                 if (jQuery.isEmptyObject(keyact) && warning) {
-                    alert(Sao.i18n.gettext('No action defined!'));
+                    alert(Sao.i18n.gettext('No action defined.'));
                 }
             });
         };
diff --git a/src/board.js b/src/board.js
index b6a235f..c7613a8 100644
--- a/src/board.js
+++ b/src/board.js
@@ -8,7 +8,6 @@
             var attributes, attribute, node, actions_prms;
 
             this.context = context;
-            this.widgets = [];
             this.actions = [];
             this.el = jQuery('<div/>', {
                 'class': 'board'
@@ -243,10 +242,8 @@
 
                 if (attributes.string) {
                     this.title.html(attributes.string);
-                } else if (this.action.window_name !== undefined) {
-                    this.title.html(this.action.name);
                 } else {
-                    this.title.html(this.screen.current_view.title);
+                    this.title.html(this.action.name);
                 }
                 this.screen.switch_view().done(function() {
                     this.body.append(this.screen.screen_container.el);
diff --git a/src/common.js b/src/common.js
index 0c111f7..b60ffd0 100644
--- a/src/common.js
+++ b/src/common.js
@@ -186,16 +186,16 @@
     };
 
     Sao.common.date_format = function(format) {
-        if (jQuery.isEmptyObject(format) && Sao.Session.current_session) {
-            var context = Sao.Session.current_session.context;
-            if (context.locale && context.locale.date) {
-                format = context.locale.date;
+        if (jQuery.isEmptyObject(format)) {
+            format = '%Y-%m-%d';
+            if (Sao.Session.current_session) {
+                var context = Sao.Session.current_session.context;
+                if (context.locale && context.locale.date) {
+                    format = context.locale.date;
+                }
             }
         }
-        if (format) {
-            return Sao.common.moment_format(format);
-        }
-        return '%Y-%m-%d';
+        return Sao.common.moment_format(format);
     };
 
     Sao.common.format_time = function(format, date) {
@@ -714,18 +714,28 @@
     };
 
     Sao.common.Button = Sao.class_(Object, {
-        init: function(attributes) {
+        init: function(attributes, el) {
             this.attributes = attributes;
-            this.el = jQuery('<button/>', {
-                'class': 'btn btn-default',
-                'type': 'button'
-            });
-            this.icon = jQuery('<img/>', {
-                'class': 'icon',
-                'aria-hidden': true
-            }).appendTo(this.el);
-            this.icon.hide();
-            this.el.append(attributes.string || '');
+            if (el) {
+                this.el = el;
+            } else {
+                this.el = jQuery('<button/>');
+                this.el.append(attributes.string || '');
+                if (this.attributes.rule) {
+                    this.el.append(' ').append(jQuery('<span/>', {
+                        'class': 'badge'
+                    }));
+                }
+            }
+            this.icon = this.el.children('img');
+            if (!this.icon.length) {
+                this.icon = jQuery('<img/>').prependTo(this.el);
+                this.icon.hide();
+            }
+            this.el.addClass('btn btn-default');
+            this.el.attr('type', 'button');
+            this.icon.addClass('icon');
+            this.icon.attr('aria-hidden', true);
             this.set_icon(attributes.icon);
         },
         set_icon: function(icon_name) {
@@ -744,9 +754,6 @@
             var states;
             if (record) {
                 states = record.expr_eval(this.attributes.states || {});
-                if (record.group.get_readonly() || record.readonly()) {
-                    states.readonly = true;
-                }
             } else {
                 states = {};
             }
@@ -757,6 +764,32 @@
             }
             this.el.prop('disabled', states.readonly);
             this.set_icon(states.icon || this.attributes.icon);
+
+            if (this.attributes.rule) {
+                var prm;
+                if (record) {
+                    prm = record.get_button_clicks(this.attributes.name);
+                } else {
+                    prm = jQuery.when();
+                }
+                prm.then(function(clicks) {
+                    var counter = this.el.children('.badge');
+                    var users = [];
+                    var tip = '';
+                    if (!jQuery.isEmptyObject(clicks)) {
+                        for (var u in clicks) {
+                            users.push(clicks[u]);
+                        }
+                        tip = Sao.i18n.gettext('By: ') +
+                            users.join(Sao.i18n.gettext(', '));
+                    }
+                    counter.data('toggle', 'tooltip');
+                    counter.text(users.length || '');
+                    counter.attr('title', tip);
+                    counter.tooltip();
+                }.bind(this));
+            }
+
             if (((this.attributes.type === undefined) ||
                         (this.attributes.type === 'class')) && (record)) {
                 var parent = record.group.parent;
@@ -930,6 +963,10 @@
         init: function(fields, context) {
             this.fields = {};
             this.strings = {};
+            this.update_fields(fields);
+            this.context = context;
+        },
+        update_fields: function(fields) {
             for (var name in fields) {
                 var field = fields[name];
                 if (field.searchable || (field.searchable === undefined)) {
@@ -937,7 +974,6 @@
                     this.strings[field.string.toLowerCase()] = field;
                 }
             }
-            this.context = context;
         },
         parse: function(input) {
             try {
@@ -1712,8 +1748,8 @@
                 'boolean': function() {
                     if (typeof value == 'string') {
                         return [Sao.i18n.gettext('y'),
-                            Sao.i18n.gettext('yes'),
-                            Sao.i18n.gettext('true'),
+                            Sao.i18n.gettext('Yes'),
+                            Sao.i18n.gettext('True'),
                             Sao.i18n.gettext('t'),
                             '1'].some(
                                 function(test) {
@@ -3231,4 +3267,17 @@
             }
         }
     };
+
+    Sao.common.apply_label_attributes = function(label, readonly, required) {
+        if (!readonly) {
+            label.addClass('editable');
+            if (required) {
+                label.addClass('required');
+            } else {
+                label.removeClass('required');
+            }
+        } else {
+            label.removeClass('editable required');
+        }
+    };
 }());
diff --git a/src/model.js b/src/model.js
index 366ffb0..b4c0287 100644
--- a/src/model.js
+++ b/src/model.js
@@ -11,14 +11,17 @@
             this.fields = {};
         },
         add_fields: function(descriptions) {
+            var added = [];
             for (var name in descriptions) {
                 if (descriptions.hasOwnProperty(name) &&
                     (!(name in this.fields))) {
                         var desc = descriptions[name];
                         var Field = Sao.field.get(desc.type);
                         this.fields[name] = new Field(desc);
+                        added.push(name);
                     }
             }
+            return added;
         },
         execute: function(method, params, context) {
             if (context === undefined) {
@@ -161,11 +164,11 @@
                 }
             }
         };
-        array.new_ = function(default_, id) {
+        array.new_ = function(default_, id, rec_name) {
             var record = new Sao.Record(this.model, id);
             record.group = this;
             if (default_) {
-                record.default_get();
+                record.default_get(rec_name);
             }
             return record;
         };
@@ -339,6 +342,26 @@
                 this.parent.group.children.push(this);
             }
         };
+        array.add_fields = function(fields) {
+            var added = this.model.add_fields(fields);
+            if (jQuery.isEmptyObject(this)) {
+                return;
+            }
+            var new_ = [];
+            this.forEach(function(record) {
+                if (record.id < 0) {
+                    new_.push(record);
+                }
+            });
+            if (new_.length && added.length) {
+                this.model.execute('default_get', [added, this.context()])
+                    .then(function(values) {
+                        new_.forEach(function(record) {
+                            record.set_default(values);
+                        });
+                    });
+            }
+        };
         array.destroy = function() {
             if (this.parent) {
                 var i = this.parent.group.children.indexOf(this);
@@ -437,6 +460,15 @@
             };
             return jQuery.when().then(browse_child);
         };
+        array.sort = function(ids) {
+                var id2record = {};
+                this.forEach(function(record) {
+                    id2record[record.id] = record;
+                });
+                ids.forEach(function(ordered_record, i){
+                    this[i] = id2record[ordered_record.id];
+                }.bind(this));
+        };
         return array;
     };
 
@@ -453,6 +485,7 @@
             this._timestamp = null;
             this.attachment_count = -1;
             this.unread_note = -1;
+            this.button_clicks = {};
             this.state_attrs = {};
             this.autocompletion = {};
             this.exception = false;
@@ -645,6 +678,7 @@
             var succeed = function(values, exception) {
                 if (exception === undefined) exception = false;
                 var id2value = {};
+                var promises = [];
                 values.forEach(function(e, i, a) {
                     id2value[e.id] = e;
                 });
@@ -664,9 +698,10 @@
                             }
                             delete value[key];
                         }
-                        record.set(value);
+                        promises.push(record.set(value));
                     }
                 }
+                return jQuery.when.apply(jQuery, promises);
             }.bind(this);
             var failed = function() {
                 var failed_values = [];
@@ -680,15 +715,20 @@
                     }
                     failed_values.push(default_values);
                 }
-                succeed(failed_values, true);
+                return succeed(failed_values, true);
             };
             this.group.prm = prm.then(succeed, failed);
             return this.group.prm;
         },
-        set: function(values) {
+        set: function(values, validate) {
+            if (validate === undefined) {
+                validate = true;
+            }
             var name, value;
             var rec_named_fields = ['many2one', 'one2one', 'reference'];
             var later = {};
+            var promises = [];
+            var fieldnames = [];
             for (name in values) {
                 if (!values.hasOwnProperty(name)) {
                     continue;
@@ -722,12 +762,24 @@
                 }
                 this.model.fields[name].set(this, value);
                 this._loaded[name] = true;
+                fieldnames.push(name);
             }
             for (name in later) {
                 value = later[name];
                 this.model.fields[name].set(this, value);
                 this._loaded[name] = true;
             }
+            for (var fname in this.model.fields) {
+                var field = this.model.fields[fname];
+                if (field.description.autocomplete &&
+                        field.description.autocomplete.length > 0) {
+                    promises.push(this.do_autocomplete(fname));
+                }
+            }
+            if (validate) {
+                promises.push(this.validate(fieldnames, true));
+            }
+            return jQuery.when.apply(jQuery, promises);
         },
         get: function() {
             var value = {};
@@ -772,7 +824,7 @@
         field_set_client: function(name, value, force_change) {
             this.model.fields[name].set_client(this, value, force_change);
         },
-        default_get: function() {
+        default_get: function(rec_name) {
             var dfd = jQuery.Deferred();
             var promises = [];
             // Ensure promisses is filled before default_get is resolved
@@ -784,8 +836,12 @@
                 }
             }
             if (!jQuery.isEmptyObject(this.model.fields)) {
+                var context = this.get_context();
+                if (context.default_rec_name === undefined) {
+                    context.default_rec_name = rec_name;
+                }
                 var prm = this.model.execute('default_get',
-                        [Object.keys(this.model.fields)], this.get_context());
+                        [Object.keys(this.model.fields)], context);
                 prm.then(function(values) {
                     if (this.group.parent &&
                             this.group.parent_name in this.group.model.fields) {
@@ -806,11 +862,13 @@
                         dfd.resolve(values);
                     });
                 }.bind(this));
+            } else {
+                dfd.resolve();
             }
             return dfd;
         },
         set_default: function(values, validate) {
-            if (validate === null) {
+            if (validate === undefined) {
                 validate = true;
             }
             var promises = [];
@@ -846,7 +904,8 @@
                                 });
                         }.bind(this);
                         if (validate) {
-                            return this.validate(null, true).then(callback);
+                            return this.validate(null, true)
+                                .then(callback);
                         } else {
                             return callback();
                         }
@@ -1116,6 +1175,7 @@
             this._loaded = {};
             this._changed = {};
             this._timestamp = null;
+            this.button_clicks = {};
         },
         _check_load: function(fields) {
             if (!this.get_loaded(fields)) {
@@ -1225,6 +1285,22 @@
                 prm.resolve(this.unread_note);
             }
             return prm;
+        },
+        get_button_clicks: function(name) {
+            if (this.id < 0) {
+                return jQuery.when();
+            }
+            var clicks = this.button_clicks[name];
+            if (clicks !== undefined) {
+                return jQuery.when(clicks);
+            }
+            return Sao.rpc({
+                'method': 'model.ir.model.button.click.get_click',
+                'params': [this.model.name, name, this.id, {}],
+            }, this.model.session).then(function(clicks) {
+                this.button_clicks[name] = clicks;
+                return clicks;
+            }.bind(this));
         }
     });
 
@@ -1759,6 +1835,15 @@
             Sao.field.Many2One._super.set_client.call(this, record, value,
                     force_change);
         },
+        get_context: function(record) {
+            var context = Sao.field.Many2One._super.get_context.call(
+                this, record);
+            if (this.description.datetime_field) {
+                context._datetime = record.get_eval()[
+                    this.description.datetime_field];
+            }
+            return context;
+        },
         validation_domains: function(record, pre_validate) {
             return this.get_domains(record, pre_validate)[0];
         },
@@ -1830,13 +1915,15 @@
             var set_value = function(fields) {
                 var promises = [];
                 if (!jQuery.isEmptyObject(fields)) {
-                    group.model.add_fields(fields);
+                    group.add_fields(fields);
                 }
                 record._values[this.name] = group;
                 if (mode == 'list ids') {
                     for (var i = 0, len = group.length; i < len; i++) {
                         var old_record = group[i];
-                        group.remove(old_record, true);
+                        if (!~value.indexOf(old_record.id)) {
+                            group.remove(old_record, true);
+                        }
                     }
                     group.load(value);
                 } else {
@@ -1847,7 +1934,7 @@
                             promises.push(new_record.set_default(vals, false));
                             group.add(new_record);
                         } else {
-                            new_record.set(vals);
+                            promises.push(new_record.set(vals));
                             group.push(new_record);
                         }
                     });
@@ -2034,7 +2121,7 @@
 
             if (value.add || value.update) {
                 prm.then(function(fields) {
-                    group.model.add_fields(fields);
+                    group.add_fields(fields);
                     if (value.add) {
                         value.add.forEach(function(vals) {
                             var index = vals[0];
@@ -2126,20 +2213,15 @@
         },
         get_domain: function(record) {
             var domains = this.get_domains(record);
-            var screen_domain = domains[0];
             var attr_domain = domains[1];
-            var inversion = new Sao.common.DomainInversion();
-            return inversion.concat([inversion.localize_domain(
-                        inversion.inverse_leaf(screen_domain), this.name),
-                    attr_domain]);
+            // Forget screen_domain because it only means at least one record
+            // and not all records
+            return attr_domain;
         },
         validation_domains: function(record, pre_validate) {
             return this.get_domains(record, pre_validate)[0];
         },
         validate: function(record, softvalidation, pre_validate) {
-            if (this.description.readonly) {
-                return true;
-            }
             var invalid = false;
             var inversion = new Sao.common.DomainInversion();
             var ldomain = inversion.localize_domain(inversion.domain_inversion(
@@ -2174,8 +2256,6 @@
         set_state: function(record, states) {
             this._set_default_value(record);
             Sao.field.One2Many._super.set_state.call(this, record, states);
-            record._values[this.name].readonly = this.get_state_attrs(record)
-                .readonly;
         }
     });
 
@@ -2280,6 +2360,15 @@
             return Sao.field.Reference._super.get_on_change_value.call(
                     this, record);
         },
+        get_context: function(record) {
+            var context = Sao.field.Reference._super.get_context.call(
+                this, record);
+            if (this.description.datetime_field) {
+                context._datetime = record.get_eval()[
+                    this.description.datetime_field];
+            }
+            return context;
+        },
         validation_domains: function(record, pre_validate) {
             return this.get_domains(record, pre_validate)[0];
         },
@@ -2326,6 +2415,23 @@
 
     Sao.field.Dict = Sao.class_(Sao.field.Field, {
         _default: {},
+        set: function(record, value) {
+            if (value) {
+                // Order keys to allow comparison with stringify
+                var keys = [];
+                for (var key in value) {
+                    keys.push(key);
+                }
+                keys.sort();
+                var new_value = {};
+                for (var index in keys) {
+                    key = keys[index];
+                    new_value[key] = value[key];
+                }
+                value = new_value;
+            }
+            Sao.field.Dict._super.set.call(this, record, value);
+        },
         get: function(record) {
             return (Sao.field.Dict._super.get.call(this, record) ||
                     this._default);
diff --git a/src/pyson.js b/src/pyson.js
index 6035d52..266ec88 100644
--- a/src/pyson.js
+++ b/src/pyson.js
@@ -4,6 +4,7 @@
     'use strict';
 
     Sao.PYSON = {};
+    Sao.PYSON.eval = {};
 
     Sao.PYSON.PYSON = Sao.class_(Object, {
         init: function() {
@@ -13,36 +14,69 @@
         },
         types: function() {
             throw 'NotImplementedError';
+        },
+        toString: function() {
+            var klass = this.pyson().__class__;
+            var args = this.__string_params__().map(function(p){
+                if (p instanceof Sao.PYSON.PYSON) {
+                    return p.toString();
+                } else {
+                    return JSON.stringify(p);
+                }
+            });
+            return klass + '(' + args.join(', ') + ')';
+        },
+        __string_params__: function() {
+            throw 'NotImplementedError';
         }
     });
 
     Sao.PYSON.PYSON.eval_ = function(value, context) {
         throw 'NotImplementedError';
     };
+    Sao.PYSON.PYSON.init_from_object = function(object) {
+        throw 'NotImplementedError';
+    };
 
     Sao.PYSON.Encoder = Sao.class_(Object, {
+        prepare: function(value, index, parent) {
+            if (value !== null && value !== undefined) {
+                if (value instanceof Array) {
+                    value = jQuery.extend([], value);
+                    for (var i = 0, length = value.length; i < length; i++) {
+                        this.prepare(value[i], i, value);
+                    }
+                } else if (value._isAMomentObject) {
+                    if (value.isDate) {
+                        value = new Sao.PYSON.Date(
+                            value.year(),
+                            value.month() + 1,
+                            value.date()).pyson();
+                    } else {
+                        value = new Sao.PYSON.DateTime(
+                            value.year(),
+                            value.month() + 1,
+                            value.date(),
+                            value.hours(),
+                            value.minutes(),
+                            value.seconds(),
+                            value.milliseconds() * 1000).pyson();
+                    }
+                }
+            }
+            if (parent) {
+                parent[index] = value;
+            }
+            return parent || value;
+        },
+
         encode: function(pyson) {
+            pyson = this.prepare(pyson);
             return JSON.stringify(pyson, function(k, v) {
                 if (v instanceof Sao.PYSON.PYSON) {
                     return v.pyson();
                 } else if (v === null || v === undefined) {
                     return null;
-                } else if (v._isAMomentObject) {
-                    if (v.isDate) {
-                        return Sao.PYSON.Date(
-                            v.getFullYear(),
-                            v.getMonth(),
-                            v.getDate()).pyson();
-                    } else {
-                        return Sao.PYSON.DateTime(
-                            v.getFullYear(),
-                            v.getMonth(),
-                            v.getDate(),
-                            v.getHours(),
-                            v.getMinutes(),
-                            v.getSeconds(),
-                            v.getMilliseconds()).pyson();
-                    }
                 }
                 return v;
             });
@@ -50,15 +84,23 @@
     });
 
     Sao.PYSON.Decoder = Sao.class_(Object, {
-        init: function(context) {
+        init: function(context, noeval) {
             this.__context = context || {};
+            this.noeval = noeval || false;
         },
         decode: function(str) {
             var reviver = function(k, v) {
                 if (typeof v == 'object' && v !== null) {
                     var cls = Sao.PYSON[v.__class__];
                     if (cls) {
-                        return cls.eval_(v, this.__context);
+                        if (!this.noeval) {
+                            return cls.eval_(v, this.__context);
+                        } else {
+                            var args = jQuery.extend({}, v);
+                            delete args.__class__;
+                            return Sao.PYSON[v.__class__].init_from_object(
+                                args);
+                        }
                     }
                 }
                 return v;
@@ -67,6 +109,9 @@
         }
     });
 
+    Sao.PYSON.eval.Eval = function(value, default_) {
+        return new Sao.PYSON.Eval(value, default_);
+    };
     Sao.PYSON.Eval = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value, default_) {
             if (default_ === undefined) {
@@ -89,6 +134,9 @@
             } else {
                 return [typeof this._default];
             }
+        },
+        __string_params__: function() {
+            return [this._value, this._default];
         }
     });
 
@@ -99,12 +147,18 @@
             return value.d;
         }
     };
+    Sao.PYSON.Eval.init_from_object = function(obj) {
+        return new Sao.PYSON.Eval(obj.v, obj.d);
+    };
 
+    Sao.PYSON.eval.Not = function(value) {
+        return new Sao.PYSON.Not(value);
+    };
     Sao.PYSON.Not = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value) {
             Sao.PYSON.Not._super.init.call(this);
             if (value instanceof Sao.PYSON.PYSON) {
-                if (jQuery(value.types()).not(['boolean']).length ||
+                if (jQuery(value.types()).not(['boolean', 'object']).length ||
                     jQuery(['boolean']).not(value.types()).length) {
                     throw 'value must be boolean';
                     }
@@ -123,13 +177,22 @@
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._value];
         }
     });
 
     Sao.PYSON.Not.eval_ = function(value, context) {
         return !value.v;
     };
+    Sao.PYSON.Not.init_from_object = function(obj) {
+        return new Sao.PYSON.Not(obj.v);
+    };
 
+    Sao.PYSON.eval.Bool = function(value) {
+        return new Sao.PYSON.Bool(value);
+    };
     Sao.PYSON.Bool = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value) {
             Sao.PYSON.Bool._super.init.call(this);
@@ -143,18 +206,32 @@
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._value];
         }
     });
 
     Sao.PYSON.Bool.eval_ = function(value, context) {
-        if (value.v instanceof Object) {
+        if (moment.isMoment(value.v) && value.v.isTime) {
+            return Boolean(value.v.hour() || value.v.minute() ||
+                    value.v.second() || value.v.millisecond());
+        } else if (moment.isDuration(value.v)) {
+            return Boolean(value.v.valueOf());
+        } else if (value.v instanceof Object) {
             return !jQuery.isEmptyObject(value.v);
         } else {
             return Boolean(value.v);
         }
     };
+    Sao.PYSON.Bool.init_from_object = function(obj) {
+        return new Sao.PYSON.Bool(obj.v);
+    };
 
 
+    Sao.PYSON.eval.And = function(statements) {
+        return new Sao.PYSON.And(statements);
+    };
     Sao.PYSON.And = Sao.class_(Sao.PYSON.PYSON, {
         init: function(statements) {
             if (statements === undefined) {
@@ -187,6 +264,9 @@
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return this._statements;
         }
     });
 
@@ -198,8 +278,14 @@
         }
         return result;
     };
+    Sao.PYSON.And.init_from_object = function(obj) {
+        return new Sao.PYSON.And(obj.s);
+    };
 
 
+    Sao.PYSON.eval.Or = function(statements) {
+        return new Sao.PYSON.Or(statements);
+    };
     Sao.PYSON.Or = Sao.class_(Sao.PYSON.And, {
         pyson: function() {
             var result = Sao.PYSON.Or._super.pyson.call(this);
@@ -216,7 +302,13 @@
         }
         return result;
     };
+    Sao.PYSON.Or.init_from_object= function(obj) {
+        return new Sao.PYSON.Or(obj.s);
+    };
 
+    Sao.PYSON.eval.Equal = function(statement1, statement2) {
+        return new Sao.PYSON.Equal(statement1, statement2);
+    };
     Sao.PYSON.Equal = Sao.class_(Sao.PYSON.PYSON, {
         init: function(statement1, statement2) {
             Sao.PYSON.Equal._super.init.call(this);
@@ -247,6 +339,9 @@
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._statement1, this._statement2];
         }
     });
 
@@ -257,7 +352,13 @@
             return value.s1 == value.s2;
         }
     };
+    Sao.PYSON.Equal.init_from_object = function(obj) {
+        return new Sao.PYSON.Equal(obj.s1, obj.s2);
+    };
 
+    Sao.PYSON.eval.Greater = function(statement1, statement2, equal) {
+        return new Sao.PYSON.Greater(statement1, statement2, equal);
+    };
     Sao.PYSON.Greater = Sao.class_(Sao.PYSON.PYSON, {
         init: function(statement1, statement2, equal) {
             Sao.PYSON.Greater._super.init.call(this);
@@ -269,7 +370,7 @@
                         throw 'statement must be an integer or a float';
                     }
                 } else {
-                    if (typeof statement != 'number') {
+                    if (!~['number', 'object'].indexOf(typeof statement)) {
                         throw 'statement must be an integer or a float';
                     }
                 }
@@ -301,6 +402,9 @@
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._statement1, this._statement2, this._equal];
         }
     });
 
@@ -319,7 +423,13 @@
             return value.s1 > value.s2;
         }
     };
+    Sao.PYSON.Greater.init_from_object = function(obj) {
+        return new Sao.PYSON.Greater(obj.s1, obj.s2, obj.e);
+    };
 
+    Sao.PYSON.eval.Less = function(statement1, statement2, equal) {
+        return new Sao.PYSON.Less(statement1, statement2, equal);
+    };
     Sao.PYSON.Less = Sao.class_(Sao.PYSON.Greater, {
         pyson: function() {
             var result = Sao.PYSON.Less._super.pyson.call(this);
@@ -338,7 +448,13 @@
             return value.s1 < value.s2;
         }
     };
+    Sao.PYSON.Less.init_from_object = function(obj) {
+        return new Sao.PYSON.Less(obj.s1, obj.s2, obj.e);
+    };
 
+    Sao.PYSON.eval.If = function(condition, then_statement, else_statement) {
+        return new Sao.PYSON.If(condition, then_statement, else_statement);
+    };
     Sao.PYSON.If = Sao.class_(Sao.PYSON.PYSON, {
         init: function(condition, then_statement, else_statement) {
             Sao.PYSON.If._super.init.call(this);
@@ -388,6 +504,10 @@
             } else {
                 return [typeof this._then_statement];
             }
+        },
+        __string_params__: function() {
+            return [this._condition, this._then_statement,
+                this._else_statement];
         }
     });
 
@@ -398,7 +518,13 @@
             return value.e;
         }
     };
+    Sao.PYSON.If.init_from_object = function(obj) {
+        return new Sao.PYSON.If(obj.c, obj.t, obj.e);
+    };
 
+    Sao.PYSON.eval.Get = function(obj, key, default_) {
+        return new Sao.PYSON.Get(obj, key, default_);
+    };
     Sao.PYSON.Get = Sao.class_(Sao.PYSON.PYSON, {
         init: function(obj, key, default_) {
             Sao.PYSON.Get._super.init.call(this);
@@ -443,6 +569,9 @@
             } else {
                 return [typeof this._default];
             }
+        },
+        __string_params__: function() {
+            return [this._obj, this._key, this._default];
         }
     });
 
@@ -453,7 +582,13 @@
             return value.d;
         }
     };
+    Sao.PYSON.Get.init_from_object = function(obj) {
+        return new Sao.PYSON.Get(obj.v, obj.k, obj.d);
+    };
 
+    Sao.PYSON.eval.In = function(key, obj) {
+        return new Sao.PYSON.In(key, obj);
+    };
     Sao.PYSON.In = Sao.class_(Sao.PYSON.PYSON, {
         init: function(key, obj) {
             Sao.PYSON.In._super.init.call(this);
@@ -487,6 +622,9 @@
         },
         types: function() {
             return ['boolean'];
+        },
+        __string_params__: function() {
+            return [this._key, this._obj];
         }
     });
 
@@ -497,7 +635,15 @@
             return !!value.v[value.k];
         }
     };
+    Sao.PYSON.In.init_from_object = function(obj) {
+        return new Sao.PYSON.In(obj.k, obj.v);
+    };
 
+    Sao.PYSON.eval.Date = function(year, month, day, delta_years, delta_months,
+            delta_days) {
+        return new Sao.PYSON.Date(year, month, day, delta_years, delta_months,
+                delta_days);
+    };
     Sao.PYSON.Date = Sao.class_(Sao.PYSON.PYSON, {
         init: function(year, month, day, delta_years, delta_months, delta_days)
         {
@@ -548,6 +694,10 @@
                     throw name + ' must be an integer or None';
                 }
             }
+        },
+        __string_params__: function() {
+            return [this._year, this._month, this._day, this._delta_years,
+                this._delta_months, this._delta_days];
         }
     });
 
@@ -558,7 +708,17 @@
         if (value.dd) date.add(value.dd, 'd');
         return date;
     };
+    Sao.PYSON.Date.init_from_object = function(obj) {
+        return new Sao.PYSON.Date(obj.y, obj.M, obj.d, obj.dy, obj.dM, obj.dd);
+    };
 
+    Sao.PYSON.eval.DateTime = function(year, month, day, hour, minute, second,
+            microsecond, delta_years, delta_months, delta_days, delta_hours,
+            delta_minutes, delta_seconds, delta_microseconds) {
+        return new Sao.PYSON.DateTime(year, month, day, hour, minute, second,
+            microsecond, delta_years, delta_months, delta_days, delta_hours,
+            delta_minutes, delta_seconds, delta_microseconds);
+    };
     Sao.PYSON.DateTime = Sao.class_(Sao.PYSON.Date, {
         init: function(year, month, day, hour, minute, second, microsecond,
                   delta_years, delta_months, delta_days, delta_hours,
@@ -604,6 +764,15 @@
             result.ds = this._delta_seconds;
             result.dms = this._delta_microseconds;
             return result;
+        },
+        __string_params__: function() {
+            var date_params = Sao.PYSON.DateTime._super.__string_params__.call(
+                this);
+            return [date_params[0], date_params[1], date_params[2],
+                this._hour, this._minute, this._second, this._microsecond,
+                date_params[3], date_params[4], date_params[5],
+                this._delta_hours, this._delta_minutes, this._delta_seconds,
+                this._delta_microseconds];
         }
     });
 
@@ -619,7 +788,14 @@
         if (value.dms) date.add(value.dms / 1000, 'ms');
         return date;
     };
+    Sao.PYSON.DateTime.init_from_object = function(obj) {
+        return new Sao.PYSON.DateTime(obj.y, obj.M, obj.d, obj.h, obj.m, obj.s,
+            obj.ms, obj.dy, obj.dM, obj.dd, obj.dh, obj.dm, obj.ds, obj.dms);
+    };
 
+    Sao.PYSON.eval.Len = function(value) {
+        return new Sao.PYSON.Len(value);
+    };
     Sao.PYSON.Len = Sao.class_(Sao.PYSON.PYSON, {
         init: function(value) {
             Sao.PYSON.Len._super.init.call(this);
@@ -643,6 +819,9 @@
         },
         types: function() {
             return ['integer'];
+        },
+        __string_params__: function() {
+            return [this._value];
         }
     });
 
@@ -653,4 +832,7 @@
             return value.v.length;
         }
     };
+    Sao.PYSON.Len.init_from_object = function(obj) {
+        return new Sao.PYSON.Len(obj.v);
+    };
 }());
diff --git a/src/rpc.js b/src/rpc.js
index 4a2ed4e..69a2e0e 100644
--- a/src/rpc.js
+++ b/src/rpc.js
@@ -18,6 +18,7 @@
             },
             'contentType': 'application/json',
             'data': JSON.stringify(Sao.rpc.prepareObject({
+                'id': Sao.rpc.id++,
                 'method': args.method,
                 'params': params
             })),
@@ -83,12 +84,6 @@
                                 'glyphicon-alert').always(dfd.reject);
                         return;
                     }
-                } else if (data.error[0].startsWith('403')) {
-                    //Try to relog
-                    Sao.Session.renew(session).then(function() {
-                        Sao.rpc(args, session).then(dfd.resolve, dfd.reject);
-                    }, dfd.reject);
-                    return;
                 } else {
                     Sao.common.error.run(data.error[0], data.error[1]);
                 }
@@ -99,8 +94,16 @@
         };
 
         var ajax_error = function(query, status_, error) {
-            Sao.common.error.run(status_, error);
-            dfd.reject();
+            if (query.status == 403) {
+                //Try to relog
+                Sao.Session.renew(session).then(function() {
+                    Sao.rpc(args, session).then(dfd.resolve, dfd.reject);
+                }, dfd.reject);
+                return;
+            } else {
+                Sao.common.error.run(status_, error);
+                dfd.reject();
+            }
         };
         ajax_prm.success(ajax_success);
         ajax_prm.error(ajax_error);
@@ -108,6 +111,8 @@
         return dfd.promise();
     };
 
+    Sao.rpc.id = 0;
+
     Sao.rpc.convertJSONObject = function(value, index, parent) {
        if (value instanceof Array) {
            for (var i = 0, length = value.length; i < length; i++) {
diff --git a/src/sao.js b/src/sao.js
index a069c72..fbb6262 100644
--- a/src/sao.js
+++ b/src/sao.js
@@ -186,10 +186,18 @@ var Sao = {};
     Sao.config.display_size = 20;
     Sao.config.roundup = {};
     Sao.config.roundup.url = 'http://bugs.tryton.org/roundup/';
+    Sao.config.title = 'Tryton';
 
     Sao.i18n = i18n();
     Sao.i18n.setlang = function(lang) {
+        if (!lang) {
+            lang = (navigator.language ||
+                 navigator.browserLanguage ||
+                 navigator.userLanguage ||
+                 'en_US').replace('-', '_');
+        }
         Sao.i18n.setLocale(lang);
+        moment.locale(lang.slice(0, 2));
         return jQuery.getJSON('locale/' + lang + '.json', function(data) {
             if (!data[''].language) {
                 data[''].language = lang;
@@ -207,11 +215,10 @@ var Sao = {};
             Sao.i18n.loadJSON(data);
         });
     };
-    Sao.i18n.setlang(
-            (navigator.language ||
-             navigator.browserLanguge ||
-             navigator.userLanguage ||
-             'en_US').replace('-', '_'));
+    Sao.i18n.getlang = function() {
+        return Sao.i18n.getLocale();
+    };
+    Sao.i18n.setlang();
 
     Sao.get_preferences = function() {
         var session = Sao.Session.current_session;
@@ -229,7 +236,7 @@ var Sao = {};
                     (preferences.actions || []).forEach(function(action_id) {
                         Sao.Action.execute(action_id, {}, null, {});
                     });
-                    var title = 'Tryton';
+                    var title = Sao.config.title;
                     if (!jQuery.isEmptyObject(preferences.status_bar)) {
                         title += ' - ' + preferences.status_bar;
                     }
@@ -264,8 +271,9 @@ var Sao = {};
         Sao.Tab.tabs.close(true).done(function() {
             jQuery('#user-preferences').children().remove();
             jQuery('#user-logout').children().remove();
+            jQuery('#user-favorites').children().remove();
             jQuery('#menu').children().remove();
-            document.title = 'Tryton';
+            document.title = Sao.config.title;
             session.do_logout().always(Sao.login);
         });
     };
@@ -273,6 +281,7 @@ var Sao = {};
     Sao.preferences = function() {
         Sao.Tab.tabs.close(true).done(function() {
             jQuery('#user-preferences').children().remove();
+            jQuery('#user-favorites').children().remove();
             jQuery('#user-logout').children().remove();
             jQuery('#menu').children().remove();
             new Sao.Window.Preferences(function() {
@@ -283,9 +292,80 @@ var Sao = {};
             });
         });
     };
+    Sao.favorites_menu = function() {
+        var clear_menu = function() {
+            if (menu) {
+                menu.remove();
+            }
+        };
+        jQuery(window).click(function() {
+            clear_menu();
+        });
+        if (jQuery('#user-favorites').children('.dropdown-menu')
+                .length !== 0 ) {
+            clear_menu();
+        } else {
+            var name = Sao.main_menu_screen.model_name + '.favorite';
+            var session = Sao.Session.current_session;
+            var args = {
+                'method': 'model.' + name + '.get',
+            };
+            var menu = jQuery('<ul/>', {
+                'class': 'dropdown-menu',
+                'aria-expanded': 'false'
+            });
+            jQuery('#user-favorites').append(menu);
+            Sao.rpc(args, session).then(function(fav) {
+                fav.forEach(function(menu_item) {
+                    var a = jQuery('<a/>', {
+                        'href': '#'
+                    });
+                    var id = menu_item[0];
+                    var li = jQuery('<li/>', {
+                        'role': 'presentation'
+                    });
+                    var icon = jQuery('<img/>', {
+                        'class': 'favorite-icon'
+                    });
+                    a.append(icon);
+                    li.append(a);
+                    icon.attr('src',
+                         Sao.common.ICONFACTORY.get_icon_url(menu_item[2]));
+                    a.append(menu_item[1]);
+                    a.click(function() {
+                        clear_menu();
+                        Sao.Action.exec_keyword('tree_open', {
+                            'model': Sao.main_menu_screen.model_name,
+                            'id': id,
+                            'ids': [id],
+                        });
+                    });
+                    menu.append(li);
+                });
+                menu.append(jQuery('<li/>', {
+                        'class': 'divider'
+                }));
+                jQuery('<li/>', {
+                    'role': 'presentation'
+                }).append(jQuery('<a/>', {
+                        'href': '#'
+                    }).click(function() {
+                        clear_menu();
+                        Sao.Tab.create({
+                            'model': Sao.main_menu_screen.model_name +
+                            '.favorite',
+                            'mode': ['tree', 'form'],
+                            'name': Sao.i18n.gettext('Manage favorites')
+                        });
+                    }).text(Sao.i18n.gettext('Manage favorites'))).appendTo(
+                       menu);
+            });
+        }
+    };
 
     Sao.user_menu = function(preferences) {
         jQuery('#user-preferences').children().remove();
+        jQuery('#user-favorites').children().remove();
         jQuery('#user-logout').children().remove();
         jQuery('#user-preferences').append(jQuery('<a/>', {
             'href': '#'
@@ -293,6 +373,10 @@ var Sao = {};
         jQuery('#user-logout').append(jQuery('<a/>', {
             'href': '#'
         }).click(Sao.logout).append(Sao.i18n.gettext('Logout')));
+        jQuery('#user-favorites').append(jQuery('<a/>', {
+            'href': '#',
+            'data-toggle': 'dropdown'
+        }).click(Sao.favorites_menu).append(Sao.i18n.gettext('Favorites')));
     };
 
     Sao.menu = function(preferences) {
@@ -327,16 +411,74 @@ var Sao = {};
             jQuery('#menu').append(gs.el);
             jQuery('#menu').append(
                 form.screen.screen_container.content_box.detach());
+            form.screen.views[0].columns.push(
+                new FavoriteColumn(form.screen.model.fields.favorite));
         });
     };
     Sao.main_menu_screen = null;
 
+    var FavoriteColumn = Sao.class_(Object, {
+        init: function(favorite) {
+            this.field = favorite;
+            this.header = jQuery('<th/>');
+            this.attributes = jQuery.extend({}, this.field.description);
+            this.attributes.name = this.field.name;
+
+        },
+        get_cell: function() {
+            var cell = jQuery('<span/>', {
+                'tabindex': 0
+            });
+            return cell;
+        },
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
+            record.load(this.field.name).done(function() {
+                if (record._values.favorite !== null) {
+                    var star = 'glyphicon glyphicon-star';
+                    if (!record._values.favorite) {
+                        star += '-empty';
+                    }
+                    cell.addClass(star);
+                    cell.click({'record': record, 'button': cell},
+                        this.favorite_click);
+                    }
+                }.bind(this));
+            return cell;
+        },
+        favorite_click: function(e) {
+            // Prevent activate the action of the row
+            e.stopImmediatePropagation();
+            var button = e.data.button;
+            var method;
+            if (button.hasClass('glyphicon-star-empty')) {
+                button.removeClass('glyphicon-star-empty');
+                button.addClass('glyphicon-star');
+                method = 'set';
+            } else {
+                button.removeClass('glyphicon-star');
+                button.addClass('glyphicon-star-empty');
+                method = 'unset';
+            }
+            var name = Sao.main_menu_screen.model_name + '.favorite';
+            var session = Sao.Session.current_session;
+            var args = {
+                'method': 'model.' + name + '.' + method,
+                'params': [e.data.record.id, session.context]
+            };
+            Sao.rpc(args, session);
+        }
+    });
+
     Sao.Dialog = Sao.class_(Object, {
         init: function(title, class_, size) {
             size = size || 'sm';
             this.modal = jQuery('<div/>', {
                 'class': class_ + ' modal fade',
-                'role': 'dialog'
+                'role': 'dialog',
+                'data-backdrop': 'static',
             });
             this.content = jQuery('<form/>', {
                 'class': 'modal-content'
@@ -422,7 +564,8 @@ var Sao = {};
                 var params = {
                     'model': item.model,
                     'res_id': item.record_id,
-                    'mode': ['form', 'tree']
+                    'mode': ['form', 'tree'],
+                    'name': item.model_name
                 };
                 Sao.Tab.create(params);
             }
diff --git a/src/sao.less b/src/sao.less
index 9d8fef5..faa83cc 100644
--- a/src/sao.less
+++ b/src/sao.less
@@ -62,6 +62,9 @@ button {
             width: 30px;
         }
         & > thead > tr > th {
+            & > label.sortable {
+                cursor: pointer;
+            }
             overflow: hidden;
             text-overflow: ellipsis;
             min-width: 30px;
@@ -213,10 +216,24 @@ button {
     text-align: right;
 }
 
+.calendar {
+    width: 100%;
+    height: 100%;
+}
+
 .progress {
     margin-bottom: 0px;
 }
 
+.csv {
+    & .modal-dialog {
+        & .column-fields {
+            height: 35vh;
+            overflow-y: scroll;
+        }
+    }
+}
+
 @media screen and (max-width: @screen-xs-max) {
     .dict-label {
         text-align: left;
@@ -291,10 +308,24 @@ button {
     position: fixed;
     top: 0px;
     width: 100%;
+    z-index: 2000;
+}
+
+.infobar {
+    position: fixed;
+    top: 0px;
+    left: 50%;
+    transform: translateX(-50%);
     z-index: 1000;
+    min-width: 50%;
 }
 
 img.global-search-icon {
     width: 2em;
     height: 2em;
 }
+
+img.favorite-icon {
+    width: 1em;
+    height: 1em;
+}
diff --git a/src/screen.js b/src/screen.js
index 3a32601..8b423c1 100644
--- a/src/screen.js
+++ b/src/screen.js
@@ -13,6 +13,7 @@
             this.search_form = null;
             this.last_search_text = '';
             this.tab_domain = tab_domain || [];
+            this.tab_counter = [];
             this.el = jQuery('<div/>', {
                 'class': 'screen-container'
             });
@@ -107,7 +108,7 @@
                     .append(this.but_bookmark)
                     .append(dropdown_bookmark))
             .appendTo(jQuery('<div/>', {
-                'class': 'col-md-8'
+                'class': 'col-sm-10 col-xs-12'
             }).appendTo(search_row));
 
 
@@ -137,7 +138,7 @@
             .append(this.but_prev)
             .append(this.but_next)
             .appendTo(jQuery('<div/>', {
-                'class': 'col-md-4'
+                'class': 'col-sm-2 pull-right'
             }).appendTo(search_row));
 
             this.content_box = jQuery('<div/>', {
@@ -157,6 +158,9 @@
                 }).appendTo(this.tab);
                 this.tab_domain.forEach(function(tab_domain, i) {
                     var name = tab_domain[0];
+                    var counter = jQuery('<span/>', {
+                        'class': 'badge'
+                    });
                     var page = jQuery('<li/>', {
                         role: 'presentation',
                         id: 'nav-' + i
@@ -165,7 +169,8 @@
                         role: 'tab',
                         'data-toggle': 'tab',
                         'href': '#' + i
-                    }).append(name)).appendTo(nav);
+                    }).append(name + ' ').append(counter)).appendTo(nav);
+                    this.tab_counter.push(counter);
                 }.bind(this));
                 nav.find('a:first').tab('show');
                 var self = this;
@@ -173,6 +178,7 @@
                     e.preventDefault();
                     jQuery(this).tab('show');
                     self.do_search();
+                    self.screen.count_tab_domain();
                 });
             } else {
                 this.tab = null;
@@ -257,19 +263,22 @@
         },
         bookmark_match: function() {
             var current_text = this.get_text();
-            var current_domain = this.screen.domain_parser().parse(current_text);
-            this.but_star.prop('disabled', !current_text);
-            var star = this.get_star();
-            var bookmarks = this.bookmarks();
-            for (var i=0; i < bookmarks.length; i++) {
-                var id = bookmarks[i][0];
-                var name = bookmarks[i][1];
-                var domain = bookmarks[i][2];
-                var text = this.screen.domain_parser().string(domain);
-                if ((text === current_text) ||
-                        (Sao.common.compare(domain, current_domain))) {
-                    this.set_star(true);
-                    return id;
+            if (current_text) {
+                var current_domain = this.screen.domain_parser().parse(
+                        current_text);
+                this.but_star.prop('disabled', !current_text);
+                var star = this.get_star();
+                var bookmarks = this.bookmarks();
+                for (var i=0; i < bookmarks.length; i++) {
+                    var id = bookmarks[i][0];
+                    var name = bookmarks[i][1];
+                    var domain = bookmarks[i][2];
+                    var text = this.screen.domain_parser().string(domain);
+                    if ((text === current_text) ||
+                            (Sao.common.compare(domain, current_domain))) {
+                        this.set_star(true);
+                        return id;
+                    }
                 }
             }
             this.set_star(false);
@@ -287,6 +296,31 @@
             var i = this.tab.find('li').index(this.tab.find('li.active'));
             return this.tab_domain[i][1];
         },
+        set_tab_counter: function(count, idx) {
+            if (jQuery.isEmptyObject(this.tab_counter) || !this.tab) {
+                return;
+            }
+            if ((idx === undefined) || (idx === null)) {
+                idx = this.tab.find('li').index(this.tab.find('li.active'));
+            }
+            if (idx < 0) {
+                return;
+            }
+            var counter = this.tab_counter[idx];
+            counter.data('toggle', 'tooltip');
+            if (count === null) {
+                counter.attr('title', '');
+                counter.text('');
+            } else {
+                counter.attr('title', count);
+                var text = count;
+                if (count > 99) {
+                    text = '99+';
+                }
+                counter.text(text);
+            }
+            counter.tooltip();
+        },
         do_search: function() {
             return this.screen.search_filter(this.get_text());
         },
@@ -506,12 +540,14 @@
                 jQuery('<span/>', {
                     'class': 'input-group-btn'
                 }).append(jQuery('<button/>', {
-                    'class': 'btn btn-default',
+                    'class': 'datepickerbutton btn btn-default',
                     type: 'button'
                 }).append(jQuery('<span/>', {
                     'class': 'glyphicon glyphicon-calendar'
                 }))).appendTo(entry);
-                entry.datetimepicker();
+                entry.datetimepicker({
+                    'locale': moment.locale()
+                });
                 entry.data('DateTimePicker').format(format);
                 return entry;
             };
@@ -601,6 +637,7 @@
             this.size_limit = null;
             this.limit = attributes.limit || Sao.config.limit;
             this.offset = 0;
+            this.order = this.default_order = attributes.order;
             var access = Sao.common.MODELACCESS.get(model_name);
             if (!(access.write || access.create)) {
                 this.attributes.readonly = true;
@@ -643,6 +680,7 @@
             this._domain_parser = {};
             this.pre_validate = false;
             this.tab = null;
+            this.count_tab_domain();
         },
         load_next_view: function() {
             if (!jQuery.isEmptyObject(this.view_to_load)) {
@@ -691,7 +729,7 @@
                         .description.loading;
                 }
             }
-            this.model.add_fields(fields);
+            this.group.add_fields(fields);
             var view_widget = Sao.View.parse(this, xml_view, view.field_childs);
             view_widget.view_id = view_id;
             this.views.push(view_widget);
@@ -751,7 +789,8 @@
             }.bind(this);
             return _switch();
         },
-        search_filter: function(search_string) {
+        search_filter: function(search_string, only_ids) {
+            only_ids = only_ids || false;
             if (this.context_screen) {
                 if (this.context_screen_prm.state() == 'pending') {
                     return this.context_screen_prm.then(function() {
@@ -769,17 +808,49 @@
                         this.context_screen.get_on_change_value());
             }
 
+            var domain = this.search_domain(search_string, true);
+            var tab_domain = this.screen_container.get_tab_domain();
+            if (!jQuery.isEmptyObject(tab_domain)) {
+                domain = ['AND', domain, tab_domain];
+            }
+
+            var grp_prm = this.model.find(domain, this.offset, this.limit,
+                    this.order, this.context);
+            var count_prm = jQuery.when(this.search_count);
+            if (!only_ids) {
+                count_prm = this.model.execute('search_count', [domain],
+                        this.context);
+            }
+            count_prm.done(function(count) {
+                this.search_count = count;
+            }.bind(this));
+            grp_prm.done(this.set_group.bind(this));
+            grp_prm.done(this.display.bind(this));
+            jQuery.when(grp_prm, count_prm).done(function(group, count) {
+                this.screen_container.but_next.prop('disabled',
+                        !(group.length == this.limit &&
+                            count > this.limit + this.offset));
+            }.bind(this));
+            this.screen_container.but_prev.prop('disabled', this.offset <= 0);
+            this.count_tab_domain();
+            return grp_prm;
+        },
+        search_domain: function(search_string, set_text) {
+            set_text = set_text || false;
             var domain = [];
-            var domain_parser = this.domain_parser();
 
-            if (domain_parser && !this.group.parent) {
+            // Test first parent to avoid calling unnecessary domain_parser
+            if (!this.group.parent && this.domain_parser()) {
+                var domain_parser = this.domain_parser();
                 if (search_string || search_string === '') {
                     domain = domain_parser.parse(search_string);
                 } else {
                     domain = this.attributes.search_value;
                 }
-                this.screen_container.set_text(
-                        domain_parser.string(domain));
+                if (set_text) {
+                    this.screen_container.set_text(
+                            domain_parser.string(domain));
+                }
             } else {
                 domain = [['id', 'in', this.group.map(function(r) {
                     return r.id;
@@ -793,32 +864,40 @@
             } else {
                 domain = this.attributes.domain || [];
             }
-
-            var tab_domain = this.screen_container.get_tab_domain();
-            if (!jQuery.isEmptyObject(tab_domain)) {
-                domain = ['AND', domain, tab_domain];
+            if (this.current_view &&
+                    this.current_view.view_type == 'calendar') {
+                if (!jQuery.isEmptyObject(domain)) {
+                   domain = ['AND', domain,
+                        this.current_view.current_domain()];
+                } else {
+                    domain = this.current_view.current_domain();
+                }
             }
-
-            var grp_prm = this.model.find(domain, this.offset, this.limit,
-                    this.attributes.order, this.context);
-            var count_prm = this.model.execute('search_count', [domain],
-                    this.context);
-            count_prm.done(function(count) {
-                this.search_count = count;
-            }.bind(this));
-            grp_prm.done(this.set_group.bind(this));
-            grp_prm.done(this.display.bind(this));
-            jQuery.when(grp_prm, count_prm).done(function(group, count) {
-                this.screen_container.but_next.prop('disabled',
-                        !(group.length == this.limit &&
-                            count > this.limit + this.offset));
+            return domain;
+        },
+        count_tab_domain: function() {
+            var screen_domain = this.search_domain(
+                this.screen_container.get_text());
+            this.screen_container.tab_domain.forEach(function(tab_domain, i) {
+                if (tab_domain[2]) {
+                    var domain = ['AND', tab_domain[1], screen_domain];
+                    this.screen_container.set_tab_counter(null, i);
+                    this.group.model.execute('search_count', [domain], this.context)
+                        .then(function(count) {
+                            this.screen_container.set_tab_counter(count, i);
+                        }.bind(this));
+                }
             }.bind(this));
-            this.screen_container.but_prev.prop('disabled', this.offset <= 0);
-            return grp_prm;
         },
         set_group: function(group) {
+            var fields = {};
             if (this.group) {
-                jQuery.extend(group.model.fields, this.group.model.fields);
+                for (var name in this.group.model.fields) {
+                    if (!this.group.model.fields.hasOwnProperty(name)) {
+                        continue;
+                    }
+                    fields[name] = this.group.model.fields[name].description;
+                }
                 this.group.screens.splice(
                         this.group.screens.indexOf(this), 1);
                 jQuery.extend(group.on_write, this.group.on_write);
@@ -838,6 +917,7 @@
             } else {
                 this.set_current_record(group[0]);
             }
+            this.group.add_fields(fields);
         },
         new_group: function(ids) {
             var group = new Sao.Group(this.model, this.context, []);
@@ -971,11 +1051,16 @@
                 return this.current_record.id;
             }
         },
-        new_: function(default_) {
+        new_: function(default_, rec_name) {
+            var previous_view = this.current_view;
             if (default_ === undefined) {
                 default_ = true;
             }
             var prm = jQuery.when();
+            if (this.current_view.view_type == 'calendar') {
+                var selected_date = this.current_view.date;
+                prm = this.switch_view('form');
+            }
             if (this.current_view &&
                     ((this.current_view.view_type == 'tree' &&
                       !this.current_view.editable) ||
@@ -989,13 +1074,24 @@
                 } else {
                     group = this.group;
                 }
-                var record = group.new_(default_);
-                group.add(record, this.new_model_position());
-                this.set_current_record(record);
-                this.display().done(function() {
-                    this.set_cursor(true, true);
+                var record = group.new_(false, undefined, rec_name);
+                var prm;
+                if (default_) {
+                    prm = record.default_get(rec_name);
+                } else {
+                    prm = jQuery.when();
+                }
+                return prm.then(function() {
+                    group.add(record, this.new_model_position());
+                    this.set_current_record(record);
+                    if (previous_view.view_type == 'calendar') {
+                       previous_view.set_default_date(record, selected_date);
+                    }
+                    this.display().done(function() {
+                        this.set_cursor(true, true);
+                    }.bind(this));
+                    return record;
                 }.bind(this));
-                return record;
             }.bind(this));
         },
         new_model_position: function() {
@@ -1018,7 +1114,8 @@
             if (this.current_record) {
                 this.current_record.cancel();
                 if (this.current_record.id < 0) {
-                    prms.push(this.remove());
+                    prms.push(this.remove(
+                                false, false, false, [this.current_record]));
                 }
             }
             return jQuery.when.apply(jQuery, prms);
@@ -1099,18 +1196,12 @@
                 record.group.unremove(record);
             });
         },
-        remove: function(delete_, remove, force_remove) {
-            var records = null;
-            if ((this.current_view.view_type == 'form') &&
-                    this.current_record) {
-                records = [this.current_record];
-            } else if (this.current_view.view_type == 'tree') {
-                records = this.current_view.selected_records();
-            }
+        remove: function(delete_, remove, force_remove, records) {
+            var prm = jQuery.when();
+            records = records || this.current_view.selected_records();
             if (jQuery.isEmptyObject(records)) {
-                return;
+                return prm;
             }
-            var prm = jQuery.when();
             if (delete_) {
                 // TODO delete children before parent
                 prm = this.model.delete_(records);
@@ -1183,7 +1274,7 @@
             return jQuery.when();
         },
         domain_parser: function() {
-            var view_id, view_tree;
+            var view_id, view_tree, domain_parser;
             if (this.current_view) {
                 view_id = this.current_view.view_id;
             } else {
@@ -1197,6 +1288,7 @@
                 this.model.execute('fields_view_get', [false, 'tree'],
                         this.context).then(function(view) {
                     this.fields_view_tree[view_id] = view;
+                    domain_parser.update_fields(view.fields);
                 }.bind(this));
                 view_tree = {};
                 view_tree.fields = {};
@@ -1226,15 +1318,16 @@
                 // Filter only fields in XML view
                 var xml_view = jQuery(jQuery.parseXML(view_tree.arch));
                 var xml_fields = xml_view.find('tree').children()
-                    .filter(function(node) {
+                    .filter(function(i, node) {
                         return node.tagName == 'field';
-                    }).map(function(node) {
+                    }).map(function(i, node) {
                         return node.getAttribute('name');
                     });
                 var dom_fields = {};
-                xml_fields.each(function(name) {
+                xml_fields.each(function(k, name) {
                     dom_fields[name] = fields[name];
                 });
+                fields = dom_fields;
             }
 
             // Add common fields
@@ -1263,18 +1356,11 @@
                             }
                         }
                     });
-            if (!('id' in fields)) {
-                fields.id = {
-                    'string': Sao.i18n.gettext('ID'),
-                    'name': 'id',
-                    'type': 'integer'
-                };
-            }
 
             var context = jQuery.extend({},
                     this.model.session.context,
                     this.context);
-            var domain_parser = new Sao.common.DomainParser(
+            domain_parser = new Sao.common.DomainParser(
                     fields, context);
             this._domain_parser[view_id] = domain_parser;
             return domain_parser;
@@ -1443,33 +1529,39 @@
                         .then(reset_state(record));
                     return;
                 }
-
-                // TODO confirm
-                record = this.current_record;
-                if (attributes.type === 'instance') {
-                    var args = record.expr_eval(attributes.change || []);
-                    var values = record._get_on_change_args(args);
-                    record.model.execute(attributes.name, [values], this.context)
-                        .then(function(changes) {
+                var prm = jQuery.when();
+                if (attributes.confirm !== undefined) {
+                    prm = Sao.common.sur.run(attributes.confirm);
+                }
+                prm.then(function() {
+                    var record = this.current_record;
+                    if (attributes.type === 'instance') {
+                        var args = record.expr_eval(attributes.change || []);
+                        var values = record._get_on_change_args(args);
+                        record.model.execute(attributes.name, [values],
+                                this.context).then(function(changes) {
                             record.set_on_change(changes);
-                            record.group.root_group().screens.forEach(function(screen) {
-                                screen.display();
+                            record.group.root_group().screens.forEach(
+                                function(screen) {
+                                    screen.display();
                             });
                         });
-                } else {
-                    record.save(false).done(function() {
-                        var context = jQuery.extend({}, this.context);
-                        context._timestamp = {};
-                        ids = [];
-                        for (i = 0; i < selected_records.length; i++) {
-                            record = selected_records[i];
-                            jQuery.extend(context._timestamp, record.get_timestamp());
-                            ids.push(record.id);
-                        }
-                        record.model.execute(attributes.name,
-                            [ids], context).then(process_action.bind(this));
-                    }.bind(this));
-                }
+                    } else {
+                        record.save(false).done(function() {
+                            var context = jQuery.extend({}, this.context);
+                            context._timestamp = {};
+                            ids = [];
+                            for (i = 0; i < selected_records.length; i++) {
+                                record = selected_records[i];
+                                jQuery.extend(context._timestamp,
+                                    record.get_timestamp());
+                                ids.push(record.id);
+                            }
+                            record.model.execute(attributes.name,
+                                [ids], context).then(process_action.bind(this));
+                        }.bind(this));
+                    }
+                }.bind(this));
             }.bind(this));
         },
         client_action: function(action) {
@@ -1590,8 +1682,14 @@
                     !jQuery.isEmptyObject(this.tree_states_done)) {
                 return;
             }
+            if (view.view_type == 'tree' && !view.attributes.tree_state) {
+                return;
+            }
 
             parent_ = this.group.parent ? this.group.parent.id : null;
+            if (parent_ < 0) {
+                return;
+            }
             timestamp = parent ? parent._timestamp : null;
             if (!(parent_ in this.tree_states)) {
                 this.tree_states[parent_] = {};
diff --git a/src/session.js b/src/session.js
index 69f7576..054d657 100644
--- a/src/session.js
+++ b/src/session.js
@@ -18,46 +18,23 @@
         get_auth: function() {
             return btoa(this.login + ':' + this.user_id + ':' + this.session);
         },
-        do_login: function(login, password) {
+        do_login: function(login, parameters) {
             var dfd = jQuery.Deferred();
-            var timeoutID = Sao.common.processing.show();
-            var args = {
-                'method': 'common.db.login',
-                'params': [login, password]
+            var func = function(parameters) {
+                return {
+                    'method': 'common.db.login',
+                    'params': [login, parameters, Sao.i18n.getlang()]
+                };
             };
-            var ajax_prm = jQuery.ajax({
-                'contentType': 'application/json',
-                'data': JSON.stringify(args),
-                'dataType': 'json',
-                'url': '/' + this.database + '/',
-                'type': 'post',
-                'complete': [function() {
-                    Sao.common.processing.hide(timeoutID);
-                }]
+            new Sao.Login(func, this).run().then(function(result) {
+                this.user_id = result[0];
+                this.session = result[1];
+                dfd.resolve();
+            }.bind(this), function() {
+                this.user_id = null;
+                this.session = null;
+                dfd.reject();
             });
-
-            var ajax_success = function(data) {
-                if (data === null) {
-                    Sao.common.warning.run('',
-                           Sao.i18n.gettext('Unable to reach the server.'));
-                    dfd.reject();
-                } else if (data.error) {
-                    Sao.common.error.run(data.error[0], data.error[1]);
-                    dfd.reject();
-                } else {
-                    if (!data.result) {
-                        this.user_id = null;
-                        this.session = null;
-                        dfd.reject();
-                    } else {
-                        this.user_id = data.result[0];
-                        this.session = data.result[1];
-                        dfd.resolve();
-                    }
-                }
-            };
-            ajax_prm.success(ajax_success.bind(this));
-            ajax_prm.error(dfd.reject);
             return dfd.promise();
         },
         do_logout: function() {
@@ -65,6 +42,7 @@
                 return jQuery.when();
             }
             var args = {
+                'id': 0,
                 'method': 'common.db.logout',
                 'params': []
             };
@@ -117,12 +95,6 @@
             'id': 'login-login',
             'placeholder': Sao.i18n.gettext('Login')
         });
-        dialog.password_input = jQuery('<input/>', {
-            'class': 'form-control',
-            'type': 'password',
-            'id': 'login-password',
-            'placeholder': Sao.i18n.gettext('Password')
-        });
         dialog.body.append(jQuery('<div/>', {
             'class': 'form-group'
         }).append(jQuery('<label/>', {
@@ -138,13 +110,7 @@
             'for': 'login-login'
         }).append(Sao.i18n.gettext('Login')))
         .append(dialog.login_input)
-        ).append(jQuery('<div/>', {
-            'class': 'form-group'
-        }).append(jQuery('<label/>', {
-            'class': 'control-label',
-            'for': 'login-password'
-        }).append(Sao.i18n.gettext('Password')))
-        .append(dialog.password_input));
+        );
         dialog.button = jQuery('<button/>', {
             'class': 'btn btn-primary',
             'type': 'submit'
@@ -167,24 +133,24 @@
 
         var ok_func = function() {
             var login = dialog.login_input.val();
-            var password = dialog.password_input.val();
             var database = database || dialog.database_select.val() ||
                 dialog.database_input.val();
             dialog.modal.find('.has-error').removeClass('has-error');
-            if (!(login && password && database)) {
+            if (!(login && database)) {
                 empty_field().closest('.form-group').addClass('has-error');
                 return;
             }
             dialog.button.focus();
             dialog.button.prop('disabled', true);
+            dialog.modal.modal('hide');
             var session = new Sao.Session(database, login);
-            session.do_login(login, password)
+            session.do_login(login)
                 .then(function() {
                     dfd.resolve(session);
                     dialog.modal.remove();
                 }, function() {
                     dialog.button.prop('disabled', false);
-                    dialog.password_input.val('');
+                    dialog.modal.modal('show');
                     empty_field().closest('.form-group').addClass('has-error');
                     empty_field().first().focus();
                 });
@@ -201,7 +167,9 @@
 
         jQuery.when(Sao.DB.list()).then(function(databases) {
             var el;
-            if (jQuery.isEmptyObject(databases)) {
+            databases = databases || [];
+            if (databases.length <= 1 ) {
+                database = databases[0];
                 el = dialog.database_input;
             } else {
                 el = dialog.database_select;
@@ -212,6 +180,7 @@
                     }));
                 });
             }
+            el.prop('readonly', databases.length == 1);
             el.show();
             el.val(database || '');
             empty_field().first().focus();
@@ -219,70 +188,92 @@
         return dfd.promise();
     };
 
-    Sao.Session.password_dialog = function() {
-        var dialog = new Sao.Dialog(Sao.i18n.gettext('Password'), 'lg');
-        dialog.password_input = jQuery('<input/>', {
-            'class': 'form-control',
-            'type': 'password',
-            'id': 'password-password',
-            'placeholder': Sao.i18n.gettext('Password')
-        });
-        dialog.body.append(jQuery('<div/>', {
-            'class': 'form-group'
-        }).append(jQuery('<label/>', {
-            'for': 'password-password'
-        }).append(Sao.i18n.gettext('Password')))
-        .append(dialog.password_input));
-        dialog.button = jQuery('<button/>', {
-            'class': 'btn btn-primary',
-            'type': 'submit'
-        }).append(Sao.i18n.gettext('OK')).appendTo(dialog.footer);
-        return dialog;
-    };
-
     Sao.Session.renew = function(session) {
         if (session.prm.state() == 'pending') {
             return session.prm;
         }
         var dfd = jQuery.Deferred();
         session.prm = dfd.promise();
-        var dialog = Sao.Session.password_dialog();
         if (!session.login) {
             dfd.reject();
             return session.prm;
         }
-
-        var ok_func = function() {
-            var password = dialog.password_input.val();
-            dialog.button.focus();
-            dialog.button.prop('disabled', true);
-            session.do_login(session.login, password)
-                .then(function() {
-                    dfd.resolve();
-                    dialog.modal.remove();
-                }, function() {
-                    dialog.button.prop('disabled', false);
-                    dialog.password_input.val('').focus();
-                });
-        };
-
-        dialog.modal.modal({
-            backdrop: false,
-            keyboard: false
-        });
-        dialog.modal.on('shown.bs.modal', function() {
-            dialog.password_input.focus();
-        });
-        dialog.modal.find('form').unbind().submit(function(e) {
-            ok_func();
-            e.preventDefault();
-        });
-        dialog.modal.modal('show');
+        session.do_login(session.login).then(dfd.resolve, dfd.reject);
         return session.prm;
     };
 
     Sao.Session.current_session = null;
 
+    Sao.Login = Sao.class_(Object, {
+        init: function(func, session) {
+            this.func = func;
+            this.session = session || Sao.Session.current_session;
+        },
+        run: function(parameters) {
+            if (parameters === undefined) {
+                parameters = {};
+            }
+            var dfd = jQuery.Deferred();
+            var timeoutID = Sao.common.processing.show();
+            var data = this.func(parameters);
+            data.id = 0;
+            var args = {
+                'contentType': 'application/json',
+                'data': JSON.stringify(data),
+                'dataType': 'json',
+                'url': '/' + this.session.database + '/',
+                'type': 'post',
+                'complete': [function() {
+                    Sao.common.processing.hide(timeoutID);
+                }]
+            };
+            if (this.session.user_id && this.session.session) {
+                args.headers = {
+                    'Authorization': 'Session ' + this.session.get_auth()
+                };
+            }
+            var ajax_prm = jQuery.ajax(args);
+
+            var ajax_success = function(data) {
+                if (data === null) {
+                    Sao.common.warning.run('',
+                           Sao.i18n.gettext('Unable to reach the server.'));
+                    dfd.reject();
+                } else if (data.error) {
+                    if (data.error[0].startsWith('403')) {
+                        return this.run({}).then(dfd.resolve, dfd.reject);
+                    } else if (data.error[0].startsWith('404')) {
+                        dfd.reject();
+                    } else if (data.error[0] != 'LoginException') {
+                        Sao.common.error.run(data.error[0], data.error[1]);
+                        dfd.reject();
+                    } else {
+                        var args = data.error[1];
+                        var name = args[0];
+                        var message = args[1];
+                        var type = args[2];
+                        this['get_' + type](message).then(function(value) {
+                            parameters[name] = value;
+                            return this.run(parameters).then(
+                                    dfd.resolve, dfd.reject);
+                        }.bind(this), dfd.reject);
+                    }
+                } else {
+                    dfd.resolve(data.result);
+                }
+            };
+            ajax_prm.success(ajax_success.bind(this));
+            ajax_prm.error(dfd.reject);
+            return dfd.promise();
+        },
+        get_char: function(message) {
+            return Sao.common.ask.run(message);
+        },
+        get_password: function(message) {
+            return Sao.common.ask.run(message, false);
+        },
+    });
+
     Sao.DB = {};
 
     Sao.DB.list = function() {
@@ -290,6 +281,7 @@
         return jQuery.ajax({
             'contentType': 'application/json',
             'data': JSON.stringify({
+                'id': 0,
                 'method': 'common.db.list',
                 'params': []
             }),
diff --git a/src/tab.js b/src/tab.js
index d5489ef..2c7e347 100644
--- a/src/tab.js
+++ b/src/tab.js
@@ -18,6 +18,8 @@
             var toolbar = this.create_toolbar().appendTo(this.el);
             this.title = toolbar.find('a.navbar-brand');
 
+            this.content = jQuery('<div/>').appendTo(this.el);
+
             if (this.info_bar) {
                 this.el.append(this.info_bar.el);
             }
@@ -49,7 +51,7 @@
         },
         create_toolbar: function() {
             var toolbar = jQuery(
-                    '<nav class="navbar navbar-default toolbar" role="navigation">' +
+                    '<nav class="navbar-default toolbar" role="navigation">' +
                     '<div class="container-fluid">' +
                     '<div class="navbar-header">' +
                     '<a class="navbar-brand" href="#"></a>' +
@@ -288,9 +290,8 @@
             this.set_buttons_sensitive();
 
             this.view_prm = this.screen.switch_view().done(function() {
-                this.set_name(attributes.name ||
-                        this.screen.current_view.attributes.string);
-                this.el.append(screen.screen_container.el);
+                this.set_name(attributes.name || '');
+                this.content.append(screen.screen_container.el);
                 if (attributes.res_id) {
                     if (!jQuery.isArray(attributes.res_id)) {
                         attributes.res_id = [attributes.res_id];
@@ -362,7 +363,9 @@
                 ['glyphicon-comment', Sao.i18n.gettext('Note'), 'note'],
                 ['glyphicon-cog', Sao.i18n.gettext('Action'), 'action'],
                 ['glyphicon-share-alt', Sao.i18n.gettext('Relate'), 'relate'],
-                ['glyphicon-print', Sao.i18n.gettext('Print'), 'print']
+                ['glyphicon-print', Sao.i18n.gettext('Print'), 'print'],
+                ['glyphicon-export', Sao.i18n.gettext('Export'), 'export'],
+                ['glyphicon-import', Sao.i18n.gettext('Import'), 'import']
             ];
         },
         create_toolbar: function() {
@@ -516,6 +519,7 @@
                     function() {
                         this.info_bar.message(
                                 Sao.i18n.gettext('Record saved.'), 'info');
+                        this.screen.count_tab_domain();
                     }.bind(this),
                     function() {
                         this.info_bar.message(
@@ -539,6 +543,7 @@
                             this.screen.screen_container.search_entry.val());
                         // TODO set current_record
                     }
+                    this.screen.count_tab_domain();
                     return this.screen.display().then(function() {
                         this.info_bar.message();
                     }.bind(this));
@@ -561,6 +566,7 @@
                             Sao.i18n.gettext(
                                 'Working now on the duplicated record(s).'),
                             'info');
+                    this.screen.count_tab_domain();
                 }.bind(this));
             }.bind(this));
         },
@@ -580,6 +586,7 @@
                             this.info_bar.message(
                                     Sao.i18n.gettext('Records removed.'),
                                     'info');
+                            this.screen.count_tab_domain();
                         }.bind(this), function() {
                             this.info_bar.message(
                                     Sao.i18n.gettext('Records not removed.'),
@@ -800,6 +807,16 @@
                 this.buttons.print.find('ul.dropdown-menu')
                     .dropdown('toggle');
             }.bind(this));
+        },
+        export: function(){
+            new Sao.Window.Export(this.screen,
+                this.screen.current_view.selected_records().map(function(r) {
+                    return r.id;
+                }),
+                this.screen.current_view.get_fields());
+        },
+        import: function(){
+            new Sao.Window.Import(this.screen);
         }
     });
 
@@ -812,7 +829,7 @@
             this.view_id = (attributes.view_ids.length > 0 ?
                     attributes.view_ids[0] : null);
             this.context = attributes.context;
-            this.name = attributes.name;
+            this.name = attributes.name || '';
             this.dialogs = [];
             this.board = null;
             UIView = new Sao.Model('ir.ui.view');
diff --git a/src/view/calendar.js b/src/view/calendar.js
index 77c1257..25aeb3a 100644
--- a/src/view/calendar.js
+++ b/src/view/calendar.js
@@ -4,20 +4,270 @@
     'use strict';
 
     Sao.View.Calendar = Sao.class_(Sao.View, {
+    /* Fullcalendar works with utc date, the default week start day depends on
+       the user language, the events dates are handled by moment object. */
         init: function(screen, xml) {
-            Sao.View.Graph._super.init.call(this, screen, xml);
+            Sao.View.Calendar._super.init.call(this, screen, xml);
+            // Used to check if the events are still processing
+            this.processing = true;
             this.view_type = 'calendar';
             this.el = jQuery('<div/>', {
                 'class': 'calendar'
             });
-            // TODO
-            Sao.common.warning.run(
-                    Sao.i18n.gettext('Calendar view not yet implemented'),
-                    Sao.i18n.gettext('Warning'));
+            var lang = Sao.i18n.getlang();
+            lang = lang.slice(0, 2);
+            var defaultview = 'month';
+            if (this.attributes.mode == 'week') {
+                defaultview = this.get_week_view();
+            }
+            this.el.fullCalendar({
+                defaultView: defaultview,
+                header: {
+                    left:   'prev,next',
+                    center: 'title',
+                    right: ' month,' + this.get_week_view()
+                },
+                timeFormat: 'H:mm',
+                events: this.get_events.bind(this),
+                locale: lang,
+                buttonIcons: false,
+                eventRender: this.event_render.bind(this),
+                eventResize: this.event_resize.bind(this),
+                eventDrop: this.event_drop.bind(this),
+                eventClick: this.event_click.bind(this),
+                dayClick: this.day_click.bind(this),
+            });
+            this.fields = [];
+            xml.find('calendar').children().each(function(pos, child){
+                if (child.tagName == 'field') {
+                    this.fields.push(child.attributes.name.value);
+                }
+            }.bind(this));
+            this.el.fullCalendar('changeView', defaultview);
+        },
+        get_colors: function(record) {
+            var colors = {};
+            colors.text_color = 'black';
+            if (this.attributes.color) {
+                colors.text_color = record.field_get(
+                    this.attributes.color);
+            }
+            colors.background_color = 'lightblue';
+            if (this.attributes.background_color) {
+                colors.background_color = record.field_get(
+                    this.attributes.background_color);
+            }
+            return colors;
         },
         display: function() {
-            return jQuery.when();
-        }
+            this.el.fullCalendar('render');
+            // Don't refetch events from server when get_events is processing
+            if (!this.processing) {
+                this.el.fullCalendar('refetchEvents');
+            }
+        },
+        insert_event: function(record) {
+            var title = this.screen.model.fields[this.fields[0]].get_client(
+                record);
+            var date_start = record.field_get_client(this.attributes.dtstart);
+            var date_end = null;
+            if (this.attributes.dtend) {
+                date_end = record.field_get_client(this.attributes.dtend);
+            }
+            var allDay = true;
+            var description = [];
+            for (var i = 1; i < this.fields.length; i++) {
+                description.push(
+                    this.screen.model.fields[this.fields[i]].get_client(
+                        record));
+            }
+            description = description.join('\n');
+            if (date_start) {
+                if (date_end && date_end.isDateTime) {
+                    allDay = false;
+                } else if (date_end && !date_end.isSame(date_start)  &&
+                        this.screen.current_view.view_type == "calendar") {
+                    // Add one day to allday event that last more than one day.
+                    // http://github.com/fullcalendar/fullcalendar/issues/2909
+                    date_end.add(1, 'day');
+                }
+                // Skip invalid event
+                if (date_end && date_start > date_end) {
+                    return;
+                }
+                var colors = this.get_colors(record);
+                var values = {
+                    title: title,
+                    start: date_start,
+                    end: date_end,
+                    allDay: allDay,
+                    editable: true,
+                    color: colors.background_color,
+                    textColor: colors.text_color,
+                    record: record,
+                    description: description
+                };
+                this.events.push(values);
+            }
+        },
+        get_events: function(start, end, timezone, callback) {
+            this.processing = true;
+            this.start = Sao.DateTime(start.utc());
+            this.end = Sao.DateTime(end.utc());
+            var prm = jQuery.when();
+            if (this.screen.current_view.view_type != 'form') {
+                var search_string = this.screen.screen_container.get_text();
+                prm = this.screen.search_filter(search_string);
+            }
+            this.events =  [];
+            var promisses = [];
+            prm.then(function()  {
+                this.screen.group.forEach(function(record) {
+                    var record_promisses = [];
+                    this.fields.forEach(function(name) {
+                        record_promisses.push(record.load(name));
+                    });
+                    var prm = jQuery.when.apply(jQuery, record_promisses).then(
+                        function(){
+                            this.insert_event(record);
+                        }.bind(this));
+                    promisses.push(prm);
+                }.bind(this));
+                return jQuery.when.apply(jQuery, promisses).then(function() {
+                    callback(this.events);
+                }.bind(this)).always(function() {
+                    this.processing = false;
+                }.bind(this));
+            }.bind(this));
+        },
+        get_week_view: function() {
+            if (this.screen.model.fields[this.attributes.dtstart]
+                    .description.type == "datetime") {
+                return 'agendaWeek';
+            } else {
+                return 'basicWeek';
+            }
+        },
+        event_click: function(calEvent, jsEvent, view) {
+            // Prevent opening the wrong event while the calendar event clicked
+            // when loading
+            if (!this.clicked_event) {
+                this.clicked_event = true;
+                this.screen.set_current_record(calEvent.record);
+                this.screen.switch_view().always(function(){
+                    this.clicked_event = false;
+                }.bind(this));
+            }
+        },
+        event_drop: function(event, delta, revertFunc, jsEvent, ui, view) {
+            var dtstart = this.attributes.dtstart;
+            var dtend = this.attributes.dtend;
+            var record = event.record;
+            var group = record.group;
+            var previous_start = record.field_get(dtstart);
+            var previous_end = previous_start;
+            if (dtend) {
+                previous_end = record.field_get(dtend);
+            }
+            var new_start = event.start;
+            var new_end = event.end;
+            if (new_end == previous_start || !new_end) {
+                new_end = new_start;
+            }
+            if (previous_start.isDateTime) {
+                new_end = Sao.DateTime(new_end.format()).utc();
+                new_start = Sao.DateTime(new_start.format()).utc();
+            } else if (!previous_start.isSame(previous_end)) {
+                // Remove the day that was added at the event end.
+                new_end.subtract(1, 'day');
+                this.el.fullCalendar('refetchEvents');
+            }
+            if (previous_start <= new_start) {
+                if (dtend) {
+                    record.field_set_client(dtend, new_end);
+                }
+                record.field_set_client(dtstart, new_start);
+            } else {
+                record.field_set_client(dtstart, new_start);
+                if (dtend) {
+                    record.field_set_client(dtend, new_end);
+                }
+            }
+            record.save();
+        },
+        event_resize: function(event, delta, revertFunc, jsEvent, ui, view) {
+            var dtend = this.attributes.dtend;
+            var record = event.record;
+            var group = record.group;
+            var previous_end = record.field_get(dtend);
+            var new_end = event.end;
+            if (previous_end.isDateTime === true) {
+                new_end = Sao.DateTime(new_end.format()).utc();
+            } else {
+                // Remove the day that was added at the event end.
+                new_end.subtract(1, 'day');
+                this.el.fullCalendar('refetchEvents');
+            }
+            if (new_end == previous_end || !new_end) {
+                new_end = previous_end;
+            }
+            record.field_set_client(dtend, new_end);
+            record.save();
+        },
+        event_render: function(event, element, view) {
+            // The description field is added in the calendar events and the
+            // event time is not shown in week view.
+            if (this.screen.model.fields.date &&
+                   this.screen.view_name == 'calendar') {
+                element.find('.fc-time').remove();
+            }
+            element.append(event.description);
+            element.css('white-space', 'pre');
+            var model_access = Sao.common.MODELACCESS.get(
+            	this.screen.model_name);
+            if (!model_access.write) {
+                event.editable = false;
+            }
+        },
+        day_click: function(date, jsEvent, view){
+            var model_access = Sao.common.MODELACCESS.get(
+                this.screen.model_name);
+            if (model_access.create) {
+                this.date = date;
+                this.screen.set_current_record(null);
+                this.screen.new_();
+            }
+        },
+        current_domain: function() {
+            if (!this.start && !this.end) {
+                return [['id', '=', -1]];
+            }
+            var first_datetime = Sao.DateTime(this.start);
+            var last_datetime = Sao.DateTime(this.end);
+            var dtstart = this.attributes.dtstart;
+            var dtend = this.attributes.dtend || dtstart;
+            return ['OR',
+                    ['AND', [dtstart, '>=', first_datetime],
+                        [dtstart,  '<',  last_datetime]],
+                    ['AND', [dtend, '>=', first_datetime],
+                        [dtend, '<', last_datetime]],
+                    ['AND',  [dtstart, '<', first_datetime],
+                        [dtend, '>', last_datetime]]];
+        },
+        get_displayed_period: function(){
+            var DatesPeriod = [];
+            if (this.start && this.end) {
+                DatesPeriod.push(this.start, this.end);
+            }
+            return DatesPeriod;
+        },
+        set_default_date: function(record, selected_date){
+            var dtstart = this.attributes.dtstart;
+            if (record.model.fields[dtstart].description.type == 'datetime') {
+                selected_date = Sao.DateTime(selected_date.format()).utc();
+            }
+            record.field_set_client(dtstart, selected_date);
+        },
     });
 
 }());
diff --git a/src/view/form.js b/src/view/form.js
index add01b3..00aef1c 100644
--- a/src/view/form.js
+++ b/src/view/form.js
@@ -1,5 +1,15 @@
 /* This file is part of Tryton.  The COPYRIGHT file at the top level of
    this repository contains the full copyright notices and license terms. */
+
+/* jshint ignore:start */
+// Must be defined in non strict context otherwise is invalid
+function eval_pyson(value){
+    with (Sao.PYSON.eval) {
+        return eval(value);
+    }
+}
+/* jshint ignore:end */
+
 (function() {
     'use strict';
 
@@ -671,19 +681,15 @@
             } else {
                 state_changes = {};
             }
-            if ((field && field.description.required) ||
-                    state_changes.required) {
-                this.label_el.addClass('required');
-            } else {
-                this.label_el.removeClass('required');
-            }
             if ((field && field.description.readonly) ||
                     state_changes.readonly) {
-                this.label_el.removeClass('editable');
-                this.label_el.removeClass('required');
-            } else {
-                this.label_el.addClass('editable');
             }
+            Sao.common.apply_label_attributes(
+                    this.label_el,
+                    ((field && field.description.readonly) ||
+                     state_changes.readonly),
+                    ((field && field.description.required) ||
+                     state_changes.required));
         }
     });
 
@@ -708,7 +714,7 @@
             Sao.View.Form.Label._super.init.call(this, attributes);
             this.el = this.label_el = jQuery('<label/>', {
                 text: text,
-                'class': this.class_ + ' form-label'
+                'class': this.class_
             });
         }
     });
@@ -862,6 +868,8 @@
                 return Sao.View.Form.ProgressBar;
             case 'dict':
                 return Sao.View.Form.Dict;
+            case 'pyson':
+                return Sao.View.Form.PYSON;
         }
     };
 
@@ -880,6 +888,7 @@
         display: function(record, field) {
             var readonly = this.attributes.readonly;
             var invisible = this.attributes.invisible;
+            var required = this.attributes.required;
             if (!field) {
                 if (readonly === undefined) {
                     readonly = true;
@@ -887,8 +896,12 @@
                 if (invisible === undefined) {
                     invisible = false;
                 }
+                if (required === undefined) {
+                    required = false;
+                }
                 this.set_readonly(readonly);
                 this.set_invisible(invisible);
+                this.set_required(required);
                 return;
             }
             var state_attrs = field.get_state_attrs(record);
@@ -898,10 +911,17 @@
                     readonly = false;
                 }
             }
+            if (required === undefined) {
+                required = state_attrs.required;
+                if (required === undefined) {
+                    required = false;
+                }
+            }
             if (this.view.screen.attributes.readonly) {
                 readonly = true;
             }
             this.set_readonly(readonly);
+            this.set_required(required);
             var invalid = state_attrs.invalid;
             if (!readonly && invalid) {
                 this.el.addClass('has-error');
@@ -939,8 +959,11 @@
         set_value: function(record, field) {
         },
         set_readonly: function(readonly) {
+            this._readonly = readonly;
             this.el.prop('disabled', readonly);
         },
+        set_required: function(required) {
+        },
         set_invisible: function(invisible) {
             this.visible = !invisible;
             if (invisible) {
@@ -951,11 +974,213 @@
         }
     });
 
+    Sao.View.Form.TranslateDialog = Sao.class_(Object,  {
+        init: function(languages, widget) {
+            var dialog = new Sao.Dialog(Sao.i18n.gettext('Translate'),
+                    this.class_, this, languages);
+            dialog.modal.find('.modal-dialog')
+                .removeClass('modal-sm').addClass('modal-lg');
+            this.languages = languages;
+            this.read(widget, dialog);
+            jQuery('<button/>', {
+                'class': 'btn btn-link',
+                'type': 'button'
+            }).append(Sao.i18n.gettext('Cancel')).click(function() {
+                this.close(dialog);
+            }.bind(this)).appendTo(dialog.footer);
+            jQuery('<button/>', {
+                'class': 'btn btn-primary',
+                'type': 'button'
+            }).append(Sao.i18n.gettext('OK')).click(this.write
+                    .bind(this, widget, dialog))
+                    .appendTo(dialog.footer);
+            dialog.content.submit(function(evt) {
+                evt.preventDefault();
+                dialog.footer.find('button.btn-primary').first().click();
+            });
+            dialog.modal.modal('show');
+            dialog.modal.on('shown.bs.modal', function() {
+                dialog.modal.find('input,select')
+                    .filter(':visible').first().focus();
+            });
+        },
+        close: function(dialog) {
+            dialog.modal.on('hidden.bs.modal', function(event) {
+                jQuery(this).remove();
+            });
+            dialog.modal.modal('hide');
+        },
+        read: function(widget, dialog) {
+            this.languages.forEach(function(lang){
+                var context = {};
+                context.language = lang.code;
+                var params = [
+                    [widget.record().id],
+                    [widget.field_name],
+                    context
+                ];
+                var args = {
+                    'method': 'model.' + widget.model.name  + '.read',
+                    'params': params
+                };
+                var value;
+                var row = jQuery('<div/>', {
+                    'class':'row form-group'
+                });
+                var input = widget.translate_widget();
+                input.attr('data-lang-id', lang.id);
+                var checkbox = jQuery('<input/>', {
+                    'type':'checkbox',
+                    'title': Sao.i18n.gettext('Edit')
+                });
+                if (widget._readonly) {
+                    checkbox.attr('disabled', true);
+                }
+                var fuzzy_box = jQuery('<input/>', {
+                    'type':'checkbox',
+                    'disabled': true,
+                    'title': Sao.i18n.gettext('Fuzzy')
+                });
+                var prm = Sao.rpc(args, widget.model.session)
+                        .then(function(result) {
+                    value = result[0][widget.field_name];
+                }.bind(this));
+                params = [
+                    [widget.record().id],
+                    [widget.field_name],
+                    context
+                ];
+                context.fuzzy_translation = true;
+                args = {
+                    'method': 'model.' + widget.model.name  + '.read',
+                    'params': params
+                };
+                prm.then(function() {
+                    Sao.rpc(args, widget.model.session)
+                            .then(function(fuzzy_value) {
+                        value = fuzzy_value[0][widget.field_name];
+                        widget.translate_widget_set(
+                            input, value);
+                        fuzzy_box.attr('checked',
+                               fuzzy_value[0].name != value);
+                    }.bind(this));
+                }.bind(this));
+                checkbox.click(function() {
+                    widget.translate_widget_set_readonly(input);
+                });
+                dialog.body.append(row);
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-3'
+                }).append(lang.name));
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-6'
+                }).append(input));
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-1'
+                }).append(checkbox));
+                row.append(jQuery('<div/>', {
+                    'class':'col-sm-1'
+                }).append(fuzzy_box));
+            }.bind(this));
+        },
+        write: function(widget, dialog) {
+            var promises = [];
+            this.languages.forEach(function(lang) {
+                var input = jQuery('[data-lang-id=' + lang.id + ']');
+                if (!input.attr('readonly')) {
+                    var current_language = widget.model.session.context.
+                            language;
+                    var context = {};
+                    context.language = lang.code;
+                    context.fuzzy_translation = false;
+                    var values =  {};
+                    values[widget.field_name] = input.val();
+                    var params = [
+                        [widget.record().id],
+                        values,
+                        context
+                    ];
+                    var args = {
+                        'method': 'model.' + widget.model.name  + '.write',
+                        'params': params
+                    };
+                    var prm = Sao.rpc(args, widget.model.session)
+                            .then(function() {
+                                if (lang.code == current_language) {
+                                    widget.view.display();
+                                }
+                    });
+                    promises.push(prm);
+                }
+            }.bind(this));
+            this.close(dialog);
+            jQuery.when.apply(jQuery, promises).then(function() {
+                widget.record().cancel();
+            });
+        }
+    });
+
+    Sao.View.Form.TranslateMixin = {};
+    Sao.View.Form.TranslateMixin.init = function() {
+        this.translate = Sao.View.Form.TranslateMixin.translate.bind(this);
+        this.translate_widget_set_readonly =
+            Sao.View.Form.TranslateMixin.translate_widget_set_readonly
+                .bind(this);
+        this.translate_widget_set =
+            Sao.View.Form.TranslateMixin.translate_widget_set.bind(this);
+    };
+    Sao.View.Form.TranslateMixin.translate = function() {
+        if (this.record().id < 0 || this.record().has_changed()) {
+            var mg = Sao.i18n.gettext(
+                'You need to save the record before adding translations.');
+            Sao.common.message.run(mg);
+            return;
+        }
+        var session = this.model.session;
+        var params = [
+            [['translatable', '=', 'true']]
+        ];
+        var args = {
+            'method': 'model.ir.lang.search',
+            'params': params.concat({})
+        };
+        Sao.rpc(args, session).then(function(lang_ids) {
+            if (jQuery.isEmptyObject(lang_ids)) {
+                Sao.common.message.run(Sao.i18n.gettext(
+                        'No other language available.'));
+                return;
+            }
+            var params = [
+                lang_ids,
+                ['code', 'name']
+            ];
+            var args = {
+                'method': 'model.ir.lang.read',
+                'params': params.concat({})
+            };
+            Sao.rpc(args, session).then(function(languages) {
+                var dialog = new Sao.View.Form.TranslateDialog(languages, this);
+            }.bind(this));
+        }.bind(this));
+    };
+    Sao.View.Form.TranslateMixin.translate_widget_set_readonly =
+            function(el, value) {
+        if (el.attr('readonly')) {
+            el.removeAttr('readonly');
+        } else {
+            el.attr('readonly', true);
+        }
+    };
+    Sao.View.Form.TranslateMixin.translate_widget_set = function(el, value) {
+        el.val(value || '');
+    };
+
     Sao.View.Form.Char = Sao.class_(Sao.View.Form.Widget, {
         class_: 'form-char',
         init: function(field_name, model, attributes) {
             Sao.View.Form.Char._super.init.call(this, field_name, model,
                 attributes);
+            Sao.View.Form.TranslateMixin.init.call(this);
             this.el = jQuery('<div/>', {
                 'class': this.class_
             });
@@ -976,6 +1201,25 @@
             if (!attributes.size) {
                 this.group.css('width', '100%');
             }
+            if (this.attributes.translate) {
+                var button = jQuery('<button/>', {
+                    'class': 'btn btn-default btn-sm form-control',
+                    'type': 'button',
+                    'aria-label': Sao.i18n.gettext('Translate')
+                }).append(jQuery('<span/>', {
+                    'class': 'glyphicon glyphicon-flag'
+                })).appendTo(jQuery('<span/>', {
+                    'class': 'input-group-btn'
+                }).appendTo(this.group));
+                button.click(this.translate.bind(this));
+            }
+        },
+        get_client_value: function(record, field) {
+            var value = '';
+            if (field) {
+                value = field.get_client(record);
+            }
+            return value;
         },
         display: function(record, field) {
             Sao.View.Form.Char._super.display.call(this, record, field);
@@ -1001,16 +1245,10 @@
                     width = null;
                 }
             }
+            this.input.val(this.get_client_value(record, field));
             this.input.attr('maxlength', length);
             this.input.attr('size', length);
             this.group.css('width', width);
-
-            if (record) {
-                var value = record.field_get_client(this.field_name);
-                this.input.val(value || '');
-            } else {
-                this.input.val('');
-            }
         },
         set_value: function(record, field) {
             field.set_client(record, this.input.val());
@@ -1020,6 +1258,12 @@
         },
         focus: function() {
             this.input.focus();
+        },
+        translate_widget: function() {
+            return jQuery('<input/>', {
+                'class': 'form-control',
+                'readonly': 'readonly'
+            });
         }
     });
 
@@ -1051,12 +1295,14 @@
             jQuery('<span/>', {
                 'class': 'input-group-btn'
             }).append(jQuery('<button/>', {
-                'class': 'btn btn-default',
+                'class': 'datepickerbutton btn btn-default',
                 'type': 'button'
             }).append(jQuery('<span/>', {
                 'class': 'glyphicon glyphicon-calendar'
             }))).appendTo(this.date);
-            this.date.datetimepicker();
+            this.date.datetimepicker({
+                'locale': moment.locale()
+            });
             this.date.css('width', this._width);
             this.date.on('dp.change', this.focus_out.bind(this));
         },
@@ -1173,16 +1419,12 @@
         set_value: function(record, field) {
             field.set_client(record, this.input.val(), undefined, this.factor);
         },
-        display: function(record, field) {
-            // Skip Char call
-            Sao.View.Form.Char._super.display.call(this, record, field);
-            if (record) {
-                var value = record.model.fields[this.field_name]
-                    .get_client(record, this.factor);
-                this.input.val(value);
-            } else {
-                this.input.val('');
+        get_client_value: function(record, field) {
+            var value = '';
+            if (field) {
+                value = field.get_client(record, this.factor);
             }
+            return value;
         }
     });
 
@@ -1324,6 +1566,7 @@
         init: function(field_name, model, attributes) {
             Sao.View.Form.Text._super.init.call(this, field_name, model,
                 attributes);
+            Sao.View.Form.TranslateMixin.init.call(this);
             this.el = jQuery('<div/>', {
                 'class': this.class_
             });
@@ -1331,6 +1574,19 @@
                 'class': 'form-control input-sm'
             }).appendTo(this.el);
             this.input.change(this.focus_out.bind(this));
+            if (this.attributes.translate) {
+                var button  = jQuery('<button/>', {
+                    'class': 'btn btn-default btn-sm form-control',
+                    'type': 'button',
+                    'aria-label': Sao.i18n.gettext('Translate')
+                }).appendTo(jQuery('<span/>', {
+                    'class': 'input-group-btn'
+                }).appendTo(this.el));
+                button.append(jQuery('<span/>', {
+                    'class': 'glyphicon glyphicon-flag'
+                }));
+                button.click(this.translate.bind(this));
+            }
         },
         display: function(record, field) {
             Sao.View.Form.Text._super.display.call(this, record, field);
@@ -1350,24 +1606,42 @@
         },
         set_readonly: function(readonly) {
             this.input.prop('readonly', readonly);
+        },
+        translate_widget: function() {
+            return jQuery('<textarea/>', {
+                    'class': 'form-control',
+                    'readonly': 'readonly'
+                });
         }
     });
 
     Sao.View.Form.RichText = Sao.class_(Sao.View.Form.Widget, {
         class_: 'form-richtext',
         init: function(field_name, model, attributes) {
-            var i, properties, button;
             Sao.View.Form.RichText._super.init.call(
                     this, field_name, model, attributes);
             this.el = jQuery('<div/>', {
                 'class': this.class_ + ' panel panel-default'
             });
-            this.toolbar = jQuery('<div/>', {
+            if (parseInt(attributes.toolbar || '1', 10)) {
+                this.get_toolbar().appendTo(this.el);
+            }
+            this.input = this.labelled = jQuery('<div/>', {
+                'class': 'richtext',
+                'contenteditable': true
+            }).appendTo(jQuery('<div/>', {
+                'class': 'panel-body'
+            }).appendTo(this.el));
+            this.el.focusout(this.focus_out.bind(this));
+        },
+        get_toolbar: function() {
+            var i, properties, button;
+            var toolbar = jQuery('<div/>', {
                 'class': 'btn-toolbar',
                 'role': 'toolbar'
             }).appendTo(jQuery('<div/>', {
                 'class': 'panel-heading'
-            }).appendTo(this.el));
+            }));
 
             var button_apply_command = function(evt) {
                 document.execCommand(evt.data);
@@ -1377,7 +1651,7 @@
                 var group = jQuery('<div/>', {
                     'class': 'btn-group',
                     'role': 'group'
-                }).appendTo(this.toolbar);
+                }).appendTo(toolbar);
                 for (i in buttons) {
                     properties = buttons[i];
                     button = jQuery('<button/>', {
@@ -1388,7 +1662,7 @@
                     })).appendTo(group);
                     button.click(properties.command, button_apply_command);
                 }
-            }.bind(this);
+            };
 
             add_buttons([
                     {
@@ -1426,7 +1700,7 @@
                 var group = jQuery('<div/>', {
                     'class': 'btn-group',
                     'role': 'group'
-                }).appendTo(this.toolbar);
+                }).appendTo(toolbar);
                 button = jQuery('<button/>', {
                     'class': 'btn btn-default dropdown-toggle',
                     'type': 'button',
@@ -1466,21 +1740,14 @@
                         jQuery('<input/>', {
                             'class': 'btn btn-default',
                             'type': 'color'
-                        }).appendTo(this.toolbar)
+                        }).appendTo(toolbar)
                         .change(function() {
                             document.execCommand(command, false, jQuery(this).val());
                         }).focusin(function() {
                             document.execCommand(command, false, jQuery(this).val());
                         }).val(color);
-            }.bind(this));
-
-            this.input = this.labelled = jQuery('<div/>', {
-                'class': 'richtext',
-                'contenteditable': true
-            }).appendTo(jQuery('<div/>', {
-                'class': 'panel-body'
-            }).appendTo(this.el));
-            this.el.focusout(this.focus_out.bind(this));
+            });
+            return toolbar;
         },
         focus_out: function() {
             // Let browser set the next focus before testing
@@ -1523,7 +1790,9 @@
         },
         set_readonly: function(readonly) {
             this.input.prop('contenteditable', !readonly);
-            this.toolbar.find('button,select').prop('disabled', readonly);
+            if (this.toolbar) {
+                this.toolbar.find('button,select').prop('disabled', readonly);
+            }
         }
     });
 
@@ -1554,16 +1823,24 @@
             }
 
             // Append buttons after the completion to not break layout
-            var buttons = jQuery('<span/>', {
+            this.but_primary = jQuery('<button/>', {
+                'class': 'btn btn-default',
+                'type': 'button'
+            }).append(jQuery('<span/>', {
+                'class': 'glyphicon'
+            })).appendTo(jQuery('<span/>', {
                 'class': 'input-group-btn'
-            }).appendTo(group);
-            this.but_open = jQuery('<button/>', {
+            }).prependTo(group));
+            this.but_secondary = jQuery('<button/>', {
                 'class': 'btn btn-default',
                 'type': 'button'
             }).append(jQuery('<span/>', {
-                'class': 'glyphicon glyphicon-search'
-            })).appendTo(buttons);
-            this.but_open.click(this.edit.bind(this));
+                'class': 'glyphicon'
+            })).appendTo(jQuery('<span/>', {
+                'class': 'input-group-btn'
+            }).appendTo(group));
+            this.but_primary.click('primary', this.edit.bind(this));
+            this.but_secondary.click('secondary', this.edit.bind(this));
 
             this.el.change(this.focus_out.bind(this));
             this._readonly = false;
@@ -1625,18 +1902,35 @@
                 return;
             }
             this.set_text(field.get_client(record));
+            var primary, secondary;
             value = field.get(record);
             if (this.has_target(value)) {
-                this.but_open.button({
-                    'icons': {
-                        'primary': 'glyphicon-folder-open'
-                    }});
+                primary = 'glyphicon-folder-open';
+                secondary = 'glyphicon-erase';
             } else {
-                this.but_open.button({
-                    'icons': {
-                        'primary': 'glyphicon-search'
-                    }});
-            }
+                primary = null;
+                secondary = 'glyphicon-search';
+            }
+            if (this.entry.prop('readonly')) {
+                secondary = null;
+            }
+            [
+                [primary, this.but_primary],
+                [secondary, this.but_secondary]
+            ].forEach(function(items) {
+                var icon_name = items[0];
+                var button = items[1];
+                var icon = button.find('.glyphicon');
+                icon.removeClass().addClass('glyphicon');
+                // don't use .hide/.show because the display value is not
+                // correctly restored on modal.
+                if (!icon_name) {
+                    button.parent().css('display', 'none');
+                } else {
+                    button.parent().css('display', 'table-cell');
+                    icon.addClass(icon_name);
+                }
+            });
         },
         focus: function() {
             this.entry.focus();
@@ -1647,8 +1941,8 @@
         },
         _set_button_sensitive: function() {
             this.entry.prop('readonly', this._readonly);
-            this.but_open.prop('disabled',
-                    !this.read_access());
+            this.but_primary.prop('disabled', !this.read_access());
+            this.but_secondary.prop('disabled', this._readonly);
         },
         get_access: function(type) {
             var model = this.get_model();
@@ -1686,7 +1980,16 @@
             var win, callback;
             var record = this.record();
             var value = record.field_get(this.field_name);
-            if (model && this.has_target(value)) {
+
+            if ((evt && evt.data == 'secondary') &&
+                    !this._readonly &&
+                    this.has_target(value)) {
+                this.record().field_set_client(this.field_name,
+                        this.value_from_id(null, ''));
+                this.entry.val('');
+                return;
+            }
+            if (this.has_target(value)) {
                 var screen = this.get_screen();
                 var m2o_id =
                     this.id_from_value(record.field_get(this.field_name));
@@ -1703,9 +2006,12 @@
                     }
                 };
                 win = new Sao.Window.Form(screen, callback.bind(this), {
-                    save_current: true
+                    save_current: true,
+                    title: this.attributes.string
                 });
-            } else if (model && !this._readonly) {
+                return;
+            }
+            if (model) {
                 var dom;
                 var domain = this.field().get_domain(record);
                 var context = this.field().get_context(record);
@@ -1728,8 +2034,10 @@
                                 '').split(','),
                             views_preload: (this.attributes.views || {}),
                             new_: this.create_access(),
-                            search_filter: parser.quote(text)
+                            search_filter: parser.quote(text),
+                            title: this.attributes.string
                         });
+                return;
             }
         },
         new_: function(evt) {
@@ -1750,7 +2058,9 @@
             };
             var win = new Sao.Window.Form(screen, callback.bind(this), {
                 new_: true,
-                save_current: true
+                save_current: true,
+                title: this.attributes.string,
+                rec_name: this.entry.val()
             });
         },
         key_press: function(event_) {
@@ -1829,7 +2139,8 @@
                                 views_preload: (this.attributes.views ||
                                     {}),
                                 new_: this.create_access(),
-                                search_filter: parser.quote(text)
+                                search_filter: parser.quote(text),
+                                title: this.attributes.string
                             });
                 }
             }
@@ -2033,6 +2344,7 @@
                 attributes);
 
             this._readonly = true;
+            this._required = false;
 
             this.el = jQuery('<div/>', {
                 'class': this.class_ + ' panel panel-default'
@@ -2042,16 +2354,16 @@
             });
             this.el.append(this.menu);
 
-            var label = jQuery('<label/>', {
+            this.title = jQuery('<label/>', {
                 'class': this.class_ + '-string',
                 text: attributes.string
             });
-            this.menu.append(label);
+            this.menu.append(this.title);
 
-            label.uniqueId();
+            this.title.uniqueId();
             this.el.uniqueId();
-            this.el.attr('aria-labelledby', label.attr('id'));
-            label.attr('for', this.el.attr('id'));
+            this.el.attr('aria-labelledby', this.title.attr('id'));
+            this.title.attr('for', this.el.attr('id'));
 
             var toolbar = jQuery('<div/>', {
                 'class': this.class_ + '-toolbar'
@@ -2174,7 +2486,6 @@
                 view_ids: (attributes.view_ids || '').split(','),
                 views_preload: attributes.views || {},
                 row_activate: this.activate.bind(this),
-                readonly: attributes.readonly || false,
                 exclude_field: attributes.relation_field || null,
                 pre_validate: attributes.pre_validate
             });
@@ -2190,6 +2501,15 @@
         set_readonly: function(readonly) {
             this._readonly = readonly;
             this._set_button_sensitive();
+            this._set_label_state();
+        },
+        set_required: function(required) {
+            this._required = required;
+            this._set_label_state();
+        },
+        _set_label_state: function() {
+            Sao.common.apply_label_attributes(this.title, this._readonly,
+                    this._required);
         },
         _set_button_sensitive: function() {
             var access = Sao.common.MODELACCESS.get(this.screen.model_name);
@@ -2256,18 +2576,15 @@
                         this.screen.set_current_record(null);
                     }
                 }
-                var readonly = false;
                 var domain = [];
                 var size_limit = null;
                 if (record) {
-                    readonly = field.get_state_attrs(record).readonly;
                     domain = field.get_domain(record);
                     size_limit = record.expr_eval(this.attributes.size);
                 }
                 if (!Sao.common.compare(this.screen.domain, domain)) {
                     this.screen.domain = domain;
                 }
-                this.screen.group.set_readonly(readonly);
                 this.screen.size_limit = size_limit;
                 this.screen.display();
             }.bind(this));
@@ -2322,7 +2639,8 @@
                                 '').split(','),
                         views_preload: this.attributes.views || {},
                         new_: !this.but_new.prop('disabled'),
-                        search_filter: parser.quote(text)
+                        search_filter: parser.quote(text),
+                        title: this.attributes.string
                     });
         },
         remove: function(event_) {
@@ -2360,7 +2678,8 @@
                 var win = new Sao.Window.Form(this.screen, function() {}, {
                     new_: true,
                     many: field_size,
-                    context: context
+                    context: context,
+                    title: this.attributes.string
                 });
             }
         },
@@ -2397,9 +2716,11 @@
                                     sel_multi: true,
                                     context: context,
                                     domain: domain,
-                                    search_filter: ''
+                                    search_filter: '',
+                                    title: this.attributes.string
+
                         });
-                    };
+                    }.bind(this);
 
                     var make_product = function() {
                         if (jQuery.isEmptyObject(product)) {
@@ -2432,8 +2753,8 @@
                     };
 
                     search_set();
-                });
-            });
+                }.bind(this));
+            }.bind(this));
         },
         open: function(event_) {
             this.edit();
@@ -2467,7 +2788,8 @@
             this.validate().done(function() {
                 var record = this.screen.current_record;
                 if (record) {
-                    var win = new Sao.Window.Form(this.screen, function() {});
+                    var win = new Sao.Window.Form(this.screen, function() {},
+                        {title: this.attributes.string});
                 }
             }.bind(this));
         },
@@ -2511,6 +2833,7 @@
                 attributes);
 
             this._readonly = true;
+            this._required = false;
 
             this.el = jQuery('<div/>', {
                 'class': this.class_ + ' panel panel-default'
@@ -2520,16 +2843,16 @@
             });
             this.el.append(this.menu);
 
-            var label = jQuery('<label/>', {
+            this.title = jQuery('<label/>', {
                 'class': this.class_ + '-string',
                 text: attributes.string
             });
-            this.menu.append(label);
+            this.menu.append(this.title);
 
-            label.uniqueId();
+            this.title.uniqueId();
             this.el.uniqueId();
-            this.el.attr('aria-labelledby', label.attr('id'));
-            label.attr('for', this.el.attr('id'));
+            this.el.attr('aria-labelledby', this.title.attr('id'));
+            this.title.attr('for', this.el.attr('id'));
 
             var toolbar = jQuery('<div/>', {
                 'class': this.class_ + '-toolbar'
@@ -2587,6 +2910,15 @@
         set_readonly: function(readonly) {
             this._readonly = readonly;
             this._set_button_sensitive();
+            this._set_label_state();
+        },
+        set_required: function(required) {
+            this._required = required;
+            this._set_label_state();
+        },
+        _set_label_state: function() {
+            Sao.common.apply_label_attributes(this.title, this._readonly,
+                    this._required);
         },
         _set_button_sensitive: function() {
             var size_limit = false;
@@ -2654,7 +2986,8 @@
                             '').split(','),
                         views_preload: this.attributes.views || {},
                         new_: this.attributes.create,
-                        search_filter: parser.quote(value)
+                        search_filter: parser.quote(value),
+                        title: this.attributes.string
                     });
         },
         remove: function() {
@@ -2676,12 +3009,7 @@
                 this.add();
             }
         },
-        edit: function() {
-            if (jQuery.isEmptyObject(this.screen.current_record)) {
-                return;
-            }
-            // Create a new screen that is not linked to the parent otherwise
-            // on the save of the record will trigger the save of the parent
+        _get_screen_form: function() {
             var domain = this.field().get_domain(this.record());
             var add_remove = this.record().expr_eval(
                     this.attributes.add_remove);
@@ -2689,14 +3017,26 @@
                 domain = [domain, add_remove];
             }
             var context = this.field().get_context(this.record());
-            var screen = new Sao.Screen(this.attributes.relation, {
+            var view_ids = (this.attributes.view_ids || '').split(',');
+            if (!jQuery.isEmptyObject(view_ids)) {
+                // Remove the first tree view as mode is form only
+                view_ids.shift();
+            }
+            return new Sao.Screen(this.attributes.relation, {
                 'domain': domain,
-                'view_ids': (this.attributes.view_ids || '').split(','),
+                'view_ids': view_ids,
                 'mode': ['form'],
                 'views_preload': this.attributes.views,
-                'readonly': this.attributes.readonly || false,
                 'context': context
             });
+        },
+        edit: function() {
+            if (jQuery.isEmptyObject(this.screen.current_record)) {
+                return;
+            }
+            // Create a new screen that is not linked to the parent otherwise
+            // on the save of the record will trigger the save of the parent
+            var screen = this._get_screen_form();
             screen.new_group([this.screen.current_record.id]);
             var callback = function(result) {
                 if (result) {
@@ -2707,25 +3047,12 @@
                 }
             }.bind(this);
             screen.switch_view().done(function() {
-                new Sao.Window.Form(screen, callback);
-            });
+                new Sao.Window.Form(screen, callback,
+                    {title: this.attributes.string});
+            }.bind(this));
         },
         new_: function() {
-            var domain = this.field().get_domain(this.record());
-            var add_remove = this.record().expr_eval(
-                    this.attributes.add_remove);
-            if (!jQuery.isEmptyObject(add_remove)) {
-                domain = [domain, add_remove];
-            }
-            var context = this.field().get_context(this.record());
-
-            var screen = new Sao.Screen(this.attributes.relation, {
-                'domain': domain,
-                'view_ids': (this.attributes.view_ids || '').split(','),
-                'mode': ['form'],
-                'views_preload': this.attributes.views,
-                'context': context
-            });
+            var screen = this._get_screen_form();
             var callback = function(result) {
                 if (result) {
                     var record = screen.current_record;
@@ -2736,9 +3063,11 @@
             screen.switch_view().done(function() {
                 new Sao.Window.Form(screen, callback, {
                     'new_': true,
-                    'save_current': true
+                    'save_current': true,
+                    title: this.attributes.string,
+                    rec_name: this.entry.val()
                 });
-            });
+            }.bind(this));
         }
     });
 
@@ -2851,16 +3180,27 @@
             file_dialog.modal.modal('show');
         },
         open: function() {
-            // TODO find a way to make the difference
-            // between downloading and opening
-            this.save_as();
+            var params = {};
+            var filename_field = this.filename_field();
+            if (filename_field) {
+                var filename = filename_field.get_client(this.record());
+                // Valid mimetype will make the browser directly open the file
+                params.mimetype = Sao.common.guess_mimetype(filename);
+            }
+            this.save_as(params);
         },
-        save_as: function() {
+        save_as: function(params) {
+            var mimetype = params.mimetype || 'application/octet-binary';
             var field = this.field();
             var record = this.record();
-            field.get_data(record).done(function(data) {
-                var blob = new Blob([data],
-                        {type: 'application/octet-binary'});
+            var prm;
+            if (field.get_data) {
+                prm = field.get_data(record);
+            } else {
+                prm = jQuery.when(field.get(record));
+            }
+            prm.done(function(data) {
+                var blob = new Blob([data], {type: mimetype});
                 var blob_url = window.URL.createObjectURL(blob);
                 if (this.blob_url) {
                     window.URL.revokeObjectURL(this.blob_url);
@@ -2870,6 +3210,10 @@
             }.bind(this));
         },
         clear: function() {
+	    var filename_field = this.filename_field();
+            if (filename_field) {
+                filename_field.set_client(this.record(), null);
+            }
             this.field().set_client(this.record(), null);
         }
     });
@@ -2900,7 +3244,8 @@
             }).appendTo(this.el);
             this.size = jQuery('<input/>', {
                 type: 'input',
-                'class': 'form-control input-sm'
+                'class': 'form-control input-sm',
+                'readonly': true
             }).appendTo(group);
 
             this.toolbar('input-group-btn').appendTo(group);
@@ -2973,6 +3318,7 @@
 
     Sao.View.Form.MultiSelection = Sao.class_(Sao.View.Form.Selection, {
         class_: 'form-multiselection',
+        expand: true,
         init: function(field_name, model, attributes) {
             this.nullable_widget = false;
             Sao.View.Form.MultiSelection._super.init.call(this, field_name,
@@ -2982,6 +3328,13 @@
         display_update_selection: function(record, field) {
             var i, len, element;
             this.update_selection(record, field, function() {
+                var yexpand = this.attributes.yexpand;
+                if (yexpand === undefined) {
+                    yexpand = this.expand;
+                }
+                if (!yexpand) {
+                    this.select.prop('size', this.select.children().length);
+                }
                 if (!field) {
                     return;
                 }
@@ -3276,7 +3629,8 @@
                         context: context,
                         domain: domain,
                         new_: false,
-                        search_filter: parser.quote(value)
+                        search_filter: parser.quote(value),
+                        title: this.attributes.string
                     });
         },
         add_new_keys: function(ids) {
@@ -3514,6 +3868,7 @@
             this.input.val(value || '');
         },
         set_readonly: function(readonly) {
+            this._readonly = readonly;
             this.input.prop('readonly', readonly);
         }
     });
@@ -3608,7 +3963,8 @@
                 'class': 'glyphicon glyphicon-calendar'
             })).prependTo(group);
             this.input.datetimepicker({
-                'format': Sao.common.moment_format(this.format)
+                'format': Sao.common.moment_format(this.format),
+                'locale': moment.locale()
             });
             this.input.on('dp.change',
                     this.parent_widget.focus_out.bind(this.parent_widget));
@@ -3637,4 +3993,61 @@
         }
     });
 
+    Sao.View.Form.PYSON = Sao.class_(Sao.View.Form.Char, {
+        class_: 'form-pyson',
+        init: function(field_name, model, attributes) {
+            Sao.View.Form.PYSON._super.init.call(this, field_name, model,
+                attributes);
+            this.encoder = new Sao.PYSON.Encoder({});
+            this.decoder = new Sao.PYSON.Decoder({}, true);
+            this.el.keyup(this.validate_pyson.bind(this));
+            var button = jQuery('<button/>', {
+                'class': 'btn btn-default',
+                'type': 'button'
+            });
+            this.icon = jQuery('<span/>', {
+                'class': 'glyphicon'
+            });
+            button.append(this.icon);
+            button.appendTo(jQuery('<span/>', {
+                'class': 'input-group-btn'
+            }).appendTo(this.group));
+        },
+        get_encoded_value: function() {
+            var value = this.input.val();
+            if (!value) {
+                return value;
+            }
+            try {
+                return this.encoder.encode(eval_pyson(value));
+            }
+            catch (err) {
+                return null;
+            }
+        },
+        set_value: function(record, field) {
+            field.set_client(record, this.get_encoded_value());
+        },
+        get_client_value: function(record, field) {
+            var value = Sao.View.Form.PYSON._super.get_client_value.call(
+                    this, record, field);
+            if (value) {
+                value = this.decoder.decode(value).toString();
+            }
+            return value;
+        },
+        validate_pyson: function() {
+            var icon = 'ok';
+            if (this.get_encoded_value() === null) {
+                icon = 'remove';
+            }
+            this.icon.removeClass().addClass('glyphicon').addClass(
+                ' glyphicon-' + icon + '-sign');
+        },
+        focus_out: function() {
+            this.validate_pyson();
+            Sao.View.Form.PYSON._super.focus_out.call(this);
+        }
+    });
+
 }());
diff --git a/src/view/graph.js b/src/view/graph.js
index ee983f9..2888160 100644
--- a/src/view/graph.js
+++ b/src/view/graph.js
@@ -223,6 +223,13 @@
                     }
                 };
             }
+            else {
+                c3_config.axis = {
+                    x: {
+                        type: 'category',
+                    }
+                };
+            }
             return c3_config;
         },
         action: function(data, element) {
diff --git a/src/view/tree.js b/src/view/tree.js
index bd9f0b7..b738561 100644
--- a/src/view/tree.js
+++ b/src/view/tree.js
@@ -71,15 +71,8 @@
             this.table = jQuery('<table/>', {
                 'class': 'tree table table-hover table-striped'
             });
-            if (this.columns.filter(function(c) {
-                return !c.attributes.tree_invisible;
-            }).length > 1) {
-                this.table.addClass('responsive');
-                this.table.addClass('responsive-header');
-            }
             this.el.append(this.table);
-            var thead = jQuery('<thead/>');
-            this.table.append(thead);
+            this.thead = jQuery('<thead/>').appendTo(this.table);
             var tr = jQuery('<tr/>');
             if (this.selection_mode != Sao.common.SELECTION_NONE) {
                 var th = jQuery('<th/>', {
@@ -93,7 +86,7 @@
                 th.append(this.selection);
                 tr.append(th);
             }
-            thead.append(tr);
+            this.thead.append(tr);
             this.columns.forEach(function(column) {
                 th = jQuery('<th/>');
                 var label = jQuery('<label/>')
@@ -106,6 +99,13 @@
                         label.addClass('editable');
                     }
                 }
+                if (column.sortable) {
+                    var arrow = jQuery('<span/>');
+                    label.append(arrow);
+                    column.arrow = arrow;
+                    th.click(column, this.sort_model.bind(this));
+                    label.addClass('sortable');
+                }
                 tr.append(th.append(label));
                 column.header = th;
             }, this);
@@ -137,7 +137,7 @@
                     attribute = child.attributes[i];
                     attributes[attribute.name] = attribute.value;
                 }
-                ['readonly', 'tree_invisible', 'expand', 'completion'].forEach(
+                ['readonly', 'expand', 'completion'].forEach(
                     function(name) {
                         if (attributes[name]) {
                             attributes[name] = attributes[name] == 1;
@@ -197,7 +197,11 @@
                                         affix_attributes));
                         }
                     }
-
+                    if (!this.attributes.sequence &&
+                            !this.children_field &&
+                            model.fields[name].description.sortable !== false){
+                        column.sortable = true;
+                    }
                     this.fields[name] = true;
                     // TODO sum
                 } else if (child.tagName == 'button') {
@@ -207,6 +211,47 @@
                 this.columns.push(column);
             }.bind(this));
         },
+        sort_model: function(e){
+            var column = e.data;
+            var arrow = column.arrow;
+            var arrow_top = 'glyphicon glyphicon-triangle-top';
+            var arrow_bottom = 'glyphicon glyphicon-triangle-bottom';
+            this.columns.forEach(function(col) {
+                if (col.arrow){
+                    if (col != column && col.arrow.hasClass('glyphicon')) {
+                        col.arrow.removeClass(arrow_top + ' ' + arrow_bottom);
+                    }
+                }
+            });
+            this.screen.order = this.screen.default_order;
+            if (arrow.hasClass(arrow_bottom)) {
+                arrow.removeClass(arrow_bottom);
+                arrow.addClass(arrow_top);
+                this.screen.order = [[column.attributes.name, 'DESC']];
+            } else if (arrow.hasClass(arrow_top)) {
+                arrow.removeClass(arrow_top);
+            } else {
+                arrow.addClass(arrow_bottom);
+                this.screen.order = [[column.attributes.name, 'ASC']];
+            }
+            var unsaved_records = [];
+            this.screen.group.forEach(function(unsaved_record) {
+                    if (unsaved_record.id < 0) {
+                        unsaved_records = unsaved_record.group;
+                }
+            });
+            var search_string = this.screen.screen_container.get_text();
+            if ((!jQuery.isEmptyObject(unsaved_records)) ||
+                    (this.screen.search_count == this.screen.group.length) ||
+                    (this.screen.parent)) {
+                this.screen.search_filter(search_string, true).then(
+                function(ids) {
+                    this.screen.group.sort(ids);
+                }.bind(this));
+            } else {
+                this.screen.search_filter(search_string);
+            }
+        },
         get_buttons: function() {
             var buttons = [];
             this.columns.forEach(function(column) {
@@ -234,12 +279,23 @@
             }
             expanded = expanded || [];
 
-            if ((this.screen.group.length != this.rows.length) ||
-                    !Sao.common.compare(
-                        this.screen.group, this.rows.map(function(row) {
-                            return row.record;
-                        })) || this.children_field) {  // XXX find better check
-                                                       // to keep focus
+            var row_records = function() {
+                return this.rows.map(function(row) {
+                    return row.record;
+                });
+            }.bind(this);
+            var min_display_size = Math.min(
+                    this.screen.group.length, this.display_size);
+            // XXX find better check to keep focus
+            if (this.children_field) {
+                this.construct(selected, expanded);
+            } else if ((min_display_size > this.rows.length) &&
+                    (Sao.common.compare(
+                            this.screen.group.slice(0, this.rows.length),
+                            row_records()))) {
+                this.construct(selected, expanded, true);
+            } else if ((min_display_size != this.rows.length) ||
+                    !Sao.common.compare(this.screen.group, row_records())){
                 this.construct(selected, expanded);
             }
 
@@ -254,12 +310,13 @@
             }
             var inversion = new Sao.common.DomainInversion();
             domain = inversion.simplify(domain);
+            var decoder = new Sao.PYSON.Decoder(this.screen.context);
             this.columns.forEach(function(column) {
                 var name = column.attributes.name;
                 if (!name) {
                     return;
                 }
-                if (column.attributes.tree_invisible) {
+                if (decoder.decode(column.attributes.tree_invisible || '0')) {
                     column.header.hide();
                 } else if (name === this.screen.exclude_field) {
                     column.header.hide();
@@ -277,12 +334,25 @@
                 }
             }.bind(this));
 
-            this.redraw(selected, expanded);
-            return jQuery.when();
+            if (this.columns.filter(function(c) {
+                return c.header.is(':visible');
+            }).length > 1) {
+                this.table.addClass('responsive');
+                this.table.addClass('responsive-header');
+            } else {
+                this.table.removeClass('responsive');
+                this.table.removeClass('responsive-header');
+            }
+
+            return this.redraw(selected, expanded);
         },
-        construct: function(selected, expanded) {
-            this.rows = [];
-            this.tbody.empty();
+        construct: function(selected, expanded, extend) {
+            var tbody = this.tbody;
+            if (!extend) {
+                this.rows = [];
+                this.tbody = jQuery('<tbody/>');
+            }
+            var start = this.rows.length;
             var add_row = function(record, pos, group) {
                 var RowBuilder;
                 if (this.editable) {
@@ -290,24 +360,23 @@
                 } else {
                     RowBuilder = Sao.View.Tree.Row;
                 }
-                var tree_row = new RowBuilder(this, record, pos);
+                var tree_row = new RowBuilder(this, record, this.rows.length);
                 this.rows.push(tree_row);
                 tree_row.construct(selected, expanded);
             };
-            this.screen.group.slice(0, this.display_size).forEach(
+            this.screen.group.slice(start, this.display_size).forEach(
                     add_row.bind(this));
             if (this.display_size >= this.screen.group.length) {
                 this.more.hide();
             } else {
                 this.more.show();
             }
+            if (!extend) {
+                tbody.replaceWith(this.tbody);
+            }
         },
         redraw: function(selected, expanded) {
-            var redraw_row = function(record, pos, group) {
-               this.rows[pos].redraw(selected, expanded);
-            };
-            this.screen.group.slice(0, this.display_size).forEach(
-                    redraw_row.bind(this));
+            return redraw_async(this.rows, selected, expanded);
         },
         switch_: function(path) {
             this.screen.row_activate();
@@ -505,6 +574,24 @@
         }
     });
 
+    function redraw_async(rows, selected, expanded) {
+        var chunk = Sao.config.display_size;
+        var dfd = jQuery.Deferred();
+        var redraw_rows = function(i) {
+            rows.slice(i, i + chunk).forEach(function(row) {
+                row.redraw(selected, expanded);
+            });
+            i += chunk;
+            if (i < rows.length) {
+                setTimeout(redraw_rows, 0, i);
+            } else {
+                dfd.resolve();
+            }
+        };
+        setTimeout(redraw_rows, 0, 0);
+        return dfd;
+    }
+
     Sao.View.Tree.Row = Sao.class_(Object, {
         init: function(tree, record, pos, parent) {
             this.tree = tree;
@@ -657,6 +744,7 @@
                     this.expander.css('visibility', 'hidden');
                 }
             };
+            var thead_visible = this.tree.thead.is(':visible');
 
             for (var i = 0; i < this.tree.columns.length; i++) {
                 if ((i === 0) && this.children_field) {
@@ -666,22 +754,39 @@
                 var column = this.tree.columns[i];
                 var td = this._get_column_td(i);
                 var tr = td.find('tr');
+                var cell;
                 if (column.prefixes) {
                     for (var j = 0; j < column.prefixes.length; j++) {
                         var prefix = column.prefixes[j];
-                        jQuery(tr.children('.prefix')[j])
-                            .html(prefix.render(this.record));
+                        var prefix_el = jQuery(tr.children('.prefix')[j]);
+                        cell = prefix_el.children();
+                        if (cell.length) {
+                            prefix.render(this.record, cell);
+                        } else {
+                            prefix_el.html(prefix.render(this.record));
+                        }
                     }
                 }
-                jQuery(tr.children('.widget')).html(column.render(this.record));
+                var widget = tr.children('.widget');
+                cell = widget.children();
+                if (cell.length) {
+                    column.render(this.record, cell);
+                } else {
+                    widget.html(column.render(this.record));
+                }
                 if (column.suffixes) {
                     for (var k = 0; k < column.suffixes.length; k++) {
                         var suffix = column.suffixes[k];
-                        jQuery(tr.children('.suffix')[k])
-                            .html(suffix.render(this.record));
+                        var suffix_el = jQuery(tr.children('.suffix')[k]);
+                        cell = suffix_el.children();
+                        if (cell.length) {
+                            suffix.render(this.record, cell);
+                        } else {
+                            suffix_el.html(suffix.render(this.record));
+                        }
                     }
                 }
-                if (column.attributes.tree_invisible ||
+                if ((column.header.is(':hidden') && thead_visible) ||
                         column.header.css('display') == 'none') {
                     td.hide();
                 } else {
@@ -698,11 +803,7 @@
                          this.rows.length === 0)) {
                     this.expand_children(selected, expanded);
                 } else {
-                    var child_row;
-                    for (i = 0; i < this.rows.length; i++) {
-                        child_row = this.rows[i];
-                        child_row.redraw(selected, expanded);
-                    }
+                    redraw_async(this.rows, selected, expanded);
                 }
                 if (this.expander) {
                     this.update_expander(true);
@@ -752,16 +853,18 @@
                 if (!jQuery.isEmptyObject(this.rows)) {
                     return;
                 }
+                var new_rows = [];
                 var add_row = function(record, pos, group) {
                     var tree_row = new this.Class(
                             this.tree, record, pos, this);
                     tree_row.construct(selected, expanded);
-                    tree_row.redraw(selected, expanded);
                     this.rows.push(tree_row);
+                    new_rows.push(tree_row);
                 };
                 var children = this.record.field_get_client(
                         this.children_field);
                 children.forEach(add_row.bind(this));
+                redraw_async(new_rows, selected, expanded);
             };
             return this.record.load(this.children_field).done(
                     add_children.bind(this));
@@ -880,7 +983,7 @@
                 column = this.tree.columns[column_index];
                 state_attrs = column.field.get_state_attrs(this.record);
                 invisible = state_attrs.invisible;
-                if (column.attributes.tree_invisible) {
+                if (column.header.is(':hidden')) {
                     invisible = true;
                 }
                 if (editable) {
@@ -1163,8 +1266,10 @@
             cell.addClass('column-affix');
             return cell;
         },
-        render: function(record) {
-            var cell = this.get_cell();
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
             record.load(this.attributes.name).done(function() {
                 var value, icon_prm;
                 var field = record.model.fields[this.attributes.name];
@@ -1246,8 +1351,10 @@
         update_text: function(cell, record) {
             cell.text(this.field.get_client(record));
         },
-        render: function(record) {
-            var cell = this.get_cell();
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
             record.load(this.attributes.name).done(function() {
                 this.update_text(cell, record);
                 this.field.set_state(record);
@@ -1439,8 +1546,10 @@
             cell.css('width', '100%');
             return cell;
         },
-        render: function(record) {
-            var cell = this.get_cell();
+        render: function(record, cell) {
+            if (!cell) {
+                cell = this.get_cell();
+            }
             record.load(this.attributes.name).done(function() {
                 var value = this.field.get_client(record);
                 if (value) {
@@ -1469,8 +1578,9 @@
 
     Sao.View.Tree.URLColumn = Sao.class_(Sao.View.Tree.CharColumn, {
         class_: 'column-url',
-        render: function(record) {
-            var cell = Sao.View.Tree.URLColumn._super.render.call(this, record);
+        render: function(record, cell) {
+            cell = Sao.View.Tree.URLColumn._super.render.call(
+                    this, record, cell);
             this.field.set_state(record);
             var state_attrs = this.field.get_state_attrs(record);
             if (state_attrs.readonly) {
@@ -1478,6 +1588,7 @@
             } else {
                 cell.show();
             }
+            return cell;
         }
     });
 
@@ -1516,9 +1627,12 @@
             this.type = 'button';
             this.attributes = attributes;
         },
-        render: function(record) {
-            var button = new Sao.common.Button(this.attributes);
-            button.el.click([record, button], this.button_clicked.bind(this));
+        render: function(record, el) {
+            var button = new Sao.common.Button(this.attributes, el);
+            if (!el) {
+                button.el.click(
+                        [record, button], this.button_clicked.bind(this));
+            }
             var fields = jQuery.map(this.screen.model.fields,
                 function(field, name) {
                     if ((field.description.loading || 'eager') ==
diff --git a/src/window.js b/src/window.js
index de32a49..74f469b 100644
--- a/src/window.js
+++ b/src/window.js
@@ -9,8 +9,8 @@
         init: function() {
             this.text = jQuery('<span/>');
             this.text.css('white-space', 'pre-wrap');
-            this.el = jQuery('<div/>', {
-                'class': 'alert',
+            this.el= jQuery('<div/>', {
+                'class': 'alert infobar',
                 'role': 'alert'
             }).append(jQuery('<button/>', {
                 'type': 'button',
@@ -45,6 +45,11 @@
             this.domain = kwargs.domain || null;
             this.context = kwargs.context || null;
             this.save_current = kwargs.save_current;
+            var title_prm = jQuery.when(kwargs.title || '');
+            title_prm.then(function(title) {
+                this.title = title;
+            }.bind(this));
+
             this.prev_view = screen.current_view;
             this.screen.screen_container.alternate_view = true;
             this.info_bar = new Sao.Window.InfoBar();
@@ -63,15 +68,13 @@
             var switch_prm = form_prm.then(function() {
                 return this.screen.switch_view(view_type).done(function() {
                     if (kwargs.new_) {
-                        this.screen.new_();
+                        this.screen.new_(undefined, kwargs.rec_name);
                     }
                 }.bind(this));
             }.bind(this));
             var dialog = new Sao.Dialog('', '', 'lg');
             this.el = dialog.modal;
 
-            dialog.body.append(this.info_bar.el);
-
             var readonly = (this.screen.attributes.readonly ||
                     this.screen.group.get_readonly());
 
@@ -213,10 +216,13 @@
                 this.but_switch.click(this.switch_.bind(this));
             }
 
+            var content = jQuery('<div/>').appendTo(dialog.body);
+
+            dialog.body.append(this.info_bar.el);
 
             switch_prm.done(function() {
-                dialog.add_title(this.screen.current_view.attributes.string);
-                dialog.body.append(this.screen.screen_container.alternate_viewport);
+                title_prm.done(dialog.add_title.bind(dialog));
+                content.append(this.screen.screen_container.alternate_viewport);
                 this.el.modal('show');
             }.bind(this));
             this.el.on('shown.bs.modal', function(event) {
@@ -352,7 +358,7 @@
                     this.screen.current_record) {
                 result = false;
                 if ((this.screen.current_record.id < 0) || this.save_current) {
-                    this.screen.group.remove(this.screen.current_record, true);
+                    this.screen.cancel_current();
                 } else if (this.screen.current_record.has_changed()) {
                     this.screen.current_record.cancel();
                     this.screen.current_record.reload().always(function() {
@@ -384,7 +390,6 @@
             this.resource = record.model.name + ',' + record.id;
             this.attachment_callback = callback;
             var context = jQuery.extend({}, record.get_context());
-            context.resource = this.resource;
             var screen = new Sao.Screen('ir.attachment', {
                 domain: [['resource', '=', this.resource]],
                 mode: ['tree', 'form'],
@@ -394,8 +399,11 @@
             screen.switch_view().done(function() {
                 screen.search_filter();
             });
+            var title = record.rec_name().then(function(rec_name) {
+                return Sao.i18n.gettext('Attachments (%1)', rec_name);
+            });
             Sao.Window.Attachment._super.init.call(this, screen, this.callback,
-                {view_type: 'tree'});
+                {view_type: 'tree', title: title});
         },
         callback: function(result) {
             var prm = jQuery.when();
@@ -416,8 +424,7 @@
         init: function(record, callback) {
             this.resource = record.model.name + ',' + record.id;
             this.note_callback = callback;
-            var context = record.get_context();
-            context.resource = this.resource;
+            var context = jQuery.extend({}, record.get_context());
             var screen = new Sao.Screen('ir.note', {
                 domain: [['resource', '=', this.resource]],
                 mode: ['tree', 'form'],
@@ -427,8 +434,11 @@
             screen.switch_view().done(function() {
                 screen.search_filter();
             });
+            var title = record.rec_name().then(function(rec_name) {
+                return Sao.i18n.gettext('Notes (%1)', rec_name);
+            });
             Sao.Window.Note._super.init.call(this, screen, this.callback,
-                    {view_type: 'tree'});
+                {view_type: 'tree', title: title});
         },
         callback: function(result) {
             var prm = jQuery.when();
@@ -460,7 +470,9 @@
             this.context = kwargs.context || {};
             this.sel_multi = kwargs.sel_multi;
             this.callback = callback;
-            var dialog = new Sao.Dialog('Search', '', 'lg');
+            this.title = kwargs.title || '';
+            var dialog = new Sao.Dialog(Sao.i18n.gettext(
+                'Search %1', this.title), '', 'lg');
             this.el = dialog.modal;
 
             jQuery('<button/>', {
@@ -547,7 +559,8 @@
                 };
                 this.el.modal('hide');
                 new Sao.Window.Form(screen, callback.bind(this), {
-                    new_: true
+                    new_: true,
+                    title: this.title
                 });
                 return;
             }
@@ -601,13 +614,17 @@
                 }.bind(this));
             };
             var set_preferences = function(preferences) {
-                this.screen.current_record.set(preferences);
+                var prm;
+                this.screen.current_record.cancel();
+                prm = this.screen.current_record.set(preferences);
                 this.screen.current_record.id =
                     this.screen.model.session.user_id;
-                this.screen.current_record.validate(null, true).then(
+                prm.then(function() {
+                    this.screen.current_record.validate(null, true).then(
                         function() {
                             this.screen.display(true);
                         }.bind(this));
+                }.bind(this));
                 dialog.body.append(this.screen.screen_container.el);
                 this.el.modal('show');
             };
@@ -629,19 +646,16 @@
                     .then(function(validate) {
                         if (validate) {
                             var values = jQuery.extend({}, this.screen.get());
-                            var set_preferences = function(password) {
-                                return this.screen.model.execute(
-                                    'set_preferences', [values, password], {});
-                            }.bind(this);
-                            if ('password' in values) {
-                                return Sao.common.ask.run(
-                                    'Current Password:', false)
-                                    .then(function(password) {
-                                        return set_preferences(password);
-                                    });
-                            } else {
-                                return set_preferences(false);
-                            }
+                            var context = jQuery.extend({},
+                                    Sao.Session.current_session.context);
+                            var func = function(parameters) {
+                                return {
+                                    'id': 0,
+                                    'method': 'model.res.user.set_preferences',
+                                    'params': [values, parameters, context]
+                                };
+                            };
+                            return new Sao.Login(func).run();
                         }
                     }.bind(this));
             }
@@ -698,7 +712,7 @@
                 this.select.append(jQuery('<option/>', {
                     value: revision.valueOf(),
                     text: Sao.common.format_datetime(
-                        date_format, time_format, revision) + ' ' + name
+                        date_format, time_format, revision) + ' ' + this.title
                 }));
             }.bind(this));
             this.el.modal('show');
@@ -718,4 +732,985 @@
             this.callback(revision);
         }
     });
+
+    Sao.Window.CSV = Sao.class_(Object, {
+        init: function(title) {
+            this.encodings = ["866", "ansi_x3.4-1968", "arabic", "ascii",
+            "asmo-708", "big5", "big5-hkscs", "chinese", "cn-big5", "cp1250",
+            "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256",
+            "cp1257", "cp1258", "cp819", "cp866", "csbig5", "cseuckr",
+            "cseucpkdfmtjapanese", "csgb2312", "csibm866", "csiso2022jp",
+            "csiso2022kr", "csiso58gb231280", "csiso88596e", "csiso88596i",
+            "csiso88598e", "csiso88598i", "csisolatin1", "csisolatin2",
+            "csisolatin3", "csisolatin4", "csisolatin5", "csisolatin6",
+            "csisolatin9", "csisolatinarabic", "csisolatincyrillic",
+            "csisolatingreek", "csisolatinhebrew", "cskoi8r", "csksc56011987",
+            "csmacintosh", "csshiftjis", "cyrillic", "dos-874", "ecma-114",
+            "ecma-118", "elot_928", "euc-jp", "euc-kr", "gb18030", "gb2312",
+            "gb_2312", "gb_2312-80", "gbk", "greek", "greek8", "hebrew",
+            "hz-gb-2312", "ibm819", "ibm866", "iso-2022-cn", "iso-2022-cn-ext",
+            "iso-2022-jp", "iso-2022-kr", "iso-8859-1", "iso-8859-10",
+            "iso-8859-11", "iso-8859-13", "iso-8859-14", "iso-8859-15",
+            "iso-8859-16", "iso-8859-2", "iso-8859-3", "iso-8859-4",
+            "iso-8859-5", "iso-8859-6", "iso-8859-6-e", "iso-8859-6-i",
+            "iso-8859-7", "iso-8859-8", "iso-8859-8-e", "iso-8859-8-i",
+            "iso-8859-9", "iso-ir-100", "iso-ir-101", "iso-ir-109",
+            "iso-ir-110", "iso-ir-126", "iso-ir-127", "iso-ir-138",
+            "iso-ir-144", "iso-ir-148", "iso-ir-149", "iso-ir-157", "iso-ir-58",
+            "iso8859-1", "iso8859-10", "iso8859-11", "iso8859-13", "iso8859-14",
+            "iso8859-15", "iso8859-2", "iso8859-3", "iso8859-4", "iso8859-5",
+            "iso8859-6", "iso8859-7", "iso8859-8", "iso8859-9", "iso88591",
+            "iso885910", "iso885911", "iso885913", "iso885914", "iso885915",
+            "iso88592", "iso88593", "iso88594", "iso88595", "iso88596",
+            "iso88597", "iso88598", "iso88599", "iso_8859-1", "iso_8859-15",
+            "iso_8859-1:1987", "iso_8859-2", "iso_8859-2:1987", "iso_8859-3",
+            "iso_8859-3:1988", "iso_8859-4", "iso_8859-4:1988", "iso_8859-5",
+            "iso_8859-5:1988", "iso_8859-6", "iso_8859-6:1987", "iso_8859-7",
+            "iso_8859-7:1987", "iso_8859-8", "iso_8859-8:1988", "iso_8859-9",
+            "iso_8859-9:1989", "koi", "koi8", "koi8-r", "koi8-ru", "koi8-u",
+            "koi8_r", "korean", "ks_c_5601-1987", "ks_c_5601-1989", "ksc5601",
+            "ksc_5601", "l1", "l2", "l3", "l4", "l5", "l6", "l9", "latin1",
+            "latin2", "latin3", "latin4", "latin5", "latin6", "logical", "mac",
+            "macintosh", "ms932", "ms_kanji", "shift-jis", "shift_jis", "sjis",
+            "sun_eu_greek", "tis-620", "unicode-1-1-utf-8", "us-ascii",
+            "utf-16", "utf-16be", "utf-16le", "utf-8", "utf8", "visual",
+            "windows-1250", "windows-1251", "windows-1252", "windows-1253",
+            "windows-1254", "windows-1255", "windows-1256", "windows-1257",
+            "windows-1258", "windows-31j", "windows-874", "windows-949",
+            "x-cp1250", "x-cp1251", "x-cp1252", "x-cp1253", "x-cp1254",
+            "x-cp1255", "x-cp1256", "x-cp1257", "x-cp1258", "x-euc-jp", "x-gbk",
+            "x-mac-cyrillic", "x-mac-roman", "x-mac-ukrainian", "x-sjis",
+            "x-user-defined", "x-x-big5"];
+            this.dialog = new Sao.Dialog(title, 'csv', 'lg');
+            this.el = this.dialog.modal;
+
+            this.fields = {};
+            this.fields_model = {};
+            jQuery('<button/>', {
+                'class': 'btn btn-link',
+                'type': 'button'
+            }).append(Sao.i18n.gettext('Cancel')).click(function(){
+                this.response('RESPONSE_CANCEL');
+            }.bind(this)).appendTo(this.dialog.footer);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-primary',
+                'type': 'submit'
+            }).append(Sao.i18n.gettext('OK')).click(function(e){
+                this.response('RESPONSE_OK');
+                e.preventDefault();
+            }.bind(this)).appendTo(this.dialog.footer);
+
+            var row_fields = jQuery('<div/>', {
+                'class': 'row'
+            }).appendTo(this.dialog.body);
+
+            jQuery('<hr/>').appendTo(this.dialog.body);
+
+            var column_fields_all = jQuery('<div/>', {
+                'class': 'col-md-4 column-fields'
+            }).append(jQuery('<label/>', {
+                'text': Sao.i18n.gettext('All Fields')
+            })).appendTo(row_fields);
+
+            this.fields_all = jQuery('<ul/>', {
+                'class': 'list-unstyled'
+            }).css('cursor', 'pointer')
+            .appendTo(column_fields_all);
+
+            var prm = this.get_fields(this.screen.model_name)
+                .then(function(fields){
+                    this.model_populate(fields);
+                    this.view_populate(this.fields_model, this.fields_all);
+                }.bind(this));
+
+            this.column_buttons = jQuery('<div/>', {
+                'class': 'col-md-4'
+            }).append('<label/>').appendTo(row_fields);
+
+            var button_add = jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-plus'
+            })).click(function(){
+                this.fields_all.find('.bg-primary').each(function(i, el_field) {
+                    this.sig_sel_add(el_field);
+                }.bind(this));
+            }.bind(this)).append(' '+Sao.i18n.gettext('Add'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-minus'
+            })).click(function(){
+                // sig_unsel
+                this.fields_selected.children('li.bg-primary').remove();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Remove'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-remove'
+            })).click(function(){
+                this.fields_selected.empty();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Clear'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<hr>').appendTo(this.column_buttons);
+
+            var column_fields_selected = jQuery('<div/>', {
+                'class': 'col-md-4 column-fields'
+            }).append(jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Fields Selected')
+            })).appendTo(row_fields);
+
+            // TODO: Make them draggable to re-order
+            this.fields_selected = jQuery('<ul/>', {
+                'class': 'list-unstyled'
+            }).css('cursor', 'pointer').appendTo(column_fields_selected);
+
+            this.chooser_form = jQuery('<div/>', {
+                'class': 'form-inline'
+            }).appendTo(this.dialog.body);
+
+            var row_csv_param = jQuery('<div/>', {
+                'class': 'row'
+            }).appendTo(this.dialog.body);
+
+            var expander_icon = jQuery('<span/>', {
+                'class': 'glyphicon glyphicon-plus',
+            }).css('cursor', 'pointer').html(' ');
+
+            var csv_param_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('CSV Parameters')
+            }).css('cursor', 'pointer');
+
+            jQuery('<div/>', {
+                'class': 'col-md-12'
+            }).append(expander_icon).append(csv_param_label)
+            .on('click', function(){
+                expander_icon.toggleClass('glyphicon-plus')
+                .toggleClass('glyphicon-minus');
+                this.expander_csv.collapse('toggle');
+            }.bind(this)).appendTo(row_csv_param);
+
+            this.expander_csv = jQuery('<div/>', {
+                'id': 'expander_csv',
+                'class': 'collapse'
+            }).appendTo(row_csv_param);
+
+            var delimiter_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Delimiter:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-delimiter'
+            });
+
+            this.el_csv_delimiter = jQuery('<input/>', {
+                'type': 'text',
+                'class': 'form-control',
+                'id': 'input-delimiter',
+                'size': '1',
+                'maxlength': '1',
+                'value': ','
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(delimiter_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_delimiter)).appendTo(this.expander_csv);
+
+            var quotechar_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Quote Char:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-quotechar'
+            });
+
+            this.el_csv_quotechar = jQuery('<input/>', {
+                'type': 'text',
+                'class': 'form-control',
+                'id': 'input-quotechar',
+                'size': '1',
+                'maxlength': '1',
+                'value': '\"',
+                'readonly': '' // Until PapaParse releases custom quote feature
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(quotechar_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_quotechar))
+            .appendTo(this.expander_csv);
+
+            var encoding_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Encoding:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-encoding'
+            });
+
+            this.el_csv_encoding = jQuery('<select/>', {
+                'class': 'form-control',
+                'id': 'input-encoding'
+            });
+
+            for(var i=0; i<this.encodings.length; i++) {
+                jQuery('<option/>', {
+                    'val': this.encodings[i]
+                }).html(this.encodings[i]).appendTo(this.el_csv_encoding);
+            }
+
+            var enc = 'utf-8';
+            if (navigator.platform == 'Win32' ||
+                navigator.platform == 'Windows') {
+                enc = 'cp1252';
+            }
+            this.el_csv_encoding.children('option[value="' + enc + '"]')
+            .attr('selected', 'selected');
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(encoding_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_encoding))
+            .appendTo(this.expander_csv);
+
+            this.el.modal('show');
+            this.el.on('hidden.bs.modal', function() {
+                jQuery(this).remove();
+            });
+            return prm;
+        },
+        get_fields: function(model) {
+            return Sao.rpc({
+                'method': 'model.' + model + '.fields_get'
+            }, this.session);
+        },
+        on_row_expanded: function(node) {
+            var container_view = jQuery('<ul/>').css('list-style', 'none')
+                .insertAfter(node.view);
+            this.children_expand(node).done(function() {
+                this.view_populate(node.children, container_view);
+            }.bind(this));
+        },
+        destroy: function() {
+            this.el.modal('hide');
+        }
+    });
+
+    Sao.Window.Import = Sao.class_(Sao.Window.CSV, {
+        init: function(screen) {
+            this.screen = screen;
+            this.session = Sao.Session.current_session;
+            this.fields_data = {}; // Ask before Removing this.
+            this.fields_invert = {};
+            Sao.Window.Import._super.init.call(this,
+                Sao.i18n.gettext('Import from CSV'));
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-search'
+            })).click(function(){
+                this.autodetect();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Auto-Detect'))
+            .appendTo(this.column_buttons);
+
+            var chooser_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('File to Import'),
+                'class': 'col-sm-6 control-label',
+                'for': 'input-csv-file'
+            });
+
+            this.file_input = jQuery('<input/>', {
+                'type': 'file',
+                'id': 'input-csv-file'
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(chooser_label).append(jQuery('<div/>', {
+                'class': 'col-sm-6'
+            }).append(this.file_input))
+            .appendTo(this.chooser_form);
+
+            jQuery('<hr>').insertAfter(this.chooser_form);
+
+            var skip_label = jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Lines to Skip:'),
+                'class': 'col-sm-2 control-label',
+                'for': 'input-skip'
+            });
+
+            this.el_csv_skip = jQuery('<input/>', {
+                'type': 'number',
+                'class': 'form-control',
+                'id': 'input-skip',
+                'value': '0'
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(skip_label).append(jQuery('<div/>', {
+                'class': 'col-sm-4'
+            }).append(this.el_csv_skip))
+            .appendTo(this.expander_csv);
+        },
+        sig_sel_add: function(el_field) {
+            el_field = jQuery(el_field);
+            var field = el_field.attr('field');
+            var node = jQuery('<li/>', {
+                'field': field,
+            }).html(el_field.attr('name')).click(function(e) {
+                if (e.ctrlKey) {
+                    node.toggleClass('bg-primary');
+                } else {
+                    jQuery(e.target).addClass('bg-primary')
+                        .siblings().removeClass('bg-primary');
+                }
+            }).appendTo(this.fields_selected);
+        },
+        view_populate: function (parent_node, parent_view) {
+            var fields_order = Object.keys(parent_node).sort(function(a,b) {
+                if (parent_node[b].string < parent_node[a].string) {
+                    return -1;
+                }
+                else {
+                    return 1;
+                }
+            }).reverse();
+
+            fields_order.forEach(function(field) {
+                var name = parent_node[field].string || field;
+                var node = jQuery('<li/>', {
+                    'field': parent_node[field].field,
+                    'name': parent_node[field].name
+                }).html(name).click(function(e) {
+                    if(e.ctrlKey) {
+                        node.toggleClass('bg-primary');
+                    } else {
+                        this.fields_all.find('li').removeClass('bg-primary');
+                        node.addClass('bg-primary');
+                    }
+                }.bind(this)).appendTo(parent_view);
+                parent_node[field].view = node;
+
+                if (parent_node[field].relation) {
+                    node.prepend(' ');
+                    var expander_icon = jQuery('<i/>', {
+                        'class': 'glyphicon glyphicon-plus'
+                    }).click(function(e) {
+                        e.stopPropagation();
+                        expander_icon.toggleClass('glyphicon-plus')
+                        .toggleClass('glyphicon-minus');
+                        if(expander_icon.hasClass('glyphicon-minus')) {
+                            this.on_row_expanded(parent_node[field]);
+                        }
+                        else {
+                            node.next('ul').remove();
+                        }
+                    }.bind(this)).prependTo(node);
+                }
+            }.bind(this));
+        },
+        model_populate: function (fields, parent_node, prefix_field,
+            prefix_name) {
+            parent_node = parent_node || this.fields_model;
+            prefix_field = prefix_field || '';
+            prefix_name = prefix_name || '';
+
+            Object.keys(fields).forEach(function(field) {
+                if(!fields[field].readonly) {
+                    var name = fields[field].string || field;
+                    name = prefix_name + name;
+                    // Only One2Many can be nested for import
+                    var relation;
+                    if (fields[field].type == 'one2many') {
+                        relation = fields[field].relation;
+                    } else {
+                        relation = null;
+                    }
+                    var node = {
+                        name: name,
+                        field: prefix_field + field,
+                        relation: relation,
+                        string: fields[field].string
+                    };
+                    parent_node[field] = node;
+                    this.fields[prefix_field + field] = node;
+                    this.fields_invert[name] = prefix_field + field;
+                    if (relation) {
+                        node.children = {};
+                    }
+                }
+            }.bind(this));
+        },
+        children_expand: function(node) {
+            var dfd = jQuery.Deferred();
+            if (jQuery.isEmptyObject(node.children)) {
+                this.get_fields(node.relation).done(function(fields) {
+                    this.model_populate(fields, node.children,
+                        node.field + '/', node.name + '/');
+                    dfd.resolve(this);
+                }.bind(this));
+            } else {
+                dfd.resolve(this);
+            }
+            return dfd.promise();
+        },
+        autodetect: function() {
+            var fname = this.file_input.val();
+            if(!fname) {
+                Sao.common.message.run(
+                    Sao.i18n.gettext('You must select an import file first'));
+                return;
+            }
+            this.fields_selected.empty();
+            this.el_csv_skip.val(1);
+            Papa.parse(this.file_input[0].files[0], {
+                config: {
+                    delimiter: this.el_csv_delimiter.val(),
+                    // TODO quoteChar: this.el_csv_quotechar.val(),
+                    preview: 1,
+                    encoding: this.el_csv_encoding.val()
+                },
+                error: function(err, file, inputElem, reason) {
+                    Sao.common.warning(
+                        Sao.i18n.gettext('Error occured in loading the file'));
+                },
+                complete: function(results) {
+                    results.data[0].forEach(function(word) {
+                        if(word in this.fields_invert || word in this.fields) {
+                            this.auto_select(word);
+                        }
+                        else {
+                            var fields = this.fields_model;
+                            var prefix = '';
+                            var parents = word.split('/');
+                            this.traverse(fields, prefix, parents, 0);
+                        }
+                    }.bind(this));
+                }.bind(this)
+            });
+        },
+        auto_select: function(word) {
+            var name,field;
+            if(word in this.fields_invert) {
+                name = word;
+                field = this.fields_invert[word];
+            }
+            else if (word in this.fields) {
+                name = this.fields[word].name;
+                field = [word];
+            }
+            else {
+                Sao.common.warning.run(
+                    Sao.i18n.gettext(
+                        'Error processing the file at field %1.', word),
+                        Sao.i18n.gettext('Error'));
+                return;
+            }
+            var node = jQuery('<li/>', {
+                'field': field
+            }).html(name).click(function(){
+                node.addClass('bg-primary')
+                    .siblings().removeClass('bg-primary');
+            }).appendTo(this.fields_selected);
+        },
+        traverse: function(fields, prefix, parents, i) {
+            if(i >= parents.length - 1) {
+                this.auto_select(parents.join('/'));
+                return;
+            }
+            var field, item;
+            var names = Object.keys(fields);
+            for(item = 0; item<names.length; item++) {
+                field = fields[names[item]];
+                if(field.name == (prefix+parents[i]) ||
+                    field.field == (prefix+parents[i])) {
+                    this.children_expand(field).done(callback);
+                    break;
+                }
+            }
+            if(item == names.length) {
+                this.auto_select(parents.join('/'));
+                return;
+            }
+            function callback(self) {
+                fields = field.children;
+                prefix += parents[i] + '/';
+                self.traverse(fields, prefix, parents, ++i);
+            }
+        },
+        response: function(response_id) {
+            if(response_id == 'RESPONSE_OK') {
+                var fields = [];
+                this.fields_selected.children('li').each(function(i, field_el) {
+                    fields.push(field_el.getAttribute('field'));
+                });
+                var fname = this.file_input.val();
+                if(fname) {
+                    this.import_csv(fname, fields).then(function() {
+                        this.destroy();
+                    }.bind(this));
+                } else {
+                    this.destroy();
+                }
+            }
+            else {
+                this.destroy();
+            }
+        },
+        import_csv: function(fname, fields) {
+            var skip = this.el_csv_skip.val();
+            var encoding = this.el_csv_encoding.val();
+            var prm = jQuery.Deferred();
+
+            Papa.parse(this.file_input[0].files[0], {
+                config: {
+                    delimiter: this.el_csv_delimiter.val(),
+                    // TODO quoteChar: this.el_csv_quotechar.val(),
+                    encoding: encoding
+                },
+                error: function(err, file, inputElem, reason) {
+                    Sao.common.warning.run(
+                        Sao.i18n.gettext('Error occured in loading the file'))
+                        .always(prm.reject);
+                },
+                complete: function(results) {
+                    function encode_utf8(s) {
+                        return unescape(encodeURIComponent(s));
+                    }
+                    var data = [];
+                    results.data.pop('');
+                    results.data.forEach(function(line, i) {
+                        if(i < skip) {
+                            return;
+                        }
+                        var arr = [];
+                        line.forEach(function(x){
+                            arr.push(encode_utf8(x));
+                        });
+                        data.push(arr);
+                    });
+                    Sao.rpc({
+                        'method': 'model.' + this.screen.model_name +
+                        '.import_data',
+                        'params': [fields, data, {}]
+                    }, this.session).then(function(count) {
+                        return Sao.common.message.run(
+                            Sao.i18n.ngettext('%1 record imported',
+                                '%1 records imported', count));
+                    }).then(prm.resolve, prm.reject);
+                }.bind(this)
+            });
+            return prm.promise();
+        }
+    });
+
+    Sao.Window.Export = Sao.class_(Sao.Window.CSV, {
+        init: function(screen, ids, names) {
+            this.ids = ids;
+            this.screen = screen;
+            this.session = Sao.Session.current_session;
+            Sao.Window.Export._super.init.call(this,
+                Sao.i18n.gettext('Export to CSV')).then(function() {
+                    names.forEach(function(name) {
+                        this.sel_field(name);
+                    }.bind(this));
+                }.bind(this));
+
+            var row_header = jQuery('<div/>', {
+                'class': 'row'
+            }).prependTo(this.dialog.body);
+
+            var predefined_exports_column = jQuery('<div/>', {
+                'class': 'col-md-12'
+            }).append(jQuery('<label/>', {
+                'text': Sao.i18n.gettext('Predefined Exports')
+            })).appendTo(row_header);
+
+            this.predef_exports_list = jQuery('<ul/>', {
+                'class': 'list-unstyled predef-exports'
+            }).css('cursor', 'pointer')
+            .appendTo(predefined_exports_column);
+
+            predefined_exports_column.append('<hr/>');
+
+            this.predef_exports = {};
+            this.fill_predefwin();
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-floppy-save'
+            })).click(function(){
+                this.addreplace_predef();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Save Export'))
+            .appendTo(this.column_buttons);
+
+            jQuery('<button/>', {
+                'class': 'btn btn-default btn-block',
+                'type': 'button'
+            }).append(jQuery('<i/>', {
+                    'class': 'glyphicon glyphicon-floppy-remove'
+            })).click(function(){
+                this.remove_predef();
+            }.bind(this)).append(' '+Sao.i18n.gettext('Delete Export'))
+            .appendTo(this.column_buttons);
+
+            this.el_add_field_names = jQuery('<input/>', {
+                'type': 'checkbox',
+                'checked': 'checked'
+            });
+
+            jQuery('<div/>', {
+                'class': 'form-group'
+            }).append(jQuery('<div/>', {
+                'class': 'col-md-6'
+            }).append(jQuery('<label/>', {
+                'text': ' '+Sao.i18n.gettext('Add Field Names')
+            }).prepend(this.el_add_field_names))).appendTo(this.expander_csv);
+        },
+        view_populate: function(parent_node, parent_view) {
+            var names = Object.keys(parent_node).sort(function(a, b) {
+                if (parent_node[b].string < parent_node[a].string) {
+                    return -1;
+                }
+                else {
+                    return 1;
+                }
+            }).reverse();
+
+            names.forEach(function(name) {
+                var path = parent_node[name].path;
+                var node = jQuery('<li/>', {
+                    'path': path
+                }).html(parent_node[name].string).click(function(e) {
+                    if(e.ctrlKey) {
+                        node.toggleClass('bg-primary');
+                    } else {
+                        this.fields_all.find('li')
+                            .removeClass('bg-primary');
+                        node.addClass('bg-primary');
+                    }
+                }.bind(this)).appendTo(parent_view);
+                parent_node[name].view = node;
+
+                if (parent_node[name].children) {
+                    node.prepend(' ');
+                    var expander_icon = jQuery('<i/>', {
+                        'class': 'glyphicon glyphicon-plus'
+                    }).click(function(e){
+                        e.stopPropagation();
+                        expander_icon.toggleClass('glyphicon-plus')
+                        .toggleClass('glyphicon-minus');
+                        if(expander_icon.hasClass('glyphicon-minus')) {
+                            this.on_row_expanded(parent_node[name]);
+                        }
+                        else {
+                            node.next('ul').remove();
+                        }
+                    }.bind(this)).prependTo(node);
+                }
+            }.bind(this));
+        },
+        model_populate: function(fields, parent_node, prefix_field,
+            prefix_name) {
+            parent_node = parent_node || this.fields_model;
+            prefix_field = prefix_field || '';
+            prefix_name = prefix_name || '';
+
+            Object.keys(fields).forEach(function(name) {
+                var field = fields[name];
+                var string = field.string || name;
+                var items = [{ name: name, field: field, string: string }];
+
+                if (field.type == 'selection') {
+                    items.push({
+                        name: name+'.translated',
+                        field: field,
+                        string: Sao.i18n.gettext('%1 (string)', string)
+                    });
+                }
+
+                items.forEach(function(item) {
+                    var path = prefix_field + item.name;
+                    var long_string = item.string;
+
+                    if (prefix_field) {
+                        long_string = prefix_name + item.string;
+                    }
+
+                    var node = {
+                        path: path,
+                        string: item.string,
+                        long_string: long_string,
+                        relation: item.field.relation
+                    };
+                    parent_node[item.name] = node;
+                    this.fields[path] = node;
+
+                    // Insert relation only to real field
+                    if (item.name.indexOf('.') == -1 && item.field.relation) {
+                        node.children = {};
+                    }
+                }.bind(this));
+            }.bind(this));
+        },
+        children_expand: function(node) {
+            var dfd = jQuery.Deferred();
+            if(jQuery.isEmptyObject(node.children)) {
+                this.get_fields(node.relation).done(function(fields) {
+                    this.model_populate(fields, node.children,
+                        node.path + '/', node.string + '/');
+                    dfd.resolve(this);
+                }.bind(this));
+            } else {
+                dfd.resolve(this);
+            }
+            return dfd.promise();
+        },
+        sig_sel_add: function(el_field) {
+            el_field = jQuery(el_field);
+            var name = el_field.attr('path');
+            this.sel_field(name);
+        },
+        fill_predefwin: function() {
+            Sao.rpc({
+                'method': 'model.ir.export.search',
+                'params': [['resource', '=', this.screen.model_name], {}]
+            }, this.session).done(function(export_ids) {
+                Sao.rpc({
+                    'method': 'model.ir.export.read',
+                    'params': [export_ids, {}]
+                }, this.session).done(function(exports) {
+                    var arr = [];
+                    exports.forEach(function(o) {
+                        for (var i = 0; i < o.export_fields.length; 
+                            arr.push(o.export_fields[i++]));
+                    });
+                    Sao.rpc({
+                        'method': 'model.ir.export.line.read',
+                        'params': [arr, {}]
+                    }, this.session).done(function(lines) {
+                        var id2lines = {};
+                        lines.forEach(function(line) {
+                            id2lines[line.export] = id2lines[line.export] || [];
+                            id2lines[line.export].push(line);
+                        });
+                        exports.forEach(function(export_) {
+                            this.predef_exports[export_.id] =
+                                id2lines[export_.id].map(function(obj) {
+                                    if(obj.export == export_.id)
+                                        return obj.name;
+                                });
+                            this.add_to_predef(export_.id, export_.name);
+                        }.bind(this));
+                        this.predef_exports_list.children('li').first().focus();
+                    }.bind(this));
+                }.bind(this));
+            }.bind(this));
+        },
+        add_to_predef: function(id, name) {
+            var node = jQuery('<li/>', {
+                'text': name,
+                'export_id': id,
+                'tabindex': 0
+            }).on('keypress', function(e) {
+                var keyCode = (e.keyCode ? e.keyCode : e.which);
+                if(keyCode == 13 || keyCode == 32) {
+                    node.click();
+                }
+            }).click(function(event) {
+                node.addClass('bg-primary')
+                    .siblings().removeClass('bg-primary');
+                this.sel_predef(jQuery(event.target).attr('export_id'));
+            }.bind(this));
+            this.predef_exports_list.append(node);
+        },
+        addreplace_predef: function() {
+            var fields = [];
+            var selected_fields = this.fields_selected.children('li');
+            for(var i=0; i<selected_fields.length; i++) {
+                fields.push(selected_fields[i].getAttribute('path'));
+            }
+            if(fields.length === 0) {
+                return;
+            }
+            var pref_id, name;
+            var selection = this.predef_exports_list.children('li.bg-primary');
+            if (selection.length === 0) {
+                pref_id = null;
+                Sao.common.ask.run(
+                    Sao.i18n.gettext('What is the name of this export?'))
+                .then(function(name) {
+                    if (!name) {
+                        return;
+                    }
+                    this.save_predef(name, fields, selection);
+                }.bind(this));
+            }
+            else {
+                pref_id = selection.attr('export_id');
+                name = selection.text();
+                Sao.common.sur.run(
+                    Sao.i18n.gettext('Override %1 definition?', name))
+                .done(function() {
+                    this.save_predef(name, fields, selection);
+                    Sao.rpc({
+                        'method': 'model.ir.export.delete',
+                        'params': [[pref_id], {}]
+                    }, this.session).then(function() {
+                        delete this.predef_exports[pref_id];
+                    }.bind(this));
+                }.bind(this));
+            }
+        },
+        save_predef: function(name, fields, selection) {
+            Sao.rpc({
+                'method': 'model.ir.export.create',
+                'params': [[{
+                    'name': name,
+                    'resource': this.screen.model_name,
+                    'export_fields': [['create', fields.map(function(x) {
+                        return {
+                            'name': x
+                        };
+                    })]]
+                }], {}]
+            }, this.session).then(function(new_id) {
+                this.predef_exports[new_id] = fields;
+                if (selection.length === 0) {
+                    this.add_to_predef(new_id, name);
+                }
+                else {
+                    this.predef_exports[new_id] = fields;
+                    selection.attr('export_id', new_id);
+                }
+            }.bind(this));
+        },
+        remove_predef: function() {
+            var selection = this.predef_exports_list.children('li.bg-primary');
+            if (selection.length === 0) {
+                return;
+            }
+            var export_id = jQuery(selection).attr('export_id');
+            Sao.rpc({
+                'method': 'model.ir.export.delete',
+                'params': [[export_id], {}]
+            }, this.session).then(function() {
+                delete this.predef_exports[export_id];
+                selection.remove();
+            }.bind(this));
+        },
+        sel_predef: function(export_id) {
+            this.fields_selected.empty();
+            this.predef_exports[export_id].forEach(function(name) {
+                if (!(name in this.fields)) {
+                    var fields = this.fields_model;
+                    var prefix = '';
+                    var parents = name.split('/');
+                    this.traverse(fields, prefix, parents, 0);
+                }
+                if(!(name in this.fields)) {
+                    return;
+                }
+                this.sel_field(name);
+            }.bind(this));
+        },
+        traverse: function(fields, prefix, parents, i) {
+            if(i >= parents.length-1) {
+                this.sel_field(parents.join('/'));
+                return;
+            }
+            var field, item;
+            var names = Object.keys(fields);
+            for(item = 0; item < names.length; item++) {
+                field = fields[names[item]];
+                if(field.path == (prefix+parents[i])) {
+                    this.children_expand(field).done(callback);
+                    break;
+                }
+            }
+            if(item == names.length) {
+                this.sel_field(parents.join('/'));
+                return;
+            }
+            function callback(self){
+                fields = field.children;
+                prefix += parents[i] + '/';
+                self.traverse(fields, prefix, parents, ++i);
+            }
+        },
+        sel_field: function(name) {
+            var long_string = this.fields[name].long_string;
+            var relation = this.fields[name].relation;
+            if (relation) {
+                return;
+            }
+            var node = jQuery('<li/>', {
+                'path': name,
+            }).html(long_string).click(function(e) {
+                if(e.ctrlKey) {
+                    node.toggleClass('bg-primary');
+                } else {
+                    jQuery(e.target).addClass('bg-primary')
+                        .siblings().removeClass('bg-primary');
+                }
+            }).appendTo(this.fields_selected);
+        },
+        response: function(response_id) {
+            if(response_id == 'RESPONSE_OK') {
+                var fields = [];
+                var fields2 = [];
+                this.fields_selected.children('li').each(function(i, field) {
+                    fields.push(field.getAttribute('path'));
+                    fields2.push(field.innerText);
+                });
+                Sao.rpc({
+                    'method': 'model.' + this.screen.model_name +
+                        '.export_data',
+                    'params': [this.ids, fields, {}]
+                }, this.session).then(function(data) {
+                    this.export_csv(fields2, data).then(function() {
+                        this.destroy();
+                    }.bind(this));
+                }.bind(this));
+            } else {
+                this.destroy();
+            }
+        },
+        export_csv: function(fields, data) {
+            var encoding = this.el_csv_encoding.val();
+            var unparse_obj = {};
+            unparse_obj.data = data;
+            if (this.el_add_field_names.is(':checked')) {
+                unparse_obj.fields = fields;
+            }
+            var csv = Papa.unparse(unparse_obj, {
+                // TODO quoteChar: this.el_csv_quotechar.val(),
+                delimiter: this.el_csv_delimiter.val()
+            });
+            var blob = new Blob([csv], {type: 'text/csv;charset=' + encoding});
+            var blob_url = window.URL.createObjectURL(blob);
+            if (this.blob_url) {
+                window.URL.revokeObjectURL(this.blob_url);
+            }
+            this.blob_url = blob_url;
+            window.open(blob_url);
+
+            return Sao.common.message.run(
+                Sao.i18n.ngettext('%1 record saved', '%1 records saved',
+                    data.length));
+        }
+    });
+
 }());
diff --git a/src/wizard.js b/src/wizard.js
index 92580d6..3b5b0cd 100644
--- a/src/wizard.js
+++ b/src/wizard.js
@@ -8,7 +8,7 @@
             this.widget = jQuery('<div/>', {
                 'class': 'wizard'
             });
-            this.name = name;
+            this.name = name || '';
             this.action_id = null;
             this.id = null;
             this.ids = null;
@@ -41,6 +41,8 @@
                 this.start_state = this.state = result[1];
                 this.end_state = result[2];
                 this.process();
+            }.bind(this), function() {
+                this.destroy();
             }.bind(this));
         },
         process: function() {
@@ -171,7 +173,7 @@
         init: function(name) {
             Sao.Wizard.Form._super.init.call(this);
             this.tab = null;  // Filled by Sao.Tab.Wizard
-            this.name = name;
+            this.name = name || '';
 
             this.form = jQuery('<div/>', {
                 'class': 'wizard-form',
@@ -210,7 +212,7 @@
             this.dialog = dialog.modal;
             this.content = dialog.content;
             this.footer = dialog.footer;
-            dialog.body.append(this.info_bar.el).append(this.widget);
+            dialog.body.append(this.widget).append(this.info_bar.el);
         },
         clean: function() {
             Sao.Wizard.Dialog._super.clean.call(this);
diff --git a/tests/sao.js b/tests/sao.js
index 00dfbb1..6b00031 100644
--- a/tests/sao.js
+++ b/tests/sao.js
@@ -42,6 +42,27 @@
         QUnit.strictEqual(decoder.decode('null'), null, "decode('null')");
     });
 
+    QUnit.test('PYSON Encoder', function() {
+        var encoder = new Sao.PYSON.Encoder();
+        var none;
+        var date = Sao.Date(2002, 0, 1);
+        var datetime = Sao.DateTime(2002, 0, 1, 12, 30, 0, 0);
+        var pyson_date = new Sao.PYSON.Date(2002, 1, 1).pyson();
+        var pyson_datetime = new Sao.PYSON.DateTime(
+            2002, 1, 1, 12, 30, 0, 0).pyson();
+        var array = ["create_date", '>=', date];
+        var pyson_array = ["create_date", '>=', pyson_date];
+        QUnit.strictEqual(encoder.encode(), 'null', "encode()");
+        QUnit.strictEqual(encoder.encode(none), 'null', "encode(none)");
+        QUnit.strictEqual(encoder.encode(null), 'null', "encode()");
+        QUnit.strictEqual(encoder.encode(date),
+            JSON.stringify(pyson_date), "encode(date)");
+        QUnit.strictEqual(encoder.encode(datetime),
+            JSON.stringify(pyson_datetime), "encode(datetime)");
+        QUnit.strictEqual(encoder.encode(array),
+            JSON.stringify(pyson_array), "encode(array)");
+    });
+
     QUnit.test('PYSON.Eval', function() {
         var value;
         value = new Sao.PYSON.Eval('test').pyson();
@@ -53,6 +74,8 @@
             "Eval('test', 'foo').pyson()");
         QUnit.strictEqual(value.v, 'test', "Eval('test', 'foo').pyson()");
         QUnit.strictEqual(value.d, 'foo', "Eval('test', 'foo').pyson()");
+        QUnit.strictEqual(new Sao.PYSON.Eval('test', 'foo').toString(),
+                "Eval(\"test\", \"foo\")");
 
         QUnit.ok(Sao.common.compare(new Sao.PYSON.Eval('test', 'foo').types(),
                 [typeof 'foo']), "Eval('test', 'foo').types()");
@@ -86,6 +109,8 @@
         eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Not(false));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), true,
             'decode(Not(false))');
+        QUnit.strictEqual(new Sao.PYSON.Not(true).toString(),
+                "Not(true)");
     });
 
     QUnit.test('PYSON Bool', function() {
@@ -137,6 +162,20 @@
         eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Bool({}));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), false,
             'decode(Bool({}))');
+
+        eval_ = new Sao.PYSON.Encoder().encode(
+                new Sao.PYSON.Bool(new Sao.PYSON.Eval('value')));
+        QUnit.strictEqual(new Sao.PYSON.Decoder({value: Sao.Time(0)})
+                .decode(eval_), false, "decode(Bool(Sao.Time(0)))");
+        QUnit.strictEqual(new Sao.PYSON.Decoder({value: Sao.Time(1)})
+                .decode(eval_), true, "decode(Bool(Sao.Time(1)))");
+        QUnit.strictEqual(new Sao.PYSON.Decoder({value: Sao.TimeDelta()})
+                .decode(eval_), false, "decode(Bool(Sao.TimeDelta()))");
+        QUnit.strictEqual(new Sao.PYSON.Decoder({value: Sao.TimeDelta(1)})
+                .decode(eval_), true, "decode(Bool(Sao.TimeDelta(1)))");
+
+        QUnit.strictEqual(new Sao.PYSON.Bool('test').toString(),
+                "Bool(\"test\")");
     });
 
     QUnit.test('PYSON And', function() {
@@ -212,6 +251,8 @@
                 new Sao.PYSON.And([false, false, true]));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), false,
                 'decode(And([false, false, true]))');
+        QUnit.strictEqual(new Sao.PYSON.And([false, true, true]).toString(),
+                "And(false, true, true)");
     });
 
     QUnit.test('PYSON Or', function() {
@@ -287,6 +328,8 @@
                 new Sao.PYSON.Or([false, false, true]));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), true,
                 'decode(Or([false, false, true]))');
+        QUnit.strictEqual(new Sao.PYSON.Or([false, true, true]).toString(),
+                "Or(false, true, true)");
     });
 
     QUnit.test('PYSON Equal', function() {
@@ -323,6 +366,8 @@
                 new Sao.PYSON.Equal(['foo'], ['bar']));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), false,
                 "decode(Equal(['foo'], ['bar']))");
+        QUnit.strictEqual(new Sao.PYSON.Equal('foo', 'bar').toString(),
+                "Equal(\"foo\", \"bar\")");
     });
 
     QUnit.test('PYSON Greater', function() {
@@ -372,6 +417,16 @@
                 new Sao.PYSON.Greater(1, 1, true));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), true,
                 'decode(Greater(1, 1, true))');
+
+        eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Greater(null, 1));
+        QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), false,
+                'decode(Greater(null, 1))');
+
+        eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Greater(1, null));
+        QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), true,
+                'decode(Greater(1, null))');
+        QUnit.strictEqual(new Sao.PYSON.Greater(1, 0).toString(),
+                "Greater(1, 0, false)");
     });
 
     QUnit.test('PYSON Less', function() {
@@ -421,6 +476,16 @@
                 new Sao.PYSON.Less(1, 1, true));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), true,
                 'decode(Less(1, 1, true))');
+
+        eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Less(null, 1));
+        QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), true,
+                'decode(Less(null, 1))');
+
+        eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Less(1, null));
+        QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), false,
+                'decode(Less(1, null))');
+        QUnit.strictEqual(new Sao.PYSON.Less(0, 1).toString(),
+                "Less(0, 1, false)");
     });
 
     QUnit.test('PYSON If', function() {
@@ -454,6 +519,8 @@
             new Sao.PYSON.If(false, 'foo', 'bar'));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), 'bar',
                 "decode(If(false, 'foo', 'bar'))");
+        QUnit.strictEqual(new Sao.PYSON.If(true, 'foo', 'bar').toString(),
+                "If(true, \"foo\", \"bar\")");
     });
 
     QUnit.test('PYSON Get', function() {
@@ -495,6 +562,9 @@
                 new Sao.PYSON.Get({}, 'foo', 'default'));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), 'default',
                 "decode(Get({}, 'foo', 'default'))");
+        QUnit.strictEqual(new Sao.PYSON.Get(
+                {'foo': 'bar'}, 'foo', 'default').toString(),
+            "Get({\"foo\":\"bar\"}, \"foo\", \"default\")");
     });
 
     QUnit.test('PYSON In', function() {
@@ -556,6 +626,8 @@
             new Sao.PYSON.In('test', []));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), false,
                 "decode(In('test', []))");
+        QUnit.strictEqual(new Sao.PYSON.In('foo', ['foo', 'bar']).toString(),
+                "In(\"foo\", [\"foo\",\"bar\"])");
     });
 
     QUnit.test('PYSON Date', function() {
@@ -623,6 +695,10 @@
                 new Sao.PYSON.Date(2010, 2, 22));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_).valueOf(),
                 new Date(2010, 1, 22).valueOf());
+
+        QUnit.strictEqual(
+            new Sao.PYSON.Date(2010, 1, 12, -1, 12, -7).toString(),
+            'Date(2010, 1, 12, -1, 12, -7)');
     });
 
     QUnit.test('PYSON DateTime', function() {
@@ -786,6 +862,10 @@
                 new Sao.PYSON.DateTime(2010, 2, 22, 10, 30, 20, 2000));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_).valueOf(),
                 new Date(2010, 1, 22, 10, 30, 20, 2).valueOf());
+
+        QUnit.strictEqual(new Sao.PYSON.DateTime(2010, 1, 12, 10, 30, 20, 0,
+                -1, 12, -7, 2, 15, 30, 1).toString(),
+            'DateTime(2010, 1, 12, 10, 30, 20, 0, -1, 12, -7, 2, 15, 30, 1)');
     });
 
     QUnit.test('PYSON Len', function() {
@@ -813,6 +893,52 @@
         eval_ = new Sao.PYSON.Encoder().encode(new Sao.PYSON.Len('foo bar'));
         QUnit.strictEqual(new Sao.PYSON.Decoder().decode(eval_), 7,
             "decode(Len('foo bar'))");
+        QUnit.strictEqual(new Sao.PYSON.Len([1, 2, 3]).toString(),
+            'Len([1,2,3])');
+    });
+    QUnit.test('PYSON Composite', function() {
+        var expr = new Sao.PYSON.If(new Sao.PYSON.Not(
+            new Sao.PYSON.In('company',
+                new Sao.PYSON.Eval('context', {}))), '=', '!=');
+        var eval_ = new Sao.PYSON.Encoder().encode(
+            ['id', expr, new Sao.PYSON.Get(
+                    new Sao.PYSON.Eval('context', {}), 'company', -1)]);
+        QUnit.ok(Sao.common.compare(
+            new Sao.PYSON.Decoder({'context': {'company': 1}}).decode(eval_),
+            ['id', '!=', 1]));
+        QUnit.ok(Sao.common.compare(
+            new Sao.PYSON.Decoder({'context': {}}).decode(eval_),
+            ['id', '=', -1]));
+
+        QUnit.strictEqual(expr.toString(),
+            "If(Not(In(\"company\", Eval(\"context\", {}))), \"=\", \"!=\")");
+        });
+    QUnit.test('PYSON noeval', function() {
+        var decoder = new Sao.PYSON.Decoder({}, true);
+        var encoder = new Sao.PYSON.Encoder();
+        var noeval_tests = [
+            new Sao.PYSON.Eval('test', 0),
+            new Sao.PYSON.Not(true),
+            new Sao.PYSON.Bool('test'),
+            new Sao.PYSON.Not(true),
+            new Sao.PYSON.Bool('test'),
+            new Sao.PYSON.And(true, false, true),
+            new Sao.PYSON.Or(false, true, true),
+            new Sao.PYSON.Equal('foo', 'bar'),
+            new Sao.PYSON.Greater(1, 0),
+            new Sao.PYSON.Less(0, 1),
+            new Sao.PYSON.If(true, 'foo', 'bar'),
+            new Sao.PYSON.Get({'foo': 'bar'}, 'foo', 'default'),
+            new Sao.PYSON.In('foo', ['foo', 'bar']),
+            new Sao.PYSON.Date(),
+            new Sao.PYSON.DateTime(),
+            new Sao.PYSON.Len([1, 2, 3]),
+        ];
+        noeval_tests.forEach(function(instance) {
+            QUnit.ok(
+                Sao.common.compare(decoder.decode(encoder.encode(instance)),
+                    instance));
+        });
     });
 
     QUnit.test('DomainParser.group_operator', function() {
@@ -1303,7 +1429,11 @@
             ]],
         [[c(['Reference', null, ['foo', 'bar']])], [
             c(['reference', 'in', ['foo', 'bar']])
-            ]]
+            ]],
+        [[['OR', c(['Name', null, 'John']), c(['Name', null, 'Jane'])]],
+            ['OR', c(['name', 'ilike', '%John%']),
+                c(['name', 'ilike', '%Jane%'])
+                ]]
         ].forEach(function(test) {
             var value = test[0];
             var result = test[1];
@@ -1575,6 +1705,22 @@
             [['male', 'f'], [['male', 'female']]],
         ].forEach(test_func, field);
 
+        field = {
+            'type': 'reference',
+            'selection': [
+                ['spam', 'Spam'],
+                ['ham', 'Ham'],
+                ['', ''],
+            ]
+        };
+        [
+            ['s', ['%spam%']],
+            ['test', []],
+            ['', ['%spam%', '%ham%', '%']],
+            [null, ['%spam%', '%ham%', '%']],
+            [['spam', 'h'], [['spam', 'ham']]],
+        ].forEach(test_func, field);
+
     });
 
     QUnit.test('DomainInversion simple_inversion', function() {
-- 
tryton-sao



More information about the tryton-debian-vcs mailing list