[I18N] *: export 15.0 translations

closes odoo/documentation#7436

X-original-commit: 8392361ef0
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
This commit is contained in:
Martin Trigaux (mat) 2024-01-18 11:23:43 +00:00
parent 86d3eddde4
commit 1b1941563d
9 changed files with 2867 additions and 1134 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo saas-15.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-19 07:46+0000\n"
"POT-Creation-Date: 2024-01-19 06:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -821,6 +821,90 @@ msgstr ""
msgid "If you don't have access/manage your email server, use :ref:`inbound messages <email_communication/inbound_messages>`."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:3
msgid "Geo IP"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:6
msgid "This documentation only applies to On-premise databases."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:9
msgid "Installation"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:12
msgid "Please note that the installation depends on your computer's operating system and distribution. We will assume that a Linux operating system is being used."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:18
msgid "Install `geoip2 <https://pypi.org/project/geoip2/>`__ Python library"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:20
msgid "Download the `GeoLite2 City database <https://dev.maxmind.com/geoip/geoip2/geolite2/>`_. You should end up with a file called ``GeoLite2-City.mmdb``"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:25
msgid "Move the file to the folder ``/usr/share/GeoIP/``"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:27
msgid "Restart the server"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:30
msgid "If you can't/don't want to locate the geoip database in ``/usr/share/GeoIP/``, you can use the ``--geoip-db`` option of the Odoo command line interface. This option takes the absolute path to the GeoIP database file and uses it as the GeoIP database. For example:"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:39
msgid ":doc:`CLI documentation </developer/reference/cli>`."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:42
msgid "``GeoIP`` Python library can also be used. However this version is discontinued since January 1. See `GeoLite Legacy databases are now discontinued <https://support.maxmind.com/geolite-legacy-discontinuation-notice/>`_"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:47
msgid "How to test GeoIP geolocation in your Odoo website"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:49
msgid "Go to your website. Open the web page that you want to test ``GeoIP``."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:50
msgid "Choose :menuselection:`Customize --> HTML/CSS/JS Editor`."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:51
msgid "Add the following piece of XML in the page :"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:57
msgid "You should end up with a dictionary indicating the location of the IP address."
msgstr ""
#: ../../content/administration/install/geo_ip.rst:63
msgid "If the curly braces are empty ``{}``, it can be for any of the following reasons :"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:65
msgid "The browsing IP address is the localhost (``127.0.0.1``) or a local area network one (``192.168.*.*``)"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:67
msgid "If a reversed proxy is used, make sure to configure it correctly. See :option:`proxy mode <odoo-bin --proxy-mode>`"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:69
msgid "``geoip2`` is not installed or the GeoIP database file wasn't found"
msgstr ""
#: ../../content/administration/install/geo_ip.rst:70
msgid "The GeoIP database was unable to resolve the given IP address"
msgstr ""
#: ../../content/administration/install/online.rst:3
msgid "Online"
msgstr ""
@ -3079,11 +3163,11 @@ msgid "To remove users, select them and click :guilabel:`Remove`."
msgstr ""
#: ../../content/administration/maintain/odoo_online.rst:132
msgid ":doc:`../../applications/general/users/manage_users`"
msgid ":doc:`/applications/general/users/manage_users`"
msgstr ""
#: ../../content/administration/maintain/odoo_online.rst:133
msgid ":doc:`../../applications/general/users/delete_account`"
msgid ":doc:`/applications/general/users/odoo_account`"
msgstr ""
#: ../../content/administration/maintain/on_premise.rst:3

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo saas-15.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-19 07:46+0000\n"
"POT-Creation-Date: 2024-01-19 06:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3079,7 +3079,7 @@ msgid ":option:`--addons-path <odoo-bin --addons-path>`"
msgstr ""
#: ../../content/developer/howtos/website_themes/setup.rst:213
#: ../../content/developer/reference/cli.rst:799
#: ../../content/developer/reference/cli.rst:798
msgid "Comma-separated list of directories in which modules are stored. These directories are scanned for modules."
msgstr ""
@ -13011,443 +13011,443 @@ msgid "Logging"
msgstr ""
#: ../../content/developer/reference/cli.rst:454
msgid "By default, Odoo displays all logging of level_ ``info`` except for workflow logging (``warning`` only), and log output is sent to ``stdout``. Various options are available to redirect logging to other destinations and to customize the amount of logging output."
msgid "By default, Odoo displays all logging of level_ ``INFO``, ``WARNING`` and ``ERROR``. All logs independently of the level are output on ``stderr``. Various options are available to redirect logging to other destinations and to customize the verbosity."
msgstr ""
#: ../../content/developer/reference/cli.rst:461
msgid "sends logging output to the specified file instead of stdout. On Unix, the file `can be managed by external log rotation programs <https://docs.python.org/3/library/logging.handlers.html#watchedfilehandler>`_ and will automatically be reopened when replaced"
#: ../../content/developer/reference/cli.rst:460
msgid "sends logging output to the specified file instead of ``stderr``. On Unix, the file `can be managed by external log rotation programs <https://docs.python.org/3/library/logging.handlers.html#watchedfilehandler>`_ and will automatically be reopened when replaced"
msgstr ""
#: ../../content/developer/reference/cli.rst:468
#: ../../content/developer/reference/cli.rst:467
msgid "logs to the system's event logger: `syslog on unices <https://docs.python.org/3/library/logging.handlers.html#sysloghandler>`_ and `the Event Log on Windows <https://docs.python.org/3/library/logging.handlers.html#nteventloghandler>`_."
msgstr ""
#: ../../content/developer/reference/cli.rst:471
#: ../../content/developer/reference/cli.rst:470
msgid "Neither is configurable"
msgstr ""
#: ../../content/developer/reference/cli.rst:475
#: ../../content/developer/reference/cli.rst:474
msgid "logs to the ``ir.logging`` model (``ir_logging`` table) of the specified database. The database can be the name of a database in the \"current\" PostgreSQL, or `a PostgreSQL URI`_ for e.g. log aggregation."
msgstr ""
#: ../../content/developer/reference/cli.rst:481
#: ../../content/developer/reference/cli.rst:480
msgid ":samp:`{LOGGER}:{LEVEL}`, enables ``LOGGER`` at the provided ``LEVEL`` e.g. ``odoo.models:DEBUG`` will enable all logging messages at or above ``DEBUG`` level in the models."
msgstr ""
#: ../../content/developer/reference/cli.rst:485
#: ../../content/developer/reference/cli.rst:484
msgid "The colon ``:`` is mandatory"
msgstr ""
#: ../../content/developer/reference/cli.rst:486
#: ../../content/developer/reference/cli.rst:485
msgid "The logger can be omitted to configure the root (default) handler"
msgstr ""
#: ../../content/developer/reference/cli.rst:487
#: ../../content/developer/reference/cli.rst:486
msgid "If the level is omitted, the logger is set to ``INFO``"
msgstr ""
#: ../../content/developer/reference/cli.rst:489
#: ../../content/developer/reference/cli.rst:488
msgid "The option can be repeated to configure multiple loggers e.g."
msgstr ""
#: ../../content/developer/reference/cli.rst:497
#: ../../content/developer/reference/cli.rst:496
msgid "enable DEBUG logging for RPC requests, equivalent to ``--log-handler=odoo.http.rpc.request:DEBUG``"
msgstr ""
#: ../../content/developer/reference/cli.rst:502
#: ../../content/developer/reference/cli.rst:501
msgid "enable DEBUG logging for RPC responses, equivalent to ``--log-handler=odoo.http.rpc.response:DEBUG``"
msgstr ""
#: ../../content/developer/reference/cli.rst:507
#: ../../content/developer/reference/cli.rst:506
msgid "enables DEBUG logging of HTTP requests and responses, equivalent to ``--log-handler=odoo.http:DEBUG``"
msgstr ""
#: ../../content/developer/reference/cli.rst:512
#: ../../content/developer/reference/cli.rst:511
msgid "enables DEBUG logging of SQL querying, equivalent to ``--log-handler=odoo.sql_db:DEBUG``"
msgstr ""
#: ../../content/developer/reference/cli.rst:517
#: ../../content/developer/reference/cli.rst:516
msgid "Shortcut to more easily set predefined levels on specific loggers. \"real\" levels (``critical``, ``error``, ``warn``, ``debug``) are set on the ``odoo`` and ``werkzeug`` loggers (except for ``debug`` which is only set on ``odoo``)."
msgstr ""
#: ../../content/developer/reference/cli.rst:522
#: ../../content/developer/reference/cli.rst:521
msgid "Odoo also provides debugging pseudo-levels which apply to different sets of loggers:"
msgstr ""
#: ../../content/developer/reference/cli.rst:527
#: ../../content/developer/reference/cli.rst:526
msgid "``debug_sql``"
msgstr ""
#: ../../content/developer/reference/cli.rst:526
#: ../../content/developer/reference/cli.rst:525
msgid "sets the SQL logger to ``debug``"
msgstr ""
#: ../../content/developer/reference/cli.rst:528
#: ../../content/developer/reference/cli.rst:527
msgid "equivalent to ``--log-sql``"
msgstr ""
#: ../../content/developer/reference/cli.rst:531
#: ../../content/developer/reference/cli.rst:530
msgid "``debug_rpc``"
msgstr ""
#: ../../content/developer/reference/cli.rst:530
#: ../../content/developer/reference/cli.rst:529
msgid "sets the ``odoo`` and HTTP request loggers to ``debug``"
msgstr ""
#: ../../content/developer/reference/cli.rst:532
#: ../../content/developer/reference/cli.rst:531
msgid "equivalent to ``--log-level debug --log-request``"
msgstr ""
#: ../../content/developer/reference/cli.rst:537
#: ../../content/developer/reference/cli.rst:536
msgid "``debug_rpc_answer``"
msgstr ""
#: ../../content/developer/reference/cli.rst:534
#: ../../content/developer/reference/cli.rst:533
msgid "sets the ``odoo`` and HTTP request and response loggers to ``debug``"
msgstr ""
#: ../../content/developer/reference/cli.rst:537
#: ../../content/developer/reference/cli.rst:536
msgid "equivalent to ``--log-level debug --log-request --log-response``"
msgstr ""
#: ../../content/developer/reference/cli.rst:541
#: ../../content/developer/reference/cli.rst:540
msgid "In case of conflict between :option:`--log-level` and :option:`--log-handler`, the latter is used"
msgstr ""
#: ../../content/developer/reference/cli.rst:547
#: ../../content/developer/reference/cli.rst:546
msgid "Multiprocessing"
msgstr ""
#: ../../content/developer/reference/cli.rst:551
#: ../../content/developer/reference/cli.rst:550
msgid "if ``count`` is not 0 (the default), enables multiprocessing and sets up the specified number of HTTP workers (sub-processes processing HTTP and RPC requests)."
msgstr ""
#: ../../content/developer/reference/cli.rst:555
#: ../../content/developer/reference/cli.rst:554
msgid "multiprocessing mode is only available on Unix-based systems"
msgstr ""
#: ../../content/developer/reference/cli.rst:557
#: ../../content/developer/reference/cli.rst:556
msgid "A number of options allow limiting and recycling workers:"
msgstr ""
#: ../../content/developer/reference/cli.rst:561
#: ../../content/developer/reference/cli.rst:560
msgid "Number of requests a worker will process before being recycled and restarted."
msgstr ""
#: ../../content/developer/reference/cli.rst:564
#: ../../content/developer/reference/cli.rst:563
msgid "Defaults to *8196*."
msgstr ""
#: ../../content/developer/reference/cli.rst:568
#: ../../content/developer/reference/cli.rst:567
msgid "Maximum allowed virtual memory per worker in bytes. If the limit is exceeded, the worker is killed and recycled at the end of the current request."
msgstr ""
#: ../../content/developer/reference/cli.rst:571
#: ../../content/developer/reference/cli.rst:570
msgid "Defaults to *2048MiB (2048\\*1024\\*1024B)*."
msgstr ""
#: ../../content/developer/reference/cli.rst:575
#: ../../content/developer/reference/cli.rst:574
msgid "Hard limit on virtual memory in bytes, any worker exceeding the limit will be immediately killed without waiting for the end of the current request processing."
msgstr ""
#: ../../content/developer/reference/cli.rst:579
#: ../../content/developer/reference/cli.rst:578
msgid "Defaults to *2560MiB (2560\\*1024\\*1024B)*."
msgstr ""
#: ../../content/developer/reference/cli.rst:583
#: ../../content/developer/reference/cli.rst:582
msgid "Prevents the worker from using more than <limit> CPU seconds for each request. If the limit is exceeded, the worker is killed."
msgstr ""
#: ../../content/developer/reference/cli.rst:586
#: ../../content/developer/reference/cli.rst:585
msgid "Defaults to *60*."
msgstr ""
#: ../../content/developer/reference/cli.rst:590
#: ../../content/developer/reference/cli.rst:589
msgid "Prevents the worker from taking longer than <limit> seconds to process a request. If the limit is exceeded, the worker is killed."
msgstr ""
#: ../../content/developer/reference/cli.rst:593
#: ../../content/developer/reference/cli.rst:592
msgid "Differs from :option:`--limit-time-cpu` in that this is a \"wall time\" limit including e.g. SQL queries."
msgstr ""
#: ../../content/developer/reference/cli.rst:596
#: ../../content/developer/reference/cli.rst:595
msgid "Defaults to *120*."
msgstr ""
#: ../../content/developer/reference/cli.rst:600
#: ../../content/developer/reference/cli.rst:599
msgid "number of workers dedicated to :ref:`cron <reference/actions/cron>` jobs. Defaults to *2*. The workers are threads in multi-threading mode and processes in multi-processing mode."
msgstr ""
#: ../../content/developer/reference/cli.rst:603
#: ../../content/developer/reference/cli.rst:602
msgid "For multi-processing mode, this is in addition to the HTTP worker processes."
msgstr ""
#: ../../content/developer/reference/cli.rst:608
#: ../../content/developer/reference/cli.rst:607
msgid "Configuration file"
msgstr ""
#: ../../content/developer/reference/cli.rst:612
#: ../../content/developer/reference/cli.rst:611
msgid "Most of the command-line options can also be specified via a configuration file. Most of the time, they use similar names with the prefix ``-`` removed and other ``-`` are replaced by ``_`` e.g. :option:`--db-template` becomes ``db_template``."
msgstr ""
#: ../../content/developer/reference/cli.rst:617
#: ../../content/developer/reference/cli.rst:616
msgid "Some conversions don't match the pattern:"
msgstr ""
#: ../../content/developer/reference/cli.rst:619
#: ../../content/developer/reference/cli.rst:618
msgid ":option:`--db-filter` becomes ``dbfilter``"
msgstr ""
#: ../../content/developer/reference/cli.rst:620
#: ../../content/developer/reference/cli.rst:619
msgid ":option:`--no-http` corresponds to the ``http_enable`` boolean"
msgstr ""
#: ../../content/developer/reference/cli.rst:621
#: ../../content/developer/reference/cli.rst:620
msgid "logging presets (all options starting with ``--log-`` except for :option:`--log-handler` and :option:`--log-db`) just add content to ``log_handler``, use that directly in the configuration file"
msgstr ""
#: ../../content/developer/reference/cli.rst:624
#: ../../content/developer/reference/cli.rst:623
msgid ":option:`--smtp` is stored as ``smtp_server``"
msgstr ""
#: ../../content/developer/reference/cli.rst:625
#: ../../content/developer/reference/cli.rst:624
msgid ":option:`--database` is stored as ``db_name``"
msgstr ""
#: ../../content/developer/reference/cli.rst:626
#: ../../content/developer/reference/cli.rst:625
msgid ":option:`--i18n-import` and :option:`--i18n-export` aren't available at all from configuration files"
msgstr ""
#: ../../content/developer/reference/cli.rst:631
#: ../../content/developer/reference/cli.rst:630
msgid "The default configuration file is :file:`{$HOME}/.odoorc` which can be overridden using :option:`--config <odoo-bin -c>`. Specifying :option:`--save <odoo-bin -s>` will save the current configuration state back to that file. The configuration items relative to the command-line are to be specified in the section ``[options]``."
msgstr ""
#: ../../content/developer/reference/cli.rst:637
#: ../../content/developer/reference/cli.rst:636
msgid "Here is a sample file:"
msgstr ""
#: ../../content/developer/reference/cli.rst:662
#: ../../content/developer/reference/cli.rst:661
msgid "Shell"
msgstr ""
#: ../../content/developer/reference/cli.rst:664
#: ../../content/developer/reference/cli.rst:663
msgid "Odoo command-line also allows to launch odoo as a python console environment. This enables direct interaction with the :ref:`orm <reference/orm>` and its functionalities."
msgstr ""
#: ../../content/developer/reference/cli.rst:674
#: ../../content/developer/reference/cli.rst:673
msgid "Specify a preferred REPL to use in shell mode."
msgstr ""
#: ../../content/developer/reference/cli.rst:680
#: ../../content/developer/reference/cli.rst:679
msgid "Scaffolding"
msgstr ""
#: ../../content/developer/reference/cli.rst:684
#: ../../content/developer/reference/cli.rst:683
msgid "Scaffolding is the automated creation of a skeleton structure to simplify bootstrapping (of new modules, in the case of Odoo). While not necessary it avoids the tedium of setting up basic structures and looking up what all starting requirements are."
msgstr ""
#: ../../content/developer/reference/cli.rst:689
#: ../../content/developer/reference/cli.rst:688
msgid "Scaffolding is available via the :command:`odoo-bin scaffold` subcommand."
msgstr ""
#: ../../content/developer/reference/cli.rst:697
#: ../../content/developer/reference/cli.rst:696
msgid "the name of the module to create, may munged in various manners to generate programmatic names (e.g. module directory name, model names, …)"
msgstr ""
#: ../../content/developer/reference/cli.rst:702
#: ../../content/developer/reference/cli.rst:701
msgid "directory in which to create the new module, defaults to the current directory"
msgstr ""
#: ../../content/developer/reference/cli.rst:707
#: ../../content/developer/reference/cli.rst:706
msgid "a template directory, files are passed through jinja2_ then copied to the ``destination`` directory"
msgstr ""
#: ../../content/developer/reference/cli.rst:711
#: ../../content/developer/reference/cli.rst:710
msgid "This will create module *my_module* in directory */addons/*."
msgstr ""
#: ../../content/developer/reference/cli.rst:716
#: ../../content/developer/reference/cli.rst:715
msgid "Database Population"
msgstr ""
#: ../../content/developer/reference/cli.rst:720
#: ../../content/developer/reference/cli.rst:719
msgid "Odoo CLI supports database population features. If the feature is :ref:`implemented on a given model <reference/performance/populate/methods>`, it allows automatic data generation of the model's records to test your modules in databases containing non-trivial amounts of records."
msgstr ""
#: ../../content/developer/reference/cli.rst:731
#: ../../content/developer/reference/cli.rst:730
msgid "list of models for which the database should be filled"
msgstr ""
#: ../../content/developer/reference/cli.rst:735
#: ../../content/developer/reference/cli.rst:734
msgid "population size, the actual records number depends on the model's `_populate_sizes` attribute. The generated records content is specified by the :meth:`~odoo.models._populate_factories` method of a given model (cf. the :file:`populate` folder of modules for further details)."
msgstr ""
#: ../../content/developer/reference/cli.rst:740
#: ../../content/developer/reference/cli.rst:739
msgid ":ref:`reference/performance/populate`"
msgstr ""
#: ../../content/developer/reference/cli.rst:745
#: ../../content/developer/reference/cli.rst:744
msgid "Cloc"
msgstr ""
#: ../../content/developer/reference/cli.rst:749
#: ../../content/developer/reference/cli.rst:748
msgid "Odoo Cloc is a tool to count the number of relevant lines written in Python, Javascript, CSS, SCSS, or XML. This can be used as a rough metric for pricing maintenance of extra modules."
msgstr ""
#: ../../content/developer/reference/cli.rst:754
#: ../../content/developer/reference/cli.rst:753
msgid "Command-line options"
msgstr ""
#: ../../content/developer/reference/cli.rst:759
#: ../../content/developer/reference/cli.rst:758
msgid "Process the code of all extra modules installed on the provided database, and of all server actions and computed fields manually created in the provided database."
msgstr ""
#: ../../content/developer/reference/cli.rst:761
#: ../../content/developer/reference/cli.rst:760
msgid "The :option:`--addons-path` option is required to specify the path(s) to the module folder(s)."
msgstr ""
#: ../../content/developer/reference/cli.rst:764
#: ../../content/developer/reference/cli.rst:763
msgid "If combined with :option:`--path`, the count will be that of the sum of both options' results (with possible overlaps). At least one of these two options is required to specify which code to process."
msgstr ""
#: ../../content/developer/reference/cli.rst:771
#: ../../content/developer/reference/cli.rst:770
msgid ":ref:`reference/cmdline/cloc/database-option`"
msgstr ""
#: ../../content/developer/reference/cli.rst:776
#: ../../content/developer/reference/cli.rst:775
msgid "Process the files in the provided path."
msgstr ""
#: ../../content/developer/reference/cli.rst:779
#: ../../content/developer/reference/cli.rst:778
msgid "If combined with :option:`--database`, the count will be that of the sum of both options' results (with possible overlaps). At least one of these two options is required to specify which code to process."
msgstr ""
#: ../../content/developer/reference/cli.rst:786
#: ../../content/developer/reference/cli.rst:785
msgid "Multiple paths can be provided by repeating the option."
msgstr ""
#: ../../content/developer/reference/cli.rst:793
#: ../../content/developer/reference/cli.rst:792
msgid ":ref:`reference/cmdline/cloc/path-option`"
msgstr ""
#: ../../content/developer/reference/cli.rst:800
#: ../../content/developer/reference/cli.rst:799
msgid "Required if the :option:`--database` option is used."
msgstr ""
#: ../../content/developer/reference/cli.rst:805
#: ../../content/developer/reference/cli.rst:804
msgid "Specify a configuration file to use in place of the :option:`--addons-path` option."
msgstr ""
#: ../../content/developer/reference/cli.rst:814
#: ../../content/developer/reference/cli.rst:813
msgid "Show the details of lines counted for each file."
msgstr ""
#: ../../content/developer/reference/cli.rst:818
#: ../../content/developer/reference/cli.rst:817
msgid "Processed files"
msgstr ""
#: ../../content/developer/reference/cli.rst:823
#: ../../content/developer/reference/cli.rst:822
msgid "With the :option:`--database` option"
msgstr ""
#: ../../content/developer/reference/cli.rst:825
#: ../../content/developer/reference/cli.rst:824
msgid "Odoo Cloc counts the lines in each file of extra installed modules in a given database. In addition, it counts the Python lines of server actions and custom computed fields that have been directly created in the database or imported. Finally, it counts the lines of code of Javascript, CSS, and SCSS files, and of QWeb views from imported modules."
msgstr ""
#: ../../content/developer/reference/cli.rst:831
#: ../../content/developer/reference/cli.rst:830
msgid "Some files are excluded from the count by default:"
msgstr ""
#: ../../content/developer/reference/cli.rst:833
#: ../../content/developer/reference/cli.rst:832
msgid "The manifest (:file:`__manifest__.py` or :file:`__openerp__.py`)"
msgstr ""
#: ../../content/developer/reference/cli.rst:834
#: ../../content/developer/reference/cli.rst:833
msgid "The contents of the folder :file:`static/lib`"
msgstr ""
#: ../../content/developer/reference/cli.rst:835
#: ../../content/developer/reference/cli.rst:834
msgid "The tests defined in the folder :file:`tests` and :file:`static/tests`"
msgstr ""
#: ../../content/developer/reference/cli.rst:836
#: ../../content/developer/reference/cli.rst:835
msgid "The migrations scripts defined in the folder :file:`migrations` and `upgrades`"
msgstr ""
#: ../../content/developer/reference/cli.rst:837
#: ../../content/developer/reference/cli.rst:836
msgid "The XML files declared in the ``demo`` or ``demo_xml`` sections of the manifest"
msgstr ""
#: ../../content/developer/reference/cli.rst:839
#: ../../content/developer/reference/cli.rst:838
msgid "For special cases, a list of files that should be ignored by Odoo Cloc can be defined per module. This is specified by the ``cloc_exclude`` entry of the manifest:"
msgstr ""
#: ../../content/developer/reference/cli.rst:852
#: ../../content/developer/reference/cli.rst:851
msgid "The pattern ``**/*`` can be used to ignore an entire module. This can be useful to exclude a module from maintenance service costs."
msgstr ""
#: ../../content/developer/reference/cli.rst:854
#: ../../content/developer/reference/cli.rst:853
msgid "For more information about the pattern syntax, see `glob <https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob>`_."
msgstr ""
#: ../../content/developer/reference/cli.rst:859
#: ../../content/developer/reference/cli.rst:858
msgid "With the :option:`--path` option"
msgstr ""
#: ../../content/developer/reference/cli.rst:861
#: ../../content/developer/reference/cli.rst:860
msgid "This method works the same as with the :ref:`--database option <reference/cmdline/cloc/database-option>` if a manifest file is present in the given folder. Otherwise, it counts all files."
msgstr ""
#: ../../content/developer/reference/cli.rst:867
#: ../../content/developer/reference/cli.rst:866
msgid "Identifying Extra Modules"
msgstr ""
#: ../../content/developer/reference/cli.rst:869
#: ../../content/developer/reference/cli.rst:868
msgid "To distinguish between standard and extra modules, Odoo Cloc uses the following heuristic: modules that are located (real file system path, after following symbolic links) in the same parent directory as the ``base``, ``web`` or ``web_enterprise`` standard modules are considered standard. Other modules are treated as extra modules."
msgstr ""
#: ../../content/developer/reference/cli.rst:876
#: ../../content/developer/reference/cli.rst:875
#: ../../content/developer/reference/frontend/services.rst:662
msgid "Error Handling"
msgstr ""
#: ../../content/developer/reference/cli.rst:878
#: ../../content/developer/reference/cli.rst:877
msgid "Some file cannot be counted by Odoo Cloc. Those file are reported at the end of the output."
msgstr ""
#: ../../content/developer/reference/cli.rst:882
#: ../../content/developer/reference/cli.rst:881
msgid "Max file size exceeded"
msgstr ""
#: ../../content/developer/reference/cli.rst:884
#: ../../content/developer/reference/cli.rst:883
msgid "Odoo Cloc rejects any file larger than 25MB. Usually, source files are smaller than 1 MB. If a file is rejected, it may be:"
msgstr ""
#: ../../content/developer/reference/cli.rst:887
#: ../../content/developer/reference/cli.rst:886
msgid "A generated XML file that contains lots of data. It should be excluded in the manifest."
msgstr ""
#: ../../content/developer/reference/cli.rst:888
#: ../../content/developer/reference/cli.rst:887
msgid "A JavaScript library that should be placed in the :file:`static/lib` folder."
msgstr ""
#: ../../content/developer/reference/cli.rst:891
#: ../../content/developer/reference/cli.rst:890
msgid "Syntax Error"
msgstr ""
#: ../../content/developer/reference/cli.rst:893
#: ../../content/developer/reference/cli.rst:892
msgid "Odoo Cloc cannot count the lines of code of a Python file with a syntax problem. If an extra module contains such files, they should be fixed to allow the module to load. If the module works despite the presence of those files, they are probably not loaded and should therefore be removed from the module, or at least excluded in the manifest via ``cloc_exclude``."
msgstr ""
#: ../../content/developer/reference/cli.rst:900
#: ../../content/developer/reference/cli.rst:899
msgid "TSConfig Generator"
msgstr ""
#: ../../content/developer/reference/cli.rst:904
#: ../../content/developer/reference/cli.rst:903
msgid "When working on javascript, there are ways to help your editor providing you with powerful auto-completion. One of those ways is the use of a tsconfig.json file. Originally meant for typescript, editors can use its information with plain javascript also. With this config file, you will now have full auto-completion across modules."
msgstr ""
#: ../../content/developer/reference/cli.rst:909
#: ../../content/developer/reference/cli.rst:908
msgid "The command to generate this files takes as many unnamed arguments as you need. Those are relative paths to your addon directories. In the example below, we move up one folder to save the tsconfig file in the folder containing community and enterprise."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo saas-15.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-19 07:46+0000\n"
"POT-Creation-Date: 2024-01-19 06:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -2677,30 +2677,6 @@ msgstr ""
msgid ":doc:`../../finance/accounting/get_started/multi_currency`"
msgstr ""
#: ../../content/applications/general/users/delete_account.rst:3
msgid "Deleting an Odoo.com Account"
msgstr ""
#: ../../content/applications/general/users/delete_account.rst:5
msgid "To delete your Odoo.com account, access the delete option by clicking on the user icon. The delete option can be accessed by going to :menuselection:`My Account --> Edit Security Settings --> Delete Account`. It can also be accessed by going to https://www.odoo.com/my/home."
msgstr ""
#: ../../content/applications/general/users/delete_account.rst:10
msgid "Deleting an Odoo account is irreversible. Take caution when performing this action as the Odoo.com account will not be retrievable."
msgstr ""
#: ../../content/applications/general/users/delete_account.rst:13
msgid "Upon clicking the :guilabel:`Delete Account` button, a pop-up window will appear, asking you to confirm the account deletion."
msgstr ""
#: ../../content/applications/general/users/delete_account.rst:-1
msgid "Clicking on the Delete Account button will populate a window verifying the change."
msgstr ""
#: ../../content/applications/general/users/delete_account.rst:20
msgid "Confirm the deletion by entering the :guilabel:`password` and the :guilabel:`login` for the account being deleted. Click the :guilabel:`Delete Account` button to confirm the deletion."
msgstr ""
#: ../../content/applications/general/users/language.rst:3
msgid "Change language"
msgstr ""
@ -2921,91 +2897,184 @@ msgstr ""
msgid ":doc:`companies`"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:3
msgid "Odoo.com account changes"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:5
msgid "This documentation is dedicated to edits made to an Odoo.com account. The following processes describe how to delete an Odoo.com account, and how to change the password on an Odoo.com account."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:9
msgid "Delete Odoo.com account"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:11
msgid "To delete an Odoo.com account, start by clicking the profile icon in the upper-right corner (represented by the username and icon) to reveal a drop-down menu. From the drop-down menu, select :guilabel:`My Odoo.com account`, which reveals the user portal."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:15
msgid "From the user portal, the delete option can be accessed by going to :menuselection:`My Account --> Edit Security Settings --> Delete Account`. It can also be accessed by going to `https://www.odoo.com/my/home <https://www.odoo.com/my/home>`_."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:20
msgid "Deleting an Odoo account is irreversible. Be careful performing this action, as the Odoo.com account is **not** retrievable once deleted."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:23
msgid "Upon clicking the :guilabel:`Delete Account` button, a pop-up window appears, requesting confirmation for the account deletion."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:-1
msgid "Clicking on the Delete Account button will populate a window verifying the change."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:30
msgid "To confirm the deletion, enter the :guilabel:`Password` and the :guilabel:`Login` for the account being deleted. Then, click the :guilabel:`Delete Account` button to confirm the deletion."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:34
msgid "Odoo.com account password change"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:36
msgid "To change an Odoo.com account password, first login into the Odoo.com user account from the Odoo.com login page. After logging-in, go to the upper-right corner of the screen, and click the :guilabel:`▼ (down arrow)` icon next to the profile icon. Then, select :guilabel:`My Account`, and a portal dashboard appears."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:41
msgid "To change the Odoo.com password, click on the :guilabel:`Edit Security Settings` link, below the :menuselection:`Account Security` section. Next, make the necessary changes by typing in the current :guilabel:`Password`, :guilabel:`New Password`, and verify the new password. Lastly, click on :guilabel:`Change Password` to complete the password change."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:47
msgid "If a customer would like to change the login, contact Odoo support `here <https://www.odoo.com/help>`_."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:51
msgid "Passwords for Odoo.com users and portal users remain separate, even if the same email address is used."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:55
#: ../../content/applications/general/users/portal.rst:143
msgid "Add two-factor authentication"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:57
msgid "To add two-factor authentication, login into the Odoo.com user account from the Odoo.com login page. After logging-in, go to the upper-right corner of the screen, and click the :guilabel:`▼ (down arrow)` icon next to the :guilabel:`profile icon`. Then, select :guilabel:`My Account`, and a portal dashboard appears."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:62
msgid "If the user would like to turn on two-factor authentication (2FA) for Odoo.com access, click on the :guilabel:`Edit Security Settings` link below the :menuselection:`Account Security` section."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:65
msgid "Click on :guilabel:`Enable two-factor authentication` to turn on :abbr:`2FA (two-factor authentication)`. Then, confirm the current password in the :guilabel:`Password` field. Next, click on :guilabel:`Confirm Password`. Following that, activate :abbr:`2FA (two-factor authentication)` in a :abbr:`2FA (two-factor authentication)` app (Google Authenticator, Authy, etc.), by scanning the :guilabel:`QR code` or entering a :guilabel:`Verification Code`."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:71
msgid "Finally, click on :guilabel:`Enable two-factor authentication` to complete the setup."
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:74
msgid "Under :guilabel:`My Account` Odoo.com users can also access the following:"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:76
msgid ":guilabel:`My Partner dashboard`"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:77
msgid ":guilabel:`My In-App Services`"
msgstr ""
#: ../../content/applications/general/users/odoo_account.rst:78
msgid ":guilabel:`My Apps Dashboard`"
msgstr ""
#: ../../content/applications/general/users/portal.rst:3
msgid "Portal access"
msgstr ""
#: ../../content/applications/general/users/portal.rst:5
#: ../../content/applications/general/users/portal.rst:7
msgid "Portal access is given to users who need the ability to view certain documents or information within an Odoo database."
msgstr ""
#: ../../content/applications/general/users/portal.rst:8
#: ../../content/applications/general/users/portal.rst:10
msgid "Some common use cases for providing portal access include allowing customers to read/view any or all of the following in Odoo:"
msgstr ""
#: ../../content/applications/general/users/portal.rst:11
#: ../../content/applications/general/users/portal.rst:13
msgid "leads/opportunities"
msgstr ""
#: ../../content/applications/general/users/portal.rst:12
#: ../../content/applications/general/users/portal.rst:14
msgid "quotations/sales orders"
msgstr ""
#: ../../content/applications/general/users/portal.rst:13
#: ../../content/applications/general/users/portal.rst:15
msgid "purchase orders"
msgstr ""
#: ../../content/applications/general/users/portal.rst:14
#: ../../content/applications/general/users/portal.rst:16
msgid "invoices & bills"
msgstr ""
#: ../../content/applications/general/users/portal.rst:15
#: ../../content/applications/general/users/portal.rst:17
msgid "projects"
msgstr ""
#: ../../content/applications/general/users/portal.rst:16
#: ../../content/applications/general/users/portal.rst:18
msgid "tasks"
msgstr ""
#: ../../content/applications/general/users/portal.rst:17
#: ../../content/applications/general/users/portal.rst:19
msgid "timesheets"
msgstr ""
#: ../../content/applications/general/users/portal.rst:18
#: ../../content/applications/general/users/portal.rst:20
msgid "tickets"
msgstr ""
#: ../../content/applications/general/users/portal.rst:19
#: ../../content/applications/general/users/portal.rst:21
msgid "signatures"
msgstr ""
#: ../../content/applications/general/users/portal.rst:20
#: ../../content/applications/general/users/portal.rst:22
msgid "subscriptions"
msgstr ""
#: ../../content/applications/general/users/portal.rst:23
#: ../../content/applications/general/users/portal.rst:25
msgid "Portal users only have read/view access, and will not be able to edit any documents in the database."
msgstr ""
#: ../../content/applications/general/users/portal.rst:27
#: ../../content/applications/general/users/portal.rst:29
msgid "Provide portal access to customers"
msgstr ""
#: ../../content/applications/general/users/portal.rst:29
#: ../../content/applications/general/users/portal.rst:31
msgid "From the main Odoo dashboard, select the :guilabel:`Contacts` application. If the contact is not yet created in the database, click on the :guilabel:`Create` button, enter the details of the contact, and then click :guilabel:`Save`. Otherwise, choose an existing contact, and then click on the :guilabel:`Action` drop-down menu located at the top-center of the interface."
msgstr ""
#: ../../content/applications/general/users/portal.rst:-1
msgid "Use the Contacts application to give portal access to users"
msgstr ""
#: ../../content/applications/general/users/portal.rst:38
msgid "Then select :guilabel:`Grant portal access`. A pop-up window appears, listing three fields:"
msgid "Use the Contacts application to give portal access to users."
msgstr ""
#: ../../content/applications/general/users/portal.rst:40
msgid ":guilabel:`Contact`: the recorded name of the contact in the Odoo database"
msgstr ""
#: ../../content/applications/general/users/portal.rst:41
msgid ":guilabel:`Email`: the contact's email address that they will use to log into the portal"
msgid "Then select :guilabel:`Grant portal access`. A pop-up window appears, listing three fields:"
msgstr ""
#: ../../content/applications/general/users/portal.rst:42
msgid ":guilabel:`In Portal`: whether or not the user has portal access"
msgid ":guilabel:`Contact`: the recorded name of the contact in the Odoo database"
msgstr ""
#: ../../content/applications/general/users/portal.rst:43
msgid ":guilabel:`Email`: the contact's email address that they will use to log into the portal"
msgstr ""
#: ../../content/applications/general/users/portal.rst:44
msgid ":guilabel:`In Portal`: whether or not the user has portal access"
msgstr ""
#: ../../content/applications/general/users/portal.rst:46
msgid "To grant portal access, first enter the contact's :guilabel:`Email` they will use to log into the portal. Then, check the box under the :guilabel:`In Portal` column. Optionally, add text to the invitation message the contact will receive. Then click :guilabel:`Apply` to finish."
msgstr ""
@ -3014,18 +3083,112 @@ msgid "An email address and corresponding checkbox for the contact need to be fi
"sending a portal invitation."
msgstr ""
#: ../../content/applications/general/users/portal.rst:53
#: ../../content/applications/general/users/portal.rst:55
msgid "An email will be sent to the specified email address, indicating that the contact is now a portal user for that Odoo database."
msgstr ""
#: ../../content/applications/general/users/portal.rst:57
#: ../../content/applications/general/users/portal.rst:59
msgid "To grant portal access to multiple users at once, navigate to a company contact, then click :menuselection:`Action --> Grant portal access` to view a list of all of the company's related contacts. Check the box under the :guilabel:`In Portal` column for all the contacts that need portal access, then click :guilabel:`Apply`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:63
#: ../../content/applications/general/users/portal.rst:65
msgid "At any time, portal access can be revoked by navigating to the contact, clicking :menuselection:`Action --> Grant portal access`, and then unselecting the checkbox under the :guilabel:`In Portal` column and clicking :guilabel:`Apply`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:72
msgid "Change portal username"
msgstr ""
#: ../../content/applications/general/users/portal.rst:74
msgid "There may be times when a portal user wants to change their user login. This can be done by any user in the database with administrator access rights. The following process outlines the necessary steps to change the portal user login."
msgstr ""
#: ../../content/applications/general/users/portal.rst:79
msgid ":doc:`See the documentation on setting access rights </applications/general/users/access_rights>`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:82
msgid "First, navigate to :menuselection:`Settings app --> Users`. Then, under :guilabel:`Filters`, select :guilabel:`Portal Users`, or select :guilabel:`Add Custom Filter` and set the following configuration :guilabel:`Groups` > :guilabel:`contains` > `portal`. After making this selection, search for (and open) the portal user that needs to be edited."
msgstr ""
#: ../../content/applications/general/users/portal.rst:87
msgid "Next, click :guilabel:`Edit` (if necessary), click into the :guilabel:`Email Address` field, and proceed to make any necessary changes to this field. The :guilabel:`Email Address` field is used to log into the Odoo portal."
msgstr ""
#: ../../content/applications/general/users/portal.rst:92
msgid "Changing the :guilabel:`Email Address` (or login) only changes the *username* on the customer's portal login."
msgstr ""
#: ../../content/applications/general/users/portal.rst:95
msgid "In order to change the contact email, this change needs to take place on the contact template in the *Contacts* app. Alternatively, the customer can change their email directly from the portal, but the login **cannot** be changed. :ref:`See change customer info <portal/custinfo>`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:100
msgid "Customer portal changes"
msgstr ""
#: ../../content/applications/general/users/portal.rst:102
msgid "There may be times when the customer would like to make changes to their contact information, password/security, or payment information attached to the portal account. This can be performed by the customer from their portal. The following process is how a customer can change their contact information."
msgstr ""
#: ../../content/applications/general/users/portal.rst:110
msgid "Change customer info"
msgstr ""
#: ../../content/applications/general/users/portal.rst:112
msgid "First enter the username and password (login) into the database login page to access the portal user account. A portal dashboard will appear upon successfully logging in. Portal documents from the various installed Odoo applications will appear with the number count of each."
msgstr ""
#: ../../content/applications/general/users/portal.rst:117
msgid ":ref:`Portal access documentation <portal/main>`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:119
msgid "Next, navigate to the upper-right corner of the portal, and click the :guilabel:`Edit` button, next to the :guilabel:`Details` section. Then, change the pertinent information, and click :guilabel:`Confirm`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:124
msgid "Change password"
msgstr ""
#: ../../content/applications/general/users/portal.rst:126
#: ../../content/applications/general/users/portal.rst:145
#: ../../content/applications/general/users/portal.rst:162
msgid "First enter the username and password (login) into the database login page to access the portal user account. A portal dashboard will appear upon successfully logging in."
msgstr ""
#: ../../content/applications/general/users/portal.rst:129
msgid "If the customer would like to change their password for portal access, click on the :guilabel:`Edit Security Settings` link, below the :guilabel:`Account Security` section. Then, make the necessary changes, by typing in the current :guilabel:`Password`, :guilabel:`New Password`, and verify the new password. Lastly, click on :guilabel:`Change Password` to complete the password change."
msgstr ""
#: ../../content/applications/general/users/portal.rst:135
msgid "If a customer would like to change the login, as documented above, contact the Odoo database point-of-contact. :ref:`See above documentation on changing the portal username <portal/login>`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:139
msgid "Passwords for portal users and Odoo.com users remain separate, even if the same email address is used."
msgstr ""
#: ../../content/applications/general/users/portal.rst:148
msgid "If the customer would like to turn on two-factor authentication (2FA) for portal access, click on the :guilabel:`Edit Security Settings` link, below the :guilabel:`Account Security` section."
msgstr ""
#: ../../content/applications/general/users/portal.rst:151
msgid "Click on :guilabel:`Enable two-factor authentication` to turn on :abbr:`2FA (two-factor authentication)`. Confirm the current portal password in the :guilabel:`Password` field. Then, click on :guilabel:`Confirm Password`. Next, activate :abbr:`2FA (two-factor authentication)` in a :abbr:`2FA (two-factor authentication)` app (Google Authenticator, Authy, etc.), by scanning the :guilabel:`QR code` or entering a :guilabel:`Verification Code`."
msgstr ""
#: ../../content/applications/general/users/portal.rst:157
msgid "Finally, click :guilabel:`Enable two-factor authentication` to complete the setup."
msgstr ""
#: ../../content/applications/general/users/portal.rst:160
msgid "Change payment info"
msgstr ""
#: ../../content/applications/general/users/portal.rst:165
msgid "If the customer would like to manage payment options, navigate to the :guilabel:`Manage payment methods` in the menu on the right. Then, add the new payment information, and select :guilabel:`Add new card`."
msgstr ""
#: ../../content/applications/general/voip.rst:5
msgid "VoIP (Voice over Internet Protocol)"
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo saas-15.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-19 07:46+0000\n"
"POT-Creation-Date: 2024-01-19 06:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -502,129 +502,125 @@ msgid "Overview"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:3
msgid "Get Started with Discuss"
msgid "Get started with Discuss"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:5
msgid "Discuss allows you to bring all of your companys communication together through messages, notes, and chat. Share information, projects, files, prioritize tasks, and stay connected with colleagues and partners throughout applications. Forge better relationships, increase productivity and transparency by promoting a convenient way of communicating."
msgid "Odoo *Discuss* is an internal communication app that allows users to connect through messages, notes, and file sharing, either through a persistent chat window that works across applications, or through the dedicated *Discuss* dashboard."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:13
msgid "Choose your notifications preference"
#: ../../content/applications/productivity/discuss/overview/get_started.rst:12
msgid "Choose notifications preference"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:15
msgid "Access your *Preferences* and choose how you would like your notifications to be handled."
#: ../../content/applications/productivity/discuss/overview/get_started.rst:14
msgid "Access user-specific preferences for the *Discuss* app by navigating to :menuselection:`Settings app --> Users --> User --> Preferences tab`."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of the preferences page for Odoo Discuss"
msgid "View of the Preferences tab for Odoo Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:23
msgid "By default, the field is set as *Handle by Emails* making messages, notes, and notifications where you were mentioned or that you follow, to be sent through email. By choosing *Handle in Odoo*, they are shown in the *Inbox*."
#: ../../content/applications/productivity/discuss/overview/get_started.rst:21
msgid "By default, the :guilabel:`Notification` field is set as :guilabel:`Handle by Emails`. With this setting enabled, a notification email will be sent by Odoo every time a message is sent from the chatter, a note is sent with an `@` mention (from chatter), or a notification is sent for a record that the user follows. Something that triggers a notification is changing of the stage (if an email\\ is configured to be sent, for example if the task is set to :guilabel:`Done`)."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:24
msgid "Messages can then be *Marked as Todo*, *Replied*, or *Marked as Read*."
#: ../../content/applications/productivity/discuss/overview/get_started.rst:27
msgid "By choosing :guilabel:`Handle in Odoo`, the above notifications are shown in the *Discuss* app's *inbox*. Messages can have the following actions taken on them: respond with an emoji by clicking :guilabel:`Add a Reaction`, or reply to the message by clicking on :guilabel:`Reply`. Additional actions may include starring the message by clicking :guilabel:`Marked as Todo`, or pinning the message by selecting :guilabel:`Pin` or even mark the message as unread by selecting :guilabel:`Marked as unread`."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of an inbox message and its action options in Odoo Discuss"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:30
msgid "The messages tagged as *Mark as Todo* are also shown in *Starred*, while the ones *Marked as Read* are moved to *History*."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of messages marked as todo in Odoo Discuss"
msgid "View of an inbox message and its action options in Odoo Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:38
msgid "Start Chatting"
msgid "Clicking :guilabel:`Mark as Todo` on a message causes it to appear on the :guilabel:`Starred` page, while clicking :guilabel:`Mark as Read` moves the message to :guilabel:`History`."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:40
msgid "The first time you log in to your account, OdooBot sends you a message asking for permission to receive desktop notifications to chats. If accepted, you receive push notifications to the messages sent to you despite of where you are in Odoo."
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of messages marked as todo in Odoo Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:46
msgid "Start chatting"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:48
msgid "The first time a user logs in to their account, OdooBot sends a message asking for permission to send desktop notifications for chats. If accepted, the user will receive push notifications on their desktop for the messages they receive, regardless of where the user is in Odoo."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of the messages under the messaging menu emphasizing the request for push\n"
"notifications for Odoo Discuss"
"notifications for Odoo Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:50
msgid "To stop receiving desktop notifications, reset the notifications settings of your browser."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:52
msgid "To start a chat, click on *New Message* on the *Messaging Menu*, or go to *Discuss* and send a *Direct Message*."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of discusss panel emphasizing the titles channels and direct messages in Odoo Discuss"
#: ../../content/applications/productivity/discuss/overview/get_started.rst:58
msgid "To stop receiving desktop notifications, reset the notifications settings of the browser."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:60
msgid "You can also create :doc:`public and private channels <team_communication>`."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:63
msgid "Mentions in the chat and on the Chatter"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:66
msgid "To mention a user within a chat or the chatter type *@user-name*; to refer to a channel, type *#channel-name*."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:68
msgid "A notification is sent to the user mentioned either to his *Inbox* or through email, depending on his settings."
msgid "To start a chat, go to the :menuselection:`Discuss` app and click on the :guilabel:`+ (plus)` icon next to :guilabel:`Direct Messages` or :guilabel:`Channels` in the left menu of the dashboard."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of a couple of chat window messages for Odoo Discuss"
msgid "View of Discuss's panel emphasizing the titles channels and direct messages in Odoo\n"
"Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:69
msgid "A company can also easily create :doc:`public and private channels </applications/productivity/discuss/overview/team_communication>`."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:73
msgid "Mentions in the chat and on the chatter"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:75
msgid "When a user is mentioned, the search list (list of names) suggests values first based on the tasks followers, and secondly on *Employees*. If the record being searched does not match with either a follower or employee, the scope of the search becomes all partners."
msgid "To mention a user within a chat or the chatter, type `@user-name`; to refer to a channel, type `#channel-name`. The user mentioned will be notified in their *inbox* or through an email, depending on their communication settings."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:80
msgid "Chat status"
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of a couple of chat window messages for Odoo Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:82
msgid "It is helpful to see what colleagues are up to and how quickly they can respond to messages by checking their *Status*. The status is shown on the left side of a contacts names on Discuss sidebar and on the *Messaging menu*."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:86
msgid "Green = online"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:87
msgid "Orange = away"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:88
msgid "White = offline"
#: ../../content/applications/productivity/discuss/overview/get_started.rst:84
msgid "When a user is mentioned, the search list (list of names) suggests values first based on the task's followers, and secondly on employees. If the record being searched does not match with either a follower or employee, the scope of the search becomes all partners."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:89
msgid "User status"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:91
msgid "It is helpful to see what colleagues are up to and how quickly they can respond to messages by checking their *status*. The status is shown on the left side of a contact's name on the :guilabel:`Discuss` sidebar, on the *messaging menu* and when listed in the *chatter*."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:95
msgid "Green = online"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:96
msgid "Orange = away"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:97
msgid "White = offline"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:98
msgid "Airplane = out of the office"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:-1
msgid "View of the contacts status for Odoo Discuss"
msgid "View of the contacts' status for Odoo Discuss."
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:97
#: ../../content/applications/productivity/discuss/overview/plan_activities.rst:250
msgid ":doc:`team_communication`"
#: ../../content/applications/productivity/discuss/overview/get_started.rst:106
msgid ":doc:`/applications/productivity/discuss/overview/team_communication`"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/get_started.rst:98
msgid ":doc:`/applications/general/email_communication/email_servers`"
#: ../../content/applications/productivity/discuss/overview/get_started.rst:107
msgid ":doc:`/applications/productivity/discuss/overview/plan_activities`"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/plan_activities.rst:3
@ -928,6 +924,10 @@ msgstr ""
msgid ":doc:`get_started`"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/plan_activities.rst:250
msgid ":doc:`team_communication`"
msgstr ""
#: ../../content/applications/productivity/discuss/overview/team_communication.rst:3
msgid "Use channels for team communication"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo saas-15.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-19 07:46+0000\n"
"POT-Creation-Date: 2024-01-19 06:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1080,7 +1080,7 @@ msgid "As said earlier, your websites can either share the same domain name or u
msgstr ""
#: ../../content/applications/websites/website/configuration/multi_website.rst:122
msgid "Geo IP is installed by default in Odoo Online. If you run Odoo on-premise, dont forget to install *GeoIP* library. See :doc:`on-premise_geo-ip-installation`"
msgid "Geo IP is installed by default in Odoo Online. If you run Odoo on-premise, dont forget to install *GeoIP* library. See :doc:`/administration/install/geo_ip`"
msgstr ""
#: ../../content/applications/websites/website/configuration/multi_website.rst:127
@ -1291,86 +1291,6 @@ msgstr ""
msgid "the domain to only display records available for the current website."
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:3
msgid "Geo IP Installation (On-Premises Database)"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:6
msgid "Installation"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:9
msgid "Please note that the installation depends on your computer's operating system and distribution. We will assume that a Linux operating system is being used."
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:15
msgid "Install `geoip2 <https://pypi.org/project/geoip2/>`__ Python library"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:17
msgid "Download the `GeoLite2 City database <https://dev.maxmind.com/geoip/geoip2/geolite2/>`_. You should end up with a file called ``GeoLite2-City.mmdb``"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:22
msgid "Move the file to the folder ``/usr/share/GeoIP/``"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:24
msgid "Restart the server"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:27
msgid "If you can't/don't want to locate the geoip database in ``/usr/share/GeoIP/``, you can use the ``--geoip-db`` option of the Odoo command line interface. This option takes the absolute path to the GeoIP database file and uses it as the GeoIP database. For example:"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:36
msgid ":doc:`CLI documentation </developer/reference/cli>`."
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:39
msgid "``GeoIP`` Python library can also be used. However this version is discontinued since January 1. See `GeoLite Legacy databases are now discontinued <https://support.maxmind.com/geolite-legacy-discontinuation-notice/>`_"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:44
msgid "How To Test GeoIP Geolocation In Your Odoo Website"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:46
msgid "Go to your website. Open the web page that you want to test ``GeoIP``."
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:47
msgid "Choose :menuselection:`Customize --> HTML/CSS/JS Editor`."
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:48
msgid "Add the following piece of XML in the page :"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:54
msgid "You should end up with a dictionary indicating the location of the IP address."
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:60
msgid "If the curly braces are empty ``{}``, it can be for any of the following reasons :"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:62
msgid "The browsing IP address is the localhost (``127.0.0.1``) or a local area network one (``192.168.*.*``)"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:64
msgid "If a reversed proxy is used, make sure to configure it correctly. See :option:`proxy mode <odoo-bin --proxy-mode>`"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:66
msgid "``geoip2`` is not installed or the GeoIP database file wasn't found"
msgstr ""
#: ../../content/applications/websites/website/configuration/on-premise_geo-ip-installation.rst:67
msgid "The GeoIP database was unable to resolve the given IP address"
msgstr ""
#: ../../content/applications/websites/website/configuration/recaptcha.rst:3
msgid "reCAPTCHA v3 on forms"
msgstr ""