diff --git a/general.rst b/general.rst index fbc1baf1c..7fadd6470 100644 --- a/general.rst +++ b/general.rst @@ -7,4 +7,5 @@ General .. toctree:: :titlesonly: + general/odoo_basics general/base_import \ No newline at end of file diff --git a/general/odoo_basics.rst b/general/odoo_basics.rst new file mode 100644 index 000000000..e831bc5a6 --- /dev/null +++ b/general/odoo_basics.rst @@ -0,0 +1,8 @@ +====== +BASICS +====== + +.. toctree:: + :titlesonly: + + odoo_basics/choose_language \ No newline at end of file diff --git a/general/odoo_basics/choose_language.rst b/general/odoo_basics/choose_language.rst new file mode 100644 index 000000000..948897080 --- /dev/null +++ b/general/odoo_basics/choose_language.rst @@ -0,0 +1,61 @@ +================================ +Manage Odoo in your own language +================================ + +Odoo provides you with the option to manage Odoo in different languages, +and each user can use Odoo in his own language . + +Load your desired language +========================== + +The first thing to do is to load your desired language on your Odoo +instance. + +From the general dashboard click on the **Settings** app; on the top +left of the page select :menuselection:`Translations --> Load a Translation`, +select a language to install and click on **LOAD.** + +.. image:: media/choose_language01.png + :align: center + +.. note:: + + If you check the "Websites to translate" checkbox you will have the option + to change the navigation language on your website. + +Change your language +==================== + +You can change the language to the installed language by going to the +drop-down menu at the top right side of the screen, choose +**Preferences**. + +.. image:: media/choose_language02.png + :align: center + +Then change the Language setting to your installed language and click +**SAVE.** + +.. image:: media/choose_language03.png + :align: center + +Open a new menu to view the changes. + +Change another user's language +============================== + +Odoo also gives you the possibility for each user to choose his +preferred language. + +To change the language for a different user, choose :menuselection:`Users --> Users` +from the Settings app. Here you have a list of all users and you can +choose the user who you'd like to change the language for. Select the +user and click on **Edit** in the top left corner. Under Preferences you +can change the Language to any previously installed language and click +**SAVE.** + +.. image:: media/choose_language04.png + :align: center + +.. seealso:: + * :doc:`../../website/publish/translate` diff --git a/general/odoo_basics/media/choose_language01.png b/general/odoo_basics/media/choose_language01.png new file mode 100644 index 000000000..b6f0643a4 Binary files /dev/null and b/general/odoo_basics/media/choose_language01.png differ diff --git a/general/odoo_basics/media/choose_language02.png b/general/odoo_basics/media/choose_language02.png new file mode 100644 index 000000000..3cb06fbfa Binary files /dev/null and b/general/odoo_basics/media/choose_language02.png differ diff --git a/general/odoo_basics/media/choose_language03.png b/general/odoo_basics/media/choose_language03.png new file mode 100644 index 000000000..26e4c1af4 Binary files /dev/null and b/general/odoo_basics/media/choose_language03.png differ diff --git a/general/odoo_basics/media/choose_language04.png b/general/odoo_basics/media/choose_language04.png new file mode 100644 index 000000000..5f8551b7a Binary files /dev/null and b/general/odoo_basics/media/choose_language04.png differ