-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by bguillot
- Loading branch information
Showing
27 changed files
with
1,190 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
================ | ||
Chatter Position | ||
================ | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:37fa43641cb746a03b8cb4f0492784abb34e5b511d0d318013dcee341b792da4 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html | ||
:alt: License: LGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github | ||
:target: https://github.com/OCA/web/tree/18.0/web_chatter_position | ||
:alt: OCA/web | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_chatter_position | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Configurable chatter position from the user preferences. | ||
|
||
Supports Both Community & Enterprise Edition. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
#. There's a **Chatter Position** option in **User Preferences**, where | ||
you can choose between ``auto``, ``bottom`` and ``sided``. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_chatter_position%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* Hynsys Technologies | ||
* Camptocamp | ||
* Alitec Pte Ltd | ||
|
||
Contributors | ||
------------ | ||
|
||
- Hynsys Technologies <[email protected]> | ||
- Juan Miguel Sánchez Arce <[email protected]> | ||
- `Camptocamp <https://www.camptocamp.com>`__ | ||
|
||
- Iván Todorovich <[email protected]> | ||
|
||
- `Alitec Pte Ltd <http://www.alitec.sg>`__ | ||
|
||
- Jay Patel <[email protected]> | ||
|
||
- Trobz | ||
|
||
- Tris Doan <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
.. |maintainer-trisdoan| image:: https://github.com/trisdoan.png?size=40px | ||
:target: https://github.com/trisdoan | ||
:alt: trisdoan | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-trisdoan| | ||
|
||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_chatter_position>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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 @@ | ||
from . import models |
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,23 @@ | ||
# Copyright 2022 Hynsys Technologies | ||
# Copyright 2024 Alitec Pte Ltd | ||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). | ||
|
||
{ | ||
"name": "Chatter Position", | ||
"summary": "Add an option to change the chatter position", | ||
"version": "18.0.1.0.0", | ||
"author": "Hynsys Technologies, Camptocamp, Alitec Pte Ltd," | ||
" Odoo Community Association (OCA)", | ||
"maintainers": ["trisdoan"], | ||
"website": "https://github.com/OCA/web", | ||
"license": "LGPL-3", | ||
"category": "Extra Tools", | ||
"depends": ["web", "mail"], | ||
"data": ["views/res_users.xml", "views/web.xml"], | ||
"assets": { | ||
"web.assets_backend": [ | ||
"/web_chatter_position/static/src/**/*.js", | ||
"/web_chatter_position/static/src/**/*.scss", | ||
], | ||
}, | ||
} |
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,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_chatter_position | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-11-20 12:34+0000\n" | ||
"Last-Translator: pere-aquarian <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom | ||
msgid "Bottom" | ||
msgstr "Abaix" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position | ||
msgid "Chatter Position" | ||
msgstr "Posició del chatter" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto | ||
msgid "Responsive" | ||
msgstr "Responsiu" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided | ||
msgid "Sided" | ||
msgstr "Al costat" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model,name:web_chatter_position.model_res_users | ||
msgid "User" | ||
msgstr "Usuari/ària" |
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,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_chatter_position | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-12-20 02:38+0000\n" | ||
"Last-Translator: jappi00 <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom | ||
msgid "Bottom" | ||
msgstr "Unten" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position | ||
msgid "Chatter Position" | ||
msgstr "Chatter-Position" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto | ||
msgid "Responsive" | ||
msgstr "Responsiv" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided | ||
msgid "Sided" | ||
msgstr "Seitlich" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model,name:web_chatter_position.model_res_users | ||
msgid "User" | ||
msgstr "Benutzer" |
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,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_chatter_position | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-07-20 10:15+0000\n" | ||
"Last-Translator: kikopeiro <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom | ||
msgid "Bottom" | ||
msgstr "Abajo" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position | ||
msgid "Chatter Position" | ||
msgstr "Posición del historial de comunicación" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto | ||
msgid "Responsive" | ||
msgstr "Adaptativo" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided | ||
msgid "Sided" | ||
msgstr "Lateral" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model,name:web_chatter_position.model_res_users | ||
msgid "User" | ||
msgstr "Usuario" |
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,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_chatter_position | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-03-13 14:23+0000\n" | ||
"Last-Translator: Rémi <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: fr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom | ||
msgid "Bottom" | ||
msgstr "En bas" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position | ||
msgid "Chatter Position" | ||
msgstr "Position du Chatter" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto | ||
msgid "Responsive" | ||
msgstr "Automatique" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided | ||
msgid "Sided" | ||
msgstr "A droite" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model,name:web_chatter_position.model_res_users | ||
msgid "User" | ||
msgstr "Utilisateur" |
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,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_chatter_position | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-04-03 13:22+0000\n" | ||
"Last-Translator: Bole <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: hr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " | ||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
"X-Generator: Weblate 4.14.1\n" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom | ||
msgid "Bottom" | ||
msgstr "Na dnu" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position | ||
msgid "Chatter Position" | ||
msgstr "Pozicija razgovora" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto | ||
msgid "Responsive" | ||
msgstr "Responzivno" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided | ||
msgid "Sided" | ||
msgstr "Sa strane" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model,name:web_chatter_position.model_res_users | ||
msgid "User" | ||
msgstr "Korisnik" |
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,42 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * web_chatter_position | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-11-27 11:34+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom | ||
msgid "Bottom" | ||
msgstr "In basso" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields,field_description:web_chatter_position.field_res_users__chatter_position | ||
msgid "Chatter Position" | ||
msgstr "Posizione conversazione" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto | ||
msgid "Responsive" | ||
msgstr "Responsive" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__sided | ||
msgid "Sided" | ||
msgstr "Laterale" | ||
|
||
#. module: web_chatter_position | ||
#: model:ir.model,name:web_chatter_position.model_res_users | ||
msgid "User" | ||
msgstr "Utente" |
Oops, something went wrong.