[tryton-debian-vcs] tryton-modules-dashboard branch upstream updated. upstream/4.0.1-1-gbdca9d5

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Dec 6 15:58:33 UTC 2016


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-dashboard.git;a=commitdiff;h=upstream/4.0.1-1-gbdca9d5

commit bdca9d59aa084650555926a602aec89b0edf8739
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 5 09:34:28 2016 +0100

    Adding upstream version 4.2.0.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 350f96e..24cf339 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 4.0.1 - 2016-05-11
+Version 4.2.0 - 2016-11-28
 * Bug fixes (see mercurial logs for details)
 
 Version 4.0.0 - 2016-05-02
diff --git a/INSTALL b/INSTALL
index c576b8d..ddb618e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,7 @@ site-packages directory on your system.
 For advanced options, please refer to the easy_install and/or the distutils
 documentation:
 
-  http://peak.telecommunity.com/DevCenter/EasyInstall
+  http://setuptools.readthedocs.io/en/latest/easy_install.html
   http://docs.python.org/inst/inst.html
 
 To use without installation, extract the archive into ``trytond/modules`` with
diff --git a/PKG-INFO b/PKG-INFO
index 6dbb537..e8f08eb 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_dashboard
-Version: 4.0.1
+Version: 4.2.0
 Summary: Tryton module for dashboard
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: trytond_dashboard
         =================
         
@@ -61,6 +61,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/dashboard.py b/dashboard.py
index e575dc4..cdd96b8 100644
--- a/dashboard.py
+++ b/dashboard.py
@@ -1,21 +1,17 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-from sql import Null
-from sql.conditionals import Case
-
-from trytond.model import ModelView, ModelSQL, fields
+from trytond.model import ModelView, ModelSQL, fields, sequence_ordered
 from trytond import backend
 from trytond.pyson import Eval
 
 __all__ = ['DashboardAction']
 
 
-class DashboardAction(ModelSQL, ModelView):
+class DashboardAction(sequence_ordered(), ModelSQL, ModelView):
     "Dashboard Action"
     __name__ = "dashboard.action"
     user = fields.Many2One('res.user', 'User', required=True,
             select=True)
-    sequence = fields.Integer('Sequence')
     act_window = fields.Many2One('ir.action.act_window', 'Action',
             required=True, ondelete='CASCADE', domain=[
                 ('res_model', '!=', None),
@@ -29,11 +25,6 @@ class DashboardAction(ModelSQL, ModelView):
             ])
 
     @classmethod
-    def __setup__(cls):
-        super(DashboardAction, cls).__setup__()
-        cls._order.insert(0, ('sequence', 'ASC'))
-
-    @classmethod
     def __register__(cls, module_name):
         TableHandler = backend.get('TableHandler')
         table = TableHandler(cls, module_name)
@@ -42,8 +33,3 @@ class DashboardAction(ModelSQL, ModelView):
 
         # Migration from 2.4: drop required on sequence
         table.not_null_action('sequence', action='remove')
-
-    @staticmethod
-    def order_sequence(tables):
-        table, _ = tables[None]
-        return [Case((table.sequence == Null, 0), else_=1), table.sequence]
diff --git a/locale/bg_BG.po b/locale/bg.po
similarity index 100%
rename from locale/bg_BG.po
rename to locale/bg.po
index 5317efc..a743ccb 100644
--- a/locale/bg_BG.po
+++ b/locale/bg.po
@@ -79,6 +79,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Подравнени отгоре"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Табло"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Действие на таблото"
@@ -86,7 +90,3 @@ msgstr "Действие на таблото"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Действия на табло"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Табло"
diff --git a/locale/ca_ES.po b/locale/ca.po
similarity index 94%
rename from locale/ca_ES.po
rename to locale/ca.po
index 4036385..e40f7e5 100644
--- a/locale/ca_ES.po
+++ b/locale/ca.po
@@ -8,11 +8,11 @@ msgstr "Acció"
 
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr "Data creació"
+msgstr "Data de creació"
 
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr "Usuari creació"
+msgstr "Usuari de creació"
 
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
@@ -32,11 +32,11 @@ msgstr "Usuari"
 
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr "Data modificació"
+msgstr "Data de modificació"
 
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr "Usuari modificació"
+msgstr "Usuari de modificació"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "De baix a dalt"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Escriptori"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Acció de l'escriptori"
@@ -85,7 +89,3 @@ msgstr "Acció de l'escriptori"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Accions de l'escriptori"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Escriptori"
diff --git a/locale/cs_CZ.po b/locale/cs.po
similarity index 91%
rename from locale/cs_CZ.po
rename to locale/cs.po
index 65a252d..dcec231 100644
--- a/locale/cs_CZ.po
+++ b/locale/cs.po
@@ -18,9 +18,10 @@ msgctxt "field:dashboard.action,id:"
 msgid "ID"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Namu"
 
 msgctxt "field:dashboard.action,sequence:"
 msgid "Sequence"
@@ -78,14 +79,6 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr ""
 
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
 msgctxt "view:res.user:"
 msgid "Dashboard"
 msgstr ""
diff --git a/locale/de_DE.po b/locale/de.po
similarity index 100%
rename from locale/de_DE.po
rename to locale/de.po
index b9425d4..3b06263 100644
--- a/locale/de_DE.po
+++ b/locale/de.po
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Stapel oben"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Dashboard"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Dashboard Aktion"
@@ -85,7 +89,3 @@ msgstr "Dashboard Aktion"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Dashboard Aktionen"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Dashboard"
diff --git a/locale/es_ES.po b/locale/es.po
similarity index 93%
rename from locale/es_ES.po
rename to locale/es.po
index 793f9ec..521ae1c 100644
--- a/locale/es_ES.po
+++ b/locale/es.po
@@ -8,11 +8,11 @@ msgstr "Acción"
 
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr "Fecha creación"
+msgstr "Fecha de creación"
 
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr "Usuario creación"
+msgstr "Usuario de creación"
 
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
@@ -32,11 +32,11 @@ msgstr "Usuario"
 
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr "Fecha modificación"
+msgstr "Fecha de modificación"
 
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr "Usuario modificación"
+msgstr "Usuario de modificación"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "De abajo a arriba"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Escritorio"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Acción del escritorio"
@@ -85,7 +89,3 @@ msgstr "Acción del escritorio"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Acciones del escritorio"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Escritorio"
diff --git a/locale/it_IT.po b/locale/es_419.po
similarity index 83%
copy from locale/it_IT.po
copy to locale/es_419.po
index 65a252d..773d755 100644
--- a/locale/it_IT.po
+++ b/locale/es_419.po
@@ -12,7 +12,7 @@ msgstr ""
 
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Creado por usuario"
 
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
@@ -36,31 +36,31 @@ msgstr ""
 
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Modificado por usuario"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
-msgstr ""
+msgstr "Acciones del panel de control"
 
 msgctxt "field:res.user,dashboard_layout:"
 msgid "Dashboard Layout"
-msgstr ""
+msgstr "Organización del panel de control"
 
 msgctxt "model:dashboard.action,name:"
 msgid "Dashboard Action"
-msgstr ""
+msgstr "Acción del panel de control"
 
 msgctxt "model:ir.action,name:act_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Panel de control"
 
 msgctxt "model:ir.ui.menu,name:menu_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Panel de control"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Square"
-msgstr ""
+msgstr "Cuadrado"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Bottom"
@@ -78,14 +78,6 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr ""
 
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
 msgctxt "view:res.user:"
 msgid "Dashboard"
-msgstr ""
+msgstr "Panel de control"
diff --git a/locale/es_AR.po b/locale/es_AR.po
deleted file mode 100644
index ef5a861..0000000
--- a/locale/es_AR.po
+++ /dev/null
@@ -1,91 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:dashboard.action,act_window:"
-msgid "Action"
-msgstr "Acción"
-
-msgctxt "field:dashboard.action,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:dashboard.action,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:dashboard.action,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:dashboard.action,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:dashboard.action,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:dashboard.action,user:"
-msgid "User"
-msgstr "Usuario"
-
-msgctxt "field:dashboard.action,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:dashboard.action,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "field:res.user,dashboard_actions:"
-msgid "Dashboard Actions"
-msgstr "Acciones del tablero"
-
-msgctxt "field:res.user,dashboard_layout:"
-msgid "Dashboard Layout"
-msgstr "Organización del tablero"
-
-msgctxt "model:dashboard.action,name:"
-msgid "Dashboard Action"
-msgstr "Acción del tablero"
-
-msgctxt "model:ir.action,name:act_dashboard"
-msgid "Dashboard"
-msgstr "Tablero"
-
-msgctxt "model:ir.ui.menu,name:menu_dashboard"
-msgid "Dashboard"
-msgstr "Tablero"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Square"
-msgstr "Ajustado"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Bottom"
-msgstr "De arriba a abajo"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Left"
-msgstr "De derecha a izquierda"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Right"
-msgstr "De izquierda a derecha"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Top"
-msgstr "De abajo a arriba"
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr "Acción del tablero"
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr "Acciones del tablero"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Tablero"
diff --git a/locale/es_CO.po b/locale/es_CO.po
deleted file mode 100644
index cf36ab9..0000000
--- a/locale/es_CO.po
+++ /dev/null
@@ -1,91 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:dashboard.action,act_window:"
-msgid "Action"
-msgstr "Acción"
-
-msgctxt "field:dashboard.action,create_date:"
-msgid "Create Date"
-msgstr "Fecha de Creación"
-
-msgctxt "field:dashboard.action,create_uid:"
-msgid "Create User"
-msgstr "Creado por Usuario"
-
-msgctxt "field:dashboard.action,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:dashboard.action,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:dashboard.action,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:dashboard.action,user:"
-msgid "User"
-msgstr "Usuario"
-
-msgctxt "field:dashboard.action,write_date:"
-msgid "Write Date"
-msgstr "Fecha de Modificación"
-
-msgctxt "field:dashboard.action,write_uid:"
-msgid "Write User"
-msgstr "Modificado por Usuario"
-
-msgctxt "field:res.user,dashboard_actions:"
-msgid "Dashboard Actions"
-msgstr "Acciones de Escritorio"
-
-msgctxt "field:res.user,dashboard_layout:"
-msgid "Dashboard Layout"
-msgstr "Diseño del Escritorio"
-
-msgctxt "model:dashboard.action,name:"
-msgid "Dashboard Action"
-msgstr "Acción del Escritorio"
-
-msgctxt "model:ir.action,name:act_dashboard"
-msgid "Dashboard"
-msgstr "Escritorio"
-
-msgctxt "model:ir.ui.menu,name:menu_dashboard"
-msgid "Dashboard"
-msgstr "Escritorio"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Square"
-msgstr "Cuadrado"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Bottom"
-msgstr "Al Fondo"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Left"
-msgstr "A la Izquierda"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Right"
-msgstr "A la Derecha"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Top"
-msgstr "A la Cima"
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr "Acción del Escritorio"
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr "Acciones de Escritorio"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Escritorio"
diff --git a/locale/es_EC.po b/locale/es_EC.po
deleted file mode 100644
index 85b8c33..0000000
--- a/locale/es_EC.po
+++ /dev/null
@@ -1,91 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:dashboard.action,act_window:"
-msgid "Action"
-msgstr "Acción"
-
-msgctxt "field:dashboard.action,create_date:"
-msgid "Create Date"
-msgstr "Fecha de creación"
-
-msgctxt "field:dashboard.action,create_uid:"
-msgid "Create User"
-msgstr "Creado por usuario"
-
-msgctxt "field:dashboard.action,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:dashboard.action,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:dashboard.action,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:dashboard.action,user:"
-msgid "User"
-msgstr "Usuario"
-
-msgctxt "field:dashboard.action,write_date:"
-msgid "Write Date"
-msgstr "Fecha de modificación"
-
-msgctxt "field:dashboard.action,write_uid:"
-msgid "Write User"
-msgstr "Modificado por usuario"
-
-msgctxt "field:res.user,dashboard_actions:"
-msgid "Dashboard Actions"
-msgstr "Acciones del panel de control"
-
-msgctxt "field:res.user,dashboard_layout:"
-msgid "Dashboard Layout"
-msgstr "Organización del panel de control"
-
-msgctxt "model:dashboard.action,name:"
-msgid "Dashboard Action"
-msgstr "Acción del panel de control"
-
-msgctxt "model:ir.action,name:act_dashboard"
-msgid "Dashboard"
-msgstr "Panel de control"
-
-msgctxt "model:ir.ui.menu,name:menu_dashboard"
-msgid "Dashboard"
-msgstr "Panel de Control"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Square"
-msgstr "Cuadrado"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Bottom"
-msgstr "De arriba a abajo"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Left"
-msgstr "De derecha a izquierda"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Right"
-msgstr "De izquierda a derecha"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Top"
-msgstr "De abajo a arriba"
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr "Acción del panel de control"
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr "Acciones del panel de control"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Panel de control"
diff --git a/locale/es_MX.po b/locale/es_MX.po
deleted file mode 100644
index 9b3391d..0000000
--- a/locale/es_MX.po
+++ /dev/null
@@ -1,94 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:dashboard.action,act_window:"
-msgid "Action"
-msgstr "Acción"
-
-msgctxt "field:dashboard.action,create_date:"
-msgid "Create Date"
-msgstr "Fecha creación"
-
-msgctxt "field:dashboard.action,create_uid:"
-msgid "Create User"
-msgstr "Usuario creación"
-
-msgctxt "field:dashboard.action,id:"
-msgid "ID"
-msgstr "ID"
-
-msgctxt "field:dashboard.action,rec_name:"
-msgid "Name"
-msgstr "Nombre"
-
-msgctxt "field:dashboard.action,sequence:"
-msgid "Sequence"
-msgstr "Secuencia"
-
-msgctxt "field:dashboard.action,user:"
-msgid "User"
-msgstr "Usuario"
-
-msgctxt "field:dashboard.action,write_date:"
-msgid "Write Date"
-msgstr "Fecha modificación"
-
-msgctxt "field:dashboard.action,write_uid:"
-msgid "Write User"
-msgstr "Usuario modificación"
-
-msgctxt "field:res.user,dashboard_actions:"
-msgid "Dashboard Actions"
-msgstr "Acciones del escritorio"
-
-msgctxt "field:res.user,dashboard_layout:"
-msgid "Dashboard Layout"
-msgstr "Organización del escritorio"
-
-msgctxt "model:dashboard.action,name:"
-msgid "Dashboard Action"
-msgstr "Acción del escritorio"
-
-msgctxt "model:ir.action,name:act_dashboard"
-msgid "Dashboard"
-msgstr "Escritorio"
-
-msgctxt "model:ir.ui.menu,name:menu_dashboard"
-msgid "Dashboard"
-msgstr "Escritorio"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Square"
-msgstr "Ajustado"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Bottom"
-msgstr "De arriba a abajo"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Left"
-msgstr "De derecha a izquierda"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Right"
-msgstr "De izquierda a derecha"
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Top"
-msgstr "De abajo a arriba"
-
-#, fuzzy
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr "Acción del escritorio"
-
-#, fuzzy
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr "Acciones del escritorio"
-
-#, fuzzy
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Escritorio"
diff --git a/locale/fr_FR.po b/locale/fr.po
similarity index 100%
rename from locale/fr_FR.po
rename to locale/fr.po
index 929bf0b..4c659cb 100644
--- a/locale/fr_FR.po
+++ b/locale/fr.po
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Pile haut"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Tableau de bord"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Action tableau de bord"
@@ -85,7 +89,3 @@ msgstr "Action tableau de bord"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Actions tableau de bord"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Tableau de bord"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 65a252d..df0b9ef 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -2,41 +2,50 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+#, fuzzy
 msgctxt "field:dashboard.action,act_window:"
 msgid "Action"
-msgstr ""
+msgstr "Művelet"
 
+#, fuzzy
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Létrehozás détuma"
 
+#, fuzzy
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Által létrehozva "
 
+#, fuzzy
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
+#, fuzzy
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Név"
 
+#, fuzzy
 msgctxt "field:dashboard.action,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "Számkör"
 
+#, fuzzy
 msgctxt "field:dashboard.action,user:"
 msgid "User"
-msgstr ""
+msgstr "Felhasználó"
 
+#, fuzzy
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "utolsó módosítás dátuma"
 
+#, fuzzy
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Által módosítva"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
@@ -78,14 +87,6 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr ""
 
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
 msgctxt "view:res.user:"
 msgid "Dashboard"
 msgstr ""
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 65a252d..5df6d64 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -4,88 +4,80 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:dashboard.action,act_window:"
 msgid "Action"
-msgstr ""
+msgstr "Azione"
 
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "creato il"
 
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "creato il"
 
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Nome"
 
 msgctxt "field:dashboard.action,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "Sequenza"
 
 msgctxt "field:dashboard.action,user:"
 msgid "User"
-msgstr ""
+msgstr "Utente"
 
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "modificato il"
 
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "modificato da"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
-msgstr ""
+msgstr "azioni dashboard"
 
 msgctxt "field:res.user,dashboard_layout:"
 msgid "Dashboard Layout"
-msgstr ""
+msgstr "layout dashboard"
 
 msgctxt "model:dashboard.action,name:"
 msgid "Dashboard Action"
-msgstr ""
+msgstr "azione dashboard"
 
 msgctxt "model:ir.action,name:act_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Dashboard"
 
 msgctxt "model:ir.ui.menu,name:menu_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Dashboard"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Square"
-msgstr ""
+msgstr "Quadrato"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Bottom"
-msgstr ""
+msgstr "fondo della lista"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Left"
-msgstr ""
+msgstr "lista sinistra"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Right"
-msgstr ""
+msgstr "lista destra"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
+msgstr "cima della lista"
 
 msgctxt "view:res.user:"
 msgid "Dashboard"
-msgstr ""
+msgstr "Dashboard"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 65a252d..8e42116 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -52,11 +52,11 @@ msgstr ""
 
 msgctxt "model:ir.action,name:act_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Dashboard"
 
 msgctxt "model:ir.ui.menu,name:menu_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Dashboard"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Square"
@@ -78,14 +78,7 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr ""
 
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
+#, fuzzy
 msgctxt "view:res.user:"
 msgid "Dashboard"
-msgstr ""
+msgstr "Dashboard"
diff --git a/locale/lo_LA.po b/locale/lo.po
similarity index 100%
rename from locale/lo_LA.po
rename to locale/lo.po
index 6d0faf9..30c2b93 100644
--- a/locale/lo_LA.po
+++ b/locale/lo.po
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "ແຖວຂໍ້ມູນເທິງ"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "ກະດານບັນຊາ"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "ການປະຕິບັດກະດານບັນຊາ"
@@ -85,7 +89,3 @@ msgstr "ການປະຕິບັດກະດານບັນຊາ"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "ການປະຕິບັດກະດານບັນຊາ"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "ກະດານບັນຊາ"
diff --git a/locale/ja_JP.po b/locale/lt.po
similarity index 91%
copy from locale/ja_JP.po
copy to locale/lt.po
index 65a252d..dcec231 100644
--- a/locale/ja_JP.po
+++ b/locale/lt.po
@@ -18,9 +18,10 @@ msgctxt "field:dashboard.action,id:"
 msgid "ID"
 msgstr ""
 
+#, fuzzy
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Namu"
 
 msgctxt "field:dashboard.action,sequence:"
 msgid "Sequence"
@@ -78,14 +79,6 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr ""
 
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
 msgctxt "view:res.user:"
 msgid "Dashboard"
 msgstr ""
diff --git a/locale/lt_LT.po b/locale/lt_LT.po
deleted file mode 100644
index 65a252d..0000000
--- a/locale/lt_LT.po
+++ /dev/null
@@ -1,91 +0,0 @@
-# 
-msgid ""
-msgstr "Content-Type: text/plain; charset=utf-8\n"
-
-msgctxt "field:dashboard.action,act_window:"
-msgid "Action"
-msgstr ""
-
-msgctxt "field:dashboard.action,create_date:"
-msgid "Create Date"
-msgstr ""
-
-msgctxt "field:dashboard.action,create_uid:"
-msgid "Create User"
-msgstr ""
-
-msgctxt "field:dashboard.action,id:"
-msgid "ID"
-msgstr ""
-
-msgctxt "field:dashboard.action,rec_name:"
-msgid "Name"
-msgstr ""
-
-msgctxt "field:dashboard.action,sequence:"
-msgid "Sequence"
-msgstr ""
-
-msgctxt "field:dashboard.action,user:"
-msgid "User"
-msgstr ""
-
-msgctxt "field:dashboard.action,write_date:"
-msgid "Write Date"
-msgstr ""
-
-msgctxt "field:dashboard.action,write_uid:"
-msgid "Write User"
-msgstr ""
-
-msgctxt "field:res.user,dashboard_actions:"
-msgid "Dashboard Actions"
-msgstr ""
-
-msgctxt "field:res.user,dashboard_layout:"
-msgid "Dashboard Layout"
-msgstr ""
-
-msgctxt "model:dashboard.action,name:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "model:ir.action,name:act_dashboard"
-msgid "Dashboard"
-msgstr ""
-
-msgctxt "model:ir.ui.menu,name:menu_dashboard"
-msgid "Dashboard"
-msgstr ""
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Square"
-msgstr ""
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Bottom"
-msgstr ""
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Left"
-msgstr ""
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Right"
-msgstr ""
-
-msgctxt "selection:res.user,dashboard_layout:"
-msgid "Stack Top"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr ""
diff --git a/locale/nl_NL.po b/locale/nl.po
similarity index 93%
rename from locale/nl_NL.po
rename to locale/nl.po
index b4e7875..d96077e 100644
--- a/locale/nl_NL.po
+++ b/locale/nl.po
@@ -6,17 +6,20 @@ msgctxt "field:dashboard.action,act_window:"
 msgid "Action"
 msgstr "Actie"
 
+#, fuzzy
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Datum"
 
+#, fuzzy
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Gebruiker"
 
+#, fuzzy
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
@@ -30,13 +33,15 @@ msgctxt "field:dashboard.action,user:"
 msgid "User"
 msgstr "Gebruiker"
 
+#, fuzzy
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Schrijfdatum"
 
+#, fuzzy
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Gebruiker"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
@@ -79,6 +84,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Stapel boven"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Prikbord"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Prikbord actie"
@@ -86,7 +95,3 @@ msgstr "Prikbord actie"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Prikbord acties"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Prikbord"
diff --git a/locale/ja_JP.po b/locale/pl.po
similarity index 77%
copy from locale/ja_JP.po
copy to locale/pl.po
index 65a252d..a481186 100644
--- a/locale/ja_JP.po
+++ b/locale/pl.po
@@ -4,88 +4,80 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:dashboard.action,act_window:"
 msgid "Action"
-msgstr ""
+msgstr "Akcja"
 
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
 
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
 
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
-msgstr ""
+msgstr "ID"
 
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "Nazwa"
 
 msgctxt "field:dashboard.action,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "Kolejność"
 
 msgctxt "field:dashboard.action,user:"
 msgid "User"
-msgstr ""
+msgstr "Użytkownik"
 
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
 
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
-msgstr ""
+msgstr "Akcje pulpitu"
 
 msgctxt "field:res.user,dashboard_layout:"
 msgid "Dashboard Layout"
-msgstr ""
+msgstr "Układ pulpitu"
 
 msgctxt "model:dashboard.action,name:"
 msgid "Dashboard Action"
-msgstr ""
+msgstr "Akcja pulpitu"
 
 msgctxt "model:ir.action,name:act_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Pulpit"
 
 msgctxt "model:ir.ui.menu,name:menu_dashboard"
 msgid "Dashboard"
-msgstr ""
+msgstr "Pulpit"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Square"
-msgstr ""
+msgstr "Kwadrat"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Bottom"
-msgstr ""
+msgstr "Stos u dołu"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Left"
-msgstr ""
+msgstr "Stos z lewej"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Right"
-msgstr ""
+msgstr "Stos z prawej"
 
 msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
+msgstr "Stos u góry"
 
 msgctxt "view:res.user:"
 msgid "Dashboard"
-msgstr ""
+msgstr "Pulpit"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 646aa82..d9438e3 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Empilhar no Topo"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Painel"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Ação do Painel"
@@ -85,7 +89,3 @@ msgstr "Ação do Painel"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Ações do Painel"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Painel"
diff --git a/locale/ru_RU.po b/locale/ru.po
similarity index 100%
rename from locale/ru_RU.po
rename to locale/ru.po
index 65ae553..0aa0f1f 100644
--- a/locale/ru_RU.po
+++ b/locale/ru.po
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Выровнять вверх"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Информационная панель"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Панель действия"
@@ -85,7 +89,3 @@ msgstr "Панель действия"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Панель действий"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Информационная панель"
diff --git a/locale/sl_SI.po b/locale/sl.po
similarity index 100%
rename from locale/sl_SI.po
rename to locale/sl.po
index 291aca0..ddaff54 100644
--- a/locale/sl_SI.po
+++ b/locale/sl.po
@@ -78,6 +78,10 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr "Zloženo na vrhu"
 
+msgctxt "view:res.user:"
+msgid "Dashboard"
+msgstr "Delovna tabla"
+
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Action"
 msgstr "Ukrep delovne table"
@@ -85,7 +89,3 @@ msgstr "Ukrep delovne table"
 msgctxt "view:dashboard.action:"
 msgid "Dashboard Actions"
 msgstr "Ukrepi delovne table"
-
-msgctxt "view:res.user:"
-msgid "Dashboard"
-msgstr "Delovna tabla"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 65a252d..7a0a1a5 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -2,41 +2,50 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=utf-8\n"
 
+#, fuzzy
 msgctxt "field:dashboard.action,act_window:"
 msgid "Action"
-msgstr ""
+msgstr "操作"
 
+#, fuzzy
 msgctxt "field:dashboard.action,create_date:"
 msgid "Create Date"
-msgstr ""
+msgstr "创建日期:"
 
+#, fuzzy
 msgctxt "field:dashboard.action,create_uid:"
 msgid "Create User"
-msgstr ""
+msgstr "添加用户"
 
+#, fuzzy
 msgctxt "field:dashboard.action,id:"
 msgid "ID"
-msgstr ""
+msgstr "编号"
 
+#, fuzzy
 msgctxt "field:dashboard.action,rec_name:"
 msgid "Name"
-msgstr ""
+msgstr "纳木"
 
+#, fuzzy
 msgctxt "field:dashboard.action,sequence:"
 msgid "Sequence"
-msgstr ""
+msgstr "序列"
 
+#, fuzzy
 msgctxt "field:dashboard.action,user:"
 msgid "User"
-msgstr ""
+msgstr "用户"
 
+#, fuzzy
 msgctxt "field:dashboard.action,write_date:"
 msgid "Write Date"
-msgstr ""
+msgstr "写入日期"
 
+#, fuzzy
 msgctxt "field:dashboard.action,write_uid:"
 msgid "Write User"
-msgstr ""
+msgstr "写入帐号"
 
 msgctxt "field:res.user,dashboard_actions:"
 msgid "Dashboard Actions"
@@ -78,14 +87,6 @@ msgctxt "selection:res.user,dashboard_layout:"
 msgid "Stack Top"
 msgstr ""
 
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Action"
-msgstr ""
-
-msgctxt "view:dashboard.action:"
-msgid "Dashboard Actions"
-msgstr ""
-
 msgctxt "view:res.user:"
 msgid "Dashboard"
 msgstr ""
diff --git a/setup.py b/setup.py
index 629c30b..eb1e7f3 100644
--- a/setup.py
+++ b/setup.py
@@ -88,6 +88,7 @@ setup(name=name,
         'Natural Language :: German',
         'Natural Language :: Hungarian',
         'Natural Language :: Italian',
+        'Natural Language :: Polish',
         'Natural Language :: Portuguese (Brazilian)',
         'Natural Language :: Russian',
         'Natural Language :: Slovenian',
diff --git a/tryton.cfg b/tryton.cfg
index 2121d87..8ae8baa 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.1
+version=4.2.0
 depends:
     ir
     res
diff --git a/trytond_dashboard.egg-info/PKG-INFO b/trytond_dashboard.egg-info/PKG-INFO
index ac64257..206face 100644
--- a/trytond_dashboard.egg-info/PKG-INFO
+++ b/trytond_dashboard.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-dashboard
-Version: 4.0.1
+Version: 4.2.0
 Summary: Tryton module for dashboard
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/4.0/
+Download-URL: http://downloads.tryton.org/4.2/
 Description: trytond_dashboard
         =================
         
@@ -61,6 +61,7 @@ Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Hungarian
 Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Polish
 Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
diff --git a/trytond_dashboard.egg-info/SOURCES.txt b/trytond_dashboard.egg-info/SOURCES.txt
index d66f9d4..2ebfa4b 100644
--- a/trytond_dashboard.egg-info/SOURCES.txt
+++ b/trytond_dashboard.egg-info/SOURCES.txt
@@ -17,25 +17,23 @@ tryton.cfg
 ./res.py
 ./res.xml
 ./tryton.cfg
-./locale/bg_BG.po
-./locale/ca_ES.po
-./locale/cs_CZ.po
-./locale/de_DE.po
-./locale/es_AR.po
-./locale/es_CO.po
-./locale/es_EC.po
-./locale/es_ES.po
-./locale/es_MX.po
-./locale/fr_FR.po
+./locale/bg.po
+./locale/ca.po
+./locale/cs.po
+./locale/de.po
+./locale/es.po
+./locale/es_419.po
+./locale/fr.po
 ./locale/hu_HU.po
 ./locale/it_IT.po
 ./locale/ja_JP.po
-./locale/lo_LA.po
-./locale/lt_LT.po
-./locale/nl_NL.po
+./locale/lo.po
+./locale/lt.po
+./locale/nl.po
+./locale/pl.po
 ./locale/pt_BR.po
-./locale/ru_RU.po
-./locale/sl_SI.po
+./locale/ru.po
+./locale/sl.po
 ./locale/zh_CN.po
 ./tests/__init__.py
 ./tests/test_dashboard.py
@@ -45,25 +43,23 @@ tryton.cfg
 ./view/dashboard.xml
 ./view/user_form.xml
 ./view/user_form_preferences.xml
-locale/bg_BG.po
-locale/ca_ES.po
-locale/cs_CZ.po
-locale/de_DE.po
-locale/es_AR.po
-locale/es_CO.po
-locale/es_EC.po
-locale/es_ES.po
-locale/es_MX.po
-locale/fr_FR.po
+locale/bg.po
+locale/ca.po
+locale/cs.po
+locale/de.po
+locale/es.po
+locale/es_419.po
+locale/fr.po
 locale/hu_HU.po
 locale/it_IT.po
 locale/ja_JP.po
-locale/lo_LA.po
-locale/lt_LT.po
-locale/nl_NL.po
+locale/lo.po
+locale/lt.po
+locale/nl.po
+locale/pl.po
 locale/pt_BR.po
-locale/ru_RU.po
-locale/sl_SI.po
+locale/ru.po
+locale/sl.po
 locale/zh_CN.po
 trytond_dashboard.egg-info/PKG-INFO
 trytond_dashboard.egg-info/SOURCES.txt
diff --git a/trytond_dashboard.egg-info/requires.txt b/trytond_dashboard.egg-info/requires.txt
index ef36d4f..1784d54 100644
--- a/trytond_dashboard.egg-info/requires.txt
+++ b/trytond_dashboard.egg-info/requires.txt
@@ -1,3 +1,3 @@
 lxml
 python-sql >= 0.4
-trytond >= 4.0, < 4.1
+trytond >= 4.2, < 4.3
diff --git a/view/action_form.xml b/view/action_form.xml
index 8eafbc5..f6d8862 100644
--- a/view/action_form.xml
+++ b/view/action_form.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
-<form string="Dashboard Action">
+<form>
     <label name="user"/>
     <field name="user"/>
     <newline/>
diff --git a/view/action_tree.xml b/view/action_tree.xml
index ea37df2..e56a8b8 100644
--- a/view/action_tree.xml
+++ b/view/action_tree.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
-<tree string="Dashboard Actions">
+<tree>
     <field name="user"/>
     <field name="sequence"/>
     <field name="act_window"/>
diff --git a/view/action_tree_sequence.xml b/view/action_tree_sequence.xml
index 2978752..9977313 100644
--- a/view/action_tree_sequence.xml
+++ b/view/action_tree_sequence.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
-<tree string="Dashboard Actions" sequence="sequence">
+<tree sequence="sequence">
     <field name="act_window" expand="1"/>
 </tree>
diff --git a/view/dashboard.xml b/view/dashboard.xml
index 9ca6f3c..64dda36 100644
--- a/view/dashboard.xml
+++ b/view/dashboard.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
-<board string="Dashboard">
+<board>
 </board>
-- 
tryton-modules-dashboard



More information about the tryton-debian-vcs mailing list