-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge
- Loading branch information
Showing
18 changed files
with
193 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__import__('pkg_resources').declare_namespace(__name__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__import__('pkg_resources').declare_namespace(__name__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../web_dialog_size |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__import__('pkg_resources').declare_namespace(__name__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__import__('pkg_resources').declare_namespace(__name__) |
1 change: 1 addition & 0 deletions
1
setup/web_searchbar_full_width/odoo/addons/web_searchbar_full_width
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../web_searchbar_full_width |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_export_view | ||
# | ||
# Translators: | ||
# Niki Waibel <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-02-03 01:37+0000\n" | ||
"PO-Revision-Date: 2017-02-03 01:37+0000\n" | ||
"Last-Translator: Niki Waibel <[email protected]>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: web_export_view | ||
#. openerp-web | ||
#: code:addons/web_export_view/static/src/xml/web_export_view_template.xml:6 | ||
#, python-format | ||
msgid "Export xls" | ||
msgstr "Exportiere xls" | ||
|
||
#. module: web_export_view | ||
#. openerp-web | ||
#: code:addons/web_export_view/static/src/js/web_export_view.js:66 | ||
#, python-format | ||
msgid "False" | ||
msgstr "Falsch" | ||
|
||
#. module: web_export_view | ||
#. openerp-web | ||
#: code:addons/web_export_view/static/src/js/web_export_view.js:63 | ||
#, python-format | ||
msgid "True" | ||
msgstr "Richtig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_notify | ||
# | ||
# Translators: | ||
# Niki Waibel <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-02-03 01:37+0000\n" | ||
"PO-Revision-Date: 2017-02-03 01:37+0000\n" | ||
"Last-Translator: Niki Waibel <[email protected]>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: web_notify | ||
#: code:addons/web_notify/models/res_users.py:27 | ||
#, python-format | ||
msgid "Information" | ||
msgstr "Information" | ||
|
||
#. module: web_notify | ||
#: model:ir.model.fields,field_description:web_notify.field_res_users_notify_info_channel_name | ||
msgid "Notify info channel name" | ||
msgstr "Name des Informationen-Kanals" | ||
|
||
#. module: web_notify | ||
#: model:ir.model.fields,field_description:web_notify.field_res_users_notify_warning_channel_name | ||
msgid "Notify warning channel name" | ||
msgstr "Name des Warnungen-Kanals" | ||
|
||
#. module: web_notify | ||
#: model:ir.model,name:web_notify.model_res_users | ||
msgid "Users" | ||
msgstr "Benutzer" | ||
|
||
#. module: web_notify | ||
#: code:addons/web_notify/models/res_users.py:33 | ||
#, python-format | ||
msgid "Warning" | ||
msgstr "Warnung" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_responsive | ||
# | ||
# Translators: | ||
# Niki Waibel <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-02-03 01:37+0000\n" | ||
"PO-Revision-Date: 2017-02-03 01:37+0000\n" | ||
"Last-Translator: Niki Waibel <[email protected]>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: web_responsive | ||
#: model:ir.ui.view,arch_db:web_responsive.webclient_bootstrap | ||
msgid "<span class=\"sr-only\">Toggle App Drawer</span>" | ||
msgstr "<span class=\"sr-only\">App Ordner umschalten</span>" | ||
|
||
#. module: web_responsive | ||
#: model:ir.ui.view,arch_db:web_responsive.webclient_bootstrap | ||
msgid "<span class=\"sr-only\">Toggle Navigation</span>" | ||
msgstr "<span class=\"sr-only\">Navigation umschalten</span>" | ||
|
||
#. module: web_responsive | ||
#: model:ir.ui.view,arch_db:web_responsive.menu | ||
msgid "Apps" | ||
msgstr "Apps" | ||
|
||
#. module: web_responsive | ||
#: model:ir.ui.view,arch_db:web_responsive.menu | ||
msgid "More <b class=\"caret\"/>" | ||
msgstr "Mehr <b class=\"caret\"/>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 12 additions & 4 deletions
16
web_searchbar_full_width/static/src/css/web_searchbar_full_width.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
.openerp .oe-control-panel .oe-cp-title { | ||
.o_control_panel .breadcrumb { | ||
width: 100%; | ||
margin-bottom: 5px; | ||
} | ||
.openerp .oe-control-panel .oe-cp-search-view { | ||
padding-top: 0px; | ||
padding-bottom: 3px; | ||
|
||
.o_control_panel .o_cp_searchview { | ||
width: 100%; | ||
} | ||
|
||
.o_control_panel .o_cp_left { | ||
width: 45%; | ||
} | ||
|
||
.o_control_panel .o_cp_right { | ||
width: 55%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_x2many_delete_all | ||
# | ||
# Translators: | ||
# Niki Waibel <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-02-03 01:37+0000\n" | ||
"PO-Revision-Date: 2017-02-03 01:37+0000\n" | ||
"Last-Translator: Niki Waibel <[email protected]>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: web_x2many_delete_all | ||
#. openerp-web | ||
#: code:addons/web_x2many_delete_all/static/src/xml/web_x2many_delete_all.xml:8 | ||
#, python-format | ||
msgid "Delete all" | ||
msgstr "Alles löschen" |