diff --git a/content/administration/odoo_sh/advanced/containers.rst b/content/administration/odoo_sh/advanced/containers.rst index 1b1b5720c8..e3b9b90901 100644 --- a/content/administration/odoo_sh/advanced/containers.rst +++ b/content/administration/odoo_sh/advanced/containers.rst @@ -232,6 +232,6 @@ Save the file and then run the Odoo Shell: Finally, *via* the Odoo Shell, you can trigger the piece of code/function/method you want to debug. -.. image:: ./media/pdb_sh.png +.. image:: containers/pdb_sh.png :align: center :alt: Console screenshot showing ``pdb`` running in an Odoo.sh shell. diff --git a/content/administration/odoo_sh/advanced/media/pdb_sh.png b/content/administration/odoo_sh/advanced/containers/pdb_sh.png similarity index 100% rename from content/administration/odoo_sh/advanced/media/pdb_sh.png rename to content/administration/odoo_sh/advanced/containers/pdb_sh.png diff --git a/content/administration/odoo_sh/advanced/submodules.rst b/content/administration/odoo_sh/advanced/submodules.rst index feb40bf286..a0d809d082 100644 --- a/content/administration/odoo_sh/advanced/submodules.rst +++ b/content/administration/odoo_sh/advanced/submodules.rst @@ -44,7 +44,7 @@ On Odoo.sh, in the branches view of your project, choose the branch in which you In the upper right corner, click on the *Submodule* button, and then on *Run*. -.. image:: ./media/advanced-submodules-button.png +.. image:: submodules/advanced-submodules-button.png :align: center A dialog with a form is shown. Fill the inputs as follows: @@ -53,12 +53,12 @@ A dialog with a form is shown. Fill the inputs as follows: * Branch: The branch you want to use. * Path: The folder in which you want to add this submodule in your branch. -.. image:: ./media/advanced-submodules-dialog.png +.. image:: submodules/advanced-submodules-dialog.png :align: center On Github, you can get the repository URL with the *Clone or download* button of the repository. Make sure to *use SSH*. -.. image:: ./media/advanced-submodules-github-sshurl.png +.. image:: submodules/advanced-submodules-github-sshurl.png :align: center .. _odoosh-advanced-submodules-withgit: diff --git a/content/administration/odoo_sh/advanced/media/advanced-submodules-button.png b/content/administration/odoo_sh/advanced/submodules/advanced-submodules-button.png similarity index 100% rename from content/administration/odoo_sh/advanced/media/advanced-submodules-button.png rename to content/administration/odoo_sh/advanced/submodules/advanced-submodules-button.png diff --git a/content/administration/odoo_sh/advanced/media/advanced-submodules-dialog.png b/content/administration/odoo_sh/advanced/submodules/advanced-submodules-dialog.png similarity index 100% rename from content/administration/odoo_sh/advanced/media/advanced-submodules-dialog.png rename to content/administration/odoo_sh/advanced/submodules/advanced-submodules-dialog.png diff --git a/content/administration/odoo_sh/advanced/media/advanced-submodules-github-sshurl.png b/content/administration/odoo_sh/advanced/submodules/advanced-submodules-github-sshurl.png similarity index 100% rename from content/administration/odoo_sh/advanced/media/advanced-submodules-github-sshurl.png rename to content/administration/odoo_sh/advanced/submodules/advanced-submodules-github-sshurl.png diff --git a/content/administration/odoo_sh/getting_started/branches.rst b/content/administration/odoo_sh/getting_started/branches.rst index 378539c5da..cbf08eaa21 100644 --- a/content/administration/odoo_sh/getting_started/branches.rst +++ b/content/administration/odoo_sh/getting_started/branches.rst @@ -8,7 +8,7 @@ Overview The branches view gives you an overview of the different branches your repository has. -.. image:: ./media/interface-branches.png +.. image:: branches/interface-branches.png :align: center .. _odoosh-gettingstarted-branches-stages: @@ -20,7 +20,7 @@ Odoo.sh offers three different stages for your branches: production, staging and You can change the stage of a branch by drag and dropping it into the stage section title. -.. image:: ./media/interface-branches-stagechange.png +.. image:: branches/interface-branches-stagechange.png :align: center .. _stage_production: @@ -109,7 +109,7 @@ Merging your branches --------------------- You can merge your branches easily by drag and dropping them into each other. -.. image:: ./media/interface-branches-merge.png +.. image:: branches/interface-branches-merge.png :align: center When you want to test the changes of your development branches with the production data, @@ -156,7 +156,7 @@ An overview of your branch history: * The messages of the commits and their authors, * The various events linked to the platform, such as stage changes, database imports, backup restores. -.. image:: ./media/interface-branches-history.png +.. image:: branches/interface-branches-history.png :align: center For each event, a status is displayed in the top right-hand corner. @@ -172,7 +172,7 @@ This tab contains the mail catcher. It displays an overview of the emails sent b The mail catcher is available for your development and staging branches as the emails of your production database are really sent instead of being intercepted. -.. image:: ./media/interface-branches-mails.png +.. image:: branches/interface-branches-mails.png :align: center :scale: 50% @@ -181,7 +181,7 @@ Shell A shell access to your container. You can perform basic linux commands (:code:`ls`, :code:`top`) and open a shell on your database by typing :code:`psql`. -.. image:: ./media/interface-branches-shell.png +.. image:: branches/interface-branches-shell.png :align: center You can open multiple tabs and drag-and-drop them to arrange the layout as you wish, @@ -197,7 +197,7 @@ Editor An online integrated development environment (IDE) to edit the source code. You can also open terminals, Python consoles and even Odoo Shell consoles. -.. image:: ./media/interface-branches-editor.png +.. image:: branches/interface-branches-editor.png :align: center You can open multiple tabs and drag-and-drop them to arrange the layout as you wish, @@ -207,7 +207,7 @@ Monitoring ---------- This link contains various monitoring metrics of the current build. -.. image:: ./media/interface-branches-monitoring.png +.. image:: branches/interface-branches-monitoring.png :align: center You can zoom, change the time range or select a specific metric on each graph. @@ -219,7 +219,7 @@ Logs ---- A viewer to have a look to your server logs. -.. image:: ./media/interface-branches-logs.png +.. image:: branches/interface-branches-logs.png :align: center Different logs are available: @@ -243,7 +243,7 @@ Backups A list of the backups available for download and restore, the ability to perform a manual backup and to import a database. -.. image:: ./media/interface-branches-backups.png +.. image:: branches/interface-branches-backups.png :align: center Odoo.sh makes daily backups of the production database. It keeps 7 daily, 4 weekly and 3 monthly backups. @@ -285,7 +285,7 @@ Settings -------- Here you can find a couple of settings that only apply to the currently selected branch. -.. image:: ./media/interface-branches-settings.jpg +.. image:: branches/interface-branches-settings.jpg :align: center **Behaviour upon new commit** @@ -302,7 +302,7 @@ back from staging to development will automatically be set to 'Do nothing'. Choose the modules to install automatically for your development builds. -.. image:: ./media/interface-settings-modulesinstallation.png +.. image:: branches/interface-settings-modulesinstallation.png :align: center * *Install only my modules* will install the modules of the branch only. This is the default option. @@ -397,7 +397,7 @@ Shell commands ============== In the top right-hand corner of the view, different shell commands are available. -.. image:: ./media/interface-branches-shellcommands.png +.. image:: branches/interface-branches-shellcommands.png :align: center Each command can be copied in the clipboard to be used in a terminal, @@ -466,12 +466,12 @@ To do so, follow these steps: (only apply the step 1) #. Paste the copied content to your profile SSH keys and press "Add" - .. image:: ./media/SSH-key-pasting.png + .. image:: branches/SSH-key-pasting.png :align: center #. The key should appear below - .. image:: ./media/SSH-key-appearing.png + .. image:: branches/SSH-key-appearing.png :align: center Connection @@ -485,7 +485,7 @@ To connect to your builds using ssh use the following command in a terminal: You will find a shortcut for this command into the SSH tab in the upper right corner. -.. image:: ./media/SSH-panel.png +.. image:: branches/SSH-panel.png :align: center Provided you have the :ref:`correct access rights ` on the project, diff --git a/content/administration/odoo_sh/getting_started/media/SSH-key-appearing.png b/content/administration/odoo_sh/getting_started/branches/SSH-key-appearing.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/SSH-key-appearing.png rename to content/administration/odoo_sh/getting_started/branches/SSH-key-appearing.png diff --git a/content/administration/odoo_sh/getting_started/media/SSH-key-pasting.png b/content/administration/odoo_sh/getting_started/branches/SSH-key-pasting.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/SSH-key-pasting.png rename to content/administration/odoo_sh/getting_started/branches/SSH-key-pasting.png diff --git a/content/administration/odoo_sh/getting_started/media/SSH-panel.png b/content/administration/odoo_sh/getting_started/branches/SSH-panel.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/SSH-panel.png rename to content/administration/odoo_sh/getting_started/branches/SSH-panel.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-backups.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-backups.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-backups.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-backups.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-editor.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-editor.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-editor.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-editor.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-history.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-history.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-history.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-history.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-logs.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-logs.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-logs.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-logs.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-mails.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-mails.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-mails.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-mails.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-merge.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-merge.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-merge.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-merge.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-monitoring.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-monitoring.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-monitoring.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-monitoring.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-settings.jpg b/content/administration/odoo_sh/getting_started/branches/interface-branches-settings.jpg similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-settings.jpg rename to content/administration/odoo_sh/getting_started/branches/interface-branches-settings.jpg diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-shell.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-shell.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-shell.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-shell.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-shellcommands.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-shellcommands.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-shellcommands.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-shellcommands.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches-stagechange.png b/content/administration/odoo_sh/getting_started/branches/interface-branches-stagechange.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches-stagechange.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches-stagechange.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-branches.png b/content/administration/odoo_sh/getting_started/branches/interface-branches.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-branches.png rename to content/administration/odoo_sh/getting_started/branches/interface-branches.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-modulesinstallation.png b/content/administration/odoo_sh/getting_started/branches/interface-settings-modulesinstallation.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-modulesinstallation.png rename to content/administration/odoo_sh/getting_started/branches/interface-settings-modulesinstallation.png diff --git a/content/administration/odoo_sh/getting_started/builds.rst b/content/administration/odoo_sh/getting_started/builds.rst index ce46b6878d..159c6be4de 100644 --- a/content/administration/odoo_sh/getting_started/builds.rst +++ b/content/administration/odoo_sh/getting_started/builds.rst @@ -13,7 +13,7 @@ In Odoo.sh, a build is considered as a database loaded by an Odoo server running on a specific revision of your project repository in a containerized environment. Its purpose is to test the well-behavior of the server, the database and the features with this revision. -.. image:: ./media/interface-builds.png +.. image:: builds/interface-builds.png :align: center In this view, a row represents a branch, and a cell of a row represents a build of this branch. @@ -95,7 +95,7 @@ Features The production branch will always appear first, and then the other branches are ordered by last build created. You can filter out the branches. -.. image:: ./media/interface-builds-branches.png +.. image:: builds/interface-builds-branches.png :align: center For each branch, you can access the last build's database using the *Connect* link and jump to the branch code using @@ -103,7 +103,7 @@ the *Github* link. For other branches than the production, you can create a new of the branch using the link *rebuild*. This last link is not available when there is already a build in progress for the branch. -.. image:: ./media/interface-builds-build.png +.. image:: builds/interface-builds-build.png :align: center For each build, you can access the revision changes using the button with the Github icon. @@ -113,7 +113,7 @@ in the dropdown menu of the *Connect* button. .. _odoosh-gettingstarted-builds-download-dump: -.. image:: ./media/interface-builds-build-dropdown.png +.. image:: builds/interface-builds-build-dropdown.png :align: center .. _odoosh-gettingstarted-builds-dropdown-menu: diff --git a/content/administration/odoo_sh/getting_started/media/interface-builds-branches.png b/content/administration/odoo_sh/getting_started/builds/interface-builds-branches.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-builds-branches.png rename to content/administration/odoo_sh/getting_started/builds/interface-builds-branches.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-builds-build-dropdown.png b/content/administration/odoo_sh/getting_started/builds/interface-builds-build-dropdown.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-builds-build-dropdown.png rename to content/administration/odoo_sh/getting_started/builds/interface-builds-build-dropdown.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-builds-build.png b/content/administration/odoo_sh/getting_started/builds/interface-builds-build.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-builds-build.png rename to content/administration/odoo_sh/getting_started/builds/interface-builds-build.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-builds.png b/content/administration/odoo_sh/getting_started/builds/interface-builds.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-builds.png rename to content/administration/odoo_sh/getting_started/builds/interface-builds.png diff --git a/content/administration/odoo_sh/getting_started/create.rst b/content/administration/odoo_sh/getting_started/create.rst index 6e2180fade..31d2fec27d 100644 --- a/content/administration/odoo_sh/getting_started/create.rst +++ b/content/administration/odoo_sh/getting_started/create.rst @@ -10,7 +10,7 @@ Deploy your platform Go to `Odoo.sh `_ and hit the *Deploy your platform* button. -.. image:: ./media/deploy.png +.. image:: create/deploy.png :align: center Sign in with Github @@ -18,7 +18,7 @@ Sign in with Github Sign in with your Github account. If you do not have an account yet, hit the *Create an account* link. -.. image:: ./media/github-signin.png +.. image:: create/github-signin.png :align: center Authorize Odoo.sh @@ -26,7 +26,7 @@ Authorize Odoo.sh Grant Odoo.sh the required accesses to your account by clicking the *Authorize* button. -.. image:: ./media/github-authorize.png +.. image:: create/github-authorize.png :align: center Odoo.sh basically needs: @@ -62,7 +62,7 @@ When submitting the form, if you are notified your subscription is not valid, it In case of doubt with your subscription, please contact the `Odoo support `_. -.. image:: ./media/deploy-form.png +.. image:: create/deploy-form.png :align: center You're done ! @@ -70,7 +70,7 @@ You're done ! You can start using Odoo.sh. Your first build is about to be created. You will soon be able to connect to your first database. -.. image:: ./media/deploy-done.png +.. image:: create/deploy-done.png :align: center .. _odoo_sh_import_your_database: @@ -113,12 +113,12 @@ Access the URL :file:`/web/database/manager` of your on-premise database and dow You will need the master password of your database server. If you do not have it, contact your system administrator. -.. image:: ./media/create-import-onpremise-backup.png +.. image:: create/create-import-onpremise-backup.png :align: center Choose a zip including the filestore as the backup format. -.. image:: ./media/create-import-onpremise-backup-dialog.png +.. image:: create/create-import-onpremise-backup-dialog.png :align: center Odoo Online databases @@ -126,7 +126,7 @@ Odoo Online databases `Access your databases manager `_ and download a backup of your database. -.. image:: ./media/create-import-online-backup.png +.. image:: create/create-import-online-backup.png :align: center .. Warning:: @@ -138,12 +138,12 @@ Upload the backup Then, in your Odoo.sh project, in the backups tab of your production branch, import the backup you just downloaded. -.. image:: ./media/create-import-production.png +.. image:: create/create-import-production.png :align: center Once the backup imported, you can access the database using the *Connect* button in the history of the branch. -.. image:: ./media/create-import-production-done.png +.. image:: create/create-import-production-done.png :align: center Check your outgoing email servers diff --git a/content/administration/odoo_sh/getting_started/media/create-import-online-backup.png b/content/administration/odoo_sh/getting_started/create/create-import-online-backup.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/create-import-online-backup.png rename to content/administration/odoo_sh/getting_started/create/create-import-online-backup.png diff --git a/content/administration/odoo_sh/getting_started/media/create-import-onpremise-backup-dialog.png b/content/administration/odoo_sh/getting_started/create/create-import-onpremise-backup-dialog.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/create-import-onpremise-backup-dialog.png rename to content/administration/odoo_sh/getting_started/create/create-import-onpremise-backup-dialog.png diff --git a/content/administration/odoo_sh/getting_started/media/create-import-onpremise-backup.png b/content/administration/odoo_sh/getting_started/create/create-import-onpremise-backup.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/create-import-onpremise-backup.png rename to content/administration/odoo_sh/getting_started/create/create-import-onpremise-backup.png diff --git a/content/administration/odoo_sh/getting_started/media/create-import-production-done.png b/content/administration/odoo_sh/getting_started/create/create-import-production-done.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/create-import-production-done.png rename to content/administration/odoo_sh/getting_started/create/create-import-production-done.png diff --git a/content/administration/odoo_sh/getting_started/media/create-import-production.png b/content/administration/odoo_sh/getting_started/create/create-import-production.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/create-import-production.png rename to content/administration/odoo_sh/getting_started/create/create-import-production.png diff --git a/content/administration/odoo_sh/getting_started/media/deploy-done.png b/content/administration/odoo_sh/getting_started/create/deploy-done.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/deploy-done.png rename to content/administration/odoo_sh/getting_started/create/deploy-done.png diff --git a/content/administration/odoo_sh/getting_started/media/deploy-form.png b/content/administration/odoo_sh/getting_started/create/deploy-form.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/deploy-form.png rename to content/administration/odoo_sh/getting_started/create/deploy-form.png diff --git a/content/administration/odoo_sh/getting_started/media/deploy.png b/content/administration/odoo_sh/getting_started/create/deploy.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/deploy.png rename to content/administration/odoo_sh/getting_started/create/deploy.png diff --git a/content/administration/odoo_sh/getting_started/media/github-authorize.png b/content/administration/odoo_sh/getting_started/create/github-authorize.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/github-authorize.png rename to content/administration/odoo_sh/getting_started/create/github-authorize.png diff --git a/content/administration/odoo_sh/getting_started/media/github-signin.png b/content/administration/odoo_sh/getting_started/create/github-signin.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/github-signin.png rename to content/administration/odoo_sh/getting_started/create/github-signin.png diff --git a/content/administration/odoo_sh/getting_started/first_module.rst b/content/administration/odoo_sh/getting_started/first_module.rst index fdc7c6f932..848c2ddcfc 100644 --- a/content/administration/odoo_sh/getting_started/first_module.rst +++ b/content/administration/odoo_sh/getting_started/first_module.rst @@ -37,20 +37,20 @@ In the branches view: |pic1| |pic2| -.. |pic1| image:: ./media/firstmodule-development-+.png +.. |pic1| image:: first_module/firstmodule-development-+.png :width: 45% -.. |pic2| image:: ./media/firstmodule-development-fork.png +.. |pic2| image:: first_module/firstmodule-development-fork.png :width: 45% Once the build created, you can access the editor and browse to the folder *~/src/user* to access to the code of your development branch. -.. image:: ./media/firstmodule-development-editor.png +.. image:: first_module/firstmodule-development-editor.png :align: center -.. image:: ./media/firstmodule-development-editor-interface.png +.. image:: first_module/firstmodule-development-editor-interface.png :align: center From your computer @@ -95,7 +95,7 @@ Or, from your computer, if you have an :ref:`installation of Odoo ` in which you replace every occurrences of +you can also :download:`download this module structure template ` in which you replace every occurrences of *my_module* to the name of your choice. The below structure will be generated: @@ -201,19 +201,19 @@ Test your module Your branch should appear in your development branches in your project. -.. image:: ./media/firstmodule-test-branch.png +.. image:: first_module/firstmodule-test-branch.png :align: center In the branches view of your project, you can click on your branch name in the left navigation panel to access its history. -.. image:: ./media/firstmodule-test-branch-history.png +.. image:: first_module/firstmodule-test-branch-history.png :align: center You can see here the changes you just pushed, including the comment you set. Once the database ready, you can access it by clicking the *Connect* button. -.. image:: ./media/firstmodule-test-database.png +.. image:: first_module/firstmodule-test-database.png :align: center If your Odoo.sh project is configured to install your module automatically, @@ -234,12 +234,12 @@ You can either: * Make your development branch a staging branch, by drag and dropping it onto the *staging* section title. - .. image:: ./media/firstmodule-test-devtostaging.png + .. image:: first_module/firstmodule-test-devtostaging.png :align: center * Merge it in an existing staging branch, by drag and dropping it onto the given staging branch. - .. image:: ./media/firstmodule-test-devinstaging.png + .. image:: first_module/firstmodule-test-devinstaging.png :align: center You can also use the :code:`git merge` command to merge your branches. @@ -247,7 +247,7 @@ You can also use the :code:`git merge` command to merge your branches. This will create a new staging build, which will duplicate the production database and make it run using a server updated with your latest changes of your branch. -.. image:: ./media/firstmodule-test-mergedinstaging.png +.. image:: first_module/firstmodule-test-mergedinstaging.png :align: center Once the database ready, you can access it using the *Connect* button. @@ -267,12 +267,12 @@ Your module may not appear directly in your apps to install either, you need to * in the apps menu, click the *Update Apps List* button, * in the dialog that appears, click the *Update* button. - .. image:: ./media/firstmodule-test-updateappslist.png + .. image:: first_module/firstmodule-test-updateappslist.png :align: center Your module will then appear in the list of available apps. -.. image:: ./media/firstmodule-test-mymoduleinapps.png +.. image:: first_module/firstmodule-test-mymoduleinapps.png :align: center Deploy in production @@ -283,7 +283,7 @@ and believe it is ready for production, you can merge your branch in the product Drag and drop your staging branch on the production branch. -.. image:: ./media/firstmodule-test-mergeinproduction.png +.. image:: first_module/firstmodule-test-mergeinproduction.png :align: center You can also use the :code:`git merge` command to merge your branches. @@ -291,7 +291,7 @@ You can also use the :code:`git merge` command to merge your branches. This will merge the latest changes of your staging branch in the production branch, and update your production server with these latest changes. -.. image:: ./media/firstmodule-test-mergedinproduction.png +.. image:: first_module/firstmodule-test-mergedinproduction.png :align: center Once the database ready, you can access it using the *Connect* button. @@ -411,7 +411,7 @@ Or, from your computer terminal: The platform will then create a new build for the branch *feature-1*. -.. image:: ./media/firstmodule-test-addachange-build.png +.. image:: first_module/firstmodule-test-addachange-build.png :align: center Once you tested your changes, you can merge your changes in the production branch, for instance by drag-and-dropping the diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-development-+.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-development-+.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-development-+.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-development-+.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-development-editor-interface.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-development-editor-interface.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-development-editor-interface.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-development-editor-interface.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-development-editor.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-development-editor.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-development-editor.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-development-editor.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-development-fork.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-development-fork.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-development-fork.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-development-fork.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-addachange-build.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-addachange-build.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-addachange-build.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-addachange-build.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-branch-history.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-branch-history.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-branch-history.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-branch-history.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-branch.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-branch.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-branch.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-branch.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-database.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-database.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-database.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-database.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-devinstaging.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-devinstaging.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-devinstaging.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-devinstaging.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-devtostaging.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-devtostaging.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-devtostaging.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-devtostaging.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-mergedinproduction.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mergedinproduction.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-mergedinproduction.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mergedinproduction.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-mergedinstaging.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mergedinstaging.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-mergedinstaging.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mergedinstaging.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-mergeinproduction.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mergeinproduction.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-mergeinproduction.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mergeinproduction.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-mymoduleinapps.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mymoduleinapps.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-mymoduleinapps.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-mymoduleinapps.png diff --git a/content/administration/odoo_sh/getting_started/media/firstmodule-test-updateappslist.png b/content/administration/odoo_sh/getting_started/first_module/firstmodule-test-updateappslist.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/firstmodule-test-updateappslist.png rename to content/administration/odoo_sh/getting_started/first_module/firstmodule-test-updateappslist.png diff --git a/content/administration/odoo_sh/getting_started/media/my_module.zip b/content/administration/odoo_sh/getting_started/first_module/my_module.zip similarity index 100% rename from content/administration/odoo_sh/getting_started/media/my_module.zip rename to content/administration/odoo_sh/getting_started/first_module/my_module.zip diff --git a/content/administration/odoo_sh/getting_started/media/interface-builds-build-connect.png b/content/administration/odoo_sh/getting_started/media/interface-builds-build-connect.png deleted file mode 100644 index 726b0a568e..0000000000 Binary files a/content/administration/odoo_sh/getting_started/media/interface-builds-build-connect.png and /dev/null differ diff --git a/content/administration/odoo_sh/getting_started/online-editor.rst b/content/administration/odoo_sh/getting_started/online-editor.rst index 8e88707876..8eecb10e09 100644 --- a/content/administration/odoo_sh/getting_started/online-editor.rst +++ b/content/administration/odoo_sh/getting_started/online-editor.rst @@ -12,7 +12,7 @@ The online editor allows you to edit the source code of your builds from a web b It also gives you the possibility to open terminals, Python consoles, Odoo Shell consoles and `Notebooks `_. -.. image:: ./media/interface-editor.png +.. image:: online-editor/interface-editor.png :align: center You can access the editor of a build through @@ -66,20 +66,20 @@ server is not a good practice. To open a file in the editor, just double-click on it in the file browser panel on the left. -.. image:: ./media/interface-editor-open-file.png +.. image:: online-editor/interface-editor-open-file.png :align: center You can then begin to make your changes. You can save your changes with the menu :menuselection:`File --> Save .. File` or by hitting the :kbd:`Ctrl+S` shortcut. -.. image:: ./media/interface-editor-save-file.png +.. image:: online-editor/interface-editor-save-file.png :align: center If you save a Python file which is under your Odoo server addons path, Odoo will detect it and reload automatically so your changes are reflected immediately, without having to restart the server manually. -.. image:: ./media/interface-editor-automaticreload.gif +.. image:: online-editor/interface-editor-automaticreload.gif :align: center However, if the change is a data stored in database, such as the label of a field, or a view, @@ -88,7 +88,7 @@ You can update the module of the currently opened file by using the menu :menuselection:`Odoo --> Update current module`. Note that the file considered as currently opened is the file focused in the text editor, not the file highlighted in the file browser. -.. image:: ./media/interface-editor-update-current-module.png +.. image:: online-editor/interface-editor-update-current-module.png :align: center You can also open a terminal and execute the command: @@ -118,7 +118,7 @@ In this last command, * must be replaced by the name of the branch to which you want to push the changes, most-likely the current branch if you work in a development build. -.. image:: ./media/interface-editor-commit-push.png +.. image:: online-editor/interface-editor-commit-push.png :align: center .. Note:: @@ -160,7 +160,7 @@ Thanks to this, you will be able to display objects in HTML. You can for instance display cells of a CSV file using `pandas `_. -.. image:: ./media/interface-editor-console-python-read-csv.png +.. image:: online-editor/interface-editor-console-python-read-csv.png :align: center You can also open an Odoo Shell console to play around @@ -189,12 +189,12 @@ to easily display lists and dicts in a pretty way, using the `rich display `_ mentioned above. -.. image:: ./media/interface-editor-console-odoo-pretty.png +.. image:: online-editor/interface-editor-console-odoo-pretty.png :align: center You can also use `pandas `_ to display graphs. -.. image:: ./media/interface-editor-console-odoo-graph.png +.. image:: online-editor/interface-editor-console-odoo-graph.png :align: center diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-automaticreload.gif b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-automaticreload.gif similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-automaticreload.gif rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-automaticreload.gif diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-commit-push.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-commit-push.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-commit-push.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-commit-push.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-console-odoo-graph.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-console-odoo-graph.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-console-odoo-graph.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-console-odoo-graph.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-console-odoo-pretty.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-console-odoo-pretty.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-console-odoo-pretty.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-console-odoo-pretty.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-console-python-read-csv.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-console-python-read-csv.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-console-python-read-csv.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-console-python-read-csv.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-open-file.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-open-file.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-open-file.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-open-file.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-save-file.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-save-file.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-save-file.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-save-file.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor-update-current-module.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor-update-current-module.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor-update-current-module.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor-update-current-module.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-editor.png b/content/administration/odoo_sh/getting_started/online-editor/interface-editor.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-editor.png rename to content/administration/odoo_sh/getting_started/online-editor/interface-editor.png diff --git a/content/administration/odoo_sh/getting_started/settings.rst b/content/administration/odoo_sh/getting_started/settings.rst index ac817f710d..3350e5e7e7 100644 --- a/content/administration/odoo_sh/getting_started/settings.rst +++ b/content/administration/odoo_sh/getting_started/settings.rst @@ -8,7 +8,7 @@ Overview The settings allow you to manage the configuration of your project. -.. image:: ./media/interface-settings.png +.. image:: settings/interface-settings.png :align: center Project name @@ -16,7 +16,7 @@ Project name The name of your project. -.. image:: ./media/interface-settings-projectname.png +.. image:: settings/interface-settings-projectname.png :align: center This defines the address that will be used to access your production database. @@ -31,7 +31,7 @@ Collaborators Manage the Github users who can access your project. -.. image:: ./media/interface-settings-collaborators.png +.. image:: settings/interface-settings-collaborators.png :align: center There are two levels of users: @@ -87,7 +87,7 @@ Public Access Allow public access to your development builds. -.. image:: ./media/interface-settings-public.png +.. image:: settings/interface-settings-public.png :align: center If activated, this option exposes the Builds page publicly, allowing visitors to connect to your development builds. @@ -117,7 +117,7 @@ as submodules in your branches to allow Odoo.sh to download them. If you are looking on how to set up your submodules, instructions are available in the chapter :ref:`Submodules ` of this documentation. -.. image:: ./media/interface-settings-submodules.png +.. image:: settings/interface-settings-submodules.png :align: center When a repository is private, it is not possible to publicly download its branches and revisions. @@ -148,7 +148,7 @@ Storage Size This section shows the storage size used by your project. -.. image:: ./media/interface-settings-storage.png +.. image:: settings/interface-settings-storage.png :align: center Storage size is computed as follows: @@ -170,7 +170,7 @@ Additional database workers can be configured here. More workers help increase t production database is able to handle. If you add more, it will automatically be synchronized with your subscription. -.. image:: ./media/interface-settings-workers.png +.. image:: settings/interface-settings-workers.png :align: center .. Warning:: @@ -185,7 +185,7 @@ Staging Branches Additional staging branches allow you to develop and test more features at the same time. If you add more, it will automatically be synchronized with your subscription. -.. image:: ./media/interface-settings-staging-branches.png +.. image:: settings/interface-settings-staging-branches.png :align: center Activation @@ -193,5 +193,5 @@ Activation Shows the status of the project's activation. You can change the project's activation code if needed. -.. image:: ./media/interface-settings-activation.png +.. image:: settings/interface-settings-activation.png :align: center diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-activation.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-activation.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-activation.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-activation.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-collaborators.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-collaborators.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-collaborators.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-collaborators.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-projectname.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-projectname.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-projectname.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-projectname.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-public.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-public.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-public.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-public.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-staging-branches.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-staging-branches.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-staging-branches.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-staging-branches.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-storage.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-storage.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-storage.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-storage.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-submodules.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-submodules.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-submodules.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-submodules.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings-workers.png b/content/administration/odoo_sh/getting_started/settings/interface-settings-workers.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings-workers.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings-workers.png diff --git a/content/administration/odoo_sh/getting_started/media/interface-settings.png b/content/administration/odoo_sh/getting_started/settings/interface-settings.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-settings.png rename to content/administration/odoo_sh/getting_started/settings/interface-settings.png diff --git a/content/administration/odoo_sh/getting_started/status.rst b/content/administration/odoo_sh/getting_started/status.rst index f0f9427fae..5b6ca2f230 100644 --- a/content/administration/odoo_sh/getting_started/status.rst +++ b/content/administration/odoo_sh/getting_started/status.rst @@ -8,5 +8,5 @@ Overview The status page shows statistics regarding the servers your project uses. It includes the servers availability. -.. image:: ./media/interface-status.png +.. image:: status/interface-status.png :align: center diff --git a/content/administration/odoo_sh/getting_started/media/interface-status.png b/content/administration/odoo_sh/getting_started/status/interface-status.png similarity index 100% rename from content/administration/odoo_sh/getting_started/media/interface-status.png rename to content/administration/odoo_sh/getting_started/status/interface-status.png diff --git a/content/applications/finance/accounting/bank/feeds/bank_statements.rst b/content/applications/finance/accounting/bank/feeds/bank_statements.rst index cc8528c106..79b7b39300 100644 --- a/content/applications/finance/accounting/bank/feeds/bank_statements.rst +++ b/content/applications/finance/accounting/bank/feeds/bank_statements.rst @@ -29,7 +29,7 @@ Odoo supports multiple file formats to import bank statements: To import them, go to :menuselection:`Accounting --> Overview --> Bank`, click on *Import Statements*, or on the three dots, and then on *Import Statement*. -.. image:: media/bank-statements-01.png +.. image:: bank_statements/bank-statements-01.png :align: center :alt: Import a bank statement file in Odoo Accounting @@ -38,7 +38,7 @@ Next, select the file you want to import and click on *Import*. Odoo opens an **import widget** to help you set the **Formatting Options** and **map** the different columns you want to import. -.. image:: media/bank-statements-02.png +.. image:: bank_statements/bank-statements-02.png :align: center :alt: Register bank statements manually in Odoo Accounting @@ -59,7 +59,7 @@ Add a new line for each transaction written on the original bank statement. To ease the reconciliation process, make sure to fill out the *Partner* field. You can also write the payments’ references in the *Label* field. -.. image:: media/bank-statements-03.png +.. image:: bank_statements/bank-statements-03.png :align: center :alt: Register bank statements manually in Odoo Accounting diff --git a/content/applications/finance/accounting/bank/feeds/media/bank-statements-01.png b/content/applications/finance/accounting/bank/feeds/bank_statements/bank-statements-01.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/bank-statements-01.png rename to content/applications/finance/accounting/bank/feeds/bank_statements/bank-statements-01.png diff --git a/content/applications/finance/accounting/bank/feeds/media/bank-statements-02.png b/content/applications/finance/accounting/bank/feeds/bank_statements/bank-statements-02.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/bank-statements-02.png rename to content/applications/finance/accounting/bank/feeds/bank_statements/bank-statements-02.png diff --git a/content/applications/finance/accounting/bank/feeds/media/bank-statements-03.png b/content/applications/finance/accounting/bank/feeds/bank_statements/bank-statements-03.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/bank-statements-03.png rename to content/applications/finance/accounting/bank/feeds/bank_statements/bank-statements-03.png diff --git a/content/applications/finance/accounting/bank/feeds/bank_synchronization.rst b/content/applications/finance/accounting/bank/feeds/bank_synchronization.rst index 97b9750bef..1be82c9571 100644 --- a/content/applications/finance/accounting/bank/feeds/bank_synchronization.rst +++ b/content/applications/finance/accounting/bank/feeds/bank_synchronization.rst @@ -8,7 +8,7 @@ automatically into your database. To check if your bank is compatible with Odoo, go to `Odoo Accounting Features `_, and click on *See list of supported institutions*. -.. image:: media/online-sync-doc.png +.. image:: bank_synchronization/online-sync-doc.png :align: center :alt: Checking a bank's compatibility with Odoo @@ -68,14 +68,14 @@ After your first synchronization, the created journals are synchronized by defau If you wish, you can synchronize manually by clicking on the *Synchronize Now* button on the dashboard. -.. image:: media/online-sync-sync-now-dashboard.png +.. image:: bank_synchronization/online-sync-sync-now-dashboard.png :align: center :alt: Synchronize Now Button Or you can go to :menuselection:`Accounting --> Configuration --> Online Synchronization`, select your institution and then click on the *Fetch Transactions* button. -.. image:: media/online-sync-form-view.png +.. image:: bank_synchronization/online-sync-form-view.png :align: center :alt: Online Synchronization Form view @@ -121,7 +121,7 @@ To do so, go to :menuselection:`Apps --> Update Apps List`, remove the default f bar and type: **account_online_synchronization**. You can then click on the *Install* button to install the new module. -.. image:: media/online-sync-module.png +.. image:: bank_synchronization/online-sync-module.png :align: center :alt: Installation button of the account_online_synchronization module diff --git a/content/applications/finance/accounting/bank/feeds/media/online-sync-doc.png b/content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-doc.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/online-sync-doc.png rename to content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-doc.png diff --git a/content/applications/finance/accounting/bank/feeds/media/online-sync-form-view.png b/content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-form-view.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/online-sync-form-view.png rename to content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-form-view.png diff --git a/content/applications/finance/accounting/bank/feeds/media/online-sync-module.png b/content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-module.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/online-sync-module.png rename to content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-module.png diff --git a/content/applications/finance/accounting/bank/feeds/media/online-sync-sync-now-dashboard.png b/content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-sync-now-dashboard.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/online-sync-sync-now-dashboard.png rename to content/applications/finance/accounting/bank/feeds/bank_synchronization/online-sync-sync-now-dashboard.png diff --git a/content/applications/finance/accounting/bank/feeds/ponto.rst b/content/applications/finance/accounting/bank/feeds/ponto.rst index e0da7c0e65..aa90528dd8 100644 --- a/content/applications/finance/accounting/bank/feeds/ponto.rst +++ b/content/applications/finance/accounting/bank/feeds/ponto.rst @@ -6,7 +6,7 @@ Ponto as bank synchronization provider place and directly see all their transactions within one app. It is a third-party solution that is continuously expanding the number of bank institutions that can be synchronized with Odoo. -.. image:: media/ponto-logo.png +.. image:: ponto/ponto-logo.png :align: center :alt: Logo of the Ponto brand @@ -30,7 +30,7 @@ Link your bank accounts with Ponto #. Create an account if you don't have one yet. #. Once you are logged in, create an *organization*. - .. image:: media/ponto-organization.png + .. image:: ponto/ponto-organization.png :align: center :alt: Fill out the form to add an organization in Ponto. @@ -39,7 +39,7 @@ Link your bank accounts with Ponto #. Select your country, your bank institutions, give your consent to Ponto, and follow the steps on-screen to link your bank account with your Ponto account. - .. image:: media/ponto-add-account.png + .. image:: ponto/ponto-add-account.png :align: center :alt: Add bank accounts to your Ponto account. @@ -57,7 +57,7 @@ Link your Ponto account with your Odoo database **all the accounts** you want to synchronize. Even the ones coming from other banking institutions. - .. image:: media/ponto-select-accounts.png + .. image:: ponto/ponto-select-accounts.png :align: center :alt: Selection of the accounts you wish to synchronize with Odoo. diff --git a/content/applications/finance/accounting/bank/feeds/media/ponto-add-account.png b/content/applications/finance/accounting/bank/feeds/ponto/ponto-add-account.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/ponto-add-account.png rename to content/applications/finance/accounting/bank/feeds/ponto/ponto-add-account.png diff --git a/content/applications/finance/accounting/bank/feeds/media/ponto-logo.png b/content/applications/finance/accounting/bank/feeds/ponto/ponto-logo.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/ponto-logo.png rename to content/applications/finance/accounting/bank/feeds/ponto/ponto-logo.png diff --git a/content/applications/finance/accounting/bank/feeds/media/ponto-organization.png b/content/applications/finance/accounting/bank/feeds/ponto/ponto-organization.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/ponto-organization.png rename to content/applications/finance/accounting/bank/feeds/ponto/ponto-organization.png diff --git a/content/applications/finance/accounting/bank/feeds/media/ponto-select-accounts.png b/content/applications/finance/accounting/bank/feeds/ponto/ponto-select-accounts.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/ponto-select-accounts.png rename to content/applications/finance/accounting/bank/feeds/ponto/ponto-select-accounts.png diff --git a/content/applications/finance/accounting/bank/feeds/saltedge.rst b/content/applications/finance/accounting/bank/feeds/saltedge.rst index a66128b794..5766150b2d 100644 --- a/content/applications/finance/accounting/bank/feeds/saltedge.rst +++ b/content/applications/finance/accounting/bank/feeds/saltedge.rst @@ -6,7 +6,7 @@ Salt Edge as bank synchronization provider from your bank accounts. It supports ~5000 institutions in more than 50 countries. -.. image:: media/saltedge-logo.png +.. image:: saltedge/saltedge-logo.png :align: center :alt: Salt Edge Logo @@ -30,20 +30,20 @@ Link your bank accounts with Odoo valid email address, as otherwise, you will not be able to access your Salt Edge account. - .. image:: media/saltedge-contact-email.png + .. image:: saltedge/saltedge-contact-email.png :align: center :alt: Email address to provide to Salt Edge for the creation of your account. #. After entering your email address, you are redirected to Salt Edge to continue the synchronization process. - .. image:: media/saltedge-login-page.png + .. image:: saltedge/saltedge-login-page.png :align: center :alt: Salt Edge Login page. #. Make sure you give your consent by checking the consent checkbox. - .. image:: media/saltedge-give-consent.png + .. image:: saltedge/saltedge-give-consent.png :align: center :alt: Salt Edge give consent page. diff --git a/content/applications/finance/accounting/bank/feeds/media/saltedge-contact-email.png b/content/applications/finance/accounting/bank/feeds/saltedge/saltedge-contact-email.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/saltedge-contact-email.png rename to content/applications/finance/accounting/bank/feeds/saltedge/saltedge-contact-email.png diff --git a/content/applications/finance/accounting/bank/feeds/media/saltedge-give-consent.png b/content/applications/finance/accounting/bank/feeds/saltedge/saltedge-give-consent.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/saltedge-give-consent.png rename to content/applications/finance/accounting/bank/feeds/saltedge/saltedge-give-consent.png diff --git a/content/applications/finance/accounting/bank/feeds/media/saltedge-login-page.png b/content/applications/finance/accounting/bank/feeds/saltedge/saltedge-login-page.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/saltedge-login-page.png rename to content/applications/finance/accounting/bank/feeds/saltedge/saltedge-login-page.png diff --git a/content/applications/finance/accounting/bank/feeds/media/saltedge-logo.png b/content/applications/finance/accounting/bank/feeds/saltedge/saltedge-logo.png similarity index 100% rename from content/applications/finance/accounting/bank/feeds/media/saltedge-logo.png rename to content/applications/finance/accounting/bank/feeds/saltedge/saltedge-logo.png diff --git a/content/applications/finance/accounting/bank/misc/interbank.rst b/content/applications/finance/accounting/bank/misc/interbank.rst index 5e76966fcd..a8fe38bd6d 100644 --- a/content/applications/finance/accounting/bank/misc/interbank.rst +++ b/content/applications/finance/accounting/bank/misc/interbank.rst @@ -25,14 +25,14 @@ select :menuselection:`Configuration --> Settings`. Your chart of accounts will be pre-installed depending on the country specified during your registration, it cannot be changed. -.. image:: media/interbank04.png +.. image:: interbank/interbank04.png :align: center The default transfer account will automatically be generated as well depending on your country's legislation. If necessary it can be modified from the same page. -.. image:: media/interbank05.png +.. image:: interbank/interbank05.png :align: center Create a second bank account / Journal @@ -44,12 +44,12 @@ our accounting dashboard. To do so enter the accounting module, click on fill in the **Account Number**. You can also create and edit your bank to specify your bank's details. -.. image:: media/interbank03.png +.. image:: interbank/interbank03.png :align: center By saving the changes you now have 2 bank accounts. -.. image:: media/interbank06.png +.. image:: interbank/interbank06.png :align: center Register an internal transfer from one bank to another. @@ -65,7 +65,7 @@ The first step is to register the internal payment. To do so go into your accounting dashboard, click on the **more** button of one of your banks and select :menuselection:`New --> Internal transfer`. -.. image:: media/interbank01.png +.. image:: interbank/interbank01.png :align: center Create a new payment. The payment type will automatically be set to @@ -76,7 +76,7 @@ internal transfer. Select the **Bank** you want to transfer to, specify the The memo is important if you wish to automatically reconcile (see `Import bank statements and reconcile`_). -.. image:: media/interbank02.png +.. image:: interbank/interbank02.png :align: center Save and confirm the changes to register the payment. @@ -91,7 +91,7 @@ Import bank statements and reconcile Note that the bank balance computed by Odoo is different that the last statement of your bank. -.. image:: media/interbank11.png +.. image:: interbank/interbank11.png :align: center That is because we did not import the bank statement confirming the @@ -100,7 +100,7 @@ bank statement and reconcile the payment with the correct bank statement line. Once you receive your bank statements click the **new statement** button of the corresponding bank to import them. -.. image:: media/interbank07.png +.. image:: interbank/interbank07.png :align: center Fill in your **Transactions line**. Once done, Odoo will display a **Computed @@ -108,19 +108,19 @@ Balance**. that computed balance is the theorical end balance of your bank account. If it's corresponding to the bank statement, it means that no errors were made. Fill in the **Ending balance** and click on the **Reconcile** button. -.. image:: media/interbank10.png +.. image:: interbank/interbank10.png :align: center The following window will open: -.. image:: media/interbank09.png +.. image:: interbank/interbank09.png :align: center You need to choose counterparts for the payment. Select the correct bank statement line corresponding to the payment and click on the **reconcile** button. Close the statement to finish the transaction -.. image:: media/interbank08.png +.. image:: interbank/interbank08.png :align: center The same steps will need to be repeated once you receive your second @@ -128,5 +128,5 @@ bank statement. Note that if you specify the same amount and the same memo in both bank statements and payment transactions then the reconciliation will happen automatically. -.. image:: media/interbank12.png +.. image:: interbank/interbank12.png :align: center diff --git a/content/applications/finance/accounting/bank/misc/media/interbank01.png b/content/applications/finance/accounting/bank/misc/interbank/interbank01.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank01.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank01.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank02.png b/content/applications/finance/accounting/bank/misc/interbank/interbank02.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank02.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank02.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank03.png b/content/applications/finance/accounting/bank/misc/interbank/interbank03.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank03.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank03.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank04.png b/content/applications/finance/accounting/bank/misc/interbank/interbank04.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank04.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank04.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank05.png b/content/applications/finance/accounting/bank/misc/interbank/interbank05.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank05.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank05.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank06.png b/content/applications/finance/accounting/bank/misc/interbank/interbank06.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank06.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank06.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank07.png b/content/applications/finance/accounting/bank/misc/interbank/interbank07.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank07.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank07.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank08.png b/content/applications/finance/accounting/bank/misc/interbank/interbank08.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank08.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank08.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank09.png b/content/applications/finance/accounting/bank/misc/interbank/interbank09.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank09.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank09.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank10.png b/content/applications/finance/accounting/bank/misc/interbank/interbank10.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank10.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank10.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank11.png b/content/applications/finance/accounting/bank/misc/interbank/interbank11.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank11.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank11.png diff --git a/content/applications/finance/accounting/bank/misc/media/interbank12.png b/content/applications/finance/accounting/bank/misc/interbank/interbank12.png similarity index 100% rename from content/applications/finance/accounting/bank/misc/media/interbank12.png rename to content/applications/finance/accounting/bank/misc/interbank/interbank12.png diff --git a/content/applications/finance/accounting/bank/reconciliation/reconciliation_models.rst b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models.rst index 39952cc94c..4786d51121 100644 --- a/content/applications/finance/accounting/bank/reconciliation/reconciliation_models.rst +++ b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models.rst @@ -35,7 +35,7 @@ When you are reconciling an entry with an *Open Balance*, you can use the button the *Manual Operations* tab to pre-fill all the values automatically, before validating the reconciliation. Each button is a different Reconciliation Model. -.. image:: media/reconciliation_models_button.png +.. image:: reconciliation_models/reconciliation_models_button.png :align: center :alt: Example of a Reconciliation Model with a write-off button in Odoo Accounting @@ -47,7 +47,7 @@ Suggest counterpart values This type of Reconciliation Model suggests immediately counterpart values that only need to be validated. This automation is based on a set of rules defined in the reconciliation model. -.. image:: media/reconciliation_models_suggestion.png +.. image:: reconciliation_models/reconciliation_models_suggestion.png :align: center :alt: Example of a Reconciliation Model that suggests counterpart values in Odoo Accounting @@ -60,7 +60,7 @@ This type of Reconciliation Model automatically selects the right Customer Invoi that matches the payment. All that is left to do is to validate the entry. This automation is based on a set of rules defined in the reconciliation model. -.. image:: media/reconciliation_models_match.png +.. image:: reconciliation_models/reconciliation_models_match.png :align: center :alt: Example of a Reconciliation Model that matches existing invoices and bills automatically in Odoo Accounting @@ -73,7 +73,7 @@ Reconciliation --> Reconciliation Models`. Alternatively, you can also open this Accounting Overview, by going to your Bank Journal card, clicking on the three little dots, and then on *Reconciliation Models*. -.. image:: media/reconciliation_models_overview.png +.. image:: reconciliation_models/reconciliation_models_overview.png :align: center :alt: Open the Reconciliation Model menu from the overview dashboard in Odoo Accounting @@ -106,7 +106,7 @@ Define here all the conditions that are required for a Reconciliation Model to b will be applied. The sequence is simply the order of the models in the *list view*. They can be rearranged by dragging-and-dropping the handle next to the name. -.. image:: media/reconciliation_models_conditions.png +.. image:: reconciliation_models/reconciliation_models_conditions.png :align: center :alt: Conditions for the Reconciliation Model to be applied in Odoo Accounting @@ -118,7 +118,7 @@ This section comprises the values that are applied by the Reconciliation Model. If the value to reconcile needs to be written-off in two separate accounts, click on *Add a second line*. -.. image:: media/reconciliation_models_counterparts.png +.. image:: reconciliation_models/reconciliation_models_counterparts.png :align: center :alt: Counterparts values of a Reconciliation Model in Odoo Accounting diff --git a/content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_button.png b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_button.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_button.png rename to content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_button.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_conditions.png b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_conditions.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_conditions.png rename to content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_conditions.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_counterparts.png b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_counterparts.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_counterparts.png rename to content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_counterparts.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_match.png b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_match.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_match.png rename to content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_match.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_overview.png b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_overview.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_overview.png rename to content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_overview.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_suggestion.png b/content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_suggestion.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/reconciliation_models_suggestion.png rename to content/applications/finance/accounting/bank/reconciliation/reconciliation_models/reconciliation_models_suggestion.png diff --git a/content/applications/finance/accounting/bank/reconciliation/use_cases.rst b/content/applications/finance/accounting/bank/reconciliation/use_cases.rst index 83ee5217b8..65b90fc738 100644 --- a/content/applications/finance/accounting/bank/reconciliation/use_cases.rst +++ b/content/applications/finance/accounting/bank/reconciliation/use_cases.rst @@ -18,7 +18,7 @@ Configuration No special configuration is necessary to record invoices. All we need to do is to install the accounting app. -.. image:: media/use01.png +.. image:: use_cases/use01.png :align: center Use cases @@ -39,20 +39,20 @@ customer. Our customer send us a payment confirmation. We can thus register a payment and mark the invoice as paid. -.. image:: media/use02.png +.. image:: use_cases/use02.png :align: center By clicking on **register payment,** we are telling Odoo that our customer has paid the Invoice. We thus have to specify the amount and the payment method. -.. image:: media/use03.png +.. image:: use_cases/use03.png :align: center Now we can always find the payment details in the Invoice by clicking on the :menuselection:`Info --> Open Payment`. -.. image:: media/use04.png +.. image:: use_cases/use04.png :align: center The invoice has been paid and **the reconciliation has been done @@ -64,7 +64,7 @@ Case 2: Bank statements reconciliations We start at our issued Invoice of 3000 euros for Smith & Co. Let's also assume that other Invoices are open for different customers. -.. image:: media/use05.png +.. image:: use_cases/use05.png :align: center We receive our bank statement and find that not only the invoice issued to Smith & Co has @@ -73,18 +73,18 @@ been paid, but the one to Buzz of 92 euros as well. **Import** or **Create** the bank statements. Please refer to the documents from the Bank Feeds section. -.. image:: media/use06.png +.. image:: use_cases/use06.png :align: center On the dashboard, click on **Reconcile # Items** -.. image:: media/use07.png +.. image:: use_cases/use07.png :align: center If everything was right (correct partner name, right amount) odoo will do the reconciliations **automatically**. -.. image:: media/use08.png +.. image:: use_cases/use08.png :align: center If some issues are found, you will need to take **manual actions**. @@ -92,13 +92,13 @@ If some issues are found, you will need to take **manual actions**. For example, if the partner is missing from your bank statement, just fill it in : -.. image:: media/use09.png +.. image:: use_cases/use09.png :align: center If the payment is done with a down payment, just check if it is all right and validate all related payments : -.. image:: media/use10.png +.. image:: use_cases/use10.png :align: center .. seealso:: diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use01.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use01.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use01.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use01.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use02.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use02.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use02.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use02.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use03.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use03.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use03.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use03.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use04.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use04.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use04.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use04.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use05.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use05.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use05.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use05.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use06.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use06.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use06.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use06.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use07.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use07.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use07.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use07.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use08.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use08.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use08.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use08.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use09.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use09.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use09.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use09.png diff --git a/content/applications/finance/accounting/bank/reconciliation/media/use10.png b/content/applications/finance/accounting/bank/reconciliation/use_cases/use10.png similarity index 100% rename from content/applications/finance/accounting/bank/reconciliation/media/use10.png rename to content/applications/finance/accounting/bank/reconciliation/use_cases/use10.png diff --git a/content/applications/finance/accounting/bank/setup/bank_accounts.rst b/content/applications/finance/accounting/bank/setup/bank_accounts.rst index 608cea1987..406d212e46 100644 --- a/content/applications/finance/accounting/bank/setup/bank_accounts.rst +++ b/content/applications/finance/accounting/bank/setup/bank_accounts.rst @@ -15,7 +15,7 @@ configured to post all entries in a dedicated *Account*. Every **Bank Journal** is displayed by default on the **Accounting Overview** in the form of a convenient card. It includes action buttons that are displayed when appropriate. -.. image:: media/bank_accounts_card.png +.. image:: bank_accounts/bank_accounts_card.png :align: center :alt: Bank Journals Cards are displayed on the Accounting Overview in Odoo Accounting @@ -40,7 +40,7 @@ instructions on-screen. :doc:`Click here <../../bank/feeds/bank_synchronization>` for more information about this bank synchronization. -.. image:: media/bank_accounts_connect.png +.. image:: bank_accounts/bank_accounts_connect.png :align: center :alt: Select a bank institution in the list and connect it to Odoo Accounting @@ -66,7 +66,7 @@ To add a new bank account manually, go to :menuselection:`Accounting --> Configu .. note:: Odoo detects the bank account type (e.g., IBAN) and enables some features accordingly. -.. image:: media/bank_accounts_manual.png +.. image:: bank_accounts/bank_accounts_manual.png :align: center :alt: Add manually a new bank account in Odoo Accounting .. _bank_accounts_configuration: @@ -85,7 +85,7 @@ Account Holder, Account Holder Name, and your Bank Institution's details by clic You can configure which types of payments are enabled in the **Payment Method Types** section and how the bank statements are recorded and posted in the **Bank Statements** section. -.. image:: media/bank_accounts_configuration.png +.. image:: bank_accounts/bank_accounts_configuration.png :align: center :alt: Advanced configuration of a bank account in Odoo Accounting diff --git a/content/applications/finance/accounting/bank/setup/media/bank_accounts_card.png b/content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_card.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/bank_accounts_card.png rename to content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_card.png diff --git a/content/applications/finance/accounting/bank/setup/media/bank_accounts_configuration.png b/content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_configuration.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/bank_accounts_configuration.png rename to content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_configuration.png diff --git a/content/applications/finance/accounting/bank/setup/media/bank_accounts_connect.png b/content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_connect.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/bank_accounts_connect.png rename to content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_connect.png diff --git a/content/applications/finance/accounting/bank/setup/media/bank_accounts_manual.png b/content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_manual.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/bank_accounts_manual.png rename to content/applications/finance/accounting/bank/setup/bank_accounts/bank_accounts_manual.png diff --git a/content/applications/finance/accounting/bank/setup/foreign_currency.rst b/content/applications/finance/accounting/bank/setup/foreign_currency.rst index 3828e979ca..18bb524e6f 100644 --- a/content/applications/finance/accounting/bank/setup/foreign_currency.rst +++ b/content/applications/finance/accounting/bank/setup/foreign_currency.rst @@ -43,7 +43,7 @@ After having activated the currencies, you can configure the parameters to automate the currency rate update. These options are also in the settings of the Accounting application, in the bottom of the page: -.. image:: media/foreign01.png +.. image:: foreign_currency/foreign01.png :align: center Click on the **Update Now** link to update the currency rates now. @@ -54,7 +54,7 @@ Create a new bank account In the accounting application, we first go to :menuselection:`Configuration --> Accounting / Bank account`, and we create a new one. -.. image:: media/foreign02.png +.. image:: foreign_currency/foreign02.png :align: center Once you save this bank account, Odoo will create all the documents for @@ -75,13 +75,13 @@ from a supplier in China. In the :menuselection:`Purchase --> Vendor Bills` , this is what you could see: -.. image:: media/foreign03.png +.. image:: foreign_currency/foreign03.png :align: center Once you are ready to pay this bill, click on register payment on the bill to record a payment. -.. image:: media/foreign04.png +.. image:: foreign_currency/foreign04.png :align: center That's all you have to do. Odoo will automatically post the foreign @@ -103,7 +103,7 @@ If you have several invoices with different currencies for the same customer, Odoo will split the customer statement by currency, as shown in the report below. -.. image:: media/foreign05.png +.. image:: foreign_currency/foreign05.png :align: center In the above report, the account receivable associated to Camptocamp is diff --git a/content/applications/finance/accounting/bank/setup/media/foreign01.png b/content/applications/finance/accounting/bank/setup/foreign_currency/foreign01.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/foreign01.png rename to content/applications/finance/accounting/bank/setup/foreign_currency/foreign01.png diff --git a/content/applications/finance/accounting/bank/setup/media/foreign02.png b/content/applications/finance/accounting/bank/setup/foreign_currency/foreign02.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/foreign02.png rename to content/applications/finance/accounting/bank/setup/foreign_currency/foreign02.png diff --git a/content/applications/finance/accounting/bank/setup/media/foreign03.png b/content/applications/finance/accounting/bank/setup/foreign_currency/foreign03.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/foreign03.png rename to content/applications/finance/accounting/bank/setup/foreign_currency/foreign03.png diff --git a/content/applications/finance/accounting/bank/setup/media/foreign04.png b/content/applications/finance/accounting/bank/setup/foreign_currency/foreign04.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/foreign04.png rename to content/applications/finance/accounting/bank/setup/foreign_currency/foreign04.png diff --git a/content/applications/finance/accounting/bank/setup/media/foreign05.png b/content/applications/finance/accounting/bank/setup/foreign_currency/foreign05.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/foreign05.png rename to content/applications/finance/accounting/bank/setup/foreign_currency/foreign05.png diff --git a/content/applications/finance/accounting/bank/setup/manage_cash_register.rst b/content/applications/finance/accounting/bank/setup/manage_cash_register.rst index 90461cc058..3ded4ef83d 100644 --- a/content/applications/finance/accounting/bank/setup/manage_cash_register.rst +++ b/content/applications/finance/accounting/bank/setup/manage_cash_register.rst @@ -8,7 +8,7 @@ It calculates the total money in and out, computing the total balance. Configuration ============= -.. image:: ./media/journal.png +.. image:: manage_cash_register/journal.png :align: center 1. Configure the Cash journal in :menuselection:`Accounting --> Configuration --> @@ -40,7 +40,7 @@ Put money in is used to placed your cash manually before starting your transactions. From the Register Transactions window, go to :menuselection:`More --> Put money in` -.. image:: ./media/put-money-in.png +.. image:: manage_cash_register/put-money-in.png :align: center Take money out @@ -50,7 +50,7 @@ Take money out is used to collect/get yor your cash manually after ending all your transactions. From the Register Transaction windows, go to :menuselection:`More --> Take money out` -.. image:: ./media/put-money-out.png +.. image:: manage_cash_register/put-money-out.png :align: center The transactions will be added to the current cash payment registration. diff --git a/content/applications/finance/accounting/bank/setup/media/journal.png b/content/applications/finance/accounting/bank/setup/manage_cash_register/journal.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/journal.png rename to content/applications/finance/accounting/bank/setup/manage_cash_register/journal.png diff --git a/content/applications/finance/accounting/bank/setup/media/put-money-in.png b/content/applications/finance/accounting/bank/setup/manage_cash_register/put-money-in.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/put-money-in.png rename to content/applications/finance/accounting/bank/setup/manage_cash_register/put-money-in.png diff --git a/content/applications/finance/accounting/bank/setup/media/put-money-out.png b/content/applications/finance/accounting/bank/setup/manage_cash_register/put-money-out.png similarity index 100% rename from content/applications/finance/accounting/bank/setup/media/put-money-out.png rename to content/applications/finance/accounting/bank/setup/manage_cash_register/put-money-out.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/argentina.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina.rst index 451515d9fb..f3253bba01 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/argentina.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina.rst @@ -35,7 +35,7 @@ Install the Argentinean localization modules For this, go to *Apps* and search for Argentina. Then click *Install* for the first two modules. -.. image:: media/argentina01.png +.. image:: argentina/argentina01.png :align: center Configure your company @@ -45,7 +45,7 @@ Once that the modules are installed, the first step is to set up your company da the basic information, a key field to fill in the AFIP Responsibility Type, that represent the fiscal obligation and structure of the company: -.. image:: media/argentina02.png +.. image:: argentina/argentina02.png :align: center @@ -60,7 +60,7 @@ many accounts as the companies that gave more complex fiscal requirements: - IVA Exempto (159 accounts). - Responsables Inscriptos (166 Accounts). -.. image:: media/argentina03.png +.. image:: argentina/argentina03.png :align: center Configure Master data @@ -80,7 +80,7 @@ the digital certificates of one instance are not valid in the other one. Go to :menuselection:`Accounting --> Settings --> Argentinian Localization` to select the environment: -.. image:: media/argentina_edi_01.png +.. image:: argentina/argentina_edi_01.png :align: center @@ -95,7 +95,7 @@ if you don’t have one already. ``.csr`` (certificate signing request) is generated to be used the AFIP portal to request the certificate. - .. image:: media/argentina_edi_02.png + .. image:: argentina/argentina_edi_02.png #. Generate Certificate (AFIP). Access the AFIP portal and follow the instructions described in the next document in order to get a certificate. `Get AFIP Certificate @@ -105,7 +105,7 @@ if you don’t have one already. be uploaded in Odoo, using the pencil next in the field “Certificado” and selecting the corresponding file. - .. image:: media/argentina_edi_03.png + .. image:: argentina/argentina_edi_03.png .. tip:: In case you need to configure the Homologation Certificate, please refer to the AFIP official @@ -122,7 +122,7 @@ As part of the Argentinean localization, the document types defined by the AFIP the Partner form, this information is essential for most transactions. There are six identification types available by default: -.. image:: media/argentina04.png +.. image:: argentina/argentina04.png :align: center .. note:: @@ -135,7 +135,7 @@ AFIP Responsibility Type In Argentina the document type associated with customers and vendors transactions is defined based on the AFIP Responsibility type, this field should be defined in the partner form: -.. image:: media/argentina05.png +.. image:: argentina/argentina05.png :align: center Taxes @@ -144,7 +144,7 @@ Taxes As part of the localization module, the taxes are created automatically with their related financial account and configuration. -.. image:: media/argentina06.png +.. image:: argentina/argentina06.png :align: center Taxes Types @@ -164,7 +164,7 @@ Some argentine taxes are not commonly used for all companies, these type of tax inactive by default, it's important that before creating a new tax you confirm if they are not already included in the Inactive taxes: -.. image:: media/argentina07.png +.. image:: argentina/argentina07.png :align: center Document Types @@ -184,7 +184,7 @@ is created automatically when the localization module is installed. The information required for the document types is included by default so the user doesn't need to fill anything on this view: -.. image:: media/argentina08.png +.. image:: argentina/argentina08.png :align: center .. note:: @@ -203,7 +203,7 @@ transaction/operation, example: The documents included in the localization have the proper letter associated, the user doesn't need to configure anything additional. -.. image:: media/argentina09.png +.. image:: argentina/argentina09.png :align: center Use on Invoices @@ -232,7 +232,7 @@ used to generate fiscal invoices, but mostly for account moves related to intern AFIP Information (also known as AFIP Point of Sale) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. image:: media/argentina10.png +.. image:: argentina/argentina10.png :align: center **AFIP POS System**: This field is only visible for the Sales journals and defined the type of AFIP @@ -253,7 +253,7 @@ Web Services - ``wsfexv1: Electronic Exportation Invoice.`` Used to generate invoices for international customers and transactions that involve exportation process, the document type related is type “E”. -.. image:: media/argentina_edi_04.png +.. image:: argentina/argentina_edi_04.png :align: center **AFIP POS Number**: This is the number configured in the AFIP to identify the operations related to @@ -277,7 +277,7 @@ In case that you want to synchronize the next number in the sequence in Odoo bas number in the AFIP POS, the next button that is visible under :ref:`developer mode ` can be used: -.. image:: media/argentina_edi_05.png +.. image:: argentina/argentina_edi_05.png :align: center .. note:: @@ -303,17 +303,17 @@ type: **Invoice for a customer IVA Responsable Inscripto, prefix A**. -.. image:: media/argentina11.png +.. image:: argentina/argentina11.png :align: center **Invoice for an end customer, prefix B**. -.. image:: media/argentina12.png +.. image:: argentina/argentina12.png :align: center **Exportation Invoice, prefix E**. -.. image:: media/argentina13.png +.. image:: argentina/argentina13.png :align: center As it is shown in the invoices, all of them use the same journal but the prefix and sequence is @@ -341,7 +341,7 @@ in the AFIP Tab, including: - Aceptado en AFIP. - Aceptado con Observaciones. -.. image:: media/argentina_edi_15.png +.. image:: argentina/argentina_edi_15.png :align: center Invoice Taxes @@ -355,7 +355,7 @@ This condition applies when the customer has the following AFIP Responsibility t - Responsable Inscripto. -.. image:: media/argentina14.png +.. image:: argentina/argentina14.png :align: center **B. Tax amount included:** This means that the taxed amount is included as part of the product @@ -367,7 +367,7 @@ Responsibility types: - Responsable Monotributo. - IVA liberado. -.. image:: media/argentina15.png +.. image:: argentina/argentina15.png :align: center @@ -379,14 +379,14 @@ Invoices for Services For electronic invoices that include Services, the AFIP requires to report the service starting and ending date, this information can be filled in the tab “Other Info”: -.. image:: media/argentina_edi_06.png +.. image:: argentina/argentina_edi_06.png :align: center If the dates are not selected manually before the invoice is validated, the values will be filled automatically considering the beginning and day of the invoice month: -.. image:: media/argentina_edi_07.png +.. image:: argentina/argentina_edi_07.png :align: center Exportation Invoices @@ -394,7 +394,7 @@ Exportation Invoices The invoices related to Exportation transactions required a Journal that used the AFIP POS System “Expo Voucher - Web Service” so the proper document type be associated: -.. image:: media/argentina_edi_08.png +.. image:: argentina/argentina_edi_08.png :align: center When the customer selected in the Invoice has set the AFIP responsibility type as “Cliente / @@ -406,13 +406,13 @@ Proveedor del Exterior” or “IVA Liberado – Ley Nº 19.640”, Odoo automat - Concepto AFIP: Products / Definitive export of goods. - Exempt Taxes. -.. image:: media/argentina_edi_09.png +.. image:: argentina/argentina_edi_09.png :align: center .. note:: The Exportation Documents required the Incoterm in :menuselection:`Other Info --> Accounting`: -.. image:: media/argentina_edi_13.png +.. image:: argentina/argentina_edi_13.png :align: center @@ -454,7 +454,7 @@ For these transactions it’s important to have into consideration the next requ - A bank account type CBU must be related to the emisor, otherwise the invoice can’t be validated, having these errors messages for example: -.. image:: media/argentina_edi_10.png +.. image:: argentina/argentina_edi_10.png :align: center **Credit& Debit Notes:** When creating a Credit/Debit note related to a FCE document, it is @@ -463,7 +463,7 @@ important take the next points into consideration: - Use the Credit and Debit Note buttons, so the correct reference of the originator document passed to the note. -.. image:: media/argentina_edi_11.png +.. image:: argentina/argentina_edi_11.png :align: center - The document letter should be the same than the originator document (either A or B). @@ -478,7 +478,7 @@ In the workflow we can have two scenarios: #. The Credit Note, is created with the negative amount to annulate the FCE document, in this case the field “FCE, is Cancellation?” must be empty (false). -.. image:: media/argentina_edi_12.png +.. image:: argentina/argentina_edi_12.png :align: center Invoice printed report @@ -487,7 +487,7 @@ The PDF report related to electronic invoices that have been validated by the AF a barcode at the bottom of the format which represent the CAE number, the Expiration Date is also displayed as it’s legal requirement: -.. image:: media/argentina_edi_14.png +.. image:: argentina/argentina_edi_14.png :align: center @@ -496,17 +496,17 @@ Troubleshooting and Auditing For auditing and troubleshooting purposes you can get the detailed information of an invoice number that has been previously sent to the AFIP, -.. image:: media/argentina_edi_23.png +.. image:: argentina/argentina_edi_23.png :align: center -.. image:: media/argentina_edi_24.png +.. image:: argentina/argentina_edi_24.png :align: center You can also get the last number used in AFIP for a specific Document Type and POS Number as support for any possible issues on the sequence synchronization between Odoo and AFIP. -.. image:: media/argentina_edi_22.png +.. image:: argentina/argentina_edi_22.png :align: center @@ -517,14 +517,14 @@ Based on the purchase journal selected for the vendor bill, the document type is This value is auto populated based on the AFIP Responsibility type of Issuer and Customer, but the value can be switched if necessary. -.. image:: media/argentina16.png +.. image:: argentina/argentina16.png :align: center The document number needs to be registered manually and the format is validated automatically, in case that the format is invalid a user error will be displayed indicating the correct format that is expected. -.. image:: media/argentina17.png +.. image:: argentina/argentina17.png :align: center The vendor bill number is structured in the same way that the invoices with the difference @@ -543,7 +543,7 @@ Argentinian Localization --> Validate document in the AFIP`, considering the fol - **Required:** The verification is done and it doesn't allow the user to post the vendor bill if the document number is not valid. -.. image:: media/argentina_edi_16.png +.. image:: argentina/argentina_edi_16.png :align: center How to use it in Odoo @@ -551,13 +551,13 @@ How to use it in Odoo This tool incorporates in the vendor bill a new "Verify on AFIP" button located next to the AFIP Authorization code. -.. image:: media/argentina_edi_17.png +.. image:: argentina/argentina_edi_17.png :align: center In case it’s not a valid AFIP authorization the value “Rejected” will be displayed and the details of the validation will be added to the chatter. -.. image:: media/argentina_edi_18.png +.. image:: argentina/argentina_edi_18.png :align: center @@ -571,7 +571,7 @@ this is commonly used in fuel and gasoline invoices. The vendor bill will be registered using 1 item for each product that is part of the VAT base amount and an additional item to register the amount of the Exempt concept: -.. image:: media/argentina_edi_19.png +.. image:: argentina/argentina_edi_19.png :align: center Perception Taxes @@ -581,13 +581,13 @@ VAT base amount, the perception tax can be added in any of the product lines, as we will have one tax group for the VAT and one for the perception, the perception default value is always 1.00. -.. image:: media/argentina_edi_20.png +.. image:: argentina/argentina_edi_20.png :align: center You should use the pencil that is the next to the Perception amount to edit it and set the correct amount. -.. image:: media/argentina_edi_21.png +.. image:: argentina/argentina_edi_21.png :align: center After this is done the invoice can be validated. @@ -598,7 +598,7 @@ Reports As part of the localization the next Financial reports were added: -.. image:: media/argentina18.png +.. image:: argentina/argentina18.png :align: center VAT Reports @@ -607,19 +607,19 @@ VAT Reports Libro de IVA Ventas ~~~~~~~~~~~~~~~~~~~ -.. image:: media/argentina19.png +.. image:: argentina/argentina19.png :align: center Libro de IVA Compras ~~~~~~~~~~~~~~~~~~~~ -.. image:: media/argentina20.png +.. image:: argentina/argentina20.png :align: center Resumen de IVA ~~~~~~~~~~~~~~ -.. image:: media/argentina21.png +.. image:: argentina/argentina21.png :align: center IIBB - Reports @@ -628,11 +628,11 @@ IIBB - Reports IIBB - Ventas por Jurisdicción ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. image:: media/argentina22.png +.. image:: argentina/argentina22.png :align: center IIBB - Compras por Jurisdicción ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. image:: media/argentina23.png +.. image:: argentina/argentina23.png :align: center diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina10.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina10.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina10.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina11.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina11.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina11.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina12.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina12.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina12.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina12.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina13.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina13.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina13.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina13.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina14.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina14.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina14.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina15.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina15.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina15.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina16.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina16.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina16.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina16.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina17.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina17.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina17.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina17.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina18.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina18.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina18.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina18.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina19.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina19.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina19.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina19.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina20.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina20.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina20.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina20.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina21.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina21.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina21.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina21.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina22.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina22.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina22.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina22.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina23.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina23.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina23.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina23.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_10.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_10.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_10.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_11.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_11.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_11.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_12.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_12.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_12.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_12.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_13.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_13.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_13.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_13.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_14.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_14.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_14.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_15.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_15.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_15.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_16.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_16.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_16.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_16.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_17.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_17.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_17.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_17.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_18.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_18.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_18.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_18.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_19.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_19.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_19.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_19.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_20.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_20.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_20.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_20.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_21.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_21.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_21.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_21.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_22.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_22.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_22.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_22.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_23.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_23.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_23.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_23.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_24.png b/content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_24.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/argentina_edi_24.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/argentina/argentina_edi_24.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/australia.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/australia.rst index 56920e49df..ab580196b9 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/australia.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/australia.rst @@ -18,19 +18,19 @@ Configuration Steps #. Check that the Australian localization module (Australia - Accounting) is installed. #. Configure the *KeyPay API*. - .. image:: media/australia-keypay-api.png + .. image:: australia/australia-keypay-api.png :align: center :alt: Odoo Accounting settings includes a section for the Australian Loclization #. More fields become visible after clicking on *Enable KeyPay Integration*. - .. image:: media/australia-keypay-integration.png + .. image:: australia/australia-keypay-integration.png :align: center :alt: Enabling KeyPay Integration in Odoo Accounting displays new fields in the settings #. You can find the API Key in the *My Account* section of the KeyPay platform. - .. image:: media/australia-keypay-myaccount.png + .. image:: australia/australia-keypay-myaccount.png :align: center :alt: "Account Details" section on the KeyPay dashboard @@ -38,7 +38,7 @@ Configuration Steps change it.* #. You can find the **Business ID** in the KeyPay URL. (i.e., ``189241``) - .. image:: media/australia-keypay-business-id.png + .. image:: australia/australia-keypay-business-id.png :align: center :alt: The KeyPay "Business ID" number is in the URL @@ -51,14 +51,14 @@ The API syncs the journal entries from KeyPay to Odoo and leaves them in draft m includes the KeyPay payslip entry ID in brackets for the user to easily retrieve the same record in KeyPay and Odoo. -.. image:: media/australia-keypay-journal-entry.png +.. image:: australia/australia-keypay-journal-entry.png :align: center :alt: Example of a KeyPay Journal Entry in Odoo Accounting (Australia) .. note:: The API sync is triggered by scheduled actions. - .. image:: media/australia-keypay-scheduled-actions.png + .. image:: australia/australia-keypay-scheduled-actions.png :align: center :alt: Scheduled Actions settings for KeyPay Payroll in Odoo (debug mode) @@ -67,7 +67,7 @@ Odoo). The accounts used by KeyPay are defined in the section **Payroll settings**. -.. image:: media/australia-keypay-chart-of-accounts.png +.. image:: australia/australia-keypay-chart-of-accounts.png :align: center :alt: Chart of Accounts menu in KeyPay diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-api.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-api.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-api.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-api.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-business-id.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-business-id.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-business-id.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-business-id.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-chart-of-accounts.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-chart-of-accounts.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-chart-of-accounts.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-chart-of-accounts.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-integration.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-integration.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-integration.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-integration.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-journal-entry.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-journal-entry.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-journal-entry.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-journal-entry.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-myaccount.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-myaccount.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-myaccount.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-myaccount.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-scheduled-actions.png b/content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-scheduled-actions.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/australia-keypay-scheduled-actions.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/australia/australia-keypay-scheduled-actions.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/chile.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/chile.rst index 6acb5df624..31b629177f 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/chile.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/chile.rst @@ -27,7 +27,7 @@ For this, go to *Apps* and search for Chile. Then click *Install* in the module E-invoicing**. This module has a dependency with **Chile - Accounting**. In case this last one is not installed, Odoo installs it automatically with E-invoicing. -.. image:: media/Chile01.png +.. image:: chile/Chile01.png :align: center :alt: Chilean module to install on Odoo. @@ -50,7 +50,7 @@ Fiscal Information Fill in the fiscal information for your company according to the SII register, follow the instructions on each section. -.. image:: media/Chile02.png +.. image:: chile/Chile02.png :align: center :alt: Chilean company fiscal data. @@ -61,7 +61,7 @@ This is part of the main information required to generate electronic Invoice, se environment and the legal information, as well as the email address to receive invoices from your vendors and the alias you use to send invoices to your customers. -.. image:: media/Chile03.png +.. image:: chile/Chile03.png :align: center :alt: Chilean edi environment settings. @@ -71,7 +71,7 @@ Configure DTE Incoming email server In order to receive you the claim and acceptance emails from your customers, it is crucial to define the DTE incoming email server, considering this configuration: -.. image:: media/Chile03_2.png +.. image:: chile/Chile03_2.png :align: center :alt: Incoming email server configuration for Chilean DTE. @@ -85,11 +85,11 @@ Certificate In order to generate the electronic invoice signature, a digital certificate with the extension ``.pfx`` is required, proceed to this section and load your file and password. -.. image:: media/Chile03_3.png +.. image:: chile/Chile03_3.png :align: center :alt: Digital certificate access. -.. image:: media/Chile04.png +.. image:: chile/Chile04.png :align: center :alt: Digital certificate configuration. @@ -103,7 +103,7 @@ Financial Reports The report Propuesta F29 requires two values that need to be defined as part of the company configuration: -.. image:: media/Chile05.png +.. image:: chile/Chile05.png :align: center :alt: Fiscal reports parameters. @@ -114,7 +114,7 @@ The official currency rate in Chile is provided by the SBIF, you can find the SB synchronization service in the currency rate configuration and you can set a predefined interval for the rate updates. -.. image:: media/Chile05_2.png +.. image:: chile/Chile05_2.png :align: center :scale: 25 :alt: Currency reate service for Chile. @@ -123,7 +123,7 @@ In order to configure your token, you need to enable developer mode and access t :menuselection:`Settings --> Technical --> System parameters` and search the parameter ``sbif_api_key`` and in the field Value introduce your token provided by the SBIF: -.. image:: media/Chile05_3.png +.. image:: chile/Chile05_3.png :align: center :alt: Token configuration for currency rate service. @@ -152,7 +152,7 @@ Identification Type and VAT As part of the Chilean localization, the identification types defined by the SII are now available on the Partner form. This information is essential for most transactions. -.. image:: media/Chile06.png +.. image:: chile/Chile06.png :align: center :scale: 25 :alt: Chilean identification types for partners. @@ -164,7 +164,7 @@ In Chile, the document type associated with customers and vendors transactions i based on the Taxpayer Type. This field should be defined in the partner form, when creating a customer is important you make sure this value is set: -.. image:: media/Chile07.png +.. image:: chile/Chile07.png :align: center :alt: Chilean taxpayer types for partners. @@ -176,7 +176,7 @@ As part of the information that is sent in the electronic Invoice, you need to d email that is going to appear as the sender of the electronic invoice to your customer, and the Industry description. -.. image:: media/Chile07_2.png +.. image:: chile/Chile07_2.png :align: center :alt: Chilean electronic invoice data for partners. @@ -187,7 +187,7 @@ Taxes As part of the localization module, the taxes are created automatically with their related financial account and configuration. -.. image:: media/Chile08.png +.. image:: chile/Chile08.png :align: center :alt: Chilean taxes list. @@ -224,7 +224,7 @@ is created automatically when the localization module is installed. The information required for the document types is included by default so the user doesn't need to fill anything on this view: -.. image:: media/Chile09.png +.. image:: chile/Chile09.png :align: center :alt: Chilean fiscal document types list. @@ -287,7 +287,7 @@ applicable to Purchase and Sales journals that can be related to the different sets of document types available in Chile. By default, all the sales journals created will use documents. -.. image:: media/Chile10.png +.. image:: chile/Chile10.png :align: center :alt: Document type configuration on Journal. @@ -301,7 +301,7 @@ When a Journal is created we have two options with document types sequences. 2. Use existent sequence: If the sequence should be shared between several journals, the user can add manually sequences previously created. -.. image:: media/Chile11.png +.. image:: chile/Chile11.png :align: center :alt: Steps to add new sequences on journals. @@ -332,7 +332,7 @@ Once you have the CAF files you need to associate them with journal sequence in after you create the sequence for the first time the will be in red, which indicates that no CAF has been configured for that particular sequence: -.. image:: media/Chile12.png +.. image:: chile/Chile12.png :align: center :alt: Sequences per document type on journals. @@ -344,7 +344,7 @@ In order to add a CAF, just follow these steps: 4. Save the CAF. 5. Save the sequence. -.. image:: media/Chile13.gif +.. image:: chile/Chile13.gif :align: center :alt: Steps to add a new CAF on sequences. @@ -352,7 +352,7 @@ In order to add a CAF, just follow these steps: As a result, the sequence color changes to black and the column Next number and quantity available are updated: -.. image:: media/Chile13.png +.. image:: chile/Chile13.png :align: center :alt: Sequences per document type on journals. @@ -367,7 +367,7 @@ In the Chilean localization the electronic Invoice workflow covers the Emission Customer Invoices and the reception of Vendor Bills, in the next diagram we explain how the information transmitted to the SII and between the customers and Vendors. -.. image:: media/Chile14.png +.. image:: chile/Chile14.png :align: center :alt: Diagram with Electronic invoice transactions. @@ -381,7 +381,7 @@ automatically based on the Taxpayer. You can manually change the document type if needed. -.. image:: media/Chile15.png +.. image:: chile/Chile15.png :align: center :alt: Document type selection on invoices. @@ -398,7 +398,7 @@ from a sales order, proceed to validate the invoice. After the invoice is poste - The DTE File (Electronic Tax Document) is created automatically and added in the chatter. - The DTE SII status is set as: Pending to be sent. - .. image:: media/Chile16.png + .. image:: chile/Chile16.png :align: center :alt: DTE XML File displayed in chatter. @@ -406,7 +406,7 @@ The DTE Status is updated automatically by Odoo with a scheduled action that run at night, if you need to get the response from the SII immediately you can do it manually as well. The DTE status workflow is as follows: -.. image:: media/Chile17.png +.. image:: chile/Chile17.png :align: center :alt: Transition of DTE statuses. @@ -420,7 +420,7 @@ The DTE status workflow is as follows: manually just click on the button: Verify on SII. The result can either be Accepted, Accepted With Objection or Rejected. - .. image:: media/Chile18.png + .. image:: chile/Chile18.png :align: center :alt: Identification transaction for invoice and Status update. @@ -429,7 +429,7 @@ The DTE status workflow is as follows: case you click continuously the Button Verify in SII, you will receive in the chatter the detail of those intermediate statuses: - .. image:: media/Chile18_2.png + .. image:: chile/Chile18_2.png :align: center :alt: Descprtion of each DTE status in the chatter. @@ -443,7 +443,7 @@ The DTE status workflow is as follows: was identified, nevertheless our document is now fiscally valid and it’s automatically sent to the customer. - .. image:: media/Chile19.png + .. image:: chile/Chile19.png :align: center :alt: Email track once it is sent to the customer. @@ -458,7 +458,7 @@ The DTE status workflow is as follows: * Make the required corrections based on the message received from the SII. * Post the invoice again. - .. image:: media/Chile20.png + .. image:: chile/Chile20.png :align: center :alt: Message when an invoice is rejected. @@ -471,7 +471,7 @@ originator document must be registered in the Tab Cross Reference, which is comm credit or debit notes, but in some cases can be used on Customer Invoices as well. In the case of the credit and debit notes, they are set automatically by Odoo: -.. image:: media/Chile21.png +.. image:: chile/Chile21.png :align: center :alt: Invoice tab with origin document number and data. @@ -481,7 +481,7 @@ Invoice PDF Report Once the invoice is accepted and validated by the SII and the PDF is printed, it includes the fiscal elements that indicate that the document is fiscally valid: -.. image:: media/Chile22.png +.. image:: chile/Chile22.png :align: center :alt: Barcode and fiscal elements in the invoice report. @@ -497,7 +497,7 @@ Once the invoice has been sent to the customer: Acceptance confirmation, otherwise they send a Claim. 4. The field DTE acceptation status is updated automatically. -.. image:: media/Chile23.png +.. image:: chile/Chile23.png :align: center :alt: Message with the commercial acceptance from the customer. @@ -509,7 +509,7 @@ Once the invoice has been Accepted by the SII **it can not be cancelled in Odoo* get a Claim for your customer the correct way to proceed is with a Credit Note to either cancel the Invoice or correct it. Please refer to the Credit Notes section for more details. -.. image:: media/Chile24.png +.. image:: chile/Chile24.png :align: center :alt: Invoice Comercial status updated to Claimed. @@ -546,7 +546,7 @@ When a cancellation or correction is needed over a validated invoice, a credit n generated. It is important to consider that a CAF file is required for the Credit Note sequence, which is identified as document 64 in the SII. -.. image:: media/Chile25.png +.. image:: chile/Chile25.png :align: center :alt: Creation of CAF for Credit notes sequences. @@ -563,7 +563,7 @@ Cancel Referenced document In case you need to cancel or invalid an Invoice, use the button Add Credit note and select Full Refund, in this case the SII reference Code is automatically set to: Anula Documento de referencia. -.. image:: media/Chile26.png +.. image:: chile/Chile26.png :align: center :alt: Full invoice refund with SII reference code 1. @@ -574,13 +574,13 @@ If a correction in the invoice information is required, for example the Street N Add Credit note,select Partial Refund and select the option “Solo corregir Texto”. In this case the SII reference Code is automatically set to: Corrige el monto del Documento de Referencia. -.. image:: media/Chile27.png +.. image:: chile/Chile27.png :align: center :alt: Partial refund to correct text including the corrected value. Odoo creates a Credit Note with the corrected text in an invoice and price 0. -.. image:: media/Chile28.png +.. image:: chile/Chile28.png :align: center :alt: Credit note with the corrected value on the invoice lines. @@ -595,7 +595,7 @@ When a correction on the amounts is required, use the button Add Credit note and select Partial Refund. In this case the SII reference Code is automatically set to: Corrige el monto del Documento de Referencia. -.. image:: media/Chile30.png +.. image:: chile/Chile30.png :align: center :alt: Credit note for partial refund to correct amounts, using the SII reference code 3. @@ -615,14 +615,14 @@ Add debt on Invoices The most common use case for debit notes is to increase the value of an existing invoice, you need to select option 3 in the field Reference code SII: -.. image:: media/Chile31.png +.. image:: chile/Chile31.png :align: center :alt: Debit note for partial refund to crrect amounts, using the SII reference code 3. In this case Odoo automatically includes the source invoice in the cross reference section: -.. image:: media/Chile32.png +.. image:: chile/Chile32.png :align: center :alt: Invoice data on crossed reference section for debit notes. @@ -633,7 +633,7 @@ In Chile the debits notes are used to cancel a validated Credit Note, in this ca select the button Add debit note and select the first option in the wizard: *1: Anula Documentos de referencia.* -.. image:: media/Chile33.png +.. image:: chile/Chile33.png :align: center :alt: Creating a debit note to cancel a credit note with the SII code reference 1. @@ -657,7 +657,7 @@ As soon as the vendor email with the attached DTE is received: 2. An email is sent to the vendor with the Reception acknowledgement. 3. The DTE status is set as: Acuse de Recibido Enviado -.. image:: media/Chile34.png +.. image:: chile/Chile34.png :align: center :alt: Messages recorded in the chatter with the reception notification for the vendor. @@ -668,7 +668,7 @@ If all the commercial information is correct on your vendor bill, you can accept the button: Aceptar Documento, once this is done the DTE Acceptation Status changes to: Accepted and an email of acceptance is sent to the vendor. -.. image:: media/Chile35.png +.. image:: chile/Chile35.png :align: center :alt: Acceptance button in vendor bills to inform the vendor all the document is comercially accepted. @@ -680,7 +680,7 @@ In case there is a commercial issue or the information is not correct on your ve Claim the document before validating it, using the button: Claim, once this is done the DTE Acceptation Status change to: Claim and an email of acceptance is sent to the vendor. -.. image:: media/Chile36.png +.. image:: chile/Chile36.png :align: center :alt: Claim button in vendor bills to inform the vendor all the document is comercially rejected. @@ -701,7 +701,7 @@ the evaluated period of time, so that a real and complete knowledge of the statu You can find this report in :menuselection:`Accounting --> Accounting --> Reports` -.. image:: media/Chile37.png +.. image:: chile/Chile37.png :align: center :alt: Columns and data displayed in the report Balance Tributario 8 Columnas. @@ -717,6 +717,6 @@ SII. You can find this report in :menuselection:`Accounting --> Accounting --> Reports` -.. image:: media/Chile38.png +.. image:: chile/Chile38.png :align: center :alt: Parameters to required to generate the Report Propuesta F29 diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile03_2.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile03_2.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile03_2.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile03_2.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile03_3.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile03_3.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile03_3.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile03_3.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile05_2.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile05_2.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile05_2.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile05_2.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile05_3.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile05_3.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile05_3.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile05_3.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile07_2.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile07_2.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile07_2.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile07_2.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile10.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile10.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile10.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile11.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile11.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile11.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile12.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile12.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile12.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile12.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile13.gif b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile13.gif similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile13.gif rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile13.gif diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile13.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile13.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile13.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile13.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile14.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile14.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile14.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile15.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile15.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile15.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile16.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile16.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile16.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile16.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile17.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile17.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile17.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile17.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile18.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile18.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile18.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile18.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile18_2.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile18_2.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile18_2.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile18_2.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile19.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile19.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile19.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile19.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile20.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile20.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile20.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile20.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile21.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile21.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile21.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile21.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile22.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile22.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile22.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile22.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile23.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile23.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile23.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile23.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile24.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile24.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile24.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile24.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile25.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile25.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile25.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile25.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile26.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile26.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile26.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile26.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile27.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile27.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile27.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile27.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile28.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile28.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile28.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile28.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile30.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile30.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile30.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile30.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile31.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile31.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile31.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile31.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile32.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile32.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile32.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile32.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile33.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile33.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile33.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile33.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile34.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile34.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile34.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile34.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile35.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile35.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile35.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile35.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile36.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile36.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile36.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile36.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile37.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile37.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile37.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile37.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile38.png b/content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile38.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/Chile38.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/chile/Chile38.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/colombia.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia.rst index c429ca7dcf..f932fe7834 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/colombia.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia.rst @@ -26,7 +26,7 @@ requires the next modules: Workflow ======== -.. image:: media/colombia01.png +.. image:: colombia/colombia01.png :align: center @@ -39,7 +39,7 @@ Install the Colombian localization modules To :ref:`install ` the modules, go to :menuselection:`Apps`, remove the *Apps* filter and search for "Colombia". Then click on *Install* for the first two modules. -.. image:: media/colombia02.png +.. image:: colombia/colombia02.png :align: center @@ -53,7 +53,7 @@ and credentials, this information will be provided by Carvajal T&S. Go to :menuselection:`Accounting --> Configuration --> Settings` and look for the *Colombian Electronic Invoice* section. -.. image:: media/colombia03.png +.. image:: colombia/colombia03.png :align: center Using the Testing mode it is possible to connect with a Carvajal T&S @@ -75,7 +75,7 @@ the PDF. Go to :menuselection:`Accounting --> Configuration --> Settings` and look for the *Colombian Electronic Invoice* section. -.. image:: media/colombia04.png +.. image:: colombia/colombia04.png :align: center @@ -92,7 +92,7 @@ As part of the Colombian Localization, the document types defined by the DIAN are now available on the Partner form. Colombian partners have to have their identification number and document type set: -.. image:: media/colombia05.png +.. image:: colombia/colombia05.png :align: center .. tip:: When the document type is RUT the identification number needs @@ -111,7 +111,7 @@ part of the information required by the DIAN . These fields can be found in :menuselection:`Partner --> Sales & Purchase Tab --> Fiscal Information` -.. image:: media/colombia06.png +.. image:: colombia/colombia06.png :align: center Additionally two booleans fields were added in order to specify the @@ -125,14 +125,14 @@ If your sales transactions include products with taxes, it's important to consider that an extra field *Value Type* needs to be configured per tax. This option is located in the Advanced Options tab. -.. image:: media/colombia07.png +.. image:: colombia/colombia07.png :align: center Retention tax types (ICA, IVA, Fuente) are also included in the options to configure your taxes. This configuration is used in order to correctly display taxes in the invoice PDF. -.. image:: media/colombia08.png +.. image:: colombia/colombia08.png :align: center @@ -145,13 +145,13 @@ invoice documents need to be updated in Odoo. The sequence can be accessed using the :ref:`developer mode `: :menuselection:`Accounting --> Settings --> Configuration Setting --> Journals`. -.. image:: media/colombia09.png +.. image:: colombia/colombia09.png :align: center Once that the sequence is opened, the Prefix and Next Number fields should be configured and synchronized with the CEN Financiero. -.. image:: media/colombia10.png +.. image:: colombia/colombia10.png :align: center @@ -162,7 +162,7 @@ The default template that is used by Odoo on the invoice PDF includes the job position of the salesperson, so these fields should be configured: -.. image:: media/colombia11.png +.. image:: colombia/colombia11.png :align: center @@ -183,7 +183,7 @@ The functional workflow that takes place before an invoice validation doesn't change. The main changes that are introduced with the electronic invoice are the next fields: -.. image:: media/colombia12.png +.. image:: colombia/colombia12.png :align: center There are three types of documents: @@ -205,7 +205,7 @@ Invoice validation After the invoice is validated an XML file is created and sent automatically to Carvajal, this file is displayed in the chatter. -.. image:: media/colombia13.png +.. image:: colombia/colombia13.png :align: center An extra field is now displayed in "Other Info" tab with the name of @@ -213,7 +213,7 @@ the XML file. Additionally there is a second extra field that is displayed with the Electronic Invoice status, with the initial value "In progress": -.. image:: media/colombia14.png +.. image:: colombia/colombia14.png :align: center @@ -233,9 +233,9 @@ After this: - A ZIP containing the legal XML and the PDF is downloaded and displayed in the invoice chatter: - .. image:: media/colombia15.png + .. image:: colombia/colombia15.png - .. image:: media/colombia16.png + .. image:: colombia/colombia16.png - The Electronic Invoice status changes to "Accepted" @@ -247,17 +247,17 @@ During the XML validation the most common errors are usually related to missing master data. In such cases, error messages are shown in the chatter after updating the electronic invoice status. -.. image:: media/colombia17.png +.. image:: colombia/colombia17.png :align: center After the master data is corrected, it's possible to reprocess the XML with the new data and send the updated version, using the following button: -.. image:: media/colombia18.png +.. image:: colombia/colombia18.png :align: center -.. image:: media/colombia19.png +.. image:: colombia/colombia19.png :align: center diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia10.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia10.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia10.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia11.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia11.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia11.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia12.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia12.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia12.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia12.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia13.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia13.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia13.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia13.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia14.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia14.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia14.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia15.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia15.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia15.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia16.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia16.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia16.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia16.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia17.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia17.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia17.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia17.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia18.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia18.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia18.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia18.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia19.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia19.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia19.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia/colombia19.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES.rst index 801a7b1e6e..3d39654b91 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES.rst @@ -25,7 +25,7 @@ requiere los siguientes Módulos: Flujo General ============= -.. image:: media/colombia01.png +.. image:: colombia/colombia01.png :align: center @@ -38,7 +38,7 @@ Instalación de los módulos de Localización Colombiana Para esto ve a las aplicaciones y busca “Colombia”, luego da click en Instalar a los primeros dos módulos: -.. image:: media/colombia02.png +.. image:: colombia/colombia02.png :align: center @@ -51,7 +51,7 @@ Configuración de las credenciales del Servicio Web de Carvajal T&S | Ve a :menuselection:`Facturación --> Configuración --> Configuración` y busca la sección **Facturación Electrónica Colombiana** -.. image:: media/colombia_ES02.png +.. image:: colombia_ES/colombia_ES02.png :align: center La funcionalidad de pruebas le permite conectarse e interactuar con el @@ -73,7 +73,7 @@ Configuración de Información para PDF | Ve a :menuselection:`Contabilidad --> Configuración --> Ajustes` y busca la sección **Facturación Electrónica Colombiana**. -.. image:: media/colombia_ES03.png +.. image:: colombia_ES/colombia_ES03.png :align: center @@ -91,7 +91,7 @@ definidos por la DIAN ahora están disponibles en el formulario de Contactos, por lo cual ya es posible asignarles su número de identificación asociado al tipo de documento correspondiente. -.. image:: media/colombia_ES04.png +.. image:: colombia_ES/colombia_ES04.png :align: center Nota: Cuando el tipo de documento es RUT la identificación necesita ser @@ -110,7 +110,7 @@ Facturación Electrónica, dado que es información requerida por la DIAN. Estos campos se encuentran en :menuselection:`Contactos --> Pestaña de Ventas y Compras --> Información Fiscal` -.. image:: media/colombia_ES05.png +.. image:: colombia_ES/colombia_ES05.png :align: center Adicionalmente dos últimos campos fueron agregados para especificar el @@ -127,7 +127,7 @@ importante considerar que un campo adicional llamado *Tipo de Valor* necesita ser configurado en la siguiente ruta: :menuselection:`Contabilidad --> Configuración --> Impuestos: --> Opciones Avanzadas --> Tipo de Valor` -.. image:: media/colombia_ES06.png +.. image:: colombia_ES/colombia_ES06.png :align: center Los impuestos para Retenciones (ICA, IVA y Fuente) también están @@ -135,7 +135,7 @@ incluidos en las opciones para configurar tus impuestos, esta configuración es considerada para desplegar correctamente los impuestos en la representación gráfica de la Factura. (PDF) -.. image:: media/colombia_ES07.png +.. image:: colombia_ES/colombia_ES07.png :align: center @@ -151,13 +151,13 @@ La secuencia es configurada usando el modo de desarrollador en la siguiente ruta: :menuselection:`Contabilidad --> Configuración --> Diarios --> Liga de Secuencia` -.. image:: media/colombia_ES08.png +.. image:: colombia_ES/colombia_ES08.png :align: center Una vez que la secuencia es abierta, los campos de Prefijo y Siguiente Número deben ser configurados y sincronizados con el CEN Financiero. -.. image:: media/colombia_ES09.png +.. image:: colombia_ES/colombia_ES09.png :align: center @@ -168,7 +168,7 @@ La plantilla por defecto que es usada por Odoo en la representación gráfica incluye el nombre del Vendedor, así que estos campos deben ser considerados: -.. image:: media/colombia_ES10.png +.. image:: colombia_ES/colombia_ES10.png :align: center @@ -208,7 +208,7 @@ Hay tres tipos de documentos manualmente. Al ingresar esta factura en el ERP, se debe seleccionar este tipo. - .. image:: media/colombia_ES11.png + .. image:: colombia_ES/colombia_ES11.png Invoice Validation @@ -218,7 +218,7 @@ Después que la factura fue validada, un archivo XML es creado y enviado automáticamente al proveedor de la factura electrónica. Este archivo es desplegado en el historial. -.. image:: media/colombia_ES12.png +.. image:: colombia_ES/colombia_ES12.png :align: center Un campo adicional es ahora desplegado en la pestaña de “Otra @@ -226,7 +226,7 @@ Información” con el nombre del archivo XML. Adicionalmente hay un segundo campo adicional que es desplegado con el estatus de la Factura Electrónica, con el valor inicial **En Proceso**. -.. image:: media/colombia_ES13.png +.. image:: colombia_ES/colombia_ES13.png :align: center @@ -247,18 +247,18 @@ Recepción del XML y PDF Legal - El XML Legal y el PDF son incluidos en un archivo ZIP y desplegados en el historial de la Factura. - .. image:: media/colombia_ES14.png + .. image:: colombia_ES/colombia_ES14.png - El estatus de la Factura Electrónica es cambiado a “Aceptado”. - .. image:: media/colombia_ES15.png + .. image:: colombia_ES/colombia_ES15.png .. tip:: En caso que el PDF y el XML sean requeridos inmediatamente, es posible mandar manualmente la petición del estatus usando el siguiente botón: - .. image:: media/colombia_ES16.png + .. image:: colombia_ES/colombia_ES16.png :align: center @@ -270,17 +270,17 @@ relacionados con información principal faltante. En estos casos, los detalles del error son recuperados en la petición de actualización y desplegados en el historial. -.. image:: media/colombia_ES17.png +.. image:: colombia_ES/colombia_ES17.png :align: center Si la información principal es corregida, es posible re procesar el XML con la nueva información y mandar la versión actualizada usando el siguiente botón: -.. image:: media/colombia_ES18.png +.. image:: colombia_ES/colombia_ES18.png :align: center -.. image:: media/colombia_ES19.png +.. image:: colombia_ES/colombia_ES19.png :align: center @@ -327,17 +327,17 @@ cuales dependen de los siguientes factores: #. Calendario de implementación de acuerdo con la actividad económica principal en el RUT: - .. image:: media/colombia-es-calendario-rut.png + .. image:: colombia_ES/colombia-es-calendario-rut.png :align: center #. Calendario de implementación, para otros sujetos obligados: - .. image:: media/colombia-es-calendario-otros-obligados.png + .. image:: colombia_ES/colombia-es-calendario-otros-obligados.png :align: center #. Calendario de implementación permanente: - .. image:: media/colombia-es-calendario-permanente.png + .. image:: colombia_ES/colombia-es-calendario-permanente.png :align: center Requerimientos en Odoo @@ -353,7 +353,7 @@ Actualización de listado de Apps Utilizando el modo desarrollador, acceder al módulo de Aplicaciones y seleccionar el menú *Actualizar Lista*. -.. image:: media/colombia-es-actualizar-lista.png +.. image:: colombia_ES/colombia-es-actualizar-lista.png :align: center Actualización de Módulos @@ -365,7 +365,7 @@ actualizar dos módulos. #. Colombia - Contabilidad - l10n_co #. Electronic invoicing for Colombia with Carvajal UBL 2.1 - l10n_co_edi_ubl_2_1 -.. image:: media/colombia-es-modulos.png +.. image:: colombia_ES/colombia-es-modulos.png :align: center En cada módulo o ícono hay que desplegar el menú opciones utilizando los 3 puntos de la esquina @@ -373,12 +373,12 @@ superior derecha y seleccionamos *Actualizar*. Primero lo hacemos con en el módulo l10n_co: -.. image:: media/colombia-es-actualizar-contabilidad.png +.. image:: colombia_ES/colombia-es-actualizar-contabilidad.png :align: center Posteriormente lo hacemos con el módulo l10n_co_edi_ubl_2_1: -.. image:: media/colombia-es-actualizar-electronic-invoicing.png +.. image:: colombia_ES/colombia-es-actualizar-electronic-invoicing.png :align: center Creación de Datos Maestros @@ -405,13 +405,13 @@ se defina de esta manera debido a que son los parámetros definidos por la DIAN. - **Tipo de documento:** Cedula de Ciudadania - **Numero de Identificacion:** 222222222222 -.. image:: media/colombia-es-consumidor-final-nuevo-contacto.png +.. image:: colombia_ES/colombia-es-consumidor-final-nuevo-contacto.png :align: center Dentro de la pestaña Ventas y Compras, en la sección Información Fiscal, del campo Obligaciones y Responsabilidades colocaremos el valor: **R-99-PN**. -.. image:: media/colombia-es-consumidor-final-r-99-pn.png +.. image:: colombia_ES/colombia-es-consumidor-final-r-99-pn.png :align: center IVA Excluido - Bienes Cubiertos @@ -425,19 +425,19 @@ electrónica. Para el crear el impuesto accederemos a Contabilidad dentro del menú :menuselection:`Configuración --> Impuestos`: -.. image:: media/colombia-es-menu-impuestos.png +.. image:: colombia_ES/colombia-es-menu-impuestos.png :align: center Procedemos a crear un nuevo Impuesto con importe 0% considerando los siguientes parámetros: -.. image:: media/colombia-es-nuevo-impuesto.png +.. image:: colombia_ES/colombia-es-nuevo-impuesto.png :align: center El nombre del Impuesto puede ser definido a preferencia del usuario, sin embargo el campo clave es **Grupo de Impuestos** dentro de Opciones avanzadas, el cual debe ser: *bienes cubiertos* y el campo **Tipo de Valor**: *IVA*. -.. image:: media/colombia-es-nuevo-impuesto-opciones-avanzadas.png +.. image:: colombia_ES/colombia-es-nuevo-impuesto-opciones-avanzadas.png :align: center Actualización de descripción de Departamentos @@ -446,13 +446,13 @@ Actualización de descripción de Departamentos Es necesario actualizar la descripción de algunos departamentos, para lo cual accederemos a módulo de Contactos y dentro del menú de :menuselection:`Configuración --> Provincias`. -.. image:: media/colombia-es-menu-provincias.png +.. image:: colombia_ES/colombia-es-menu-provincias.png :align: center Posteriormente, podemos agregar por País para identificar claramente las provincias (Departamentos) de Colombia: -.. image:: media/colombia-es-provincias-agrupar.png +.. image:: colombia_ES/colombia-es-provincias-agrupar.png :align: center Una vez agrupados buscar los siguientes departamentos para actualizarlos con el valor indicado en la @@ -471,7 +471,7 @@ columna **Nombre actualizado**: Ejemplo: -.. image:: media/colombia-es-provincias-ejemplo.png +.. image:: colombia_ES/colombia-es-provincias-ejemplo.png :align: center Verificación de Código postal @@ -498,7 +498,7 @@ generalmente será utilizado en las transacciones de facturación del punto de p correspondientes. - Contablemente todos los registros de Consumidor final quedarán asociados al identificador generico: -.. image:: media/colombia-es-consumidor-final-asociado.png +.. image:: colombia_ES/colombia-es-consumidor-final-asociado.png :align: center IVA Excluido - Bienes Cubiertos @@ -572,7 +572,7 @@ Medidas en Odoo - Al finalizar las operaciones del día anterior a las fechas establecidas de día sin IVA, se debe hacer la actualización temporal a IVA de Bienes Cubiertos. - .. image:: media/columbia-es-producto-iva-bienes-cubiertos.png + .. image:: colombia_ES/columbia-es-producto-iva-bienes-cubiertos.png :align: center - **Durante el día SIN IVA** @@ -580,7 +580,7 @@ Medidas en Odoo - Por defecto los productos previamente considerados con IVA de Bienes cubiertos serán generados con este parámetro tanto en Órdenes de venta como facturas creadas durante ese mismo día. - .. image:: media/columbia-es-factura-iva-bienes-cubiertos.png + .. image:: colombia_ES/columbia-es-factura-iva-bienes-cubiertos.png :align: center - Las órdenes de venta generadas con este impuesto deberán ser facturas el mismo día. diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-actualizar-contabilidad.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-actualizar-contabilidad.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-actualizar-contabilidad.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-actualizar-contabilidad.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-actualizar-electronic-invoicing.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-actualizar-electronic-invoicing.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-actualizar-electronic-invoicing.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-actualizar-electronic-invoicing.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-actualizar-lista.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-actualizar-lista.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-actualizar-lista.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-actualizar-lista.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-calendario-otros-obligados.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-calendario-otros-obligados.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-calendario-otros-obligados.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-calendario-otros-obligados.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-calendario-permanente.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-calendario-permanente.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-calendario-permanente.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-calendario-permanente.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-calendario-rut.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-calendario-rut.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-calendario-rut.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-calendario-rut.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-consumidor-final-asociado.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-consumidor-final-asociado.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-consumidor-final-asociado.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-consumidor-final-asociado.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-consumidor-final-nuevo-contacto.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-consumidor-final-nuevo-contacto.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-consumidor-final-nuevo-contacto.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-consumidor-final-nuevo-contacto.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-consumidor-final-r-99-pn.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-consumidor-final-r-99-pn.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-consumidor-final-r-99-pn.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-consumidor-final-r-99-pn.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-menu-impuestos.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-menu-impuestos.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-menu-impuestos.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-menu-impuestos.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-menu-provincias.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-menu-provincias.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-menu-provincias.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-menu-provincias.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-modulos.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-modulos.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-modulos.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-modulos.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-nuevo-impuesto-opciones-avanzadas.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-nuevo-impuesto-opciones-avanzadas.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-nuevo-impuesto-opciones-avanzadas.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-nuevo-impuesto-opciones-avanzadas.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-nuevo-impuesto.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-nuevo-impuesto.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-nuevo-impuesto.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-nuevo-impuesto.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-provincias-agrupar.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-provincias-agrupar.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-provincias-agrupar.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-provincias-agrupar.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-provincias-ejemplo.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-provincias-ejemplo.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia-es-provincias-ejemplo.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia-es-provincias-ejemplo.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES10.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES10.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES10.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES11.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES11.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES11.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES12.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES12.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES12.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES12.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES13.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES13.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES13.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES13.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES14.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES14.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES14.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES15.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES15.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES15.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES16.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES16.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES16.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES16.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES17.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES17.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES17.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES17.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES18.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES18.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES18.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES18.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES19.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES19.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES19.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/colombia_ES19.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/columbia-es-factura-iva-bienes-cubiertos.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/columbia-es-factura-iva-bienes-cubiertos.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/columbia-es-factura-iva-bienes-cubiertos.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/columbia-es-factura-iva-bienes-cubiertos.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/columbia-es-producto-iva-bienes-cubiertos.png b/content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/columbia-es-producto-iva-bienes-cubiertos.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/columbia-es-producto-iva-bienes-cubiertos.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/colombia_ES/columbia-es-producto-iva-bienes-cubiertos.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia.rst index 811cde5ff1..9a813a67e5 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia.rst @@ -25,7 +25,7 @@ NPWP/NIK settings field on the customer's contact to set the NPWP needed to generate the e-Faktur file. If your customer does not have an NPWP, just enter the NIK in the same VAT field. - .. image:: media/indonesia-partner-nik.png + .. image:: indonesia/indonesia-partner-nik.png :align: center .. _localization_indonesia/e-faktur_usage: @@ -49,7 +49,7 @@ Generate Tax Invoice Serial Number number, as requested by the Indonesia Tax Revenue Department. #. There is a counter to inform you how many unused numbers are left in that group. - .. image:: media/indonesia-sn-count.png + .. image:: indonesia/indonesia-sn-count.png :align: center .. _localization_indonesia/csv: @@ -63,7 +63,7 @@ Generate e-faktur csv for a single invoice or a batch invoices #. Set a Kode Transaksi for the e-Faktur. There are constraints related to the Kode transaksi and the type of VAT applied to invoice lines. - .. image:: media/indonesia-kode-transaksi.png + .. image:: indonesia/indonesia-kode-transaksi.png :align: center #. Odoo will automatically pick the next available serial number from the e-Faktur number table (see @@ -71,13 +71,13 @@ Generate e-faktur csv for a single invoice or a batch invoices number as a concatenation of Kode Transaksi and serial number. You can see this from the invoice form view under the page *Extra Info* in the box *Electronic Tax*. - .. image:: media/indonesia-e-faktur-sn.png + .. image:: indonesia/indonesia-e-faktur-sn.png :align: center #. Once the invoice is posted, you can generate and download the e-Faktur from the *Action* menu item *Download e-faktur*. The checkbox *CSV created* will be set. - .. image:: media/indonesia-csv-created.png + .. image:: indonesia/indonesia-csv-created.png :align: center #. You can select multiple invoices in list view and generate a batch e-Faktur .csv. @@ -110,7 +110,7 @@ Correct an invoice that has been posted and downloaded: Replace Invoice feature replaced invoice replacing the third digit of the original serial number with *1* (as requested to upload a replacement invoice in the e-Faktur app). -.. image:: media/indonesia-replace-invoice.png +.. image:: indonesia/indonesia-replace-invoice.png :align: center @@ -124,5 +124,5 @@ Correct an invoice that has been posted but not downloaded yet: Reset e-Faktur #. The serial number will be unassigned, and we will be able to reset the invoice to draft, edit it and re-assign a new serial number. -.. image:: media/indonesia-e-faktur-reset.png +.. image:: indonesia/indonesia-e-faktur-reset.png :align: center \ No newline at end of file diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-csv-created.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-csv-created.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-csv-created.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-csv-created.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-e-faktur-reset.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-e-faktur-reset.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-e-faktur-reset.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-e-faktur-reset.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-e-faktur-sn.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-e-faktur-sn.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-e-faktur-sn.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-e-faktur-sn.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-kode-transaksi.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-kode-transaksi.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-kode-transaksi.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-kode-transaksi.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-partner-nik.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-partner-nik.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-partner-nik.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-partner-nik.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-replace-invoice.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-replace-invoice.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-replace-invoice.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-replace-invoice.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-sn-count.png b/content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-sn-count.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/indonesia-sn-count.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/indonesia/indonesia-sn-count.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT.rst index 75520a9dd8..04dbab9068 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT.rst @@ -46,7 +46,7 @@ elettronica sono i seguenti: - Numero di Iscrizione nel registro delle Imprese. -.. image:: media/italy_IT01.png +.. image:: italy_IT/italy_IT01.png :align: center @@ -62,7 +62,7 @@ Configurare le impostazioni per la Fatturazione Elettronica indicare in questo campo se l’Azienda si avvale di un Rappresentate Fiscale in Italia. -.. image:: media/italy_IT02.png +.. image:: italy_IT/italy_IT02.png :align: center @@ -79,7 +79,7 @@ Codice Fiscale e Indice PA *che deve contere i 6-7 caratteri contenuti nell’indice PA e necessari per la comunicazione tramite fattura elettronica*. -.. image:: media/italy_IT03.png +.. image:: italy_IT/italy_IT03.png :align: center @@ -93,10 +93,10 @@ fattura viene quindi inviata: lo stato della sua consegna verrà notificato all’utente tramite pop-up sulla parte iniziale della schermata della fattura. -.. image:: media/italy_IT04.png +.. image:: italy_IT/italy_IT04.png :align: center -.. image:: media/italy_IT05.png +.. image:: italy_IT/italy_IT05.png :align: center I messaggi che possono apparire sono i seguenti: @@ -121,6 +121,6 @@ dall’elenco delle Fatture nella forma di icone, accanto alla colonna Per inviare la fattura tramite PEC e generare il file XML, basterà cliccare su invia. Il documento verrà poi mostrato tra gli allegati. -.. image:: media/italy_IT06.png +.. image:: italy_IT/italy_IT06.png :align: center diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/italy_IT06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/italy_IT/italy_IT06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES01.png deleted file mode 100644 index 5a04285771..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ES01.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_1.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_1.png deleted file mode 100644 index a0301b9cc0..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_1.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_10.png deleted file mode 100644 index 7165ef8ebe..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_10.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_11.png deleted file mode 100644 index 6bc09cc54b..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_11.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_12.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_12.png deleted file mode 100644 index f6a9964f68..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_12.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_13.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_13.png deleted file mode 100644 index f8f5a72198..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_13.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_14.png deleted file mode 100644 index cb10651722..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_14.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_15.png deleted file mode 100644 index 9302abe765..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_15.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_16.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_16.png deleted file mode 100644 index 335d07e788..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_16.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_17.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_17.png deleted file mode 100644 index 5edbe7f8f8..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_17.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_18.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_18.png deleted file mode 100644 index 019ac1a724..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_18.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_2.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_2.png deleted file mode 100644 index 41b8b020a1..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_2.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_3.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_3.png deleted file mode 100644 index 4d49b99e2e..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_3.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_4.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_4.png deleted file mode 100644 index 3f1a89a9c1..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_4.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_5.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_5.png deleted file mode 100644 index 873ff30b08..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_5.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_6.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_6.png deleted file mode 100644 index a64d81b01e..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_6.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_7.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_7.png deleted file mode 100644 index a94efedfb8..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_7.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_8.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_8.png deleted file mode 100644 index cd7a3dbb4c..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_8.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_9.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_9.png deleted file mode 100644 index 7bd249051c..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/colombia_ubl2.1_9.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico06.png deleted file mode 100644 index 577ed35a10..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico06.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico10.png b/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico10.png deleted file mode 100644 index e8efb0d606..0000000000 Binary files a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico10.png and /dev/null differ diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/mexico.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico.rst index 2e0dfc3a2b..38b124b47a 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/mexico.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico.rst @@ -46,7 +46,7 @@ Install the Mexican Accounting Localization To :ref:`install ` the module, go to :menuselection:`Apps`, remove the *Apps* filter and search for "Mexico". Then click on *Install*. -.. image:: media/mexico01.png +.. image:: mexico/mexico01.png :align: center .. tip:: @@ -64,7 +64,7 @@ with this you will be able to generate the signed invoice (CFDI 3.2 and 3.3) and generate the payment complement signed as well (3.3 only) all fully integrate with the normal invoicing flow in Odoo. -.. image:: media/mexico02.png +.. image:: mexico/mexico02.png :align: center .. _mx-legal-info: @@ -84,7 +84,7 @@ company’s contact. address inside Mexico with all fields for the company address and set the vat to **EKU9003173C9**. -.. image:: media/mexico03.png +.. image:: mexico/mexico03.png :align: center .. warning:: @@ -125,7 +125,7 @@ the entry with this name does not exist). in any new database created since v11.0 released CFDI 3.3 is the default behavior. -.. image:: media/mexico11.png +.. image:: mexico/mexico11.png :align: center @@ -135,22 +135,22 @@ Important considerations when you enable the CFDI 3.3 Your tax which represent the VAT 16% and 0% must have the "Factor Type" field set to "Tasa". -.. image:: media/mx_faq_04.png +.. image:: mexico/mx_faq_04.png :align: center -.. image:: media/mx_faq_05.png +.. image:: mexico/mx_faq_05.png :align: center You must go to the Fiscal Position configuration and set the proper code (it is the first 3 numbers in the name) for example for the test one you should set 601, it will look like the image. -.. image:: media/mexico14.png +.. image:: mexico/mexico14.png :align: center All products must have for CFDI 3.3 the "SAT code" and the field "Reference" properly set, you can export them and re import them to do it faster. -.. image:: media/mexico15.png +.. image:: mexico/mexico15.png :align: center @@ -173,22 +173,22 @@ and then enter your PAC username and PAC password. proposed for the SAT in order to set this information for your production environment with real transactions. -.. image:: media/mexico04.png +.. image:: mexico/mexico04.png :align: center .. tip:: If you ticked the box *MX PAC test environment* there is no need to enter a PAC username or password. -.. image:: media/mexico05.png +.. image:: mexico/mexico05.png :align: center .. tip:: Here is a SAT certificate you can use if you want to use the *Test Environment* for the Mexican Accounting Localization. - - :download:`Certificate ` - - :download:`Certificate Key ` + - :download:`Certificate ` + - :download:`Certificate Key ` - **Password:** ``12345678a`` @@ -199,7 +199,7 @@ This tag is used to set the tax type code, transferred or withhold, applicable to the concept in the CFDI. So, if the tax is a sale tax the "Tag" field should be "IVA", "ISR" or "IEPS". -.. image:: media/mexico33.png +.. image:: mexico/mexico33.png :align: center Note that the default taxes already has a tag assigned, but when you create a @@ -219,20 +219,20 @@ Once you validate your first invoice a correctly signed invoice should look like this: -.. image:: media/mexico07.png +.. image:: mexico/mexico07.png :align: center You can generate the PDF just clicking on the Print button on the invoice or sending it by email following the normal process on odoo to send your invoice by email. -.. image:: media/mexico08.png +.. image:: mexico/mexico08.png :align: center Once you send the electronic invoice by email this is the way it should looks like. -.. image:: media/mexico09.png +.. image:: mexico/mexico09.png :align: center @@ -245,17 +245,17 @@ If the invoice is not paid. - Go to to the customer invoice journal where the invoice belong to. - .. image:: media/mexico28.png + .. image:: mexico/mexico28.png - .. image:: media/mexico29.png + .. image:: mexico/mexico29.png - Check the "Allow cancelling entries" field. - .. image:: media/mexico29.png + .. image:: mexico/mexico29.png - Go back to your invoice and click on the button "Cancel Invoice". - .. image:: media/mexico30.png + .. image:: mexico/mexico30.png - For security reasons it is recommendable return the check on the to allow cancelling to false again, then go to the journal and un check such field. @@ -335,7 +335,7 @@ of accounting. You can find all of those reports in :menuselection:`Accounting --> Reporting --> Mexico` -.. image:: media/mx_ce_01.png +.. image:: mexico/mx_ce_01.png :align: center :alt: MX reports @@ -345,7 +345,7 @@ Electronic Chart of Accounts (Called and displayed as COA). Electronic invoicing has never been so easy, just go to :menuselection:`Accounting -> Reports -> Mexico -> COA` and click the button **Export for SAT (XML)**. -.. image:: media/mx_ce_02.png +.. image:: mexico/mx_ce_02.png :align: center :alt: COA for SAT @@ -361,7 +361,7 @@ account with the number 102.01.99 once you change to establish the name you will automatically configured label, the configured labels are the ones chosen to be used in the COA in XML. -.. image:: media/mx_ce_03.png +.. image:: mexico/mx_ce_03.png :align: center :alt: Create account @@ -386,7 +386,7 @@ correctly configured your COA, you can go to :menuselection:`Reports --> Trial B automatically generated and can be exported to XML using the button on the top **Export for SAT (XML)** with the previous selection of the period you want to export. -.. image:: media/mx_ce_04.png +.. image:: mexico/mx_ce_04.png :align: center :alt: Electronic verification balance @@ -459,20 +459,20 @@ How to generate this report in Odoo? #. Go to :menuselection:`Accounting --> Reports --> Mexico --> Transactions with third partied (DIOT)`. - .. image:: media/mx_ce_05.png + .. image:: mexico/mx_ce_05.png :align: center :alt: DIOT report #. A report view is displayed, select the last month to report the immediately preceding month or leave the current month if it suits you. - .. image:: media/mx_ce_06.png + .. image:: mexico/mx_ce_06.png :align: center :alt: DIOT filter #. Click on *Export (XLSX)* or *Print (TXT)* -.. image:: media/mx_ce_07.png +.. image:: mexico/mx_ce_07.png :align: center :alt: Print DIOT @@ -487,7 +487,7 @@ Important considerations about your supplier and invoice data for DIOT address, not You need to do nothing else there, but the l10n MX type of operation must be configured in all your providers. -.. image:: media/mx_ce_08.png +.. image:: mexico/mx_ce_08.png :align: center :alt: DIOT configuration @@ -505,7 +505,7 @@ this is the reason why we recommend to use this report not only for exporting yo information. obligation, but generate it before the end of the month and use it as your auditory process to see that all your partners are configured correctly. -.. image:: media/mx_ce_09.png +.. image:: mexico/mx_ce_09.png :align: center :alt: DIOT Error @@ -559,7 +559,7 @@ last day of the preceding financial year, which is set under the accounting sett way, the accountant can trust that no one else is changing the previous year's transactions while auditing the books. -.. image:: media/mx_cc_01.png +.. image:: mexico/mx_cc_01.png :align: center :alt: Fiscal year @@ -579,7 +579,7 @@ As of December 31, the Balance Sheet shows the earnings of the Current Year that recognized (Account type Total Current Year Unallocated Earnings in MX account 305.01.01 ['current year earnings' type]) -.. image:: media/mx_cc_02.png +.. image:: mexico/mx_cc_02.png :align: center :alt: Balance sheet closing @@ -589,7 +589,7 @@ Mexico) - that is an equity account. The simplified accounting entry would look like this: -.. image:: media/mx_cc_03.png +.. image:: mexico/mx_cc_03.png :align: center :alt: Closing journal entry @@ -598,7 +598,7 @@ they must set the **Closing Date** to the last day of the fiscal year. Making su doing this, whether or not the current gain of the year in the **Balance Sheet** is properly reporting a balance 0. -.. image:: media/mx_cc_04.png +.. image:: mexico/mx_cc_04.png :align: center :alt: Check BS closing @@ -621,7 +621,7 @@ SAT without having to manually create this information every day in Odoo. Go to settings and enable the multi-currency feature. -.. image:: media/mx_mc_01.png +.. image:: mexico/mx_mc_01.png :align: center :alt: Multi currency configuration @@ -640,7 +640,7 @@ enable, to enable the Check with xsd feature follow the next steps (with the - Open any company you have. - Click on "Action" and then on "Download XSD file to CFDI". -.. image:: media/mx-xsd-cfdi.png +.. image:: mexico/mx-xsd-cfdi.png :align: center :alt: Download XSD files to CFDI from the Companies list view on Odoo @@ -699,7 +699,7 @@ Common problems and errors You need to go to Fiscal Position settings and set the proper code (it is the first 3 numbers of the name), for example, for the test, you need to set 601, it will look like the picture. - .. image:: media/mx_faq_01.png + .. image:: mexico/mx_faq_01.png :align: center :alt: Fiscal position error @@ -718,7 +718,7 @@ Common problems and errors **Solution**: The payment method is required on your invoice. -.. image:: media/mx_faq_02.png +.. image:: mexico/mx_faq_02.png :align: center :alt: Payment method error @@ -749,7 +749,7 @@ Common problems and errors **Solution**: The postal code of your company address is not valid for Mexico, please correct it. -.. image:: media/mx_faq_03.png +.. image:: mexico/mx_faq_03.png :align: center :alt: ZIP code error @@ -766,11 +766,11 @@ Common problems and errors Set the Mexican name for the 0% and 16% tax in your system and use it on the invoice. Your tax, which represents 16% VAT and 0%, must have the **Factor Type** field set to *Tasa*. - .. image:: media/mx_faq_04.png + .. image:: mexico/mx_faq_04.png :align: center :alt: Factor type error - .. image:: media/mx_faq_05.png + .. image:: mexico/mx_faq_05.png :align: center :alt: Rate error diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/files/certificate.cer b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/certificate.cer similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/files/certificate.cer rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/certificate.cer diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/files/certificate.key b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/certificate.key similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/files/certificate.key rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/certificate.key diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico11.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico11.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico11.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico11.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico14.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico14.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico14.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico14.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico15.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico15.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico15.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico15.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico28.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico28.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico28.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico28.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico29.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico29.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico29.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico29.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico30.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico30.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico30.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico30.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico33.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico33.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mexico33.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mexico33.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx-xsd-cfdi.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx-xsd-cfdi.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx-xsd-cfdi.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx-xsd-cfdi.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_cc_04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_cc_04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_06.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_06.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_06.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_06.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_07.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_07.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_07.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_07.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_08.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_08.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_08.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_08.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_09.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_09.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_ce_09.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_ce_09.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_faq_05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_faq_05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_mc_01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_mc_01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/mx_mc_01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/mexico/mx_mc_01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland.rst b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland.rst index da5e6b6c9c..aab832bc7c 100644 --- a/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland.rst +++ b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland.rst @@ -9,7 +9,7 @@ The ISRs are payment slips used in Switzerland. You can print them directly from Odoo. On the customer invoices, there is a new button called *Print ISR*. -.. image:: media/switzerland00.png +.. image:: switzerland/switzerland00.png :align: center .. tip:: @@ -17,12 +17,12 @@ called *Print ISR*. defined on the invoice. You can use CH6309000000250097798 as bank account number and 010391391 as CHF ISR reference. -.. image:: media/switzerland01.png +.. image:: switzerland/switzerland01.png :align: center Then you open a pdf with the ISR. -.. image:: media/switzerland02.png +.. image:: switzerland/switzerland02.png :align: center There exists two layouts for ISR: one with, and one without the bank @@ -31,7 +31,7 @@ bank information on the ISR. To activate it, go in :menuselection:`Accounting --> Configuration --> Settings --> Customer Invoices` and enable **Print bank on ISR**: -.. image:: media/switzerland03.png +.. image:: switzerland/switzerland03.png :align: center ISR reference on invoices @@ -45,7 +45,7 @@ To do so, you need to configure the Journal you usually use to issue invoices. G default, the Journal is named *Customer Invoices*), click en *Edit*, and open the *Advanced Settings* tab. In the **Communication Standard** field, select *Switzerland*, and click on *Save*. -.. image:: media/switzerland-isr-reference.png +.. image:: switzerland/switzerland-isr-reference.png :align: center :alt: Configure your Journal to display your ISR as payment reference on your invoices in Odoo @@ -57,7 +57,7 @@ Tax Administration from Switzerland. For this, go in :menuselection:`Accounting --> Settings`, activate the multi-currencies setting and choose the service you want. -.. image:: media/switzerland04.png +.. image:: switzerland/switzerland04.png :align: center Updated VAT for January 2018 @@ -77,7 +77,7 @@ If you have started on an earlier version, you first have to update the module "Switzerland - Accounting Reports". For this, you go in :menuselection:`Apps --> remove the filter "Apps" --> search for "Switzerland - Accounting Reports" --> open the module --> click on "upgrade"`. -.. image:: media/switzerland05.png +.. image:: switzerland/switzerland05.png :align: center Once it has been done, you can work on creating new taxes for the diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland-isr-reference.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland-isr-reference.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland-isr-reference.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland-isr-reference.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland00.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland00.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland00.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland00.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland01.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland01.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland01.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland01.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland02.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland02.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland02.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland02.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland03.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland03.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland03.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland03.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland04.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland04.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland04.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland04.png diff --git a/content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland05.png b/content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland05.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/localizations/media/switzerland05.png rename to content/applications/finance/accounting/fiscal_localizations/localizations/switzerland/switzerland05.png diff --git a/content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages.rst b/content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages.rst index fb4bc5c88b..6ae88f8da2 100644 --- a/content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages.rst +++ b/content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages.rst @@ -22,13 +22,13 @@ selected at the creation of the database. To install a new package, go to :menuselection:`Accounting --> Configuration --> Fiscal Localization`, click on **Install More Packages**, and install your country's module. -.. image:: media/fiscal_localization_packages_modules.png +.. image:: fiscal_localization_packages/fiscal_localization_packages_modules.png :align: center :alt: Install the appropriate module as fiscal localization package in Odoo Accounting. Once done, select your country's package, and click on *Save*. -.. image:: media/fiscal_localization_packages_selection.png +.. image:: fiscal_localization_packages/fiscal_localization_packages_selection.png :align: center :alt: Select your country's fiscal localization package in Odoo Accounting. diff --git a/content/applications/finance/accounting/fiscal_localizations/overview/media/fiscal_localization_packages_modules.png b/content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages/fiscal_localization_packages_modules.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/overview/media/fiscal_localization_packages_modules.png rename to content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages/fiscal_localization_packages_modules.png diff --git a/content/applications/finance/accounting/fiscal_localizations/overview/media/fiscal_localization_packages_selection.png b/content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages/fiscal_localization_packages_selection.png similarity index 100% rename from content/applications/finance/accounting/fiscal_localizations/overview/media/fiscal_localization_packages_selection.png rename to content/applications/finance/accounting/fiscal_localizations/overview/fiscal_localization_packages/fiscal_localization_packages_selection.png diff --git a/content/applications/finance/accounting/fiscal_localizations/overview/localizations_list.rst b/content/applications/finance/accounting/fiscal_localizations/overview/localizations_list.rst index eb164fde1a..860c39555f 100644 --- a/content/applications/finance/accounting/fiscal_localizations/overview/localizations_list.rst +++ b/content/applications/finance/accounting/fiscal_localizations/overview/localizations_list.rst @@ -6,7 +6,7 @@ Odoo Accounting can be used in many countries out of the box by installing the a Here is a list of all :doc:`Fiscal Localization Packages ` that are available on Odoo. -.. image:: media/fiscal_localization_packages_modules.png +.. image:: fiscal_localization_packages/fiscal_localization_packages_modules.png :align: center :alt: Odoo Accounting. diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst b/content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst index 730be585d1..ca00ce537c 100644 --- a/content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst +++ b/content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts.rst @@ -22,7 +22,7 @@ time, they are listed as follows : When browsing your Chart of Accounts, you can filter the accounts by number, in the left column, and also group them by Account Type. -.. image:: media/chart_of_accounts01.png +.. image:: chart_of_accounts/chart_of_accounts01.png :align: center :alt: Group the accounts by type in Odoo Accounting @@ -143,7 +143,7 @@ To display your **Trial Balance** report with your Account Groups, go to :menuse --> Reporting --> Trial Balance`, then open the *Options* menu and select **Hierarchy and Subtotals**. -.. image:: media/chart_of_accounts02.png +.. image:: chart_of_accounts/chart_of_accounts02.png :align: center :alt: Account Groups in the Trial Balance in Odoo Accounting diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/chart_of_accounts01.png b/content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts/chart_of_accounts01.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/chart_of_accounts01.png rename to content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts/chart_of_accounts01.png diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/chart_of_accounts02.png b/content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts/chart_of_accounts02.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/chart_of_accounts02.png rename to content/applications/finance/accounting/getting_started/initial_configuration/chart_of_accounts/chart_of_accounts02.png diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/setup.rst b/content/applications/finance/accounting/getting_started/initial_configuration/setup.rst index dd5e1d400b..309eb3dc0f 100644 --- a/content/applications/finance/accounting/getting_started/initial_configuration/setup.rst +++ b/content/applications/finance/accounting/getting_started/initial_configuration/setup.rst @@ -21,7 +21,7 @@ Accounting onboarding banner The step-by-step Accounting onboarding banner is composed of four steps: -.. image:: media/setup_accounting_onboarding.png +.. image:: setup/setup_accounting_onboarding.png :align: center :alt: Step-by-step onboarding banner in Odoo Accounting @@ -39,7 +39,7 @@ This menu allows you to add your company’s details such as the name, address, number, email address, and Tax ID, or VAT number. These details are then displayed on your documents, such as on invoices. -.. image:: media/setup_company.png +.. image:: setup/setup_company.png :align: center :alt: Add your company's details in Odoo Accounting and Odoo Invoicing @@ -105,7 +105,7 @@ opening balances. Basic settings are displayed on this page to help you review your Chart of Accounts. To access all the settings of an account, click on the *double arrow button* at the end of the line. -.. image:: media/setup_chart_of_accounts.png +.. image:: setup/setup_chart_of_accounts.png :align: center :alt: Setup of the Chart of Accounts and their opening balances in Odoo Accounting @@ -125,7 +125,7 @@ If you have Odoo Accounting installed on your database, you can reach it by goin The Invoicing onboarding banner is composed of four main steps: -.. image:: media/setup_invoicing_onboarding.png +.. image:: setup/setup_invoicing_onboarding.png :align: center :alt: Step-by-step onboarding banner in Odoo Invoicing @@ -155,7 +155,7 @@ automatically adds the company's phone number, email, website URL, and Tax ID (o footer, according to the values you previously configured in the :ref:`Company Data `. -.. image:: media/setup_document_layout.png +.. image:: setup/setup_document_layout.png :align: center :alt: Document layout configuration in Odoo Invoicing diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/setup_accounting_onboarding.png b/content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_accounting_onboarding.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/setup_accounting_onboarding.png rename to content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_accounting_onboarding.png diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/setup_chart_of_accounts.png b/content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_chart_of_accounts.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/setup_chart_of_accounts.png rename to content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_chart_of_accounts.png diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/setup_company.png b/content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_company.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/setup_company.png rename to content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_company.png diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/setup_document_layout.png b/content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_document_layout.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/setup_document_layout.png rename to content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_document_layout.png diff --git a/content/applications/finance/accounting/getting_started/initial_configuration/media/setup_invoicing_onboarding.png b/content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_invoicing_onboarding.png similarity index 100% rename from content/applications/finance/accounting/getting_started/initial_configuration/media/setup_invoicing_onboarding.png rename to content/applications/finance/accounting/getting_started/initial_configuration/setup/setup_invoicing_onboarding.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/customer_invoice.rst b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice.rst index f64454d6f7..2fcaf854e0 100644 --- a/content/applications/finance/accounting/getting_started/process_overview/customer_invoice.rst +++ b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice.rst @@ -55,10 +55,10 @@ Let's create a customer invoice with following information: - Unit Price: 100 - Taxes: Tax 15% -.. image:: ./media/invoice01.png +.. image:: customer_invoice/invoice01.png :align: center -.. image:: ./media/invoice02.png +.. image:: customer_invoice/invoice02.png :align: center The document is composed of three parts: @@ -80,7 +80,7 @@ then moves from the Draft state to the Open state. When you have validated an invoice, Odoo gives it a unique number from a defined, and modifiable, sequence. -.. image:: ./media/invoice03.png +.. image:: customer_invoice/invoice03.png :align: center Accounting entries corresponding to this invoice are automatically @@ -88,7 +88,7 @@ generated when you validate the invoice. You can see the details by clicking on the entry in the Journal Entry field in the "Other Info" tab. -.. image:: ./media/invoice04.png +.. image:: customer_invoice/invoice04.png :align: center Send the invoice to customer @@ -97,7 +97,7 @@ Send the invoice to customer After validating the customer invoice, you can directly send it to the customer via the 'Send by email' functionality. -.. image:: ./media/invoice05.png +.. image:: customer_invoice/invoice05.png :align: center A typical journal entry generated from a validated invoice will look @@ -142,7 +142,7 @@ according to your accounting localisation. Create a bank statement from the accounting dashboard with the related journal and enter an amount of $100 . -.. image:: ./media/invoice06.png +.. image:: customer_invoice/invoice06.png :align: center Reconcile @@ -150,7 +150,7 @@ Reconcile Now let's reconcile! -.. image:: ./media/invoice07.png +.. image:: customer_invoice/invoice07.png :align: center You can now go through every transaction and reconcile them or you can mass reconcile with instructions at the bottom. @@ -159,16 +159,16 @@ After reconciling the items in the sheet, the related invoice will now display "You have outstanding payments for this customer. You can reconcile them to pay this invoice. " -.. image:: ./media/invoice08.png +.. image:: customer_invoice/invoice08.png :align: center -.. image:: ./media/invoice09.png +.. image:: customer_invoice/invoice09.png :align: center Apply the payment. Below, you can see that the payment has been added to the invoice. -.. image:: ./media/invoice10.png +.. image:: customer_invoice/invoice10.png :align: center Payment Followup @@ -189,10 +189,10 @@ will be executed. By going to the customer record and diving into the "Overdue Payments" you will see the follow-up message and all overdue invoices. -.. image:: ./media/invoice11.png +.. image:: customer_invoice/invoice11.png :align: center -.. image:: ./media/invoice12.png +.. image:: customer_invoice/invoice12.png :align: center Customer aging report: @@ -205,7 +205,7 @@ their work. Use the aging report to determine which customers are overdue and begin your collection efforts. -.. image:: ./media/invoice13.png +.. image:: customer_invoice/invoice13.png :align: center Profit and loss @@ -216,7 +216,7 @@ Ultimately, this gives you a clear image of your Net Profit and Loss. It is sometimes referred to as the "Income Statement" or "Statement of Revenues and Expenses." -.. image:: ./media/invoice14.png +.. image:: customer_invoice/invoice14.png :align: center Balance sheet @@ -225,10 +225,10 @@ Balance sheet The balance sheet summarizes your company's liabilities, assets and equity at a specific moment in time. -.. image:: ./media/invoice15.png +.. image:: customer_invoice/invoice15.png :align: center -.. image:: ./media/invoice16.png +.. image:: customer_invoice/invoice16.png :align: center For example, if you manage your inventory using the perpetual accounting diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice01.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice01.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice01.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice01.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice02.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice02.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice02.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice02.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice03.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice03.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice03.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice03.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice04.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice04.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice04.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice04.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice05.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice05.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice05.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice05.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice06.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice06.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice06.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice06.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice07.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice07.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice07.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice07.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice08.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice08.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice08.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice08.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice09.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice09.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice09.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice09.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice10.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice10.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice10.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice10.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice11.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice11.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice11.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice11.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice12.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice12.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice12.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice12.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice13.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice13.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice13.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice13.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice14.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice14.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice14.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice14.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice15.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice15.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice15.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice15.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/invoice16.png b/content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice16.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/invoice16.png rename to content/applications/finance/accounting/getting_started/process_overview/customer_invoice/invoice16.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/supplier_bill.rst b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill.rst index 56f66ed1c5..581a18d0f0 100644 --- a/content/applications/finance/accounting/getting_started/process_overview/supplier_bill.rst +++ b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill.rst @@ -21,7 +21,7 @@ When a vendor bill is received, you can record it from :menuselection:`Purchases in the Accounting application. As a shortcut, you can also use the **New Bill** feature on the accounting dashboard. -.. image:: ./media/vendor_bill05.png +.. image:: supplier_bill/vendor_bill05.png :align: center To register a new vendor bill, start by selecting a vendor and inputting @@ -29,7 +29,7 @@ their invoice as the **Vendor Reference**, then add and confirm the product lines, making sure to have the right product quantities, taxes and prices. -.. image:: ./media/vendor_bill01.png +.. image:: supplier_bill/vendor_bill01.png :align: center Save the invoice to update the pre tax and tax amounts at the bottom of @@ -86,7 +86,7 @@ memo field, we recommend you set the vendor invoice number as a reference (Odoo will auto fill this field from the from the vendor bill if set it correctly). -.. image:: ./media/vendor_bill06.png +.. image:: supplier_bill/vendor_bill06.png :align: center @@ -106,7 +106,7 @@ print in checks in batches. If you have checks to print, Odoo's accounting dashboard acts as a to do list and reminds you of how many checks you have left to be printed. -.. image:: ./media/vendor_bill02.png +.. image:: supplier_bill/vendor_bill02.png :align: center By selecting the amount of checks to be printed, you can dive right into @@ -117,7 +117,7 @@ select them all) and set the action to **Print Checks**. Odoo will ask you to set the next check number in the sequence and will then print all the checks at once. -.. image:: ./media/vendor_bill03.png +.. image:: supplier_bill/vendor_bill03.png :align: center Reporting @@ -131,7 +131,7 @@ you can use the **Aged Payable** report, under the reporting menu, (in :menuselection:`Reporting --> Business Statement --> Aged payable`) to get a visual of all of your outstanding bills. -.. image:: ./media/vendor_bill04.png +.. image:: supplier_bill/vendor_bill04.png :align: center From here, you can click directly on a vendors name to open up the diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill01.png b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill01.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill01.png rename to content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill01.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill02.png b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill02.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill02.png rename to content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill02.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill03.png b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill03.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill03.png rename to content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill03.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill04.png b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill04.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill04.png rename to content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill04.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill05.png b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill05.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill05.png rename to content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill05.png diff --git a/content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill06.png b/content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill06.png similarity index 100% rename from content/applications/finance/accounting/getting_started/process_overview/media/vendor_bill06.png rename to content/applications/finance/accounting/getting_started/process_overview/supplier_bill/vendor_bill06.png diff --git a/content/applications/finance/accounting/others/adviser/budget.rst b/content/applications/finance/accounting/others/adviser/budget.rst index a2c7e3603f..6d3e05ada0 100644 --- a/content/applications/finance/accounting/others/adviser/budget.rst +++ b/content/applications/finance/accounting/others/adviser/budget.rst @@ -24,14 +24,14 @@ First we need to install the relevant apps to use budgeting. The main module is the accounting app. Go in the app module and install the **Accounting and Finance** app. -.. image:: media/budget01.png +.. image:: budget/budget01.png :align: center Further configuration is as well necessary. Go to :menuselection:`Accounting module --> Configuration --> Settings` and enable the **Budget management** feature -.. image:: media/budget02.png +.. image:: budget/budget02.png :align: center Budgetary Positions @@ -62,18 +62,18 @@ Budgetary Positions`. For our example we need to define what accounts relates to our project's expenses. Create a position and add items to select the accounts. -.. image:: media/budget03.png +.. image:: budget/budget03.png :align: center In this case we select the three relevant accounts used wherein we will book our expenses. -.. image:: media/budget04.png +.. image:: budget/budget04.png :align: center Click on *Select*. -.. image:: media/budget05.png +.. image:: budget/budget05.png :align: center Save the changes to confirm your Budgetary position. @@ -91,7 +91,7 @@ analytical account by entering the Accounting module and clicking :menuselection:`Advisers --> Analytic Accounts --> Open Charts`. Create a new Account called Smith&Co project and select the related partner. -.. image:: media/budget06.png +.. image:: budget/budget06.png :align: center Set a budget @@ -108,7 +108,7 @@ We have to give a name to the budget. In this case we'll call it "Smith Project". Select the period wherein the budget will be applicable. Next add an item to specify your targets in the Budget Line. -.. image:: media/budget07.png +.. image:: budget/budget07.png :align: center Select the Budgetary Position related to the Budget Line. In other @@ -118,7 +118,7 @@ Select the "Cost" Budgetary Position and specify the Planned Amount. As we are recording a cost, we need to specify a **negative amount**. Finally, select the corresponding analytic account. -.. image:: media/budget08.png +.. image:: budget/budget08.png :align: center Click on **Save & new** to input the revenue budget. The Budgetary @@ -146,7 +146,7 @@ Via the analytical account, Odoo can account the invoice lines and purchase lines booked in the accounts and will display them in the **Practical Amount** column. -.. image:: media/budget09.png +.. image:: budget/budget09.png :align: center .. note:: diff --git a/content/applications/finance/accounting/others/adviser/media/budget01.png b/content/applications/finance/accounting/others/adviser/budget/budget01.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget01.png rename to content/applications/finance/accounting/others/adviser/budget/budget01.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget02.png b/content/applications/finance/accounting/others/adviser/budget/budget02.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget02.png rename to content/applications/finance/accounting/others/adviser/budget/budget02.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget03.png b/content/applications/finance/accounting/others/adviser/budget/budget03.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget03.png rename to content/applications/finance/accounting/others/adviser/budget/budget03.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget04.png b/content/applications/finance/accounting/others/adviser/budget/budget04.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget04.png rename to content/applications/finance/accounting/others/adviser/budget/budget04.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget05.png b/content/applications/finance/accounting/others/adviser/budget/budget05.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget05.png rename to content/applications/finance/accounting/others/adviser/budget/budget05.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget06.png b/content/applications/finance/accounting/others/adviser/budget/budget06.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget06.png rename to content/applications/finance/accounting/others/adviser/budget/budget06.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget07.png b/content/applications/finance/accounting/others/adviser/budget/budget07.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget07.png rename to content/applications/finance/accounting/others/adviser/budget/budget07.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget08.png b/content/applications/finance/accounting/others/adviser/budget/budget08.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget08.png rename to content/applications/finance/accounting/others/adviser/budget/budget08.png diff --git a/content/applications/finance/accounting/others/adviser/media/budget09.png b/content/applications/finance/accounting/others/adviser/budget/budget09.png similarity index 100% rename from content/applications/finance/accounting/others/adviser/media/budget09.png rename to content/applications/finance/accounting/others/adviser/budget/budget09.png diff --git a/content/applications/finance/accounting/others/adviser/media/image01.png b/content/applications/finance/accounting/others/adviser/media/image01.png deleted file mode 100644 index ebb0a256c6..0000000000 Binary files a/content/applications/finance/accounting/others/adviser/media/image01.png and /dev/null differ diff --git a/content/applications/finance/accounting/others/adviser/media/image08.png b/content/applications/finance/accounting/others/adviser/media/image08.png deleted file mode 100644 index ca5c3c1909..0000000000 Binary files a/content/applications/finance/accounting/others/adviser/media/image08.png and /dev/null differ diff --git a/content/applications/finance/accounting/others/adviser/media/image09.png b/content/applications/finance/accounting/others/adviser/media/image09.png deleted file mode 100644 index aeff66dcf0..0000000000 Binary files a/content/applications/finance/accounting/others/adviser/media/image09.png and /dev/null differ diff --git a/content/applications/finance/accounting/others/adviser/media/image11.png b/content/applications/finance/accounting/others/adviser/media/image11.png deleted file mode 100644 index c27fb07429..0000000000 Binary files a/content/applications/finance/accounting/others/adviser/media/image11.png and /dev/null differ diff --git a/content/applications/finance/accounting/others/analytic/purchases_expenses.rst b/content/applications/finance/accounting/others/analytic/purchases_expenses.rst index 19859baade..c5330c10c8 100644 --- a/content/applications/finance/accounting/others/analytic/purchases_expenses.rst +++ b/content/applications/finance/accounting/others/analytic/purchases_expenses.rst @@ -20,17 +20,17 @@ Configuration The following modules needs to be installed to track cost. Enter the app module and install the following apps: -+---------------------------------+---------------------------------+---------------------------------+ -| .. image:: media/purchase01.png | .. image:: media/purchase02.png | .. image:: media/purchase03.png | -+=================================+=================================+=================================+ -+---------------------------------+---------------------------------+---------------------------------+ ++----------------------------------------------+----------------------------------------------+----------------------------------------------+ +| .. image:: purchases_expenses/purchase01.png | .. image:: purchases_expenses/purchase02.png | .. image:: purchases_expenses/purchase03.png | ++==============================================+==============================================+==============================================+ ++----------------------------------------------+----------------------------------------------+----------------------------------------------+ Please note that the applications provided by these apps only allows us to **track** the costs. We won't be able to automatically re invoice those costs to our customers. To track and **re invoice costs** you should install the Sales management app as well. -.. image:: media/purchase04.png +.. image:: purchases_expenses/purchase04.png :align: center Enable Analytical accounting @@ -40,13 +40,13 @@ Next step is to activate the analytical accounting. In the accounting app, select :menuselection:`Configuration --> Settings` and thick the Analytic accounting box. -.. image:: media/purchase05.png +.. image:: purchases_expenses/purchase05.png :align: center Moreover, scroll down and tick the **Analytic accounting for purchases** box. -.. image:: media/purchase06.png +.. image:: purchases_expenses/purchase06.png :align: center Don't forget to save your changes. @@ -59,7 +59,7 @@ point all your expenses. Enter the accounting app, select :menuselection:`Configuration --> Analytic Accounts`. Create a new one. In this case we will call it "consulting pack" for our customer Smith&Co. -.. image:: media/purchase07.png +.. image:: purchases_expenses/purchase07.png :align: center We will point all our costs to this account to keep track of them. @@ -79,7 +79,7 @@ Click on :menuselection:`Configuration --> Expense Products`. Create a new produ called Train ticket and set the cost price to 15.50 euros. Make sure the **Can be expensed** box is ticked. -.. image:: media/purchase08.png +.. image:: purchases_expenses/purchase08.png :align: center Book the expense @@ -89,7 +89,7 @@ Enter the Expense module, click on :menuselection:`My expenses --> Create`. Sele Train ticket product and link it to the analytical account discussed above. -.. image:: media/purchase09.png +.. image:: purchases_expenses/purchase09.png :align: center Submit to manager and wait for the manager to approve and post the @@ -107,7 +107,7 @@ Within the line we can link the product's cost with the analytical account. Specify the order line and select the correct analytical account. Confirm the sale. -.. image:: media/purchase10.png +.. image:: purchases_expenses/purchase10.png :align: center Accept the delivery and enter the invoice. Once the invoice is entered the cost @@ -137,7 +137,7 @@ Enter the accounting module, click on :menuselection:`Advisers --> Analytic Acco Select "consulting pack - Smith" and click on the cost and revenue button to have an overview of all cost linked to the account. -.. image:: media/purchase11.png +.. image:: purchases_expenses/purchase11.png :align: center .. note:: diff --git a/content/applications/finance/accounting/others/analytic/media/purchase01.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase01.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase01.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase01.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase02.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase02.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase02.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase02.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase03.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase03.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase03.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase03.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase04.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase04.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase04.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase04.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase05.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase05.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase05.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase05.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase06.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase06.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase06.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase06.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase07.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase07.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase07.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase07.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase08.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase08.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase08.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase08.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase09.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase09.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase09.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase09.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase10.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase10.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase10.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase10.png diff --git a/content/applications/finance/accounting/others/analytic/media/purchase11.png b/content/applications/finance/accounting/others/analytic/purchases_expenses/purchase11.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/purchase11.png rename to content/applications/finance/accounting/others/analytic/purchases_expenses/purchase11.png diff --git a/content/applications/finance/accounting/others/analytic/timesheets.rst b/content/applications/finance/accounting/others/analytic/timesheets.rst index c004e869cf..094fae568f 100644 --- a/content/applications/finance/accounting/others/analytic/timesheets.rst +++ b/content/applications/finance/accounting/others/analytic/timesheets.rst @@ -19,20 +19,20 @@ First, install the three applications necessary to use this functionality, namely **Accounting**, **Sales** and **Timesheet**. Enter the apps module name and install them. -.. image:: media/timesheets14.png +.. image:: timesheets/timesheets14.png :align: center -.. image:: media/timesheets05.png +.. image:: timesheets/timesheets05.png :align: center -.. image:: media/timesheets11.png +.. image:: timesheets/timesheets11.png :align: center Next you will need to enable analytical accounting. To do so enter the **Accounting app**. Select :menuselection:`Configuration --> Settings` and tick the **Analytic accounting** option (see picture below) -.. image:: media/timesheets06.png +.. image:: timesheets/timesheets06.png :align: center Apply your changes. @@ -48,7 +48,7 @@ On the employee sheet enter the **HR settings** tab. Here you are able to specify the **Timesheet Cost** of your employee. In this case Harry has a cost of 18 euros / hours. We will thus fill in 18 in this field. -.. image:: media/timesheets07.png +.. image:: timesheets/timesheets07.png :align: center .. note:: @@ -69,7 +69,7 @@ We thus need to create a **sales order** with a **service** product invoiced **based on time and material** and tracked by timesheets with **hours** as unit of measures. -.. image:: media/timesheets03.png +.. image:: timesheets/timesheets03.png :align: center For more information on how to create a sales order based on time and @@ -81,7 +81,7 @@ is confirmed. Our employees will have to point to that account (in this case **SO002-Smith&Co**) in order to be able to invoice their hours (see picture below). -.. image:: media/timesheets10.png +.. image:: timesheets/timesheets10.png :align: center Fill in timesheet @@ -94,7 +94,7 @@ Account** discussed above. Harry worked three hours on a SWOT analysis for Smith&Co. -.. image:: media/timesheets01.png +.. image:: timesheets/timesheets01.png :align: center In the meantime, Cedric discussed businesses needs with the customer for @@ -104,7 +104,7 @@ well on the **Analytic Account**. In the **Sales Order** we notice that the delivered amounts of hours is automatically computed (see picture below). -.. image:: media/timesheets02.png +.. image:: timesheets/timesheets02.png :align: center Analytic accounting @@ -128,13 +128,13 @@ Note : you can specify a period for **Analysis**. If you want to open the current situation you should keep the fields empty. We can already note the credit and debit balance of the account. -.. image:: media/timesheets12.png +.. image:: timesheets/timesheets12.png :align: center If we click on the account a special button is provided to have the details of cost and revenues (see picture below). -.. image:: media/timesheets13.png +.. image:: timesheets/timesheets13.png :align: center Click the button **Cost/Revenue** to have an overview of cost and revenues with the @@ -152,18 +152,18 @@ In this menu we have several options to analyse the human resource cost. of the project. Add a custom **Filter** where the **Analytic Account** contains the **Sales Order** number. - .. image:: media/timesheets04.png + .. image:: timesheets/timesheets04.png :align: center In the results we see timesheets activities and invoiced lines with the corresponding costs and revenues. - .. image:: media/timesheets09.png + .. image:: timesheets/timesheets09.png :align: center 2. We can group the different analytical accounts together and check their respective revenues. Simply group by **Analytic account** and select the **Graph view** to have a clear overview. - .. image:: media/timesheets08.png + .. image:: timesheets/timesheets08.png :align: center diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets01.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets01.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets01.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets01.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets02.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets02.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets02.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets02.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets03.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets03.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets03.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets03.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets04.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets04.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets04.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets04.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets05.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets05.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets05.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets05.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets06.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets06.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets06.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets06.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets07.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets07.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets07.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets07.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets08.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets08.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets08.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets08.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets09.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets09.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets09.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets09.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets10.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets10.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets10.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets10.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets11.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets11.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets11.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets11.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets12.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets12.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets12.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets12.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets13.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets13.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets13.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets13.png diff --git a/content/applications/finance/accounting/others/analytic/media/timesheets14.png b/content/applications/finance/accounting/others/analytic/timesheets/timesheets14.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/timesheets14.png rename to content/applications/finance/accounting/others/analytic/timesheets/timesheets14.png diff --git a/content/applications/finance/accounting/others/analytic/usage.rst b/content/applications/finance/accounting/others/analytic/usage.rst index 5c91090e2b..0dec003546 100644 --- a/content/applications/finance/accounting/others/analytic/usage.rst +++ b/content/applications/finance/accounting/others/analytic/usage.rst @@ -13,7 +13,7 @@ The analytic accounting can be used for several purposes: To manage analytic accounting, you have to activate it in :menuselection:`Configuration --> Settings`: -.. image:: media/usage01.png +.. image:: usage/usage01.png :align: center To illustrate analytic accounts clearly, you will follow three use @@ -88,7 +88,7 @@ The analytic representation by department enables you to investigate the costs allocated to each department in the company. The analytic chart of accounts shows the distribution of the company's costs using the example above: -.. image:: media/usage02.png +.. image:: usage/usage02.png :align: center In this example of a hierarchical structure in Odoo, you can analyse not @@ -97,7 +97,7 @@ production. A report that relates both general accounts and analytic accounts enables you to get a breakdown of costs within a given department. -.. image:: media/usage03.png +.. image:: usage/usage03.png :align: center The examples above are based on a breakdown of the costs of the company. diff --git a/content/applications/finance/accounting/others/analytic/media/usage01.png b/content/applications/finance/accounting/others/analytic/usage/usage01.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/usage01.png rename to content/applications/finance/accounting/others/analytic/usage/usage01.png diff --git a/content/applications/finance/accounting/others/analytic/media/usage02.png b/content/applications/finance/accounting/others/analytic/usage/usage02.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/usage02.png rename to content/applications/finance/accounting/others/analytic/usage/usage02.png diff --git a/content/applications/finance/accounting/others/analytic/media/usage03.png b/content/applications/finance/accounting/others/analytic/usage/usage03.png similarity index 100% rename from content/applications/finance/accounting/others/analytic/media/usage03.png rename to content/applications/finance/accounting/others/analytic/usage/usage03.png diff --git a/content/applications/finance/accounting/others/inventory/avg_price_valuation.rst b/content/applications/finance/accounting/others/inventory/avg_price_valuation.rst index ac0de0b87e..f98dcc03ca 100644 --- a/content/applications/finance/accounting/others/inventory/avg_price_valuation.rst +++ b/content/applications/finance/accounting/others/inventory/avg_price_valuation.rst @@ -27,7 +27,7 @@ formula: - When new products arrive in a warehouse, the new average cost is recomputed as: -.. image:: media/avg01.png +.. image:: avg_price_valuation/avg01.png :align: center - When products leave the warehouse: the average cost **does not** change diff --git a/content/applications/finance/accounting/others/inventory/media/avg01.png b/content/applications/finance/accounting/others/inventory/avg_price_valuation/avg01.png similarity index 100% rename from content/applications/finance/accounting/others/inventory/media/avg01.png rename to content/applications/finance/accounting/others/inventory/avg_price_valuation/avg01.png diff --git a/content/applications/finance/accounting/others/multicurrencies/exchange.rst b/content/applications/finance/accounting/others/multicurrencies/exchange.rst index c8fcf7d2bd..800deafe2e 100644 --- a/content/applications/finance/accounting/others/multicurrencies/exchange.rst +++ b/content/applications/finance/accounting/others/multicurrencies/exchange.rst @@ -21,19 +21,19 @@ Enable multi-currencies In the accounting module, Go to :menuselection:`Configuration --> Settings` and flag **Allow multi currencies**, then click on **apply**. -.. image:: media/exchange_rate03.png +.. image:: exchange/exchange_rate03.png :align: center Configure the currency rates in :menuselection:`Configuration --> Currencies`. Write down the rate and make sure the currency is active. -.. image:: media/exchange_rate02.png +.. image:: exchange/exchange_rate02.png :align: center In this document, the base currency is **Euro** and we will record payments in **Dollars**. -.. image:: media/exchange_rate08.png +.. image:: exchange/exchange_rate08.png :align: center .. tip:: @@ -48,14 +48,14 @@ In order to register payments in other currencies, you have to **remove the currency constraint** on the journal. Go to the accounting application, Click on **More** on the journal and **Settings**. -.. image:: media/exchange_rate06.png +.. image:: exchange/exchange_rate06.png :align: center Check if the **Currency** field is empty or in the foreign currency in which you will register the payments. If a currency is filled in, it means that you can register payments only in this currency. -.. image:: media/exchange_rate10.png +.. image:: exchange/exchange_rate10.png :align: center Record a payment in a different currency @@ -65,7 +65,7 @@ In the **Accounting** application, go to :menuselection:`Sales --> Payments`. Register the payment and indicate that it was done in the foreign currency. Then click on **confirm**. -.. image:: media/exchange_rate05.png +.. image:: exchange/exchange_rate05.png :align: center The journal entry has been posted but not allocated. @@ -73,7 +73,7 @@ The journal entry has been posted but not allocated. Go back to your invoice (:menuselection:`Sales --> Customer Invoices`) and click on **Add** to allocate the payment. -.. image:: media/exchange_rate04.png +.. image:: exchange/exchange_rate04.png :align: center Record a bank statement in a different currency @@ -83,14 +83,14 @@ Create or import the bank statement of your payment. The **Amount** is in the company currency. There are two complementary fields, the **Amount currency**, which is the amount that was actually paid and the **Currency** in which it was paid. -.. image:: media/exchange_rate07.png +.. image:: exchange/exchange_rate07.png :align: center When reconciling it, Odoo will directly match the payment with the right **Invoice**. You will get the invoice price in the invoice currency and the amount in your company currency. -.. image:: media/exchange_rate09.png +.. image:: exchange/exchange_rate09.png :align: center Check the exchange rate differences @@ -99,13 +99,13 @@ Check the exchange rate differences Go to :menuselection:`Adviser --> Journal Entries` and look for the **Exchange difference** journal entries. All the exchange rates differences are recorded in it. -.. image:: media/exchange_rate01.png +.. image:: exchange/exchange_rate01.png :align: center .. tip:: The Exchange difference journal can be changed in your accounting settings. -.. include:: full_reconcile_warning.rst +.. include:: exchange/full_reconcile_warning.rst .. seealso:: * :doc:`../../bank/reconciliation/reconciliation_models` diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate01.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate01.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate01.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate01.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate02.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate02.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate02.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate02.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate03.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate03.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate03.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate03.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate04.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate04.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate04.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate04.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate05.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate05.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate05.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate05.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate06.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate06.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate06.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate06.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate07.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate07.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate07.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate07.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate08.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate08.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate08.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate08.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate09.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate09.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate09.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate09.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/exchange_rate10.png b/content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate10.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/exchange_rate10.png rename to content/applications/finance/accounting/others/multicurrencies/exchange/exchange_rate10.png diff --git a/content/applications/finance/accounting/others/multicurrencies/full_reconcile_warning.rst b/content/applications/finance/accounting/others/multicurrencies/exchange/full_reconcile_warning.rst similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/full_reconcile_warning.rst rename to content/applications/finance/accounting/others/multicurrencies/exchange/full_reconcile_warning.rst diff --git a/content/applications/finance/accounting/others/multicurrencies/how_it_works.rst b/content/applications/finance/accounting/others/multicurrencies/how_it_works.rst index 884bcfb96c..68ed866068 100644 --- a/content/applications/finance/accounting/others/multicurrencies/how_it_works.rst +++ b/content/applications/finance/accounting/others/multicurrencies/how_it_works.rst @@ -20,7 +20,7 @@ Turn on multi-currency In the accounting module, Go to :menuselection:`Configuration --> Settings` and flag **Allow multi currencies**, then click on **Apply**. -.. image:: media/works01.png +.. image:: how_it_works/works01.png :align: center Exchange Rate Journal @@ -34,7 +34,7 @@ by Odoo. You can change it in the settings: -.. image:: media/works02.png +.. image:: how_it_works/works02.png :align: center View or edit rate being used @@ -44,18 +44,18 @@ You can manually configure the currency rates in :menuselection:`Configuration - Currencies`. Open the currencies you want to use in Odoo and edit it. Make sure the currency is active. -.. image:: media/works03.png +.. image:: how_it_works/works03.png :align: center Click on **View Rates** to edit it and to see the history : -.. image:: media/works04.png +.. image:: how_it_works/works04.png :align: center Click on **Create** to add the rate. Fill in the date and the rate. Click on **Save** when you are done. -.. image:: media/works05.png +.. image:: how_it_works/works05.png :align: center Live Currency Rate @@ -70,7 +70,7 @@ Choose the interval : Manually, Daily, Weekly or Monthly. You can always force the update by clicking on **Update Now**. Select the provider, and you are set ! -.. image:: media/works06.png +.. image:: how_it_works/works06.png :align: center .. note:: @@ -86,7 +86,7 @@ this account to have the account currency. If you leave it empty, it means that it can handle all currencies that are Active. -.. image:: media/works07.png +.. image:: how_it_works/works07.png :align: center Configure your journals @@ -96,14 +96,14 @@ In order to register payments in other currencies, you have to remove the currency constraint on the journal. Go to the accounting application, Click on **More** on the journal and **Settings**. -.. image:: media/works08.png +.. image:: how_it_works/works08.png :align: center Check if the currency field is empty or in the foreign currency in which you will register the payments. If a currency is filled in, it means that you can register payments only in this currency. -.. image:: media/works09.png +.. image:: how_it_works/works09.png :align: center How is Odoo's multi-currency working? @@ -119,7 +119,7 @@ You are now able to set a different currency than the company one on your sale orders and on your invoices. The currency is set for the whole document. -.. image:: media/works10.png +.. image:: how_it_works/works10.png :align: center Purchases orders and Vendor Bills @@ -129,7 +129,7 @@ You are now able to set a different currency than the company one on your purchase orders and on your vendor bills. The currency is set for the whole document. -.. image:: media/works11.png +.. image:: how_it_works/works11.png :align: center Payment Registrations @@ -138,7 +138,7 @@ Payment Registrations In the accounting application, go to :menuselection:`Sales --> Payments`. Register the payment and set the currency. -.. image:: media/works12.png +.. image:: how_it_works/works12.png :align: center Bank Statements @@ -148,7 +148,7 @@ When creating or importing bank statements, the amount is in the company currency. But there are now two complementary fields, the amount that was actually paid and the currency in which it was paid. -.. image:: media/works13.png +.. image:: how_it_works/works13.png :align: center When reconciling it, Odoo will directly match the payment with the right @@ -161,10 +161,10 @@ Exchange Rate Journal Go to :menuselection:`Adviser --> Journal Entries` and look for the Exchange difference journal entries. All the exchange rates differences are recorded in it. -.. image:: media/works14.png +.. image:: how_it_works/works14.png :align: center -.. include:: full_reconcile_warning.rst +.. include:: exchange/full_reconcile_warning.rst .. seealso:: * :doc:`invoices_payments` diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works01.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works01.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works01.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works01.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works02.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works02.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works02.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works02.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works03.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works03.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works03.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works03.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works04.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works04.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works04.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works04.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works05.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works05.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works05.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works05.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works06.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works06.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works06.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works06.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works07.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works07.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works07.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works07.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works08.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works08.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works08.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works08.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works09.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works09.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works09.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works09.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works10.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works10.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works10.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works10.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works11.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works11.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works11.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works11.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works12.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works12.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works12.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works12.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works13.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works13.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works13.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works13.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/works14.png b/content/applications/finance/accounting/others/multicurrencies/how_it_works/works14.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/works14.png rename to content/applications/finance/accounting/others/multicurrencies/how_it_works/works14.png diff --git a/content/applications/finance/accounting/others/multicurrencies/invoices_payments.rst b/content/applications/finance/accounting/others/multicurrencies/invoices_payments.rst index f91651508a..c6b1f7edc0 100644 --- a/content/applications/finance/accounting/others/multicurrencies/invoices_payments.rst +++ b/content/applications/finance/accounting/others/multicurrencies/invoices_payments.rst @@ -34,14 +34,14 @@ In order to register payments in other currencies, you have to remove the currency constraint on the journal. Go to the accounting application, on the journal, click on :menuselection:`More --> Settings`. -.. image:: media/invoice01.png +.. image:: invoices_payments/invoice01.png :align: center Check if the currency field is empty or in the foreign currency in which you will register the payments. If a currency is filled in, it means that you can register payments only in this currency. -.. image:: media/invoice02.png +.. image:: invoices_payments/invoice02.png :align: center Multi-currency invoices & Vendor Bills @@ -57,7 +57,7 @@ You are now able to set a different currency than the company one on your sale orders and on your invoices. The currency is set for the whole document. -.. image:: media/invoice03.png +.. image:: invoices_payments/invoice03.png :align: center Vendor Bills @@ -67,7 +67,7 @@ You are now able to set a different currency than the company one on your purchase orders and on your vendor bills. The currency is set for the whole document. -.. image:: media/invoice04.png +.. image:: invoices_payments/invoice04.png :align: center Multi-currency Payments @@ -77,7 +77,7 @@ In the accounting application, go to :menuselection:`Sales --> Payments`. Regist payment and indicate that it was done in the foreign currency. Then click on **Confirm**. -.. image:: media/invoice05.png +.. image:: invoices_payments/invoice05.png :align: center The journal entry has been posted but not allocated. @@ -85,7 +85,7 @@ The journal entry has been posted but not allocated. Go back to your invoice (:menuselection:`Sales --> Customer Invoices`) and click on **Add** to allocate the payment. -.. image:: media/invoice06.png +.. image:: invoices_payments/invoice06.png :align: center Multi- Currency Bank Statements @@ -95,14 +95,14 @@ When creating or importing bank statements, the amount is in the company currency. But there are now two complementary fields, the amount that was actually paid and the currency in which it was paid. -.. image:: media/invoice07.png +.. image:: invoices_payments/invoice07.png :align: center When reconciling it, Odoo will directly match the payment with the right invoice. You will get the invoice price in the invoice currency and the amount in your company currency. -.. image:: media/invoice08.png +.. image:: invoices_payments/invoice08.png :align: center Exchange Rate Journal @@ -111,10 +111,10 @@ Exchange Rate Journal Go to :menuselection:`Adviser --> Journal Entries` and look for the **Exchange Difference** journal entries. All the exchange rates differences are recorded in it. -.. image:: media/invoice09.png +.. image:: invoices_payments/invoice09.png :align: center -.. include:: full_reconcile_warning.rst +.. include:: exchange/full_reconcile_warning.rst .. seealso:: * :doc:`how_it_works` diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice01.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice01.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice01.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice01.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice02.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice02.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice02.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice02.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice03.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice03.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice03.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice03.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice04.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice04.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice04.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice04.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice05.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice05.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice05.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice05.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice06.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice06.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice06.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice06.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice07.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice07.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice07.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice07.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice08.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice08.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice08.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice08.png diff --git a/content/applications/finance/accounting/others/multicurrencies/media/invoice09.png b/content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice09.png similarity index 100% rename from content/applications/finance/accounting/others/multicurrencies/media/invoice09.png rename to content/applications/finance/accounting/others/multicurrencies/invoices_payments/invoice09.png diff --git a/content/applications/finance/accounting/payables/misc/forecast.rst b/content/applications/finance/accounting/payables/misc/forecast.rst index d955c3bf18..b8455f296c 100644 --- a/content/applications/finance/accounting/payables/misc/forecast.rst +++ b/content/applications/finance/accounting/payables/misc/forecast.rst @@ -26,7 +26,7 @@ Management --> Payment Terms` in the **Accounting** application. The following example show a payment term of 30% directly and the balance after 30 days. -.. image:: ./media/forecast01.png +.. image:: forecast/forecast01.png :align: center Once payment terms are defined, you can assign them to your vendor by @@ -34,7 +34,7 @@ default. Set the Vendor Payment Term field on the Accounting tab of a vendor form. That way, every time you will purchase to this vendor, Odoo will propose you automatically the right payment term. -.. image:: ./media/forecast02.png +.. image:: forecast/forecast02.png :align: center .. note:: @@ -51,7 +51,7 @@ application. This report gives you a summary per vendor of the amounts to pay, compared to their due date (the due date being computed on each bill using the payment term). -.. image:: ./media/forecast03.png +.. image:: forecast/forecast03.png :align: center This reports tells you how much you will have to pay within the next @@ -64,7 +64,7 @@ Using the menu :menuselection:`Purchases --> Vendor Bills`, you can get a list o bills. Using the advanced filters, you can list all the bills that you should pay or the bills that are overdue (you are late on the payment). -.. image:: ./media/forecast04.png +.. image:: forecast/forecast04.png :align: center From this screen, you can also switch to the pivot table or the graph diff --git a/content/applications/finance/accounting/payables/misc/media/forecast01.png b/content/applications/finance/accounting/payables/misc/forecast/forecast01.png similarity index 100% rename from content/applications/finance/accounting/payables/misc/media/forecast01.png rename to content/applications/finance/accounting/payables/misc/forecast/forecast01.png diff --git a/content/applications/finance/accounting/payables/misc/media/forecast02.png b/content/applications/finance/accounting/payables/misc/forecast/forecast02.png similarity index 100% rename from content/applications/finance/accounting/payables/misc/media/forecast02.png rename to content/applications/finance/accounting/payables/misc/forecast/forecast02.png diff --git a/content/applications/finance/accounting/payables/misc/media/forecast03.png b/content/applications/finance/accounting/payables/misc/forecast/forecast03.png similarity index 100% rename from content/applications/finance/accounting/payables/misc/media/forecast03.png rename to content/applications/finance/accounting/payables/misc/forecast/forecast03.png diff --git a/content/applications/finance/accounting/payables/misc/media/forecast04.png b/content/applications/finance/accounting/payables/misc/forecast/forecast04.png similarity index 100% rename from content/applications/finance/accounting/payables/misc/media/forecast04.png rename to content/applications/finance/accounting/payables/misc/forecast/forecast04.png diff --git a/content/applications/finance/accounting/payables/pay/check.rst b/content/applications/finance/accounting/payables/pay/check.rst index ed9b92e1a2..8235dc1196 100644 --- a/content/applications/finance/accounting/payables/pay/check.rst +++ b/content/applications/finance/accounting/payables/pay/check.rst @@ -33,7 +33,7 @@ screen you get when you enter the accounting application), click on your bank account on :menuselection:`More --> Settings` option. On the **Payment Method** field, set **Check**. -.. image:: ./media/check01.png +.. image:: check/check01.png :align: center Compatible check stationery for printing checks @@ -67,7 +67,7 @@ To register a payment on a bill, open any supplier bill from the menu validated, you can register a payment. Set the **Payment Method** to **Check** and validate the payment dialog. -.. image:: ./media/check02.png +.. image:: check/check02.png :align: center Print checks @@ -87,7 +87,7 @@ number. To print all checks in batch, select all payments from the list view and Print Check from the top "print" menu. -.. image:: ./media/check03.png +.. image:: check/check03.png :align: center Reconcile bank statements @@ -112,7 +112,7 @@ payment and select a payment method by check. If you pay a specific supplier bill, put the reference of the bill in the **Memo** field. -.. image:: ./media/check04.png +.. image:: check/check04.png :align: center Once your payment by check is registered, don't forget to **Confirm** it. diff --git a/content/applications/finance/accounting/payables/pay/media/check01.png b/content/applications/finance/accounting/payables/pay/check/check01.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/check01.png rename to content/applications/finance/accounting/payables/pay/check/check01.png diff --git a/content/applications/finance/accounting/payables/pay/media/check02.png b/content/applications/finance/accounting/payables/pay/check/check02.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/check02.png rename to content/applications/finance/accounting/payables/pay/check/check02.png diff --git a/content/applications/finance/accounting/payables/pay/media/check03.png b/content/applications/finance/accounting/payables/pay/check/check03.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/check03.png rename to content/applications/finance/accounting/payables/pay/check/check03.png diff --git a/content/applications/finance/accounting/payables/pay/media/check04.png b/content/applications/finance/accounting/payables/pay/check/check04.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/check04.png rename to content/applications/finance/accounting/payables/pay/check/check04.png diff --git a/content/applications/finance/accounting/payables/pay/multiple.rst b/content/applications/finance/accounting/payables/pay/multiple.rst index f1862c97dc..262a6e5f39 100644 --- a/content/applications/finance/accounting/payables/pay/multiple.rst +++ b/content/applications/finance/accounting/payables/pay/multiple.rst @@ -16,13 +16,13 @@ In the following example, we will generate some bills. You can control the whole process from your accounting dashboard (first screen you get when you open the accounting application). -.. image:: ./media/multiple01.png +.. image:: multiple/multiple01.png :align: center To create a bill, open the Dashboard menu and click on **Vendor Bills**. In the Vendor Bills window, click on **Create**. -.. image:: ./media/multiple02.png +.. image:: multiple/multiple02.png :align: center Choose the vendor from which you wish to purchase the product, and click @@ -32,14 +32,14 @@ on Add an item to add one (or more) product(s). Click on **Save** and then Pay supplier bills, one after the other --------------------------------------- -.. image:: ./media/multiple03.png +.. image:: multiple/multiple03.png :align: center We will now record a payment for one bill only. Open the bill, then click on **Register Payment**. Insert the Payment Method, Date and Amount, and click on **Validate**. -.. image:: ./media/multiple04.png +.. image:: multiple/multiple04.png :align: center Once you have validated the payment, the system will automatically @@ -54,14 +54,14 @@ In order to illustrate the process thoroughly, create at least 2 more bills following the above standing guide. **Make sure all bills come from the same vendor.** -.. image:: ./media/multiple05.png +.. image:: multiple/multiple05.png :align: center In the Vendors Bills, select the new bills you have just created by checking the box next to each of them. In the Action menu located in the middle of the page, click on **Register Payment**. -.. image:: ./media/multiple06.png +.. image:: multiple/multiple06.png :align: center Insert the details of the payment. The system calculated the total @@ -78,7 +78,7 @@ First, we need to create a payment This will handle from :menuselection:`Dashboard --> Bank journal --> More Option --> Send Money` -.. image:: ./media/multiple07.png +.. image:: multiple/multiple07.png :align: center Creating payment order with check payment method. Selecting related @@ -86,7 +86,7 @@ Vendor and amount which remain to pay. After filling all details, we will confirm the payment order which will generate payment transaction with the system. -.. image:: ./media/multiple08.png +.. image:: multiple/multiple08.png :align: center As you can see, bill payment status show what is posted and what is @@ -115,30 +115,30 @@ statements. We are adding payment terms which allow some cash discount where vendor offer us early payment discount. -.. image:: ./media/multiple09.png +.. image:: multiple/multiple09.png :align: center We are creating the following bills with the assignment of the above payment term. -.. image:: ./media/multiple10.png +.. image:: multiple/multiple10.png :align: center We have created the following bills: -.. image:: ./media/multiple11.png +.. image:: multiple/multiple11.png :align: center We will pay the invoices by creating bank statement where we will adjust the cash discount our vendor provided under payment terms. -.. image:: ./media/multiple12.png +.. image:: multiple/multiple12.png :align: center Before reconciling this bank statement, we need to create one statement model for cash discount. -.. image:: ./media/multiple13.png +.. image:: multiple/multiple13.png :align: center Now we are going back to bank statement and opening reconcile view. diff --git a/content/applications/finance/accounting/payables/pay/media/multiple01.png b/content/applications/finance/accounting/payables/pay/multiple/multiple01.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple01.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple01.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple02.png b/content/applications/finance/accounting/payables/pay/multiple/multiple02.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple02.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple02.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple03.png b/content/applications/finance/accounting/payables/pay/multiple/multiple03.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple03.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple03.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple04.png b/content/applications/finance/accounting/payables/pay/multiple/multiple04.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple04.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple04.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple05.png b/content/applications/finance/accounting/payables/pay/multiple/multiple05.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple05.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple05.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple06.png b/content/applications/finance/accounting/payables/pay/multiple/multiple06.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple06.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple06.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple07.png b/content/applications/finance/accounting/payables/pay/multiple/multiple07.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple07.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple07.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple08.png b/content/applications/finance/accounting/payables/pay/multiple/multiple08.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple08.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple08.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple09.png b/content/applications/finance/accounting/payables/pay/multiple/multiple09.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple09.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple09.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple10.png b/content/applications/finance/accounting/payables/pay/multiple/multiple10.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple10.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple10.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple11.png b/content/applications/finance/accounting/payables/pay/multiple/multiple11.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple11.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple11.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple12.png b/content/applications/finance/accounting/payables/pay/multiple/multiple12.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple12.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple12.png diff --git a/content/applications/finance/accounting/payables/pay/media/multiple13.png b/content/applications/finance/accounting/payables/pay/multiple/multiple13.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/multiple13.png rename to content/applications/finance/accounting/payables/pay/multiple/multiple13.png diff --git a/content/applications/finance/accounting/payables/pay/sepa.rst b/content/applications/finance/accounting/payables/pay/sepa.rst index bc09d9727f..55804469ab 100644 --- a/content/applications/finance/accounting/payables/pay/sepa.rst +++ b/content/applications/finance/accounting/payables/pay/sepa.rst @@ -62,7 +62,7 @@ journal. in the **payment from** field. You can customize it in your company settings, in the tab **Configuration**, under the **SEPA** section. -.. image:: ./media/sepa01.png +.. image:: sepa/sepa01.png :align: center Pay with SEPA @@ -86,7 +86,7 @@ new one. If you pay a specific supplier bill, put the reference of the bill in the **memo** field. -.. image:: ./media/sepa02.png +.. image:: sepa/sepa02.png :align: center Once your payment is registered, don't forget to Confirm it. You can @@ -100,7 +100,7 @@ Generate SEPA files From your accounting dashboard, you should see if there are SEPA files to generate for every bank account. -.. image:: ./media/sepa03.png +.. image:: sepa/sepa03.png :align: center Click on the link to check all the payments that are ready to transfer @@ -108,7 +108,7 @@ via SEPA. Then, select all the payments you want to send (or check the top box to select all payment at once) and click on :menuselection:`More --> Download SEPA Payments`. -.. image:: ./media/sepa04.png +.. image:: sepa/sepa04.png :align: center Troubleshooting diff --git a/content/applications/finance/accounting/payables/pay/media/sepa01.png b/content/applications/finance/accounting/payables/pay/sepa/sepa01.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/sepa01.png rename to content/applications/finance/accounting/payables/pay/sepa/sepa01.png diff --git a/content/applications/finance/accounting/payables/pay/media/sepa02.png b/content/applications/finance/accounting/payables/pay/sepa/sepa02.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/sepa02.png rename to content/applications/finance/accounting/payables/pay/sepa/sepa02.png diff --git a/content/applications/finance/accounting/payables/pay/media/sepa03.png b/content/applications/finance/accounting/payables/pay/sepa/sepa03.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/sepa03.png rename to content/applications/finance/accounting/payables/pay/sepa/sepa03.png diff --git a/content/applications/finance/accounting/payables/pay/media/sepa04.png b/content/applications/finance/accounting/payables/pay/sepa/sepa04.png similarity index 100% rename from content/applications/finance/accounting/payables/pay/media/sepa04.png rename to content/applications/finance/accounting/payables/pay/sepa/sepa04.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/assets.rst b/content/applications/finance/accounting/payables/supplier_bills/assets.rst index fdbef0bdc6..7a88c76873 100644 --- a/content/applications/finance/accounting/payables/supplier_bills/assets.rst +++ b/content/applications/finance/accounting/payables/supplier_bills/assets.rst @@ -40,7 +40,7 @@ Configure an Assets Account To configure your account in the **Chart of Accounts**, go to :menuselection:`Accounting --> Configuration --> Chart of Accounts`, click on *Create*, and fill out the form. -.. image:: media/assets01.png +.. image:: assets/assets01.png :align: center :alt: Configuration of an Assets Account in Odoo Accounting @@ -55,7 +55,7 @@ Select the account on a draft bill On a draft bill, select the right account for all the assets you are buying. -.. image:: media/assets02.png +.. image:: assets/assets02.png :align: center :alt: Selection of an Assets Account on a draft bill in Odoo Accounting @@ -67,7 +67,7 @@ Choose a different Expense Account for specific products Start editing the product, go to the *Accounting* tab, select the right **Expense Account**, and save. -.. image:: media/assets03.png +.. image:: assets/assets03.png :align: center :alt: Change of the Assets Account for a product in Odoo @@ -84,7 +84,7 @@ To do so, open your Purchases Journal by going to :menuselection:`Accounting --> Purchases`, select the journal item you want to modify, click on the account, and select the right one. -.. image:: media/assets04.png +.. image:: assets/assets04.png :align: center :alt: Modification of a posted journal item's account in Odoo Accounting @@ -106,7 +106,7 @@ Click on **select related purchases** to link an existing journal item to this n fields are then automatically filled out, and the journal item is now listed under the **Related Purchase** tab. -.. image:: media/assets05.png +.. image:: assets/assets05.png :align: center :alt: Assets entry in Odoo Accounting @@ -114,7 +114,7 @@ Once done, you can click on *Compute Depreciation* (next to the *Confirm* button the values of the **Depreciation Board**. This board shows you all the entries that Odoo will post to depreciate your asset, and at which date. -.. image:: media/assets06.png +.. image:: assets/assets06.png :align: center :alt: Depreciation Board in Odoo Accounting @@ -155,7 +155,7 @@ in the right account (see: :ref:`journal-assets-account`). Then, click on *Action*, select **Create Asset**, and fill out the form the same way you would do to :ref:`create a new entry `. -.. image:: media/assets07.png +.. image:: assets/assets07.png :align: center :alt: Create Asset Entry from a journal item in Odoo Accounting @@ -174,7 +174,7 @@ An **increase in value** requires you to fill out additional fields related to t and creates a new Asset entry with the **Value Increase**. The Gross Increase Asset Entry can be accessed with a Smart Button. -.. image:: media/assets08.png +.. image:: assets/assets08.png :align: center :alt: Gross Increase smart button in Odoo Accounting @@ -185,7 +185,7 @@ To **sell** an asset or **dispose** of it implies that it must be removed from t To do so, open the asset you want to dispose of, click on *Sell or Dispose*, and fill out the form. -.. image:: media/assets09.png +.. image:: assets/assets09.png :align: center :alt: Disposal of Assets in Odoo Accounting @@ -220,7 +220,7 @@ account. New buttons with all the models linked to that account appear at the top of the form. Clicking on a model button fills out the form according to that model. -.. image:: media/assets10.png +.. image:: assets/assets10.png :align: center :alt: Assets model button in Odoo Accounting @@ -242,7 +242,7 @@ You have three choices for the **Automate Assets** field: #. **Create and validate:** you must also select an Asset Model (see: `Assets Models`_). Whenever a transaction is posted on the account, an *Assets entry* is created and immediately validated. -.. image:: media/assets11.png +.. image:: assets/assets11.png :align: center :alt: Automate Assets on an account in Odoo Accounting diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets01.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets01.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets01.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets01.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets02.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets02.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets02.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets02.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets03.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets03.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets03.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets03.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets04.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets04.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets04.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets04.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets05.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets05.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets05.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets05.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets06.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets06.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets06.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets06.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets07.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets07.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets07.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets07.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets08.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets08.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets08.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets08.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets09.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets09.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets09.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets09.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets10.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets10.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets10.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets10.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/assets11.png b/content/applications/finance/accounting/payables/supplier_bills/assets/assets11.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/assets11.png rename to content/applications/finance/accounting/payables/supplier_bills/assets/assets11.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses.rst b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses.rst index 0803f8e1cc..720d6138aa 100644 --- a/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses.rst +++ b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses.rst @@ -37,7 +37,7 @@ Configure a Deferred Expense Account To configure your account in the **Chart of Accounts**, go to :menuselection:`Accounting --> Configuration --> Chart of Accounts`, click on *Create*, and fill out the form. -.. image:: media/deferred_expenses01.png +.. image:: deferred_expenses/deferred_expenses01.png :align: center :alt: Configuration of a Deferred Expense Account in Odoo Accounting @@ -53,7 +53,7 @@ Select the account on a draft bill On a draft bill, select the right account for all the products of which the expenses must be deferred. -.. image:: media/deferred_expenses02.png +.. image:: deferred_expenses/deferred_expenses02.png :align: center :alt: Selection of a Deferred Expense Account on a draft bill in Odoo Accounting @@ -63,7 +63,7 @@ Choose a different Expense Account for specific products Start editing the product, go to the *Accounting* tab, select the right **Expense Account**, and save. -.. image:: media/deferred_expenses03.png +.. image:: deferred_expenses/deferred_expenses03.png :align: center :alt: Change of the Expense Account for a product in Odoo @@ -78,7 +78,7 @@ To do so, open your Purchases Journal by going to :menuselection:`Accounting --> Purchases`, select the journal item you want to modify, click on the account, and select the right one. -.. image:: media/deferred_expenses04.png +.. image:: deferred_expenses/deferred_expenses04.png :align: center :alt: Modification of a posted journal item's account in Odoo Accounting @@ -98,7 +98,7 @@ Click on **select related purchases** to link an existing journal item to this n fields are then automatically filled out, and the journal item is now listed under the **Related Expenses** tab. -.. image:: media/deferred_expenses05.png +.. image:: deferred_expenses/deferred_expenses05.png :align: center :alt: Deferred Expense entry in Odoo Accounting @@ -106,7 +106,7 @@ Once done, you can click on *Compute Deferral* (next to the *Confirm* button) to values of the **Expense Board**. This board shows you all the entries that Odoo will post to recognize your expense, and at which date. -.. image:: media/deferred_expenses06.png +.. image:: deferred_expenses/deferred_expenses06.png :align: center :alt: Expense Board in Odoo Accounting @@ -134,7 +134,7 @@ account (see: `Change the account of a posted journal item`_). Then, click on *Action*, select **Create Deferred Entry**, and fill out the form the same way you would do to `create a new entry`_. -.. image:: media/deferred_expenses07.png +.. image:: deferred_expenses/deferred_expenses07.png :align: center :alt: Create Deferred Entry from a journal item in Odoo Accounting @@ -160,7 +160,7 @@ right recognition account. New buttons with all the models linked to that account appear at the top of the form. Clicking on a model button fills out the form according to that model. -.. image:: media/deferred_expenses08.png +.. image:: deferred_expenses/deferred_expenses08.png :align: center :alt: Deferred Expense model button in Odoo Accounting @@ -182,7 +182,7 @@ You have three choices for the **Automate Deferred Expense** field: Models`_). Whenever a transaction is posted on the account, a *Deferred Expenses entry* is created and immediately validated. -.. image:: media/deferred_expenses09.png +.. image:: deferred_expenses/deferred_expenses09.png :align: center :alt: Automate Deferred Expense on an account in Odoo Accounting diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses01.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses01.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses01.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses01.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses02.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses02.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses02.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses02.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses03.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses03.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses03.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses03.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses04.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses04.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses04.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses04.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses05.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses05.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses05.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses05.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses06.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses06.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses06.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses06.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses07.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses07.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses07.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses07.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses08.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses08.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses08.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses08.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses09.png b/content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses09.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/deferred_expenses09.png rename to content/applications/finance/accounting/payables/supplier_bills/deferred_expenses/deferred_expenses09.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/manage.rst b/content/applications/finance/accounting/payables/supplier_bills/manage.rst index 46caf7f7df..a694f48483 100644 --- a/content/applications/finance/accounting/payables/supplier_bills/manage.rst +++ b/content/applications/finance/accounting/payables/supplier_bills/manage.rst @@ -44,7 +44,7 @@ Creating products in Odoo is essential for quick and efficient purchasing within Odoo. Simply navigate to the Products submenu under Purchase and click create. -.. image:: ./media/manage01.png +.. image:: manage/manage01.png :align: center When creating the product, pay attention to the **Product Type** field, @@ -78,7 +78,7 @@ quotation for an order, you may record the order reference number in the with the the vendor bill later (as the vendor bill will probably include the Vendor Reference) -.. image:: ./media/manage02.png +.. image:: manage/manage02.png :align: center Validate the purchase order and receive the products from the Inventory @@ -93,13 +93,13 @@ after you confirm a purchase order. From the **Inventory dashboard**, you should see a button linking you directly to the transfer of products. This button is outlined in red below: -.. image:: ./media/manage03.png +.. image:: manage/manage03.png :align: center Navigating this route will take you to a list of all orders waiting to be received. -.. image:: ./media/manage04.png +.. image:: manage/manage04.png :align: center If you have a lot of awaiting orders, apply a filter using the search @@ -110,7 +110,7 @@ group the orders by different criteria under **Group By**. Selecting an item from this list will open the following screen where you then will receive the products. -.. image:: ./media/manage05.png +.. image:: manage/manage05.png :align: center Purchasing service products does not trigger a delivery order. @@ -123,7 +123,7 @@ record it in the Purchases application under the **Control Menu**. You need to create a new vendor bill even if you already registered a purchase order. -.. image:: ./media/manage06.png +.. image:: manage/manage06.png :align: center The first thing you will need to do upon creating a vendor bill is to @@ -137,7 +137,7 @@ the appropriate vendor bill, you may search through the list by inputting the vendor reference number or your internal purchase order number. -.. image:: ./media/manage07.png +.. image:: manage/manage07.png :align: center While the invoice is in a draft state, you can make any modifications you @@ -207,7 +207,7 @@ Ask your system administrator to enable these access on :menuselection:`Settings select the product(s) you wish to modify, and you should see a new field appear, labeled **Control Purchase Bills**. -.. image:: ./media/manage08.png +.. image:: manage/manage08.png :align: center You can then change the default management method for the selected diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage01.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage01.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage01.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage01.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage02.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage02.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage02.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage02.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage03.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage03.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage03.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage03.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage04.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage04.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage04.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage04.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage05.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage05.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage05.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage05.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage06.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage06.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage06.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage06.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage07.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage07.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage07.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage07.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/manage08.png b/content/applications/finance/accounting/payables/supplier_bills/manage/manage08.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/manage08.png rename to content/applications/finance/accounting/payables/supplier_bills/manage/manage08.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/ocr.rst b/content/applications/finance/accounting/payables/supplier_bills/ocr.rst index 7e4fd264d6..1af1191738 100644 --- a/content/applications/finance/accounting/payables/supplier_bills/ocr.rst +++ b/content/applications/finance/accounting/payables/supplier_bills/ocr.rst @@ -14,7 +14,7 @@ Set up the feature Go to :menuselection:`Accounting --> Settings --> Bill Digitalization`, and choose whether the bills should be processed automatically (with OCR) or manually (on demand). -.. image:: media/setup_ocr.png +.. image:: ocr/setup_ocr.png :align: center :alt: Activate the feature going to the settings application in Odoo Accounting @@ -32,7 +32,7 @@ need to click on *Send for Digitalization* to do it manually. Once the data is extracted from the PDF, you can correct it if necessary by clicking on the respective tag (available in *Edit* mode), and selecting the right information instead. -.. image:: media/example_ocr.png +.. image:: ocr/example_ocr.png :align: center :height: 580 :alt: Example of a scanned bill in Odoo Accounting diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/example_ocr.png b/content/applications/finance/accounting/payables/supplier_bills/ocr/example_ocr.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/example_ocr.png rename to content/applications/finance/accounting/payables/supplier_bills/ocr/example_ocr.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/setup_ocr.png b/content/applications/finance/accounting/payables/supplier_bills/ocr/setup_ocr.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/setup_ocr.png rename to content/applications/finance/accounting/payables/supplier_bills/ocr/setup_ocr.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/purchase_receipts.rst b/content/applications/finance/accounting/payables/supplier_bills/purchase_receipts.rst index 1099ef6ee5..6aa905c0c0 100644 --- a/content/applications/finance/accounting/payables/supplier_bills/purchase_receipts.rst +++ b/content/applications/finance/accounting/payables/supplier_bills/purchase_receipts.rst @@ -20,7 +20,7 @@ Register a receipt To record a new receipt, go to :menuselection:`Accounting --> Vendors --> Receipts`, click on *Create*, fill out the form, and click on *Post*. -.. image:: media/purchase_receipts_draft.png +.. image:: purchase_receipts/purchase_receipts_draft.png :align: center :alt: Fill out the draft purchase receipt in Odoo Accounting @@ -36,7 +36,7 @@ post it. To do so, click on the **Journal Items** tab, change the accounts and values according to your needs, and click on *Post*. -.. image:: media/purchase_receipts_journal_items.png +.. image:: purchase_receipts/purchase_receipts_journal_items.png :align: center :alt: Change the accounts used in the journal entry to record a purchase receipt. diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/purchase_receipts_draft.png b/content/applications/finance/accounting/payables/supplier_bills/purchase_receipts/purchase_receipts_draft.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/purchase_receipts_draft.png rename to content/applications/finance/accounting/payables/supplier_bills/purchase_receipts/purchase_receipts_draft.png diff --git a/content/applications/finance/accounting/payables/supplier_bills/media/purchase_receipts_journal_items.png b/content/applications/finance/accounting/payables/supplier_bills/purchase_receipts/purchase_receipts_journal_items.png similarity index 100% rename from content/applications/finance/accounting/payables/supplier_bills/media/purchase_receipts_journal_items.png rename to content/applications/finance/accounting/payables/supplier_bills/purchase_receipts/purchase_receipts_journal_items.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts.rst b/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts.rst index d3f20f61c4..afa0048c0b 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts.rst @@ -18,7 +18,7 @@ Configuration --> Management --> Payment Terms` and click on during which the offer is valid. You can also change the default balance term if needed. -.. image:: media/cash_discounts01.png +.. image:: cash_discounts/cash_discounts01.png :align: center Start offering the cash discount @@ -30,7 +30,7 @@ automatically split the account receivables part of the journal entry into two installments having different due dates. Since the discounted price is already calculated, your payment controls will be simplified. -.. image:: media/cash_discounts02.png +.. image:: cash_discounts/cash_discounts02.png :align: center Grant the cash discount @@ -41,7 +41,7 @@ cash discount. When you process the bank statement, match the payment with the related journal entry. Then, select the remaining cash discount and click on *Create Write-off* to reconcile it. -.. image:: media/cash_discounts03.png +.. image:: cash_discounts/cash_discounts03.png :align: center .. tip:: @@ -59,7 +59,7 @@ In this case, the customer has not fulfilled the payment term and cannot benefit from the cash discount. When you process the bank statement, match the payment with the two related journal entries. -.. image:: media/cash_discounts04.png +.. image:: cash_discounts/cash_discounts04.png :align: center diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts01.png b/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts01.png rename to content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts01.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts02.png b/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts02.png rename to content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts02.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts03.png b/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts03.png rename to content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts03.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts04.png b/content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts04.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/cash_discounts04.png rename to content/applications/finance/accounting/receivables/customer_invoices/cash_discounts/cash_discounts04.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/cash_rounding.rst b/content/applications/finance/accounting/receivables/customer_invoices/cash_rounding.rst index f6fdc2babb..427b85d223 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/cash_rounding.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/cash_rounding.rst @@ -16,7 +16,7 @@ Configuration Go to :menuselection:`Accounting --> Configuration --> Settings` and enable *Cash Rounding*, then click on *Save*. -.. image:: media/cash_rounding01.png +.. image:: cash_rounding/cash_rounding01.png :align: center Go to :menuselection:`Accounting --> Configuration --> Cash Roundings`, diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/cash_rounding01.png b/content/applications/finance/accounting/receivables/customer_invoices/cash_rounding/cash_rounding01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/cash_rounding01.png rename to content/applications/finance/accounting/receivables/customer_invoices/cash_rounding/cash_rounding01.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/credit_notes.rst b/content/applications/finance/accounting/receivables/customer_invoices/credit_notes.rst index 0722e9f488..27f8ea7fbf 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/credit_notes.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/credit_notes.rst @@ -28,7 +28,7 @@ from the invoices they are related to. To do so, open the *Customer Invoice*, and click on *Add Credit Note*. -.. image:: media/credit_notes01.png +.. image:: credit_notes/credit_notes01.png :align: center You can choose between three options: @@ -56,7 +56,7 @@ Full Refund Odoo creates a credit note, automatically validates it, and reconciles the original invoice with it. -.. image:: media/credit_notes02.png +.. image:: credit_notes/credit_notes02.png :align: center This is the option to choose to do a full refund or cancel @@ -86,11 +86,11 @@ that zeroes out the journal items generated by the original invoice. Here is an example of an invoice’s journal entry: -.. image:: media/credit_notes03.png +.. image:: credit_notes/credit_notes03.png :align: center And here is the credit note’s journal entry generated to reverse the original invoice above: -.. image:: media/credit_notes04.png +.. image:: credit_notes/credit_notes04.png :align: center diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes01.png b/content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes01.png rename to content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes01.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes02.png b/content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes02.png rename to content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes02.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes03.png b/content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes03.png rename to content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes03.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes04.png b/content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes04.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/credit_notes04.png rename to content/applications/finance/accounting/receivables/customer_invoices/credit_notes/credit_notes04.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues.rst b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues.rst index 0996005d78..ee96882ef7 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues.rst @@ -36,7 +36,7 @@ Configure a Deferred Revenue Account To configure your account in the **Chart of Accounts**, go to :menuselection:`Accounting --> Configuration --> Chart of Accounts`, click on *Create*, and fill out the form. -.. image:: media/deferred_revenues01.png +.. image:: deferred_revenues/deferred_revenues01.png :align: center :alt: Configuration of a Deferred Revenue Account in Odoo Accounting @@ -52,7 +52,7 @@ Select the account on a draft invoice On a draft invoice, select the right account for all the products of which the incomes must be deferred. -.. image:: media/deferred_revenues02.png +.. image:: deferred_revenues/deferred_revenues02.png :align: center :alt: Selection of a Deferred Revenue Account on a draft invoice in Odoo Accounting @@ -62,7 +62,7 @@ Choose a different Income Account for specific products Start editing the product, go to the *Accounting* tab, select the right **Income Account**, and save. -.. image:: media/deferred_revenues03.png +.. image:: deferred_revenues/deferred_revenues03.png :align: center :alt: Change of the Income Account for a product in Odoo @@ -77,7 +77,7 @@ To do so, open your Sales Journal by going to :menuselection:`Accounting --> Accounting --> Sales`, select the journal item you want to modify, click on the account, and select the right one. -.. image:: media/deferred_revenues04.png +.. image:: deferred_revenues/deferred_revenues04.png :align: center :alt: Modification of a posted journal item's account in Odoo Accounting @@ -97,7 +97,7 @@ Click on **select related purchases** to link an existing journal item to this n fields are then automatically filled out, and the journal item is now listed under the **Related Sales** tab. -.. image:: media/deferred_revenues05.png +.. image:: deferred_revenues/deferred_revenues05.png :align: center :alt: Deferred Revenue entry in Odoo Accounting @@ -105,7 +105,7 @@ Once done, you can click on *Compute Revenue* (next to the *Confirm* button) to values of the **Revenue Board**. This board shows you all the entries that Odoo will post to recognize your revenue, and at which date. -.. image:: media/deferred_revenues06.png +.. image:: deferred_revenues/deferred_revenues06.png :align: center :alt: Revenue Board in Odoo Accounting @@ -134,7 +134,7 @@ Make sure that it is posted in the right account (see: Then, click on *Action*, select **Create Deferred Entry**, and fill out the form the same way you would do to `create a new entry`_. -.. image:: media/deferred_revenues07.png +.. image:: deferred_revenues/deferred_revenues07.png :align: center :alt: Create Deferred Entry from a journal item in Odoo Accounting @@ -160,7 +160,7 @@ right recognition account. New buttons with all the models linked to that account appear at the top of the form. Clicking on a model button fills out the form according to that model. -.. image:: media/deferred_revenues08.png +.. image:: deferred_revenues/deferred_revenues08.png :align: center :alt: Deferred Revenue model button in Odoo Accounting @@ -182,7 +182,7 @@ You have three choices for the **Automate Deferred Revenue** field: `Deferred Revenue Models`_). Whenever a transaction is posted on the account, a *Deferred Revenues entry* is created and immediately validated. -.. image:: media/deferred_revenues09.png +.. image:: deferred_revenues/deferred_revenues09.png :align: center :alt: Automate Deferred Revenue on an account in Odoo Accounting diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues01.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues01.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues01.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues02.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues02.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues02.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues03.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues03.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues03.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues04.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues04.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues04.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues04.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues05.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues05.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues05.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues05.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues06.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues06.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues06.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues06.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues07.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues07.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues07.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues07.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues08.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues08.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues08.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues08.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues09.png b/content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues09.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/deferred_revenues09.png rename to content/applications/finance/accounting/receivables/customer_invoices/deferred_revenues/deferred_revenues09.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code.rst b/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code.rst index c80376a4ec..f57c5fb6f0 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code.rst @@ -21,7 +21,7 @@ Configuration Go to :menuselection:`Accounting --> Configuration --> Settings` and activate the **SEPA QR Code** feature. -.. image:: media/epc_qr_code01.png +.. image:: epc_qr_code/epc_qr_code01.png :align: center Configure your Bank Account’s journal @@ -33,7 +33,7 @@ To do so, go to :menuselection:`Accounting --> Configuration --> Journals`, open your *bank journal*, then fill out the *Bank Account* and *Bank* under the *Bank Account* tab. -.. image:: media/epc_qr_code02.png +.. image:: epc_qr_code/epc_qr_code02.png :align: center Issue Invoices with EPC QR Codes @@ -52,7 +52,7 @@ Make sure that the account indicated is the one you want to use to receive your customer’s payment as Odoo uses this field to generate the EPC QR Code. -.. image:: media/epc_qr_code03.png +.. image:: epc_qr_code/epc_qr_code03.png :align: center .. tip:: diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/epc_qr_code01.png b/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code/epc_qr_code01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/epc_qr_code01.png rename to content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code/epc_qr_code01.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/epc_qr_code02.png b/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code/epc_qr_code02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/epc_qr_code02.png rename to content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code/epc_qr_code02.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/epc_qr_code03.png b/content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code/epc_qr_code03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/epc_qr_code03.png rename to content/applications/finance/accounting/receivables/customer_invoices/epc_qr_code/epc_qr_code03.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/discount01.png b/content/applications/finance/accounting/receivables/customer_invoices/media/discount01.png deleted file mode 100644 index 4b99b92d66..0000000000 Binary files a/content/applications/finance/accounting/receivables/customer_invoices/media/discount01.png and /dev/null differ diff --git a/content/applications/finance/accounting/receivables/customer_invoices/snailmail.rst b/content/applications/finance/accounting/receivables/customer_invoices/snailmail.rst index 10c976c9e3..bdda6e9ad8 100644 --- a/content/applications/finance/accounting/receivables/customer_invoices/snailmail.rst +++ b/content/applications/finance/accounting/receivables/customer_invoices/snailmail.rst @@ -13,7 +13,7 @@ Set up Snailmail | If you would like this option to be a default feature, enable *Send by Post* under *Default Sending Options*. -.. image:: media/setup_snailmail.png +.. image:: snailmail/setup_snailmail.png :align: center :alt: Under settings enable the snailmail feature in Odoo Accounting @@ -22,7 +22,7 @@ Send your invoices by post Open your Invoice, click on the *Send & Print* button and select *Send by Post*. -.. image:: media/invoice_bypost.png +.. image:: snailmail/invoice_bypost.png :align: center :alt: Overview of an invoice and the option send by post available in Odoo Accounting diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/invoice_bypost.png b/content/applications/finance/accounting/receivables/customer_invoices/snailmail/invoice_bypost.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/invoice_bypost.png rename to content/applications/finance/accounting/receivables/customer_invoices/snailmail/invoice_bypost.png diff --git a/content/applications/finance/accounting/receivables/customer_invoices/media/setup_snailmail.png b/content/applications/finance/accounting/receivables/customer_invoices/snailmail/setup_snailmail.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_invoices/media/setup_snailmail.png rename to content/applications/finance/accounting/receivables/customer_invoices/snailmail/setup_snailmail.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/batch.rst b/content/applications/finance/accounting/receivables/customer_payments/batch.rst index e70f9d19dd..c2b43d05a0 100644 --- a/content/applications/finance/accounting/receivables/customer_payments/batch.rst +++ b/content/applications/finance/accounting/receivables/customer_payments/batch.rst @@ -27,7 +27,7 @@ To do so, go to :menuselection:`Accounting --> Configuration --> Journals`, open you want to edit, click on *Edit*, and open the *Advanced Settings* tab. In the *Payment Method Types* section, enable **Batch Deposit**, and click on *Save*. -.. image:: media/batch-journal-settings.png +.. image:: batch/batch-journal-settings.png :align: center :alt: Payment Method Types in a journal's advanced settings @@ -46,7 +46,7 @@ opening the *Customer Invoice* for which you received a payment, and clicking on There, select the appropriate Journal linked to your bank account and select *Batch Deposit* as Payment Method. -.. image:: media/batch-register-payment.png +.. image:: batch/batch-register-payment.png :align: center :alt: Registering a customer payment as part of a Batch Deposit in Odoo Accounting @@ -62,14 +62,14 @@ To add the payments to a Batch Deposit, go to :menuselection:`Accounting --> Cus Payments`, and click on *Create*. Next, select the Bank and Payment Method, then click on *Add a line*. -.. image:: media/batch-new-inbound.png +.. image:: batch/batch-new-inbound.png :align: center :alt: Filling out a new Inbound Batch Payment form on Odoo Accounting Select all payments to include in the current Batch Deposit and click on *Select*. You can also record a new payment and add it to the list by clicking on *Create*. -.. image:: media/batch-payments-selection.png +.. image:: batch/batch-payments-selection.png :align: center :alt: Selection of all payments to include in the Batch Deposit @@ -88,7 +88,7 @@ tab, and select your Batch Payment. All related payments are automatically added .. note:: The *Batch Payments* tab won't appear if a Partner is selected for this bank statement line. -.. image:: media/batch-bank-reconciliation.png +.. image:: batch/batch-bank-reconciliation.png :align: center :alt: Reconciliation of the Batch Payment with all its transactions diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-bank-reconciliation.png b/content/applications/finance/accounting/receivables/customer_payments/batch/batch-bank-reconciliation.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-bank-reconciliation.png rename to content/applications/finance/accounting/receivables/customer_payments/batch/batch-bank-reconciliation.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-journal-settings.png b/content/applications/finance/accounting/receivables/customer_payments/batch/batch-journal-settings.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-journal-settings.png rename to content/applications/finance/accounting/receivables/customer_payments/batch/batch-journal-settings.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-new-inbound.png b/content/applications/finance/accounting/receivables/customer_payments/batch/batch-new-inbound.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-new-inbound.png rename to content/applications/finance/accounting/receivables/customer_payments/batch/batch-new-inbound.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-payments-selection.png b/content/applications/finance/accounting/receivables/customer_payments/batch/batch-payments-selection.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-payments-selection.png rename to content/applications/finance/accounting/receivables/customer_payments/batch/batch-payments-selection.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-register-payment.png b/content/applications/finance/accounting/receivables/customer_payments/batch/batch-register-payment.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-register-payment.png rename to content/applications/finance/accounting/receivables/customer_payments/batch/batch-register-payment.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/batch_sdd.rst b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd.rst index f0f9b0d13b..1295ef3e69 100644 --- a/content/applications/finance/accounting/receivables/customer_payments/batch_sdd.rst +++ b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd.rst @@ -23,7 +23,7 @@ Go to :menuselection:`Accounting --> Configuration --> Settings`, activate **SEP (SDD)** and click on *Save*. Enter your company's **Creditor Identifier**. This number is provided by your bank institution, or the authority responsible for delivering them. -.. image:: media/batch-sdd-creditor-identifier.png +.. image:: batch_sdd/batch-sdd-creditor-identifier.png :align: center :alt: Add a SEPA Creditor Identifier to Odoo Accounting @@ -39,7 +39,7 @@ money directly from their bank accounts. To create a new mandate, go to :menuselection:`Accounting --> Customers --> Direct Debit Mandates`, click on *Create*, and fill out the form. -.. image:: media/batch-sdd-mandate-form.png +.. image:: batch_sdd/batch-sdd-mandate-form.png :align: center :alt: Fill out SEPA Direct Debit in Odoo Accounting @@ -78,7 +78,7 @@ Close or revoke a mandate Direct Debit mandates are closed automatically after their *End Date*. If this field is left blank, the mandate keeps being *Active* until it is *Closed* or *Revoked*. -.. image:: media/batch-sdd-revoke-close.png +.. image:: batch_sdd/batch-sdd-revoke-close.png :align: center :alt: Close or Revoke an SDD Mandate in Odoo Accounting @@ -117,21 +117,21 @@ process all payments at once. To generate your XML file for the pending SDD payments, go to the related *bank journal* on your *Accounting dashboard*, then click on *Direct Debit Payments to Collect*. -.. image:: media/batch-sdd-collect.png +.. image:: batch_sdd/batch-sdd-collect.png :align: center :alt: Start the SDD payments collection in Odoo Accounting Select all the payments you want to include in your SDD XML file, then click on *Action* and select *Create Batch Payment*. -.. image:: media/batch-sdd-batch.png +.. image:: batch_sdd/batch-sdd-batch.png :align: center :alt: Create a batch payment with all the SDD payments in Odoo Accounting Odoo then takes you to your *Batch Payment*’s form. Click on *Validate* and download the SDD XML file. -.. image:: media/batch-sdd-xml.png +.. image:: batch_sdd/batch-sdd-xml.png :align: center :alt: Generate an XML file for your SDD payments in Odoo Accounting diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-batch.png b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-batch.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-batch.png rename to content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-batch.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-collect.png b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-collect.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-collect.png rename to content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-collect.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-creditor-identifier.png b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-creditor-identifier.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-creditor-identifier.png rename to content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-creditor-identifier.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-mandate-form.png b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-mandate-form.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-mandate-form.png rename to content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-mandate-form.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-revoke-close.png b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-revoke-close.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-revoke-close.png rename to content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-revoke-close.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-xml.png b/content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-xml.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/batch-sdd-xml.png rename to content/applications/finance/accounting/receivables/customer_payments/batch_sdd/batch-sdd-xml.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/check.rst b/content/applications/finance/accounting/receivables/customer_payments/check.rst index 2812d0154e..8811e9c6c3 100644 --- a/content/applications/finance/accounting/receivables/customer_payments/check.rst +++ b/content/applications/finance/accounting/receivables/customer_payments/check.rst @@ -59,7 +59,7 @@ on **Register Payment**. Fill in the information about the payment: - Memo: write the Check number -.. image:: ./media/check02.png +.. image:: check/check02.png :align: center This operation will produce the following journal entry: @@ -115,7 +115,7 @@ on **Register Payment**. Fill in the information about the payment: - Memo: write the check number -.. image:: ./media/check03.png +.. image:: check/check03.png :align: center The invoice is marked as paid as soon as you record the check. @@ -147,5 +147,5 @@ report **Bank Reconciliation Report** to verify which checks have been received or paid by the bank. (this report is available from the **More** option from the Accounting dashboard on the related bank account). -.. image:: ./media/check01.png +.. image:: check/check01.png :align: center \ No newline at end of file diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/check01.png b/content/applications/finance/accounting/receivables/customer_payments/check/check01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/check01.png rename to content/applications/finance/accounting/receivables/customer_payments/check/check01.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/check02.png b/content/applications/finance/accounting/receivables/customer_payments/check/check02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/check02.png rename to content/applications/finance/accounting/receivables/customer_payments/check/check02.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/check03.png b/content/applications/finance/accounting/receivables/customer_payments/check/check03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/check03.png rename to content/applications/finance/accounting/receivables/customer_payments/check/check03.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/followup.rst b/content/applications/finance/accounting/receivables/customer_payments/followup.rst index a5203d7f48..0607f28468 100644 --- a/content/applications/finance/accounting/receivables/customer_payments/followup.rst +++ b/content/applications/finance/accounting/receivables/customer_payments/followup.rst @@ -33,7 +33,7 @@ Date* set on the statement. You can also set a trust level for your customers by marking them as bad, normal or good debtors on the follow-up reports. -.. image:: media/followup01.png +.. image:: followup/followup01.png :align: center Send reminders in batch @@ -45,7 +45,7 @@ like to process, click on *Action* and then on *Process Follow-ups*. A pdf document containing all of the follow-up letters for you to print will also be automatically generated. -.. image:: media/followup02.png +.. image:: followup/followup02.png :align: center Plan a follow-up process @@ -62,7 +62,7 @@ number of overdue days, plan to send an email, a letter or to undertake a manual action. You can also edit the template used for the statement according to the stage of the process. -.. image:: media/followup03.png +.. image:: followup/followup03.png :align: center .. tip:: diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/followup01.png b/content/applications/finance/accounting/receivables/customer_payments/followup/followup01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/followup01.png rename to content/applications/finance/accounting/receivables/customer_payments/followup/followup01.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/followup02.png b/content/applications/finance/accounting/receivables/customer_payments/followup/followup02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/followup02.png rename to content/applications/finance/accounting/receivables/customer_payments/followup/followup02.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/followup03.png b/content/applications/finance/accounting/receivables/customer_payments/followup/followup03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/followup03.png rename to content/applications/finance/accounting/receivables/customer_payments/followup/followup03.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/online_payment.rst b/content/applications/finance/accounting/receivables/customer_payments/online_payment.rst index 7219b4eb82..deec2effc3 100644 --- a/content/applications/finance/accounting/receivables/customer_payments/online_payment.rst +++ b/content/applications/finance/accounting/receivables/customer_payments/online_payment.rst @@ -7,7 +7,7 @@ To make it more convenient for your customers to pay the invoices you issue, you allows your customers to see their invoices online and pay directly with their favorite payment method, making the payment process much easier. -.. image:: media/online-payment-acquirers.png +.. image:: online_payment/online-payment-acquirers.png :align: center :alt: Payment acquirer choice after having clicked on "Pay Now" @@ -30,13 +30,13 @@ After issuing the invoice, click on *Send & Print* and send the invoice by email They will receive an email with a link that redirects them to the invoice on their **Customer Portal**. -.. image:: media/online-payment-view-invoice.png +.. image:: online_payment/online-payment-view-invoice.png :align: center :alt: Email with a link to view the invoice online on the Customer Portal. They can choose which Payment Acquirer to use by clicking on *Pay Now*. -.. image:: media/online-payment-pay-now.png +.. image:: online_payment/online-payment-pay-now.png :align: center :alt: "Pay now" button on an invoice in the Customer Portal. diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/online-payment-acquirers.png b/content/applications/finance/accounting/receivables/customer_payments/online_payment/online-payment-acquirers.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/online-payment-acquirers.png rename to content/applications/finance/accounting/receivables/customer_payments/online_payment/online-payment-acquirers.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/online-payment-pay-now.png b/content/applications/finance/accounting/receivables/customer_payments/online_payment/online-payment-pay-now.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/online-payment-pay-now.png rename to content/applications/finance/accounting/receivables/customer_payments/online_payment/online-payment-pay-now.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/online-payment-view-invoice.png b/content/applications/finance/accounting/receivables/customer_payments/online_payment/online-payment-view-invoice.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/online-payment-view-invoice.png rename to content/applications/finance/accounting/receivables/customer_payments/online_payment/online-payment-view-invoice.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/recording.rst b/content/applications/finance/accounting/receivables/customer_payments/recording.rst index 75666476fb..718fb0eaac 100644 --- a/content/applications/finance/accounting/receivables/customer_payments/recording.rst +++ b/content/applications/finance/accounting/receivables/customer_payments/recording.rst @@ -21,7 +21,7 @@ If you register a payment on a customer invoice or a vendor bill, the payment is automatically reconciled with the invoice reducing the amount due. -.. image:: ./media/recording01.png +.. image:: recording/recording01.png :align: center The green icon near the payment line will display more information about @@ -45,7 +45,7 @@ Sales menu (register a customer payment) or the Purchases menu (pay a vendor). If you use these menus, the payment is not linked to an invoice, but can easily be reconciled on an invoice later on. -.. image:: ./media/recording02.png +.. image:: recording/recording02.png :align: center When registering a new payment, you must select a customer or vendor, @@ -68,7 +68,7 @@ payment for this customer or vendor is available. In this case, you can reconcile this payment to the invoice near the totals at the bottom, under "Outstanding Payments". -.. image:: ./media/recording03.png +.. image:: recording/recording03.png :align: center Reconciling all your outstanding payments and invoices @@ -82,14 +82,14 @@ The batch reconciliation feature is available from the dashboard on the Customer Invoices card and the Vendor Bills card for reconciling Accounts Receivable and Payable, respectively. -.. image:: ./media/recording04.png +.. image:: recording/recording04.png :align: center The payments matching tool will open all unreconciled customers or vendors and will give you the opportunity to process them all one by one, doing the matching of all their payments and invoices at once. -.. image:: ./media/recording05.png +.. image:: recording/recording05.png :align: center During the reconciliation, if the sum of the debits and credits do not @@ -103,13 +103,13 @@ Just like making a customer or vendor payment, you transfer cash internally between your bank accounts from the dashboard or from the menus up top. -.. image:: ./media/recording06.png +.. image:: recording/recording06.png :align: center This will take you to the same screen you have for receiving and making payments. -.. image:: ./media/recording07.png +.. image:: recording/recording07.png :align: center .. note:: diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording01.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording01.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording01.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording01.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording02.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording02.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording02.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording02.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording03.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording03.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording03.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording03.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording04.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording04.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording04.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording04.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording05.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording05.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording05.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording05.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording06.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording06.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording06.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording06.png diff --git a/content/applications/finance/accounting/receivables/customer_payments/media/recording07.png b/content/applications/finance/accounting/receivables/customer_payments/recording/recording07.png similarity index 100% rename from content/applications/finance/accounting/receivables/customer_payments/media/recording07.png rename to content/applications/finance/accounting/receivables/customer_payments/recording/recording07.png diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_overview.png b/content/applications/finance/accounting/reporting/declarations/media/tax_return_overview.png deleted file mode 100644 index ea2b01d095..0000000000 Binary files a/content/applications/finance/accounting/reporting/declarations/media/tax_return_overview.png and /dev/null differ diff --git a/content/applications/finance/accounting/reporting/declarations/tax_returns.rst b/content/applications/finance/accounting/reporting/declarations/tax_returns.rst index 749c115df1..a8681f1ea9 100644 --- a/content/applications/finance/accounting/reporting/declarations/tax_returns.rst +++ b/content/applications/finance/accounting/reporting/declarations/tax_returns.rst @@ -31,7 +31,7 @@ and go to the **Tax Return Periodicity** section. - **Reminder**: define when Odoo should remind you to file your tax return. - **Journal**: select the journal in which to record the tax return. -.. image:: media/tax_return_periodicity.png +.. image:: tax_returns/tax_return_periodicity.png :align: center :alt: Configure how often tax returns have to be made in Odoo Accounting @@ -46,7 +46,7 @@ Odoo generates Tax Reports based on the **Tax Grids** settings that are configur Therefore, it is crucial to make sure that all the recorded transactions use the right taxes. You can see on each Journal Item which Tax Grid is used for that transaction. -.. image:: media/tax_return_grids.png +.. image:: tax_returns/tax_return_grids.png :align: center :alt: see which tax grids are used to record transactions in Odoo Accounting @@ -54,7 +54,7 @@ To configure your taxes' Tax Grids, go to :menuselection:`Accounting --> Configu and open the tax you want to modify. There, you can edit your tax settings, along with the tax grids that are used to record invoices or credit notes. -.. image:: media/tax_return_taxes.png +.. image:: tax_returns/tax_return_taxes.png :align: center :alt: Configure taxes and their tax grids in Odoo Accounting @@ -83,7 +83,7 @@ Entry, which helps you avoid some tax declaration errors. To check the current **Tax Lock Date**, or to edit it, go to :menuselection:`Accounting --> Accounting --> Lock Dates`. -.. image:: media/tax_return_lock.png +.. image:: tax_returns/tax_return_lock.png :align: center :alt: Lock your tax for a specific period in Odoo Acounting @@ -99,7 +99,7 @@ on *TAX Report* from your *Accounting Overview*. Make sure to select the right period you want to declare by using the date filter. You can see an overview of your tax report. Then, click on the button *Closing Journal Entry*. -.. image:: media/tax_return_closing.png +.. image:: tax_returns/tax_return_closing.png :align: center :alt: Select the period for the tax return and create a closing journal entry in Odoo Accounting @@ -108,7 +108,7 @@ Odoo automatically creates a PDF file with the **Tax Report** that you can downl and preview on the right column. It includes all the values to report to the tax authorities, along with the amount you have to pay or be refunded. -.. image:: media/tax_return_report.png +.. image:: tax_returns/tax_return_report.png :align: center :alt: download the PDF with your Tax Report in Odoo Accounting diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_closing.png b/content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_closing.png similarity index 100% rename from content/applications/finance/accounting/reporting/declarations/media/tax_return_closing.png rename to content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_closing.png diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_grids.png b/content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_grids.png similarity index 100% rename from content/applications/finance/accounting/reporting/declarations/media/tax_return_grids.png rename to content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_grids.png diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_lock.png b/content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_lock.png similarity index 100% rename from content/applications/finance/accounting/reporting/declarations/media/tax_return_lock.png rename to content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_lock.png diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_periodicity.png b/content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_periodicity.png similarity index 100% rename from content/applications/finance/accounting/reporting/declarations/media/tax_return_periodicity.png rename to content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_periodicity.png diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_report.png b/content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_report.png similarity index 100% rename from content/applications/finance/accounting/reporting/declarations/media/tax_return_report.png rename to content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_report.png diff --git a/content/applications/finance/accounting/reporting/declarations/media/tax_return_taxes.png b/content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_taxes.png similarity index 100% rename from content/applications/finance/accounting/reporting/declarations/media/tax_return_taxes.png rename to content/applications/finance/accounting/reporting/declarations/tax_returns/tax_return_taxes.png diff --git a/content/applications/finance/accounting/reporting/overview/customize.rst b/content/applications/finance/accounting/reporting/overview/customize.rst index e27fb6a1d6..171b6ebf63 100644 --- a/content/applications/finance/accounting/reporting/overview/customize.rst +++ b/content/applications/finance/accounting/reporting/overview/customize.rst @@ -22,7 +22,7 @@ Create your financial report First, you need to create your financial report. To do that, go to :menuselection:`Accounting --> Configuration --> Financial Reports` -.. image:: media/customize02.png +.. image:: customize/customize02.png :align: center Once the name is entered, there are two other parameters that need to be @@ -49,7 +49,7 @@ After you've created the report, you need to fill it with lines. They all need a **name**, a **code** (that is used to refer to the line), a **sequence number** and a **level** (Used for the line rendering). -.. image:: media/customize04.png +.. image:: customize/customize04.png :align: center In the **formulas** field you can add one or more formulas to assign a diff --git a/content/applications/finance/accounting/reporting/overview/media/customize02.png b/content/applications/finance/accounting/reporting/overview/customize/customize02.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/customize02.png rename to content/applications/finance/accounting/reporting/overview/customize/customize02.png diff --git a/content/applications/finance/accounting/reporting/overview/media/customize04.png b/content/applications/finance/accounting/reporting/overview/customize/customize04.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/customize04.png rename to content/applications/finance/accounting/reporting/overview/customize/customize04.png diff --git a/content/applications/finance/accounting/reporting/overview/main_reports.rst b/content/applications/finance/accounting/reporting/overview/main_reports.rst index 7874a534f4..6b9325ed37 100644 --- a/content/applications/finance/accounting/reporting/overview/main_reports.rst +++ b/content/applications/finance/accounting/reporting/overview/main_reports.rst @@ -31,7 +31,7 @@ Balance Sheet The **Balance Sheet** shows a snapshot of the assets, liabilities and equity of your organisation as at a particular date. -.. image:: media/main_reports09.png +.. image:: main_reports/main_reports09.png :align: center Profit and Loss @@ -41,7 +41,7 @@ The **Profit and Loss** report (or **Income Statement**) shows your organisation's net income, by deducting expenses from revenue for the report period. -.. image:: media/main_reports10.png +.. image:: main_reports/main_reports10.png :align: center Executive Summary @@ -87,7 +87,7 @@ reporting : typically used as as a measure of a company's ability to service its debt. -.. image:: media/main_reports01.png +.. image:: main_reports/main_reports01.png :align: center General Ledger @@ -99,7 +99,7 @@ account and from there you can view a detailed transaction report or any exceptions. This report is useful for checking every transaction that occurred during a certain period of time. -.. image:: media/main_reports05.png +.. image:: main_reports/main_reports05.png :align: center Aged Payable @@ -109,7 +109,7 @@ Run the **Aged Payable Details** report to display information on individual bills, credit notes and overpayments owed by you, and how long these have gone unpaid. -.. image:: media/main_reports02.png +.. image:: main_reports/main_reports02.png :align: center Aged Receivable @@ -118,7 +118,7 @@ Aged Receivable The **Aged Receivables** report shows the sales invoices that were awaiting payment during a selected month and several months prior. -.. image:: media/main_reports07.png +.. image:: main_reports/main_reports07.png :align: center Cash Flow Statement @@ -128,7 +128,7 @@ The **Cash Flow Statement** shows how changes in balance sheet accounts and income affect cash and cash equivalents, and breaks the analysis down to operating, investing and financing activities. -.. image:: media/main_reports03.png +.. image:: main_reports/main_reports03.png :align: center Tax Report @@ -137,11 +137,11 @@ Tax Report This report allows you to see the **net** and **tax amounts** for all the taxes grouped by type (sale/purchase). -.. image:: media/main_reports04.png +.. image:: main_reports/main_reports04.png :align: center Bank Reconciliation ------------------- -.. image:: media/main_reports06.png +.. image:: main_reports/main_reports06.png :align: center diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports01.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports01.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports01.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports01.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports02.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports02.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports02.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports02.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports03.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports03.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports03.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports03.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports04.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports04.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports04.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports04.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports05.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports05.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports05.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports05.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports06.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports06.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports06.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports06.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports07.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports07.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports07.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports07.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports09.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports09.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports09.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports09.png diff --git a/content/applications/finance/accounting/reporting/overview/media/main_reports10.png b/content/applications/finance/accounting/reporting/overview/main_reports/main_reports10.png similarity index 100% rename from content/applications/finance/accounting/reporting/overview/media/main_reports10.png rename to content/applications/finance/accounting/reporting/overview/main_reports/main_reports10.png diff --git a/content/applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst b/content/applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst index eec02c07c4..435d43ba26 100644 --- a/content/applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst +++ b/content/applications/finance/accounting/taxation/fiscal_year/close_fiscal_year.rst @@ -70,7 +70,7 @@ set under the accounting configuration. This way, the accountant can be confident that nobody is changing the previous year transactions while auditing the books. -.. image:: media/close_fiscal_year01.png +.. image:: close_fiscal_year/close_fiscal_year01.png :align: center Closing the fiscal year diff --git a/content/applications/finance/accounting/taxation/fiscal_year/media/close_fiscal_year01.png b/content/applications/finance/accounting/taxation/fiscal_year/close_fiscal_year/close_fiscal_year01.png similarity index 100% rename from content/applications/finance/accounting/taxation/fiscal_year/media/close_fiscal_year01.png rename to content/applications/finance/accounting/taxation/fiscal_year/close_fiscal_year/close_fiscal_year01.png diff --git a/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst b/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst index 37ef04bff7..ea8245f0f5 100644 --- a/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst +++ b/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year.rst @@ -6,7 +6,7 @@ In most cases, the fiscal years last 12 months. If it is your case, you just have to define what is the last day of your fiscal year in the accounting settings. By default, it is set on the 31st December. -.. image:: media/fiscal_year01.png +.. image:: fiscal_year/fiscal_year01.png :align: center However, there might be some exceptions. For example, if it is the first @@ -16,13 +16,13 @@ In this case, some additional configuration is required. Go in :menuselection:`accounting --> configuration --> settings` and activate the fiscal years. -.. image:: media/fiscal_year02.png +.. image:: fiscal_year/fiscal_year02.png :align: center You can then configure your fiscal years in :menuselection:`accounting --> configuration --> fiscal years`. -.. image:: media/fiscal_year03.png +.. image:: fiscal_year/fiscal_year03.png :align: center .. note:: diff --git a/content/applications/finance/accounting/taxation/fiscal_year/media/fiscal_year01.png b/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year/fiscal_year01.png similarity index 100% rename from content/applications/finance/accounting/taxation/fiscal_year/media/fiscal_year01.png rename to content/applications/finance/accounting/taxation/fiscal_year/fiscal_year/fiscal_year01.png diff --git a/content/applications/finance/accounting/taxation/fiscal_year/media/fiscal_year02.png b/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year/fiscal_year02.png similarity index 100% rename from content/applications/finance/accounting/taxation/fiscal_year/media/fiscal_year02.png rename to content/applications/finance/accounting/taxation/fiscal_year/fiscal_year/fiscal_year02.png diff --git a/content/applications/finance/accounting/taxation/fiscal_year/media/fiscal_year03.png b/content/applications/finance/accounting/taxation/fiscal_year/fiscal_year/fiscal_year03.png similarity index 100% rename from content/applications/finance/accounting/taxation/fiscal_year/media/fiscal_year03.png rename to content/applications/finance/accounting/taxation/fiscal_year/fiscal_year/fiscal_year03.png diff --git a/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst b/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst index 9f917fb1f4..68394d9bd0 100644 --- a/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst +++ b/content/applications/finance/accounting/taxation/taxes/B2B_B2C.rst @@ -101,7 +101,7 @@ usually the default configuration, but you can check your **Default Sale Tax** from the menu :menuselection:`Configuration --> Settings` of the Accounting application. -.. image:: media/price_B2C_B2B01.png +.. image:: B2B_B2C/price_B2C_B2B01.png :align: center Once done, you can create a **B2C** pricelist. You can activate the @@ -118,7 +118,7 @@ included in price) and set a price on this product for B2C customers at 10€, from the :menuselection:`Sales --> Products` menu of the Sales application: -.. image:: media/price_B2C_B2B02.png +.. image:: B2B_B2C/price_B2C_B2B02.png :align: center Setting the B2C fiscal position @@ -129,7 +129,7 @@ menu: :menuselection:`Configuration --> Fiscal Positions`. This fiscal position should map the VAT 21% (tax excluded of price) with a VAT 21% (tax included in price) -.. image:: media/price_B2C_B2B03.png +.. image:: B2B_B2C/price_B2C_B2B03.png :align: center Test by creating a quotation @@ -139,7 +139,7 @@ Create a quotation from the Sale application, using the :menuselection:`Sales --> Quotations` menu. You should have the following result: 8.26€ + 1.73€ = 9.99€. -.. image:: media/price_B2C_B2B04.png +.. image:: B2B_B2C/price_B2C_B2B04.png :align: center Then, create a quotation but **change the pricelist to B2C and the @@ -147,7 +147,7 @@ fiscal position to B2C** on the quotation, before adding your product. You should have the expected result, which is a total price of 10€ for the customer: 8.26€ + 1.74€ = 10.00€. -.. image:: media/price_B2C_B2B05.png +.. image:: B2B_B2C/price_B2C_B2B05.png :align: center This is the expected behavior for a customer of your shop. diff --git a/content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B01.png b/content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B01.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B01.png rename to content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B01.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B02.png b/content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B02.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B02.png rename to content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B02.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B03.png b/content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B03.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B03.png rename to content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B03.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B04.png b/content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B04.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B04.png rename to content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B04.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B05.png b/content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B05.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/price_B2C_B2B05.png rename to content/applications/finance/accounting/taxation/taxes/B2B_B2C/price_B2C_B2B05.png diff --git a/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst b/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst index e360a57511..0123576b65 100644 --- a/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst +++ b/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes.rst @@ -19,7 +19,7 @@ You first have to activate the setting in :menuselection:`Accounting --> Configuration --> Settings --> Allow Tax Cash Basis`. You will be asked to define the Tax Cash Basis Journal. -.. image:: media/cash_basis_taxes01.png +.. image:: cash_basis_taxes/cash_basis_taxes01.png :width: 5.04688in :height: 0.79688in :align: center @@ -29,7 +29,7 @@ Once this is done, you can configure your taxes in At first set the proper transitional accounts to post taxes until you register the payment. -.. image:: media/cash_basis_taxes02.png +.. image:: cash_basis_taxes/cash_basis_taxes02.png :align: center In the *Advanced Options* tab you will turn *Tax Due* to @@ -38,7 +38,7 @@ define the *Tax Received* account in which to post the tax amount when the payment is received and the *Base Tax Received Account* to post the base tax amount for an accurate tax report. -.. image:: media/cash_basis_taxes03.png +.. image:: cash_basis_taxes/cash_basis_taxes03.png :align: center What is the impact of cash basis taxes in my accounting ? diff --git a/content/applications/finance/accounting/taxation/taxes/media/cash_basis_taxes01.png b/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes/cash_basis_taxes01.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/cash_basis_taxes01.png rename to content/applications/finance/accounting/taxation/taxes/cash_basis_taxes/cash_basis_taxes01.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/cash_basis_taxes02.png b/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes/cash_basis_taxes02.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/cash_basis_taxes02.png rename to content/applications/finance/accounting/taxation/taxes/cash_basis_taxes/cash_basis_taxes02.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/cash_basis_taxes03.png b/content/applications/finance/accounting/taxation/taxes/cash_basis_taxes/cash_basis_taxes03.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/cash_basis_taxes03.png rename to content/applications/finance/accounting/taxation/taxes/cash_basis_taxes/cash_basis_taxes03.png diff --git a/content/applications/finance/accounting/taxation/taxes/default_taxes.rst b/content/applications/finance/accounting/taxation/taxes/default_taxes.rst index 90c419ad12..dd7bb12d59 100644 --- a/content/applications/finance/accounting/taxation/taxes/default_taxes.rst +++ b/content/applications/finance/accounting/taxation/taxes/default_taxes.rst @@ -6,7 +6,7 @@ Default taxes other indication about which tax to use. For example, Odoo prefills the **Taxes** field with the Default Taxes when you create a new product or add a new line on an invoice. -.. image:: media/default-taxes-invoice-line.png +.. image:: default_taxes/default-taxes-invoice-line.png :align: center :alt: Odoo fills out the Tax field automatically according to the Default Taxes @@ -26,7 +26,7 @@ To change your **Default Taxes**, go to :menuselection:`Accounting --> Configura --> Taxes --> Default Taxes`, select the appropriate taxes for your default **Sales Tax** and **Purchase Tax**, and click on *Save*. -.. image:: media/default-taxes-configuration.png +.. image:: default_taxes/default-taxes-configuration.png :align: center :alt: Define which taxes to use by default on Odoo diff --git a/content/applications/finance/accounting/taxation/taxes/media/default-taxes-configuration.png b/content/applications/finance/accounting/taxation/taxes/default_taxes/default-taxes-configuration.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/default-taxes-configuration.png rename to content/applications/finance/accounting/taxation/taxes/default_taxes/default-taxes-configuration.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/default-taxes-invoice-line.png b/content/applications/finance/accounting/taxation/taxes/default_taxes/default-taxes-invoice-line.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/default-taxes-invoice-line.png rename to content/applications/finance/accounting/taxation/taxes/default_taxes/default-taxes-invoice-line.png diff --git a/content/applications/finance/accounting/taxation/taxes/fiscal_positions.rst b/content/applications/finance/accounting/taxation/taxes/fiscal_positions.rst index ba36b52ea8..00521fbb4d 100644 --- a/content/applications/finance/accounting/taxation/taxes/fiscal_positions.rst +++ b/content/applications/finance/accounting/taxation/taxes/fiscal_positions.rst @@ -9,7 +9,7 @@ according to your customers' and providers' localizations and business types. **Fiscal Positions** allow you to create *sets of rules* to automatically adapt the taxes and the accounts used for a transaction. -.. image:: media/fiscal-positions-intra-community.png +.. image:: fiscal_positions/fiscal-positions-intra-community.png :align: center :alt: Example: Belgian to Intra-Community tax mapping with Fiscal Positions in Odoo Accounting @@ -57,7 +57,7 @@ configure a few conditions: - **VAT Required**: The VAT number *must* be indicated in the customer's contact form. - **Country Group** / **Country**: The Fiscal Position is applied to these countries. -.. image:: media/fiscal-positions-automatic.png +.. image:: fiscal_positions/fiscal-positions-automatic.png :align: center :alt: Example of settings to apply a Fiscal Position automatically @@ -88,7 +88,7 @@ You can manually define which Fiscal Position must be used by default for a spec To do so, open the partner's contact form, go to the **Sales & Purchase** tab, edit the **Fiscal Position** field, and click on *Save*. -.. image:: media/fiscal-positions-partner.png +.. image:: fiscal_positions/fiscal-positions-partner.png :align: center :alt: Selection of a Fiscal Position on a Sales Order / Invoice / Bill in Odoo Accounting @@ -100,7 +100,7 @@ Choose Fiscal Positions manually on Sales Orders, Invoices, and Bills To manually select which Fiscal Position to use for a new Sales Order, Invoice, or Bill, go to the **Other Info** tab and select the right **Fiscal Position** *before* adding product lines. -.. image:: media/fiscal-positions-transaction.png +.. image:: fiscal_positions/fiscal-positions-transaction.png :align: center :alt: Selection of a Fiscal Position on a Sales Order / Invoice / Bill in Odoo Accounting diff --git a/content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-automatic.png b/content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-automatic.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-automatic.png rename to content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-automatic.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-intra-community.png b/content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-intra-community.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-intra-community.png rename to content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-intra-community.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-partner.png b/content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-partner.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-partner.png rename to content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-partner.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-transaction.png b/content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-transaction.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/fiscal-positions-transaction.png rename to content/applications/finance/accounting/taxation/taxes/fiscal_positions/fiscal-positions-transaction.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/create01.png b/content/applications/finance/accounting/taxation/taxes/media/create01.png deleted file mode 100644 index a576f693d3..0000000000 Binary files a/content/applications/finance/accounting/taxation/taxes/media/create01.png and /dev/null differ diff --git a/content/applications/finance/accounting/taxation/taxes/media/create02.png b/content/applications/finance/accounting/taxation/taxes/media/create02.png deleted file mode 100644 index d07555d5ae..0000000000 Binary files a/content/applications/finance/accounting/taxation/taxes/media/create02.png and /dev/null differ diff --git a/content/applications/finance/accounting/taxation/taxes/retention.rst b/content/applications/finance/accounting/taxation/taxes/retention.rst index 3680c5e60c..a1a8dc5ff6 100644 --- a/content/applications/finance/accounting/taxation/taxes/retention.rst +++ b/content/applications/finance/accounting/taxation/taxes/retention.rst @@ -13,7 +13,7 @@ from the amount to pay, as the tax will be paid by the customer. As, an example, in Colombia you may have the following invoice: -.. image:: media/retention03.png +.. image:: retention/retention03.png :align: center In this example, the **company** who sent the invoice owes $20 of taxes to @@ -26,14 +26,14 @@ In Odoo, a withholding tax is defined by creating a negative tax. For a retention of 10%, you would configure the following tax (accessible through :menuselection:`Configuration --> Taxes`): -.. image:: media/retention04.png +.. image:: retention/retention04.png :align: center In order to make it appear as a retention on the invoice, you should set a specific tax group **Retention** on your tax, in the **Advanced Options** tab. -.. image:: media/retention02.png +.. image:: retention/retention02.png :align: center Once the tax is defined, you can use it in your products, sales order or @@ -51,7 +51,7 @@ Once your tax is created, you can use it on customer forms, sales order or customer invoices. You can apply several taxes on a single customer invoice line. -.. image:: media/retention01.png +.. image:: retention/retention01.png :align: center .. note:: @@ -62,7 +62,7 @@ invoice line. The printed invoice will show the different amounts in each tax group. -.. image:: media/retention03.png +.. image:: retention/retention03.png :align: center .. seealso:: diff --git a/content/applications/finance/accounting/taxation/taxes/media/retention01.png b/content/applications/finance/accounting/taxation/taxes/retention/retention01.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/retention01.png rename to content/applications/finance/accounting/taxation/taxes/retention/retention01.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/retention02.png b/content/applications/finance/accounting/taxation/taxes/retention/retention02.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/retention02.png rename to content/applications/finance/accounting/taxation/taxes/retention/retention02.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/retention03.png b/content/applications/finance/accounting/taxation/taxes/retention/retention03.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/retention03.png rename to content/applications/finance/accounting/taxation/taxes/retention/retention03.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/retention04.png b/content/applications/finance/accounting/taxation/taxes/retention/retention04.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/retention04.png rename to content/applications/finance/accounting/taxation/taxes/retention/retention04.png diff --git a/content/applications/finance/accounting/taxation/taxes/taxcloud.rst b/content/applications/finance/accounting/taxation/taxes/taxcloud.rst index 1442a87bf9..84fb78254a 100644 --- a/content/applications/finance/accounting/taxation/taxes/taxcloud.rst +++ b/content/applications/finance/accounting/taxation/taxes/taxcloud.rst @@ -17,7 +17,7 @@ In TaxCloud `__ website. * Register your Odoo website on TaxCloud to get an *API ID* and an *API Key*. -.. image:: media/taxcloud01.png +.. image:: taxcloud/taxcloud01.png :align: center * In Settings on TaxCloud, click *Locations* to enter the location of your Office(s) & Warehouse(s). @@ -30,7 +30,7 @@ In Odoo * Enter your TaxCloud credentials. * Click SAVE to store your credentials. -.. image:: media/taxcloud02.png +.. image:: taxcloud/taxcloud02.png :align: center * Click the Refresh Icon next to *Default Category* to import the TIC product categories @@ -101,14 +101,14 @@ You can configure Odoo to automatically detect which Customers should use this f position. Go to :menuselection:`Accounting --> Configuration --> Fiscal Positions` to open and edit the record. -.. image:: media/taxcloud03.png +.. image:: taxcloud/taxcloud03.png :align: center Now, this fiscal position is automatically set on any sales order, web order, or invoice when the customer country is *United States*. This triggers the automated tax computation. -.. image:: media/taxcloud04.png +.. image:: taxcloud/taxcloud04.png :align: center Add your product(s). You have two options to get Sales Tax on the Order. You can confirm it, diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxcloud01.png b/content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud01.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxcloud01.png rename to content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud01.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxcloud02.png b/content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud02.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxcloud02.png rename to content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud02.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxcloud03.png b/content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud03.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxcloud03.png rename to content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud03.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxcloud04.png b/content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud04.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxcloud04.png rename to content/applications/finance/accounting/taxation/taxes/taxcloud/taxcloud04.png diff --git a/content/applications/finance/accounting/taxation/taxes/taxes.rst b/content/applications/finance/accounting/taxation/taxes/taxes.rst index dbf8661ba6..b6e44576c4 100644 --- a/content/applications/finance/accounting/taxation/taxes/taxes.rst +++ b/content/applications/finance/accounting/taxation/taxes/taxes.rst @@ -19,7 +19,7 @@ default, so that you can activate only the ones relevant for your business. To activate Sale Taxes, go to :menuselection:`Accounting --> Configuration --> Taxes` and use the *Activate* toggle button to activate or deactivate a tax. -.. image:: media/taxes-list.png +.. image:: taxes/taxes-list.png :align: center :alt: Activate pre-configured taxes in Odoo Accounting @@ -31,7 +31,7 @@ Configuration To edit or create a **Tax**, go to :menuselection:`Accounting --> Configuration --> Taxes` and open a tax or click on *Create*. -.. image:: media/taxes-edit.png +.. image:: taxes/taxes-edit.png :align: center :alt: Edition of a tax in Odoo Accounting @@ -156,7 +156,7 @@ Definition tab Allocate with precision the amount of the taxable basis or percentages of the computed tax to multiple accounts and Tax Grids. -.. image:: media/taxes-definition.png +.. image:: taxes/taxes-definition.png :align: center :alt: Allocate tax amounts to the right accounts and tax grids @@ -183,7 +183,7 @@ The label of the tax, as displayed on each invoice line in the **Taxes** column. :ref:`label ` visible to *front end* users, on exported invoices, on their Customer Portals, etc. -.. image:: media/taxes-invoice-label.png +.. image:: taxes/taxes-invoice-label.png :align: center :alt: The Label on Invoices is displayed on each invoice line @@ -198,7 +198,7 @@ Select to which **Tax Group** the tax belongs. The Tax Group name is the :ref:`l Tax groups include different iterations of the same tax. This can be useful when you must record differently the same tax according to :doc:`Fiscal Positions `. -.. image:: media/taxes-invoice-tax-group.png +.. image:: taxes/taxes-invoice-tax-group.png :align: center :alt: The Tax Group name is different from the Label on Invoices @@ -258,7 +258,7 @@ the same product. You can configure a new :ref:`Group of Taxes ` to include this tax, or add it directly to a product line. -.. image:: media/taxes-subsequent-line.png +.. image:: taxes/taxes-subsequent-line.png :align: center :alt: The eco-tax is taken into the basis of the 21% VAT tax @@ -270,7 +270,7 @@ directly to a product line. To reorder the sequence, go to :menuselection:`Accounting --> Configuration --> Taxes`, and drag and drop the lines with the handles next to the tax names. - .. image:: media/taxes-list-sequence.png + .. image:: taxes/taxes-list-sequence.png :align: center :alt: The taxes' sequence in Odoo determines which tax is applied first diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-definition.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-definition.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-definition.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-definition.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-edit.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-edit.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-edit.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-edit.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-invoice-label.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-invoice-label.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-invoice-label.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-invoice-label.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-invoice-tax-group.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-invoice-tax-group.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-invoice-tax-group.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-invoice-tax-group.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-list-sequence.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-list-sequence.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-list-sequence.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-list-sequence.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-list.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-list.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-list.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-list.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/taxes-subsequent-line.png b/content/applications/finance/accounting/taxation/taxes/taxes/taxes-subsequent-line.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/taxes-subsequent-line.png rename to content/applications/finance/accounting/taxation/taxes/taxes/taxes-subsequent-line.png diff --git a/content/applications/finance/accounting/taxation/taxes/vat_validation.rst b/content/applications/finance/accounting/taxation/taxes/vat_validation.rst index bfed0c4d98..ec4660e76f 100644 --- a/content/applications/finance/accounting/taxation/taxes/vat_validation.rst +++ b/content/applications/finance/accounting/taxation/taxes/vat_validation.rst @@ -15,7 +15,7 @@ Configuration To enable this feature, go to :menuselection:`Accounting --> Configuration --> Settings --> Taxes`, enable the **Verify VAT Numbers** feature, and click on *Save*. -.. image:: media/vat-validation-configuration.png +.. image:: vat_validation/vat-validation-configuration.png :align: center :alt: Enable "Verify VAT Numbers" in Odoo Accounting @@ -24,14 +24,14 @@ VAT Number validation Whenever you create or modify a contact, make sure to fill out the **Country** and **VAT** fields. -.. image:: media/vat-validation-contact-form.png +.. image:: vat_validation/vat-validation-contact-form.png :align: center :alt: Fill out the contact form with the country and VAT number before clicking on *Save* When you click on *Save*, Odoo runs a VIES VAT number check, and displays an error message if the VAT number is invalid. -.. image:: media/vat-validation-error.png +.. image:: vat_validation/vat-validation-error.png :align: center :alt: Odoo displays an error message instead of saving when the VAT number is invalid diff --git a/content/applications/finance/accounting/taxation/taxes/media/vat-validation-configuration.png b/content/applications/finance/accounting/taxation/taxes/vat_validation/vat-validation-configuration.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/vat-validation-configuration.png rename to content/applications/finance/accounting/taxation/taxes/vat_validation/vat-validation-configuration.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/vat-validation-contact-form.png b/content/applications/finance/accounting/taxation/taxes/vat_validation/vat-validation-contact-form.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/vat-validation-contact-form.png rename to content/applications/finance/accounting/taxation/taxes/vat_validation/vat-validation-contact-form.png diff --git a/content/applications/finance/accounting/taxation/taxes/media/vat-validation-error.png b/content/applications/finance/accounting/taxation/taxes/vat_validation/vat-validation-error.png similarity index 100% rename from content/applications/finance/accounting/taxation/taxes/media/vat-validation-error.png rename to content/applications/finance/accounting/taxation/taxes/vat_validation/vat-validation-error.png diff --git a/content/applications/finance/payment_acquirers/authorize.rst b/content/applications/finance/payment_acquirers/authorize.rst index fa26dba4b9..478424a27f 100644 --- a/content/applications/finance/payment_acquirers/authorize.rst +++ b/content/applications/finance/payment_acquirers/authorize.rst @@ -5,7 +5,7 @@ Authorize.Net `Authorize.Net `__ is a United States-based online payment solution provider, allowing businesses to accept **credit cards**. -.. image:: media/authorize-net.png +.. image:: authorize/authorize-net.png :align: center :alt: Authorize.Net logo @@ -30,7 +30,7 @@ To retrieve them, log into your Authorize.Net account, go to :menuselection:`Acc Settings --> General Security Settings --> API Credentials & Keys`, and generate your **Transaction Key** and **Signature Key**. -.. image:: media/authorize-api-keys.png +.. image:: authorize/authorize-api-keys.png :align: center :alt: Generate your Transaction Key and Signature Key on your Authorize.Net account @@ -98,14 +98,14 @@ Capture the payment after the delivery The **Capture Amount Manually** field is under the **Configuration** tab. If enabled, the funds are reserved for 30 days on the customer's card, but not charged yet. -.. image:: media/authorize-configuration.png +.. image:: authorize/authorize-configuration.png :align: center :alt: Authorize.Net Configuration tab on Odoo To capture the payment, go to the related Sales Order and click on *Capture Transaction*. If the order is canceled, you can click on *Void Transaction* to unlock the funds from the customer's card. -.. image:: media/authorize-capture.png +.. image:: authorize/authorize-capture.png :align: center :alt: Hold the credit card payment until you capture or revoke it on Odoo diff --git a/content/applications/finance/payment_acquirers/media/authorize-api-keys.png b/content/applications/finance/payment_acquirers/authorize/authorize-api-keys.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/authorize-api-keys.png rename to content/applications/finance/payment_acquirers/authorize/authorize-api-keys.png diff --git a/content/applications/finance/payment_acquirers/media/authorize-capture.png b/content/applications/finance/payment_acquirers/authorize/authorize-capture.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/authorize-capture.png rename to content/applications/finance/payment_acquirers/authorize/authorize-capture.png diff --git a/content/applications/finance/payment_acquirers/media/authorize-configuration.png b/content/applications/finance/payment_acquirers/authorize/authorize-configuration.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/authorize-configuration.png rename to content/applications/finance/payment_acquirers/authorize/authorize-configuration.png diff --git a/content/applications/finance/payment_acquirers/media/authorize-net.png b/content/applications/finance/payment_acquirers/authorize/authorize-net.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/authorize-net.png rename to content/applications/finance/payment_acquirers/authorize/authorize-net.png diff --git a/content/applications/finance/payment_acquirers/media/authorize-credentials.png b/content/applications/finance/payment_acquirers/media/authorize-credentials.png deleted file mode 100644 index 3ae690c65d..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/authorize-credentials.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_auto_return.png b/content/applications/finance/payment_acquirers/media/paypal_auto_return.png deleted file mode 100644 index 03b271bd5d..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_auto_return.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_credentials.png b/content/applications/finance/payment_acquirers/media/paypal_credentials.png deleted file mode 100644 index 9335a5e101..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_credentials.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_data_transfer.png b/content/applications/finance/payment_acquirers/media/paypal_data_transfer.png deleted file mode 100644 index aa53485251..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_data_transfer.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_debug.png b/content/applications/finance/payment_acquirers/media/paypal_debug.png deleted file mode 100644 index 3f3519e450..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_debug.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_encoding_options.png b/content/applications/finance/payment_acquirers/media/paypal_encoding_options.png deleted file mode 100644 index c537b6f6d0..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_encoding_options.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_fees.png b/content/applications/finance/payment_acquirers/media/paypal_fees.png deleted file mode 100644 index ca1d7ac5f9..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_fees.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_identity_token.png b/content/applications/finance/payment_acquirers/media/paypal_identity_token.png deleted file mode 100644 index bd2015028d..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_identity_token.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_ipn.png b/content/applications/finance/payment_acquirers/media/paypal_ipn.png deleted file mode 100644 index be4d7859ca..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_ipn.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_ipn_setup.png b/content/applications/finance/payment_acquirers/media/paypal_ipn_setup.png deleted file mode 100644 index 8435bc7937..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_ipn_setup.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_live.png b/content/applications/finance/payment_acquirers/media/paypal_live.png deleted file mode 100644 index b407cf7e27..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_live.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_more_options.png b/content/applications/finance/payment_acquirers/media/paypal_more_options.png deleted file mode 100644 index d29fd0ce0e..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_more_options.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_profile.png b/content/applications/finance/payment_acquirers/media/paypal_profile.png deleted file mode 100644 index f7cab8c5ed..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_profile.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_selling_tools.png b/content/applications/finance/payment_acquirers/media/paypal_selling_tools.png deleted file mode 100644 index 36feab01af..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_selling_tools.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/media/paypal_website_preferences.png b/content/applications/finance/payment_acquirers/media/paypal_website_preferences.png deleted file mode 100644 index 5928bad35b..0000000000 Binary files a/content/applications/finance/payment_acquirers/media/paypal_website_preferences.png and /dev/null differ diff --git a/content/applications/finance/payment_acquirers/paypal.rst b/content/applications/finance/payment_acquirers/paypal.rst index ee0ae614a3..db7e5368bf 100644 --- a/content/applications/finance/payment_acquirers/paypal.rst +++ b/content/applications/finance/payment_acquirers/paypal.rst @@ -27,7 +27,7 @@ Settings in Paypal | Log in and open the settings. Go to :menuselection:`Products & Services --> Website payments` and click **Update** on **Website preferences**. -.. image:: media/paypal01.png +.. image:: paypal/paypal01.png :align: center Auto Return @@ -42,7 +42,7 @@ This URL is requested in Paypal but not used in practice as Odoo transmits it at each transaction. Don’t worry if you manage several sales channels or Odoo databases. -.. image:: media/paypal02.png +.. image:: paypal/paypal02.png :align: center Payment Data Transfer (PDT) @@ -53,7 +53,7 @@ soon as it is processed. Without it, Odoo cannot end the sales flow. This setting must be activated as well. When saving, an *Identity Token* is generated. You will be later requested to enter it in Odoo. -.. image:: media/paypal03.png +.. image:: paypal/paypal03.png :align: center Paypal Account Optional @@ -61,7 +61,7 @@ Paypal Account Optional We advise you to not prompt customers to log in with a Paypal account when they get to pay. Let them pay with debit/credit cards as well, or you might lose some deals. Make sure this setting is turned on. -.. image:: media/paypal04.png +.. image:: paypal/paypal04.png :align: center Instant Payment Notification (IPN) @@ -78,7 +78,7 @@ is virtually guaranteed since IPN resends a confirmation until your site acknowl | The *Notification URL* to set is your domain name + “payment/paypal/ipn” (e.g. ``https://yourcompany.odoo.com/payment/paypal/ipn``). -.. image:: media/paypal05.png +.. image:: paypal/paypal05.png :align: center Payment Messages Format @@ -100,10 +100,10 @@ To do so, open: Then, click *More Options* and set the two default encoding formats as **UTF-8**. -.. image:: media/paypal07.png +.. image:: paypal/paypal07.png :align: center -.. image:: media/paypal08.png +.. image:: paypal/paypal08.png :align: center Your Paypal account is ready! @@ -112,7 +112,7 @@ Your Paypal account is ready! If you want your customers to pay without creating a Paypal account, *Paypal Account Optional* needs to be turned on. - .. image:: media/paypal_account_optional.png + .. image:: paypal/paypal_account_optional.png .. tip:: For Encrypted Website Payments & EWP_SETTINGS error, @@ -139,7 +139,7 @@ Odoo requires three Paypal credentials: :menuselection:`Account Settings --> Business information`. - *Paypal PDT Token* is given in *Website payments* configuration as explained here above. -.. image:: media/paypal09.png +.. image:: paypal/paypal09.png :align: center Transaction fees @@ -151,7 +151,7 @@ This to cover the transaction fees Paypal charges you. Once redirected to Paypal To activate this, go to the Configuration tab of Paypal configuration in Odoo and check *Add Extra Fees*. -.. image:: media/paypal10.png +.. image:: paypal/paypal10.png :align: center You can refer to `Paypal Fees `__ to set up @@ -167,10 +167,10 @@ Go live! Your configuration is ready to roll. Make sure *Production* mode is on. Then publish the payment method by clicking the *Published* button right next to it. -.. image:: media/paypal11.png +.. image:: paypal/paypal11.png :align: center -.. image:: media/paypal12.png +.. image:: paypal/paypal12.png :align: Center Paypal is now available in your payment form available in eCommerce, @@ -178,7 +178,7 @@ Sales and Invoicing apps. Customers are redirected to Paypal website when hitting *Pay Now*. They get back to a confirmation page in Odoo once the payment is processed. -.. image:: media/paypal13.png +.. image:: paypal/paypal13.png :align: center Test environment diff --git a/content/applications/finance/payment_acquirers/media/paypal01.png b/content/applications/finance/payment_acquirers/paypal/paypal01.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal01.png rename to content/applications/finance/payment_acquirers/paypal/paypal01.png diff --git a/content/applications/finance/payment_acquirers/media/paypal02.png b/content/applications/finance/payment_acquirers/paypal/paypal02.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal02.png rename to content/applications/finance/payment_acquirers/paypal/paypal02.png diff --git a/content/applications/finance/payment_acquirers/media/paypal03.png b/content/applications/finance/payment_acquirers/paypal/paypal03.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal03.png rename to content/applications/finance/payment_acquirers/paypal/paypal03.png diff --git a/content/applications/finance/payment_acquirers/media/paypal04.png b/content/applications/finance/payment_acquirers/paypal/paypal04.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal04.png rename to content/applications/finance/payment_acquirers/paypal/paypal04.png diff --git a/content/applications/finance/payment_acquirers/media/paypal05.png b/content/applications/finance/payment_acquirers/paypal/paypal05.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal05.png rename to content/applications/finance/payment_acquirers/paypal/paypal05.png diff --git a/content/applications/finance/payment_acquirers/media/paypal07.png b/content/applications/finance/payment_acquirers/paypal/paypal07.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal07.png rename to content/applications/finance/payment_acquirers/paypal/paypal07.png diff --git a/content/applications/finance/payment_acquirers/media/paypal08.png b/content/applications/finance/payment_acquirers/paypal/paypal08.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal08.png rename to content/applications/finance/payment_acquirers/paypal/paypal08.png diff --git a/content/applications/finance/payment_acquirers/media/paypal09.png b/content/applications/finance/payment_acquirers/paypal/paypal09.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal09.png rename to content/applications/finance/payment_acquirers/paypal/paypal09.png diff --git a/content/applications/finance/payment_acquirers/media/paypal10.png b/content/applications/finance/payment_acquirers/paypal/paypal10.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal10.png rename to content/applications/finance/payment_acquirers/paypal/paypal10.png diff --git a/content/applications/finance/payment_acquirers/media/paypal11.png b/content/applications/finance/payment_acquirers/paypal/paypal11.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal11.png rename to content/applications/finance/payment_acquirers/paypal/paypal11.png diff --git a/content/applications/finance/payment_acquirers/media/paypal12.png b/content/applications/finance/payment_acquirers/paypal/paypal12.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal12.png rename to content/applications/finance/payment_acquirers/paypal/paypal12.png diff --git a/content/applications/finance/payment_acquirers/media/paypal13.png b/content/applications/finance/payment_acquirers/paypal/paypal13.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal13.png rename to content/applications/finance/payment_acquirers/paypal/paypal13.png diff --git a/content/applications/finance/payment_acquirers/media/paypal_account_optional.png b/content/applications/finance/payment_acquirers/paypal/paypal_account_optional.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/paypal_account_optional.png rename to content/applications/finance/payment_acquirers/paypal/paypal_account_optional.png diff --git a/content/applications/finance/payment_acquirers/stripe.rst b/content/applications/finance/payment_acquirers/stripe.rst index 37e229265e..e49143cff8 100644 --- a/content/applications/finance/payment_acquirers/stripe.rst +++ b/content/applications/finance/payment_acquirers/stripe.rst @@ -23,7 +23,7 @@ To enable specific Local Payment Methods with Stripe, list them as supported pay To do so, go to :menuselection:`Payment Acquirers --> Stripe --> Configuration` and add the desired payment methods in the **Supported Payment Icons** field. If the desired payment method is already listed, you don't have anything to do. -.. image:: media/stripe_enable_local_payment_method.png +.. image:: stripe/stripe_enable_local_payment_method.png :align: center :alt: Select and add icons of payment methods you want to enable diff --git a/content/applications/finance/payment_acquirers/media/stripe_enable_local_payment_method.png b/content/applications/finance/payment_acquirers/stripe/stripe_enable_local_payment_method.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/stripe_enable_local_payment_method.png rename to content/applications/finance/payment_acquirers/stripe/stripe_enable_local_payment_method.png diff --git a/content/applications/finance/payment_acquirers/wire_transfer.rst b/content/applications/finance/payment_acquirers/wire_transfer.rst index 248ee06d44..4e6245efde 100644 --- a/content/applications/finance/payment_acquirers/wire_transfer.rst +++ b/content/applications/finance/payment_acquirers/wire_transfer.rst @@ -13,12 +13,12 @@ How to provide customers with payment instructions ================================================== Put your payment instructions in the **Thanks Message** of your payment method. -.. image:: media/payment_instructions.png +.. image:: wire_transfer/payment_instructions.png :align: center They will appear to the customers when they place an order. -.. image:: media/payment_customer_instructions.png +.. image:: wire_transfer/payment_customer_instructions.png :align: center @@ -38,5 +38,5 @@ If you manage a B2B business, you can create other manually-processed payment methods like paying by check. To do so, just rename *Wire Transfer* or duplicate it. -.. image:: media/payment_check.png +.. image:: wire_transfer/payment_check.png :align: center \ No newline at end of file diff --git a/content/applications/finance/payment_acquirers/media/payment_check.png b/content/applications/finance/payment_acquirers/wire_transfer/payment_check.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/payment_check.png rename to content/applications/finance/payment_acquirers/wire_transfer/payment_check.png diff --git a/content/applications/finance/payment_acquirers/media/payment_customer_instructions.png b/content/applications/finance/payment_acquirers/wire_transfer/payment_customer_instructions.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/payment_customer_instructions.png rename to content/applications/finance/payment_acquirers/wire_transfer/payment_customer_instructions.png diff --git a/content/applications/finance/payment_acquirers/media/payment_instructions.png b/content/applications/finance/payment_acquirers/wire_transfer/payment_instructions.png similarity index 100% rename from content/applications/finance/payment_acquirers/media/payment_instructions.png rename to content/applications/finance/payment_acquirers/wire_transfer/payment_instructions.png diff --git a/content/applications/general/auth/ldap.rst b/content/applications/general/auth/ldap.rst index 2f62026461..a2d62220d0 100644 --- a/content/applications/general/auth/ldap.rst +++ b/content/applications/general/auth/ldap.rst @@ -6,39 +6,39 @@ Sign in with LDAP - Click on **Create** in Setup your LDAP Server. -.. image:: media/ldap01.png +.. image:: ldap/ldap01.png :align: center -.. image:: media/ldap02.png +.. image:: ldap/ldap02.png :align: center - Choose the company about to use the LDAP. -.. image:: media/ldap03.png +.. image:: ldap/ldap03.png :align: center - In **Server Information**, enter the IP address of your server and the port it listens to. - Tick **User TLS** if your server is compatible. -.. image:: media/ldap04.png +.. image:: ldap/ldap04.png :align: center - In **Login Information**, enter ID and password of the account used to query the server. If left empty, the server will be queried anonymously. -.. image:: media/ldap05.png +.. image:: ldap/ldap05.png :align: center - In **Process Parameter**, enter the domain name of your LDAP server in LDAP nomenclature (e.g. ``dc=example,dc=com``). - In **LDAP filter**, enter ``uid=%s`` -.. image:: media/ldap06.png +.. image:: ldap/ldap06.png :align: center - In **User Information**, tick *Create User* if you want Odoo to create a User profile the first time someone log in with LDAP. - In **Template User**, indicate a template for the new profiles created. If left blanked, the admin profile will be used as template. -.. image:: media/ldap07.png +.. image:: ldap/ldap07.png :align: center diff --git a/content/applications/general/auth/media/ldap01.png b/content/applications/general/auth/ldap/ldap01.png similarity index 100% rename from content/applications/general/auth/media/ldap01.png rename to content/applications/general/auth/ldap/ldap01.png diff --git a/content/applications/general/auth/media/ldap02.png b/content/applications/general/auth/ldap/ldap02.png similarity index 100% rename from content/applications/general/auth/media/ldap02.png rename to content/applications/general/auth/ldap/ldap02.png diff --git a/content/applications/general/auth/media/ldap03.png b/content/applications/general/auth/ldap/ldap03.png similarity index 100% rename from content/applications/general/auth/media/ldap03.png rename to content/applications/general/auth/ldap/ldap03.png diff --git a/content/applications/general/auth/media/ldap04.png b/content/applications/general/auth/ldap/ldap04.png similarity index 100% rename from content/applications/general/auth/media/ldap04.png rename to content/applications/general/auth/ldap/ldap04.png diff --git a/content/applications/general/auth/media/ldap05.png b/content/applications/general/auth/ldap/ldap05.png similarity index 100% rename from content/applications/general/auth/media/ldap05.png rename to content/applications/general/auth/ldap/ldap05.png diff --git a/content/applications/general/auth/media/ldap06.png b/content/applications/general/auth/ldap/ldap06.png similarity index 100% rename from content/applications/general/auth/media/ldap06.png rename to content/applications/general/auth/ldap/ldap06.png diff --git a/content/applications/general/auth/media/ldap07.png b/content/applications/general/auth/ldap/ldap07.png similarity index 100% rename from content/applications/general/auth/media/ldap07.png rename to content/applications/general/auth/ldap/ldap07.png diff --git a/content/applications/general/voip/asterisk.rst b/content/applications/general/voip/asterisk.rst index 9445612290..a677ac872e 100644 --- a/content/applications/general/voip/asterisk.rst +++ b/content/applications/general/voip/asterisk.rst @@ -204,7 +204,7 @@ Configure Odoo VOIP In Odoo, the configuration should be done in the user's preferences. -.. image:: media/voip_config01.png +.. image:: asterisk/voip_config01.png :align: center - The SIP Login/Browser's Extension is the number you configured previously in the sip.conf file (in our example: 1060). @@ -216,7 +216,7 @@ In Odoo, the configuration should be done in the user's preferences. The configuration should also be done in the General Settings under the "Integrations" section. -.. image:: media/onsip02.png +.. image:: onsip/onsip02.png :align: center - The PBX Server IP should be the same as the IP you define in the http.conf file. diff --git a/content/applications/general/voip/media/voip_config01.png b/content/applications/general/voip/asterisk/voip_config01.png similarity index 100% rename from content/applications/general/voip/media/voip_config01.png rename to content/applications/general/voip/asterisk/voip_config01.png diff --git a/content/applications/general/voip/media/voip_config02.png b/content/applications/general/voip/media/voip_config02.png deleted file mode 100644 index 3a5f2cf117..0000000000 Binary files a/content/applications/general/voip/media/voip_config02.png and /dev/null differ diff --git a/content/applications/general/voip/onsip.rst b/content/applications/general/voip/onsip.rst index 7c403cb308..ec5c699f3a 100644 --- a/content/applications/general/voip/onsip.rst +++ b/content/applications/general/voip/onsip.rst @@ -14,7 +14,7 @@ Configuration Go to Apps and install the module **VoIP OnSIP**. -.. image:: media/onsip01.png +.. image:: onsip/onsip01.png :align: center Go to Settings/General Settings. In the section Integrations/Asterisk (VoIP), fill in the 3 fields: @@ -23,7 +23,7 @@ Go to Settings/General Settings. In the section Integrations/Asterisk (VoIP), fi - **WebSocket** should contain wss://edge.sip.onsip.com - **Mode** should be Production -.. image:: media/onsip02.png +.. image:: onsip/onsip02.png :align: center Go to **Settings/Users**. In the form view of each VoIP user, in the Preferences tab, fill in the section **PBX Configuration**: @@ -35,7 +35,7 @@ Go to **Settings/Users**. In the form view of each VoIP user, in the Preferences You can find all this information by logging in at https://admin.onsip.com/users, then select the user you want to configure and refer to the fields as pictured below. -.. image:: media/onsip03.png +.. image:: onsip/onsip03.png :align: center You can now make phone calls by clicking the phone icon in the top right corner of Odoo (make sure you are logged in as a user properly configured in Odoo and in OnSIP). @@ -44,19 +44,19 @@ You can now make phone calls by clicking the phone icon in the top right corner If you see a *Missing Parameters* message in the Odoo softphone, make sure to refresh your Odoo window and try again. - .. image:: media/onsip04.png + .. image:: onsip/onsip04.png :align: center .. note:: If you see an *Incorrect Number* message in the Odoo softphone, make sure to use the international format, leading with the plus (+) sign followed by the international country code. E.g.: +16506913277 (where +1 is the international prefix for the United States). - .. image:: media/onsip05.png + .. image:: onsip/onsip05.png :align: center You can now also receive phone calls. Your number is the one provided by OnSIP. Odoo will ring and display a notification. -.. image:: media/onsip06.png +.. image:: onsip/onsip06.png :align: center OnSIP on Your Cell Phone diff --git a/content/applications/general/voip/media/onsip01.png b/content/applications/general/voip/onsip/onsip01.png similarity index 100% rename from content/applications/general/voip/media/onsip01.png rename to content/applications/general/voip/onsip/onsip01.png diff --git a/content/applications/general/voip/media/onsip02.png b/content/applications/general/voip/onsip/onsip02.png similarity index 100% rename from content/applications/general/voip/media/onsip02.png rename to content/applications/general/voip/onsip/onsip02.png diff --git a/content/applications/general/voip/media/onsip03.png b/content/applications/general/voip/onsip/onsip03.png similarity index 100% rename from content/applications/general/voip/media/onsip03.png rename to content/applications/general/voip/onsip/onsip03.png diff --git a/content/applications/general/voip/media/onsip04.png b/content/applications/general/voip/onsip/onsip04.png similarity index 100% rename from content/applications/general/voip/media/onsip04.png rename to content/applications/general/voip/onsip/onsip04.png diff --git a/content/applications/general/voip/media/onsip05.png b/content/applications/general/voip/onsip/onsip05.png similarity index 100% rename from content/applications/general/voip/media/onsip05.png rename to content/applications/general/voip/onsip/onsip05.png diff --git a/content/applications/general/voip/media/onsip06.png b/content/applications/general/voip/onsip/onsip06.png similarity index 100% rename from content/applications/general/voip/media/onsip06.png rename to content/applications/general/voip/onsip/onsip06.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments.rst b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments.rst index 265fe4fc31..da3223ab34 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments.rst @@ -6,7 +6,7 @@ To process an inventory adjustment by using barcodes, you first need to open the *Barcode* app. Then, from the application, click on *Inventory Adjustments*. -.. image:: media/adjustments_01.png +.. image:: adjustments/adjustments_01.png :align: center .. note:: @@ -18,13 +18,13 @@ automatically create one. Note that, if you work with multi-location, you first need to specify in which location the inventory adjustment takes place. -.. image:: media/adjustments_02.png +.. image:: adjustments/adjustments_02.png :align: center If you don’t work with multi-location, you will be able to scan the different products you want to include in the inventory adjustment. -.. image:: media/adjustments_03.png +.. image:: adjustments/adjustments_03.png :align: center .. note:: @@ -35,14 +35,14 @@ Besides using the barcode scanner, you can also manually add a product if necessary. To do so, click on *Add Product* and fill the information in manually. -.. image:: media/adjustments_04.png +.. image:: adjustments/adjustments_04.png :align: center -.. image:: media/adjustments_05.png +.. image:: adjustments/adjustments_05.png :align: center When you have scanned all the items of the location, validate the inventory manually or scan the *Validate* barcode. -.. image:: media/adjustments_06.png +.. image:: adjustments/adjustments_06.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_01.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_01.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_01.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_02.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_02.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_02.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_03.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_03.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_03.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_04.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_04.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_04.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_05.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_05.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_05.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_06.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/adjustments_06.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/adjustments/adjustments_06.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature.rst b/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature.rst index c5bf1dc77b..de193024dd 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature.rst @@ -20,14 +20,14 @@ To do so, go to :menuselection:`Inventory --> Configuration --> Barcode Nomencla You can create a barcode nomenclature from there, and then add a line to create your first rule. -.. image:: media/barcode_nomenclature_01.png +.. image:: barcode_nomenclature/barcode_nomenclature_01.png :align: center The first step is to specify the **rule name**, for example Weight Barcode with 3 Decimals. You then have to specify the type for barcode nomenclature, in our case it will be Weighted Product. -.. image:: media/barcode_nomenclature_02.png +.. image:: barcode_nomenclature/barcode_nomenclature_02.png :align: center The Barcode Pattern is a regular expression that defines the structure @@ -53,7 +53,7 @@ Configure your Product 3. The barcode should contain 0’s where you did defined D’s or N’s. In our case we need to set 5 zeros because we configured “21…..{NNDDD}”; 4. In EAN-13, the last number is a check number, use an EAN13 generator to know which digit it should be in your case. -.. image:: media/barcode_nomenclature_03.png +.. image:: barcode_nomenclature/barcode_nomenclature_03.png :align: center In case you weight 1,5 Kg of pasta, the balance will print you the @@ -63,7 +63,7 @@ automatically create a new line for the Pasta product for a quantity of 1.5 Kg. For the point of sale, a price depending on the quantity will also be computed. -.. image:: media/barcode_nomenclature_04.png +.. image:: barcode_nomenclature/barcode_nomenclature_04.png :align: center Rule Types diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_01.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_01.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_01.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_02.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_02.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_02.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_03.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_03.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_03.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_04.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/barcode_nomenclature_04.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/barcode_nomenclature/barcode_nomenclature_04.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/internal.rst b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal.rst index a9333b2011..fd1649dd26 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/operations/internal.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal.rst @@ -8,17 +8,17 @@ Simple Transfers To process a transfer from the *Barcode* app, the first step is to go to *Operations*. -.. image:: media/internal_01.png +.. image:: internal/internal_01.png :align: center Then, you have the choice to either enter an existing transfer, by going to the corresponding operation type and manually selecting the one you want to enter, or by scanning the barcode of the transfer. -.. image:: media/internal_02.png +.. image:: internal/internal_02.png :align: center -.. image:: media/internal_03.png +.. image:: internal/internal_03.png :align: center From there, you will be able to scan the products that are part of the @@ -26,7 +26,7 @@ existing transfer and/or add new products to this transfer. Once all the products have been scanned, you can validate the transfer to proceed with the stock moves. -.. image:: media/internal_04.png +.. image:: internal/internal_04.png :align: center .. note:: @@ -41,7 +41,7 @@ to identify it in the system. Once done, you can either make it enter the main location of the transfer, for example WH/Stock, or scan a location barcode to make it enter a sub-location of the main location. -.. image:: media/internal_05.png +.. image:: internal/internal_05.png :align: center .. note:: @@ -56,7 +56,7 @@ different than the one initially set on the transfer. Then, you can start scanning the products that are delivered from this specific location. -.. image:: media/internal_06.png +.. image:: internal/internal_06.png :align: center Once the different products have been scanned, you have the possibility @@ -64,14 +64,14 @@ to scan another location, such as WH/Stock, and another page will be added to your delivery order. You can move from one to the other thanks to the *Previous* and *Next* buttons. -.. image:: media/internal_07.png +.. image:: internal/internal_07.png :align: center Now, you can validate your transfer. To do so, click on *Next* until you reach the last page of the transfer. There, you will be able to validate it. -.. image:: media/internal_08.png +.. image:: internal/internal_08.png :align: center Internal Transfers @@ -93,10 +93,10 @@ ways of working: - If you work with serial/lot numbers taking all products into consideration, you can scan the barcode of the lot/serial number and Odoo will increase the quantity of the product, setting its lot/serial number. -.. image:: media/internal_09.png +.. image:: internal/internal_09.png :align: center - If you have the same lot/serial number for different products, you can work by scanning the product barcode first, and then the barcode of the lot/serial number. -.. image:: media/internal_10.png +.. image:: internal/internal_10.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_01.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_01.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_01.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_02.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_02.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_02.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_03.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_03.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_03.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_04.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_04.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_04.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_05.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_05.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_05.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_06.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_06.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_06.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_07.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_07.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_07.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_08.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_08.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_08.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_09.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_09.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_09.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_10.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/internal_10.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/internal/internal_10.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch.rst b/content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch.rst index 9fe4699e23..d491df67b6 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch.rst @@ -6,12 +6,12 @@ To create a transfer from the *Barcode* application, you first need to print the operation type barcodes. To do so, you can download the *Stock barcode sheet* from the home page of the app. -.. image:: media/transfers_scratch_01.png +.. image:: transfers_scratch/transfers_scratch_01.png :align: center Once done, you can scan the one for which you want to create a new document. Then, an empty document will be created and you will be able to scan your products to populate it. -.. image:: media/transfers_scratch_02.png +.. image:: transfers_scratch/transfers_scratch_02.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/transfers_scratch_01.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch/transfers_scratch_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/transfers_scratch_01.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch/transfers_scratch_01.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/operations/media/transfers_scratch_02.png b/content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch/transfers_scratch_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/operations/media/transfers_scratch_02.png rename to content/applications/inventory_and_mrp/inventory/barcode/operations/transfers_scratch/transfers_scratch_02.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/hardware.rst b/content/applications/inventory_and_mrp/inventory/barcode/setup/hardware.rst index 3abf27940d..1ec985105e 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/setup/hardware.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/setup/hardware.rst @@ -14,7 +14,7 @@ The 3 recommended type of barcode scanners to work with the Odoo **Inventory** and **Barcode Scanning** apps are the **USB scanner**, **the bluetooth scanner** and the **mobile computer scanner**. -.. image:: media/hardware02.png +.. image:: hardware/hardware02.png :align: center - If you scan products at a computer location, the **USB scanner** is the @@ -44,7 +44,7 @@ Configure your barcode scanner Keyboard layout --------------- -.. image:: media/hardware01.png +.. image:: hardware/hardware01.png :align: center An USB barcode scanner needs to be configured to use the same keyboard diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/hardware01.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/hardware/hardware01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/hardware01.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/hardware/hardware01.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/hardware02.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/hardware/hardware02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/hardware02.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/hardware/hardware02.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/software.rst b/content/applications/inventory_and_mrp/inventory/barcode/setup/software.rst index 5ac1f125b7..29ee3a98aa 100644 --- a/content/applications/inventory_and_mrp/inventory/barcode/setup/software.rst +++ b/content/applications/inventory_and_mrp/inventory/barcode/setup/software.rst @@ -15,7 +15,7 @@ To use this feature, you first need to activate the *Barcode* functionality via :menuselection:`Inventory --> Settings --> Barcode Scanner`. Once you have ticked the feature, you can hit save. -.. image:: media/software_01.png +.. image:: software/software_01.png :align: center Set Product Barcodes @@ -24,16 +24,16 @@ Set Product Barcodes You can easily assign barcodes to your different products via the *Inventory* app. To do so, go to :menuselection:`Settings --> Configure Products Barcodes`. -.. image:: media/software_02.png +.. image:: software/software_02.png :align: center Then, you have the possibility to assign barcodes to your products directly at creation on the product form. -.. image:: media/software_03.png +.. image:: software/software_03.png :align: center -.. image:: media/software_04.png +.. image:: software/software_04.png :align: center .. note:: @@ -48,10 +48,10 @@ If you manage multiple locations, you will find useful to attribute a barcode to each location and stick it on the location. You can configure the locations barcodes in :menuselection:`Inventory --> Configuration --> Locations`. -.. image:: media/software_05.png +.. image:: software/software_05.png :align: center -.. image:: media/software_06.png +.. image:: software/software_06.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_01.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_01.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_01.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_02.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_02.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_02.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_03.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_03.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_03.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_04.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_04.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_04.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_05.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_05.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_05.png diff --git a/content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_06.png b/content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/barcode/setup/media/software_06.png rename to content/applications/inventory_and_mrp/inventory/barcode/setup/software/software_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order.rst index 22734f26eb..64bf13bc61 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order.rst @@ -19,24 +19,24 @@ Sale process Go to the **Sales** module, click on **Sales** and then on **Sales Order**. Then click on the sale order you want to cancel. -.. image:: media/cancel_order01.png +.. image:: cancel_order/cancel_order01.png :align: center Click on the **Delivery** button, in the upper right corner of the sale order. -.. image:: media/cancel_order02.png +.. image:: cancel_order/cancel_order02.png :align: center Now, click on the **Additional info** tab and you will see that next to the **Carrier Tracking Reference**, there is a **Cancel** button. Click on it to cancel the delivery. -.. image:: media/cancel_order03.png +.. image:: cancel_order/cancel_order03.png :align: center To make sure that your delivery is cancelled, check in the history, you will receive the confirmation of the cancellation. -.. image:: media/cancel_order04.png +.. image:: cancel_order/cancel_order04.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/cancel_order04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/cancel_order/cancel_order04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries.rst index 58c8de3da3..d41aa3dd3d 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries.rst @@ -14,12 +14,12 @@ Configuration Go to the **Inventory** module, click on **Configuration** and then on **Delivery Methods**. -.. image:: media/delivery_countries01.png +.. image:: delivery_countries/delivery_countries01.png :align: center Select the delivery method that you want to change, or create a new one. -.. image:: media/delivery_countries02.png +.. image:: delivery_countries/delivery_countries02.png :align: center In the **Destination** tab, choose the countries to which you want to @@ -32,7 +32,7 @@ entered your details and you proceed to the payment, the website will propose you only the delivery methods that apply to your shipping address. -.. image:: media/delivery_countries03.png +.. image:: delivery_countries/delivery_countries03.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/delivery_countries01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries/delivery_countries01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/delivery_countries01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries/delivery_countries01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/delivery_countries02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries/delivery_countries02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/delivery_countries02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries/delivery_countries02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/delivery_countries03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries/delivery_countries03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/delivery_countries03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/delivery_countries/delivery_countries03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping.rst index eaafb2d51b..b2542318c7 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping.rst @@ -54,7 +54,7 @@ Configure Drop-Shipping Activate the functionality in the *Purchase* application by going to :menuselection:`Configuration --> Settings`. -.. image:: media/dropshipping_01.png +.. image:: dropshipping/dropshipping_01.png :align: center Then, go to the *Inventory* app, in :menuselection:`Configuration --> Settings` to @@ -62,14 +62,14 @@ activate the *Multi-Step Routes* feature. It will allow you to make the *Route* field appear on the sale order lines to specify you send a product via drop-shipping. -.. image:: media/dropshipping_02.png +.. image:: dropshipping/dropshipping_02.png :align: center Now, in the *Sales* app, go to :menuselection:`Products --> Products`. Select the product you would like to drop-ship and add a vendor pricelist which contains the right supplier, via the purchase tab. -.. image:: media/dropshipping_03.png +.. image:: dropshipping/dropshipping_03.png :align: center Send Products from the Suppliers Directly to the Customers @@ -80,10 +80,10 @@ vendor. Add the *Route* field thanks to the widget on the right of the sale order line. Now, you are able to specify that your products’ route is *Drop-Shipping*. -.. image:: media/dropshipping_04.png +.. image:: dropshipping/dropshipping_04.png :align: center -.. image:: media/dropshipping_05.png +.. image:: dropshipping/dropshipping_05.png :align: center Once the sale order is confirmed, Odoo automatically generates a @@ -91,7 +91,7 @@ Once the sale order is confirmed, Odoo automatically generates a drop-shipping. You can find it in the *Purchase* app, with the sale order as *Source Document*. -.. image:: media/dropshipping_06.png +.. image:: dropshipping/dropshipping_06.png :align: center Once this *Purchase Order* is confirmed, a *Receipt Order* is @@ -99,11 +99,11 @@ created and linked to it. The source location is the vendor location and the destination location is the customer location. Then, the product won’t go through your own stock when you validate the dropship document. -.. image:: media/dropshipping_07.png +.. image:: dropshipping/dropshipping_07.png :align: center You can also easily access the dropship document directly from your inventory dashboard. -.. image:: media/dropshipping_08.png +.. image:: dropshipping/dropshipping_08.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_05.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_05.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_06.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_06.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_07.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_07.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_08.png b/content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/dropshipping_08.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/dropshipping/dropshipping_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/label_type.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type.rst index a000889dda..90d542b170 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/label_type.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type.rst @@ -17,14 +17,14 @@ In the **Inventory** module, Go to **Configuration** and click on Choose a delivery method and then click on **Edit**. -.. image:: media/label_type01.png +.. image:: label_type/label_type01.png :align: center In the **Pricing** tab, under **Fedex label stock type**, you can choose one of the label types available. The availability will vary depending on the carrier. -.. image:: media/label_type02.png +.. image:: label_type/label_type02.png :align: center Once this is done, you can see the result if you go to the Sales module @@ -34,20 +34,20 @@ As you confirm the sale and validate the delivery with the carrier for which you have modified the label type, The label will appear in your history. -.. image:: media/label_type03.png +.. image:: label_type/label_type03.png :align: center -.. image:: media/label_type04.png +.. image:: label_type/label_type04.png :align: center -.. image:: media/label_type05.png +.. image:: label_type/label_type05.png :align: center The default label type is paper letter, and if you choose the label type bottom half for example, here is the difference : -.. image:: media/label_type06.png +.. image:: label_type/label_type06.png :align: center -.. image:: media/label_type07.png +.. image:: label_type/label_type07.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type05.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type05.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type06.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type06.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type07.png b/content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/label_type07.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/label_type/label_type07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/one_step.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step.rst index c85e99f0b2..d193b449fa 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/one_step.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step.rst @@ -14,7 +14,7 @@ and edit the warehouse in question. Then, choose *Deliver goods directly* as your *Outgoing Shipments* strategy. -.. image:: media/one_step_01.png +.. image:: one_step/one_step_01.png :align: center Create a Sales Order @@ -27,7 +27,7 @@ Notice that we now see 1 delivery associated with this *sales order* in the stat button above the sales order. If you click on the 1 Delivery stat button, you should now see your delivery order. -.. image:: media/one_step_02.png +.. image:: one_step/one_step_02.png :align: center Process a Delivery @@ -37,13 +37,13 @@ You can also find the *delivery order* directly from the *Inventory* application. In the dashboard, you can click the *1 TO PROCESS* button under the Delivery Orders Kanban card. -.. image:: media/one_step_03.png +.. image:: one_step/one_step_03.png :align: center Enter the picking that you want to process. You will be able to click on *Validate* to complete the move if you have products in stock. -.. image:: media/one_step_04.png +.. image:: one_step/one_step_04.png :align: center Once you *Validate* the delivery order, the products leave your @@ -51,5 +51,5 @@ Once you *Validate* the delivery order, the products leave your can easily see that the delivery took place thanks to the status of the document which is now *Done*. -.. image:: media/one_step_05.png +.. image:: one_step/one_step_05.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_05.png b/content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/one_step_05.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/one_step/one_step_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type.rst index 58ad4d8bb5..f438312757 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type.rst @@ -11,7 +11,7 @@ Configuration First, you need to activate the *Delivery Packages* feature in the :menuselection:`Inventory app --> Configuration --> Settings`. -.. image:: media/packaging_type_01.png +.. image:: packaging_type/packaging_type_01.png :align: center Proceed to a Delivery @@ -21,23 +21,23 @@ Now, you can create a planned delivery with some products in it. You will have the possibility to create new packages and assign them to the stock move lines. -.. image:: media/packaging_type_02.png +.. image:: packaging_type/packaging_type_02.png :align: center Then, you can define the package type from this window. Once the delivery order is validated, you can retrieve which products have been included in the package. -.. image:: media/packaging_type_03.png +.. image:: packaging_type/packaging_type_03.png :align: center A button will appear at the delivery stage, allowing you to find all the packages which were part of the delivery order. -.. image:: media/packaging_type_04.png +.. image:: packaging_type/packaging_type_04.png :align: center -.. image:: media/packaging_type_05.png +.. image:: packaging_type/packaging_type_05.png :align: center Use the Put in Pack button @@ -47,11 +47,11 @@ Another way to put products in packs is to use the *Put in Pack* button. It will automatically assign a pack to the number of products which is set as *Done* and duplicate the stock move line if necessary. -.. image:: media/packaging_type_06.png +.. image:: packaging_type/packaging_type_06.png :align: center Then, you will be able to update the different packages created this way, directly via the *Packages* button. -.. image:: media/packaging_type_07.png +.. image:: packaging_type/packaging_type_07.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_05.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_05.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_06.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_06.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_07.png b/content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/packaging_type_07.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/packaging_type/packaging_type_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps.rst index 24abc2e0a2..d7228a7935 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps.rst @@ -23,7 +23,7 @@ To allow *multi-step routes*, go to :menuselection:`Inventory --> Configuration activate the option. Note that activating *Multi-Step Routes* will also activate *Storage Locations*. -.. image:: media/three_steps_01.png +.. image:: three_steps/three_steps_01.png :align: center Configure Warehouse for Delivery in 3 Steps @@ -34,7 +34,7 @@ Once *Multi-Step Routes* has been activated, you can go to delivery in 3 steps. You can then select the option *Pack goods, send goods in output and then deliver (3 steps)* for *Outgoing Shipments*. -.. image:: media/three_steps_02.png +.. image:: three_steps/three_steps_02.png :align: center Activating this option will lead to the creation of two new locations, @@ -48,7 +48,7 @@ In the *Sales* application, you can create a quotation with some storable products to deliver. Once you confirm the quotation, three pickings will be created and automatically linked to your sale order. -.. image:: media/three_steps_03.png +.. image:: three_steps/three_steps_03.png :align: center If you click the button, you should now see three different pickings: @@ -59,7 +59,7 @@ If you click the button, you should now see three different pickings: 3. The last one with a reference OUT to designate the shipping process. -.. image:: media/three_steps_04.png +.. image:: three_steps/three_steps_04.png :align: center Process the Picking, Packing, and Delivery @@ -73,13 +73,13 @@ is marked as done. You can enter the picking operation from here, or access it through the inventory dashboard. -.. image:: media/three_steps_05.png +.. image:: three_steps/three_steps_05.png :align: center In case you have the product in stock, it has automatically been reserved and you can simply validate the picking document. -.. image:: media/three_steps_06.png +.. image:: three_steps/three_steps_06.png :align: center Once the picking has been validated, the packing order is ready to be @@ -87,18 +87,18 @@ processed. Thanks to the fact that the documents are chained, the products which have been previously picked are automatically reserved on the packing order which can be directly validated. -.. image:: media/three_steps_07.png +.. image:: three_steps/three_steps_07.png :align: center -.. image:: media/three_steps_08.png +.. image:: three_steps/three_steps_08.png :align: center Once the packing has been validated, the delivery order is ready to be processed. Here again, it is directly ready to be validated in order to transfer the products to the customer location. -.. image:: media/three_steps_09.png +.. image:: three_steps/three_steps_09.png :align: center -.. image:: media/three_steps_10.png +.. image:: three_steps/three_steps_10.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_05.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_05.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_06.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_06.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_07.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_07.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_08.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_08.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_09.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_09.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_10.png b/content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/three_steps_10.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/three_steps/three_steps_10.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps.rst b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps.rst index 114a152f2d..ce1634298a 100644 --- a/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps.rst +++ b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps.rst @@ -22,7 +22,7 @@ To allow *multi-step routes*, go to :menuselection:`Inventory --> Configuration activate the option. Note that activating *Multi-Step Routes* will also activate *Storage Locations*. -.. image:: media/two_steps_01.png +.. image:: two_steps/two_steps_01.png :align: center Warehouse configuration @@ -33,14 +33,14 @@ Configuration --> Warehouse` and enter the warehouse which will use delivery in 2 steps. You can then select the option *Send goods in output and then deliver (2 steps)* for Outgoing Shipments. -.. image:: media/two_steps_02.png +.. image:: two_steps/two_steps_02.png :align: center Activating this option will lead to the creation of a new *Output* location. If you want to rename it go to :menuselection:`Inventory --> Configuration --> Locations`, Select Output and update its name. -.. image:: media/two_steps_03.png +.. image:: two_steps/two_steps_03.png :align: center Create a Sales Order @@ -50,7 +50,7 @@ In the *Sales* application, you can create a quotation with some storable products to deliver. Once you confirm the quotation, two pickings will be created and automatically linked to your sale order. -.. image:: media/two_steps_04.png +.. image:: two_steps/two_steps_04.png :align: center If you click on the *2 Delivery* button, you should now see two @@ -58,7 +58,7 @@ different pickings, one with a reference *PICK* to designate the picking process and another one with a reference *OUT* to designate the shipping process. -.. image:: media/two_steps_05.png +.. image:: two_steps/two_steps_05.png :align: center Process the Picking and the Delivery @@ -71,13 +71,13 @@ once the picking operation has been marked as done. You can enter the picking operation from here, or access it through the inventory dashboard. -.. image:: media/two_steps_06.png +.. image:: two_steps/two_steps_06.png :align: center In case you have the product in stock, it has automatically been reserved and you can simply validate the picking document. -.. image:: media/two_steps_07.png +.. image:: two_steps/two_steps_07.png :align: center Once the picking has been validated, the delivery order is ready to be @@ -85,8 +85,8 @@ processed. Thanks to the fact that the documents are chained, the products which have been previously picked are automatically reserved on the delivery order. -.. image:: media/two_steps_08.png +.. image:: two_steps/two_steps_08.png :align: center -.. image:: media/two_steps_09.png +.. image:: two_steps/two_steps_09.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_01.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_01.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_02.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_02.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_03.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_03.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_04.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_04.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_05.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_05.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_06.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_06.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_07.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_07.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_08.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_08.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_09.png b/content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/delivery/media/two_steps_09.png rename to content/applications/inventory_and_mrp/inventory/management/delivery/two_steps/two_steps_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_10.png b/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_10.png deleted file mode 100644 index 294bb354d8..0000000000 Binary files a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_10.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst index 6d8bb30205..6bc1531b5f 100644 --- a/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst +++ b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst @@ -14,7 +14,7 @@ Warehouses` and edit the warehouse in question. Set the *Incoming Shipments* option to *Receive goods directly (1 step)*. -.. image:: media/one_step_01.png +.. image:: one_step/one_step_01.png :align: center Create a Purchase Order @@ -28,7 +28,7 @@ Notice that, now, we see 1 receipt associated with the purchase order you just created. If you click on the button, you will see your receipt order. -.. image:: media/one_step_02.png +.. image:: one_step/one_step_02.png :align: center Process a Receipt @@ -38,7 +38,7 @@ You can also fin the receipt directly from the *Inventory* app. When on the dashboard, you can click the *1 TO PROCESS* button under the *Receipts* Kanban card. Then, you will see your receipt. -.. image:: media/one_step_03.png +.. image:: one_step/one_step_03.png :align: center Now, enter the picking that you want to process. You will be able to @@ -50,7 +50,7 @@ from suppliers are considered as being always available. the :guilabel:`Done quantity` to specify the location(s) where you are storing the received product(s). -.. image:: media/one_step_04.png +.. image:: one_step/one_step_04.png :align: center Once you *Validate* the receipt, the products leave the *Supplier @@ -58,5 +58,5 @@ Location* to enter your *WH/Stock Location*. You can easily see that the receipt took place thanks to the status of the document, which is now *Done*. -.. image:: media/one_step_05.png +.. image:: one_step/one_step_05.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_01.png b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_01.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_02.png b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_02.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_03.png b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_03.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_04.png b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_04.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_05.png b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/one_step_05.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/one_step/one_step_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps.rst b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps.rst index 585dca3e8c..ef0693154d 100644 --- a/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps.rst +++ b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps.rst @@ -23,7 +23,7 @@ actions together. In this case, we will chain the picking step to the shipping s To enable *Multi-Step Routes*, go to :menuselection:`Inventory --> Configuration --> Settings` and activate the option. -.. image:: media/three_steps_01.png +.. image:: three_steps/three_steps_01.png :align: center :alt: View of the features to enable in order to use multi-step routes for goods reception @@ -38,7 +38,7 @@ Once *Multi-Step Routes* has been activated, go to :menuselection:`Inventory --> Warehouse` and enter the warehouse which should work with the 3-steps reception. Then, select *Receive goods in input, then quality and then stock (3 steps)* for *Incoming Shipments*. -.. image:: media/three_steps_02.png +.. image:: three_steps/three_steps_02.png :align: center :alt: View of the incoming shipment strategy to choose to receive goods in three steps @@ -61,7 +61,7 @@ Order* as the source document: 3. The last one with a reference *INT* to designate the move to stock. -.. image:: media/three_steps_03.png +.. image:: three_steps/three_steps_03.png :align: center :alt: View of the three moves created by the purchase of products in three steps strategy @@ -74,14 +74,14 @@ are *Waiting Another Operation*. To access the receipt operation, click on the button from the *Purchase Order* or go back to the *Inventory* app dashboard and click on *Receipts*. -.. image:: media/three_steps_04.png +.. image:: three_steps/three_steps_04.png :align: center :alt: View of the button to click to see the receipts that need to be processed In the receipt order, products are always considered available because they come from the supplier. Then, the receipt can be validated. -.. image:: media/three_steps_05.png +.. image:: three_steps/three_steps_05.png :align: center :alt: View of the move (internal transfer) from the reception area to the warehouse input area @@ -89,21 +89,21 @@ Once the receipt has been validated, the transfer to quality becomes *Ready*. An are chained to each other, products previously received are automatically reserved on the transfer. Then, the transfer can be directly validated. -.. image:: media/three_steps_06.png +.. image:: three_steps/three_steps_06.png :align: center :alt: View of the button to click to see the internal transfers that need to be processed -.. image:: media/three_steps_07.png +.. image:: three_steps/three_steps_07.png :align: center :alt: View of the move (internal transfer) from the input area to the quality control area Now, the transfer that enters the products to stock is *Ready*. Here, it is again ready to be validated in order to transfer the products to your stock location. -.. image:: media/three_steps_08.png +.. image:: three_steps/three_steps_08.png :align: center :alt: View of the button to click to see the internal transfers that need to be processed -.. image:: media/three_steps_09.png +.. image:: three_steps/three_steps_09.png :align: center :alt: View of the move (internal transfer) from the quality control area to the stock \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_01.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_01.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_02.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_02.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_03.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_03.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_04.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_04.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_05.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_05.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_06.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_06.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_07.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_07.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_08.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_08.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_09.png b/content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/three_steps_09.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/three_steps/three_steps_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps.rst b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps.rst index 63992648a4..95fa2be982 100644 --- a/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps.rst +++ b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps.rst @@ -27,7 +27,7 @@ To allow *multi-step routes*, go to :menuselection:`Configuration --> Settings` activate the feature. By default, activating *multi-step routes* will also activate *Storage Locations*. -.. image:: media/two_steps_01.png +.. image:: two_steps/two_steps_01.png :align: center Configure warehouse for receipt in 2 steps @@ -38,14 +38,14 @@ Warehouse` and enter the warehouse which will use receipt in 2 steps. Then, you can select the option *Receive goods in input and then stock (2 steps)* for *Incoming Shipments*. -.. image:: media/two_steps_02.png +.. image:: two_steps/two_steps_02.png :align: center Activating this option will lead to the creation of a new *Input* location. If you want to rename it, you can go to :menuselection:`Configuration --> Locations --> Select Input` and update its name. -.. image:: media/two_steps_03.png +.. image:: two_steps/two_steps_03.png :align: center Create a purchase order @@ -56,7 +56,7 @@ Quotation* with some storable products to receive from a supplier. Once the *RfQ* is confirmed, the receipt picking will be created and automatically linked to your purchase order. -.. image:: media/two_steps_04.png +.. image:: two_steps/two_steps_04.png :align: center Now, by clicking on the *1 Receipt* button, you will see the first @@ -74,14 +74,14 @@ has been marked as *Done*. You can enter the receipt operation from the purchase order, or access it through the inventory dashboard. -.. image:: media/two_steps_05.png +.. image:: two_steps/two_steps_05.png :align: center By default, a receipt is always considered as ready to be processed. Then, you will be able to directly click on *Validate* to mark it as done. -.. image:: media/two_steps_06.png +.. image:: two_steps/two_steps_06.png :align: center Once the receipt has been validated, the internal transfer is ready to @@ -90,8 +90,8 @@ received are automatically reserved on the internal transfer. Once the transfer is validated, those products enter the stock and you will be able to use them to fulfill customer deliveries or manufacture products. -.. image:: media/two_steps_07.png +.. image:: two_steps/two_steps_07.png :align: center -.. image:: media/two_steps_08.png +.. image:: two_steps/two_steps_08.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_01.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_01.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_02.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_02.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_03.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_03.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_04.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_04.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_05.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_05.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_06.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_06.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_07.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_07.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_08.png b/content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/incoming/media/two_steps_08.png rename to content/applications/inventory_and_mrp/inventory/management/incoming/two_steps/two_steps_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates.rst b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates.rst index ba872bcea3..cb06249886 100644 --- a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates.rst +++ b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates.rst @@ -19,7 +19,7 @@ To use expiration date tracking, open the *Inventory* application and go to :menuselection:`Configuration --> Settings` and activate the *Lots & Serial Numbers* and *Expiration Dates* features. -.. image:: media/expiration_dates_01.png +.. image:: expiration_dates/expiration_dates_01.png :align: center Product configuration @@ -38,7 +38,7 @@ Now, you can define different dates in the *inventory tab* of the product form: Once the Alert date is reached, an Activity is assigned on the relevant lot/serial number to the Responsible user defined on the Product. -.. image:: media/expiration_dates_02.png +.. image:: expiration_dates/expiration_dates_02.png :align: center Expiration Date on Lots/Serial Numbers @@ -48,10 +48,10 @@ When receiving a product into inventory, the dates will automatically be updated corresponding lot/serial number. These updates will be based on the receipt date of the product and the days set on the product form. -.. image:: media/expiration_dates_03.png +.. image:: expiration_dates/expiration_dates_03.png :align: center -.. image:: media/expiration_dates_04.png +.. image:: expiration_dates/expiration_dates_04.png :align: center Expiration Alerts @@ -61,5 +61,5 @@ You can access expiration alerts from the *inventory* app. To do so, go to :menu Data --> Lots/Serial Numbers`. There, you can use the pre-existing filter to show all the lots/serial numbers that have exceeded their respective alert dates. -.. image:: media/expiration_dates_05.png +.. image:: expiration_dates/expiration_dates_05.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_01.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_01.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_02.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_02.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_03.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_03.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_04.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_04.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_05.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/expiration_dates_05.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates/expiration_dates_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots.rst b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots.rst index 1aa326c988..cc7f5a1e0a 100644 --- a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots.rst +++ b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots.rst @@ -24,7 +24,7 @@ First, you need to activate the tracking of lot numbers. To do so, go to :menuselection:`Inventory --> Configuration --> Settings` and tick *Lots & Serial Numbers*. Then, click on save. -.. image:: media/lots_01.png +.. image:: lots/lots_01.png :align: center Product Configuration @@ -37,10 +37,10 @@ Go to :menuselection:`Master Data --> Products` and open the product of your cho There, click on *Edit* and select *Tracking by Lots* in the inventory tab. -.. image:: media/lots_02.png +.. image:: lots/lots_02.png :align: center -.. image:: media/lots_03.png +.. image:: lots/lots_03.png :align: center Manage Lots @@ -58,7 +58,7 @@ lot numbers. You have several ways of doing so: First, you need to open the detailed operations of your picking. -.. image:: media/lots_04.png +.. image:: lots/lots_04.png :align: center Manually assign the different lot numbers @@ -68,7 +68,7 @@ When opening the detailed operations, you can click on *Add a line*. Then, you will be able to fill the lot number in. Once done, you can click on *Add a line* again to register a new lot number. -.. image:: media/lots_05.png +.. image:: lots/lots_05.png :align: center Copy/paste lot number from an Excel file @@ -80,13 +80,13 @@ Number Name* column for Odoo to automatically create the necessary lines. After that, you will have to manually enter the number of products that are contained in each one of the lots. -.. image:: media/lots_06.png +.. image:: lots/lots_06.png :align: center -.. image:: media/lots_05.png +.. image:: lots/lots_05.png :align: center -.. image:: media/lots_07.png +.. image:: lots/lots_07.png :align: center Operation Types @@ -104,7 +104,7 @@ operation. If you have inter-warehouse transfers and track products by lots, it can be useful to allow using existing lot numbers in receipts too. -.. image:: media/lots_08.png +.. image:: lots/lots_08.png :align: center Lots traceability @@ -118,20 +118,20 @@ To track an item, open the *Inventory* module and, in :menuselection:`Master Dat Lots/Serial Numbers`, click on the lot number corresponding to your search. -.. image:: media/lots_09.png +.. image:: lots/lots_09.png :align: center When you open the *Traceability* information, you see in which documents the lot number has been used. -.. image:: media/lots_10.png +.. image:: lots/lots_10.png :align: center Now, if you want to locate the lot number, you can do so by clicking on the *Location* stat button. -.. image:: media/lots_11.png +.. image:: lots/lots_11.png :align: center -.. image:: media/lots_12.png +.. image:: lots/lots_12.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_01.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_01.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_02.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_02.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_03.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_03.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_04.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_04.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_05.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_05.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_06.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_06.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_07.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_07.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_08.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_08.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_09.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_09.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_10.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_10.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_10.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_11.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_11.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_11.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_11.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_12.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_12.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/lots_12.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots/lots_12.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers.rst b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers.rst index a505c859bd..6df5aecbd5 100644 --- a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers.rst +++ b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers.rst @@ -21,7 +21,7 @@ First, you need to activate the serial numbers tracking. To do so, go to :menuselection:`Configuration --> Settings` in the *Inventory* application. Then, enable the feature and hit save. -.. image:: media/serial_numbers_01.png +.. image:: serial_numbers/serial_numbers_01.png :align: center Product configuration @@ -32,10 +32,10 @@ numbers. To do so, go to :menuselection:`Master Data --> Products` and open the of your choice. Edit it and select *Tracking By Unique Serial Number* in the *Inventory tab*. Then, click on save. -.. image:: media/serial_numbers_02.png +.. image:: serial_numbers/serial_numbers_02.png :align: center -.. image:: media/serial_numbers_03.png +.. image:: serial_numbers/serial_numbers_03.png :align: center Manage Serial Numbers @@ -56,7 +56,7 @@ specify its serial number. Of course, you have several ways of doing so: Whatever could be your favorite way to assign serial numbers, you firstly need to open the detailed operations of your picking. -.. image:: media/serial_numbers_04.png +.. image:: serial_numbers/serial_numbers_04.png :align: center Manual assignation of the different serial numbers @@ -66,7 +66,7 @@ When opening the detailed operations, you can click on *Add a line*. Then, you will be able to fill in the serial number field. Once done, you can click again on *Add a line* to register a new serial number. -.. image:: media/serial_numbers_05.png +.. image:: serial_numbers/serial_numbers_05.png :align: center Multi-assignation @@ -79,10 +79,10 @@ to assign a serial number to. Once done, click on *Assign Serial Numbers* and Odoo will do the rest. -.. image:: media/serial_numbers_06.png +.. image:: serial_numbers/serial_numbers_06.png :align: center -.. image:: media/serial_numbers_07.png +.. image:: serial_numbers/serial_numbers_07.png :align: center Copy/pasting from an Excel file @@ -93,13 +93,13 @@ you received and copy the list. Then, past them in the *Lot/Serial Number Name* column of the wizard. Doing so, Odoo will automatically create the lines you need. -.. image:: media/serial_numbers_08.png +.. image:: serial_numbers/serial_numbers_08.png :align: center -.. image:: media/serial_numbers_09.png +.. image:: serial_numbers/serial_numbers_09.png :align: center -.. image:: media/serial_numbers_10.png +.. image:: serial_numbers/serial_numbers_10.png :align: center Operation types @@ -113,7 +113,7 @@ For each type, you can decide if you allow the creation of new lot numbers or want to use existing ones. By default, the creation of new lots is only allowed at product reception. -.. image:: media/serial_numbers_11.png +.. image:: serial_numbers/serial_numbers_11.png :align: center .. tip:: @@ -131,17 +131,17 @@ Tracking an item is easy: open the *Inventory* app, and go to :menuselection:`Ma Lots/Serial Numbers` and click on the serial number corresponding to your search. Then, open the *Traceability* information. There, you will see in which documents the serial number has been used. -.. image:: media/serial_numbers_12.png +.. image:: serial_numbers/serial_numbers_12.png :align: center -.. image:: media/serial_numbers_13.png +.. image:: serial_numbers/serial_numbers_13.png :align: center And, if you want to locate a serial number, you can do so by clicking on the *Location* button available on the serial number form. -.. image:: media/serial_numbers_14.png +.. image:: serial_numbers/serial_numbers_14.png :align: center -.. image:: media/serial_numbers_15.png +.. image:: serial_numbers/serial_numbers_15.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_01.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_01.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_02.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_02.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_03.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_03.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_04.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_04.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_05.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_05.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_06.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_06.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_07.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_07.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_08.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_08.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_09.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_09.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_10.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_10.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_10.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_11.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_11.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_11.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_11.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_12.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_12.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_12.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_12.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_13.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_13.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_13.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_13.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_14.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_14.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_14.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_14.png diff --git a/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_15.png b/content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_15.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/media/serial_numbers_15.png rename to content/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers/serial_numbers_15.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery.rst b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery.rst index d5c839f020..93009284a8 100644 --- a/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery.rst +++ b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery.rst @@ -9,14 +9,14 @@ First, go to the *Inventory* app, then to *Settings* and activate the *Email Confirmation* feature. If you work in multi-company, this configuration is company-specific. -.. image:: media/email_delivery_01.png +.. image:: email_delivery/email_delivery_01.png :align: center When you enable this feature, Odoo automatically creates an email template. Of course, you can modify it if necessary by clicking on the small arrow next to its name. -.. image:: media/email_delivery_02.png +.. image:: email_delivery/email_delivery_02.png :align: center Send email at delivery validation @@ -26,17 +26,17 @@ On the inventory dashboard, click on *Create* and fill the form for a specific partner. Once you have added some products in it, *Validate* it and do the same for the delivery. -.. image:: media/email_delivery_03.png +.. image:: email_delivery/email_delivery_03.png :align: center Doing so, an automated email will be sent and will appear in the chatter. -.. image:: media/email_delivery_04.png +.. image:: email_delivery/email_delivery_04.png :align: center If you work with a shipping method, and then have a tracking link, it will be included in the standard email template. -.. image:: media/email_delivery_05.png +.. image:: email_delivery/email_delivery_05.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_01.png b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_01.png rename to content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_02.png b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_02.png rename to content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_03.png b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_03.png rename to content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_04.png b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_04.png rename to content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_05.png b/content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/email_delivery_05.png rename to content/applications/inventory_and_mrp/inventory/management/misc/email_delivery/email_delivery_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock.rst b/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock.rst index e4827cd150..b438d6b3f9 100644 --- a/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock.rst +++ b/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock.rst @@ -21,7 +21,7 @@ To use this feature, go to :menuselection:`Inventory --> Configuration --> Setti the inventory app. Then, enable the *Consignment* feature in the *Traceability* section. Now, hit save. -.. image:: media/owned_stock_01.png +.. image:: owned_stock/owned_stock_01.png :align: center Reception of Consignee Stock @@ -32,7 +32,7 @@ reception. On the right side, you will see that a new line called *Assign Owner* has appeared. There, you can specify the partner which owns the stock. -.. image:: media/owned_stock_02.png +.. image:: owned_stock/owned_stock_02.png :align: center .. note:: @@ -41,5 +41,5 @@ owns the stock. Once the receipt is validated, the products enter your stock but still belong to the owner. They don’t impact your inventory valuation. -.. image:: media/owned_stock_03.png +.. image:: owned_stock/owned_stock_03.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/owned_stock_01.png b/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock/owned_stock_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/owned_stock_01.png rename to content/applications/inventory_and_mrp/inventory/management/misc/owned_stock/owned_stock_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/owned_stock_02.png b/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock/owned_stock_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/owned_stock_02.png rename to content/applications/inventory_and_mrp/inventory/management/misc/owned_stock/owned_stock_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/owned_stock_03.png b/content/applications/inventory_and_mrp/inventory/management/misc/owned_stock/owned_stock_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/owned_stock_03.png rename to content/applications/inventory_and_mrp/inventory/management/misc/owned_stock/owned_stock_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/scrap.rst b/content/applications/inventory_and_mrp/inventory/management/misc/scrap.rst index b9902be6c5..fa74a8baef 100644 --- a/content/applications/inventory_and_mrp/inventory/management/misc/scrap.rst +++ b/content/applications/inventory_and_mrp/inventory/management/misc/scrap.rst @@ -25,7 +25,7 @@ Of course, you can create new scrap areas if needed. To do so, go to :menuselection:`Inventory --> Configuration --> Settings` and activate the *Storage Locations* feature. -.. image:: media/scrap_01.png +.. image:: scrap/scrap_01.png :align: center Now, go to :menuselection:`Configuration --> Locations` and create your scrap location. @@ -47,7 +47,7 @@ Scrap from receipt Scrapping products from receipts is easy. Go to :menuselection:`Inventory --> Dashboard --> Receipts` or click on *1 TO PROCESS* under the receipts location. -.. image:: media/scrap_02.png +.. image:: scrap/scrap_02.png :align: center Now, open the receipt and validate the picking. Once the products @@ -58,10 +58,10 @@ You can scrap products that were part of the receipt from there. If you do so, it will move them from available stock to the virtual scrap location. -.. image:: media/scrap_03.png +.. image:: scrap/scrap_03.png :align: center -.. image:: media/scrap_04.png +.. image:: scrap/scrap_04.png :align: center Scrap from delivery order @@ -70,7 +70,7 @@ Scrap from delivery order To scrap products from a delivery order, go to :menuselection:`Inventory --> Dashboard --> Delivery orders` or click on *1 TO PROCESS*. -.. image:: media/scrap_05.png +.. image:: scrap/scrap_05.png :align: center Once done, open the delivery order. You can see the scrap button in the @@ -80,13 +80,13 @@ be moved from your available stock to the virtual scrap location. You can find all the scrap orders made from the picking by clicking on the button on the top right corner of the document. -.. image:: media/scrap_06.png +.. image:: scrap/scrap_06.png :align: center -.. image:: media/scrap_07.png +.. image:: scrap/scrap_07.png :align: center -.. image:: media/scrap_08.png +.. image:: scrap/scrap_08.png :align: center Scrap from an internal transfer @@ -95,7 +95,7 @@ Scrap from an internal transfer To do this, the flow is almost the same. In fact, you just have to go to :menuselection:`Inventory --> Dashboard --> Internal Transfers`. -.. image:: media/scrap_09.png +.. image:: scrap/scrap_09.png :align: center There, open the internal transfer that interests you. Now, click on the @@ -110,8 +110,8 @@ location, to the virtual scrap location. Of course, you can manually update the source location of the scrap order if necessary. -.. image:: media/scrap_10.png +.. image:: scrap/scrap_10.png :align: center -.. image:: media/scrap_11.png +.. image:: scrap/scrap_11.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_01.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_01.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_02.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_02.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_03.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_03.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_04.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_04.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_05.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_05.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_06.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_06.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_07.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_07.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_08.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_08.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_09.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_09.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_10.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_10.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_10.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_11.png b/content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_11.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/scrap_11.png rename to content/applications/inventory_and_mrp/inventory/management/misc/scrap/scrap_11.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery.rst b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery.rst index a68c4e9689..6e4d83ed22 100644 --- a/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery.rst +++ b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery.rst @@ -9,13 +9,13 @@ To send automated SMS, you need to activate the *SMS Confirmation* feature. To do so, go to the *Inventory* app *Settings* and enable the feature. In multi-company, this feature is company-specific. -.. image:: media/sms_delivery_01.png +.. image:: sms_delivery/sms_delivery_01.png :align: center Of course, an SMS template already exists by default in Odoo. You can modify it by clicking on the arrow on the right. -.. image:: media/sms_delivery_02.png +.. image:: sms_delivery/sms_delivery_02.png :align: center Send SMS at delivery validation @@ -24,12 +24,12 @@ Send SMS at delivery validation To use this feature, try to *Create* a delivery order for a specific partner and add some products to it. Then, *Validate* the delivery. -.. image:: media/sms_delivery_03.png +.. image:: sms_delivery/sms_delivery_03.png :align: center Now, the automated SMS that has been sent appears in the chatter. -.. image:: media/sms_delivery_04.png +.. image:: sms_delivery/sms_delivery_04.png :align: center .. note:: @@ -39,5 +39,5 @@ Now, the automated SMS that has been sent appears in the chatter. If you work with a shipping method, and then have a tracking link, it will be included in the SMS template. -.. image:: media/sms_delivery_05.png +.. image:: sms_delivery/sms_delivery_05.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_01.png b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_01.png rename to content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_02.png b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_02.png rename to content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_03.png b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_03.png rename to content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_04.png b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_04.png rename to content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_05.png b/content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/misc/media/sms_delivery_05.png rename to content/applications/inventory_and_mrp/inventory/management/misc/sms_delivery/sms_delivery_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_01.png b/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_01.png deleted file mode 100644 index 34a90f5154..0000000000 Binary files a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_01.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst index 5bb3a0bd9c..58df870843 100644 --- a/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst +++ b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates.rst @@ -74,14 +74,14 @@ allows seeing an additional field on the sales orders, *Expected Date*. This one is automatically computed based on the different lead times previously configured. -.. image:: media/scheduled_dates_02.png +.. image:: scheduled_dates/scheduled_dates_02.png :align: center :alt: View of the delivery settings to have the delivery lead time taken into account If the set up *Delivery Date* is earlier than the the *Expected Date*, a warning message is displayed. -.. image:: media/scheduled_dates_03.png +.. image:: scheduled_dates/scheduled_dates_03.png :align: center :alt: View of the error that occurs when trying to choose an earlier date than what calculated by Odoo @@ -98,7 +98,7 @@ product by going to :menuselection:`Sales --> Products --> Products`. There, open your product form, go in the inventory tab, and add your *Customer Lead Time*. -.. image:: media/scheduled_dates_04.png +.. image:: scheduled_dates/scheduled_dates_04.png :align: center :alt: View of the customer lead time configuration from the product form @@ -119,7 +119,7 @@ compute a scheduled date earlier than the one promised to the customer. To set this up, go to :menuselection:`Inventory --> Configuration --> Settings` and enable the feature *Security Lead Time for Sales*. -.. image:: media/scheduled_dates_05.png +.. image:: scheduled_dates/scheduled_dates_05.png :align: center :alt: View of the security lead time for sales configuration from the sales settings @@ -161,7 +161,7 @@ purchased to be delivered. To configure it, open a product from :menuselection:`Purchase --> Products --> Products` and add a vendor under the *Purchase* tab. -.. image:: media/scheduled_dates_06.png +.. image:: scheduled_dates/scheduled_dates_06.png :align: center :alt: View of the way to add vendors to products @@ -170,7 +170,7 @@ specify the *Delivery Lead Time* there. If done so, the delivery day for every purchase of that product is now equal to *Date of the Purchase Order + Delivery Lead Time*. -.. image:: media/scheduled_dates_07.png +.. image:: scheduled_dates/scheduled_dates_07.png :align: center :alt: View of the delivery lead time configuration from a vendor form @@ -189,7 +189,7 @@ To set up *Security Lead Time* for purchase, go to :menuselection:`Inventory --> Configuration --> Settings` and enable the feature. -.. image:: media/scheduled_dates_08.png +.. image:: scheduled_dates/scheduled_dates_08.png :align: center :alt: View of the security lead time for purchase from the inventory settings @@ -206,7 +206,7 @@ The *Manufacturing Lead Time* is the time needed to manufacture the product. To specify it, open the *Inventory* tab of your product form and add the number of days the manufacturing takes. -.. image:: media/scheduled_dates_09.png +.. image:: scheduled_dates/scheduled_dates_09.png :align: center :alt: View of the manufacturing lead time configuration from the product form @@ -225,7 +225,7 @@ delays. To enable it, go to :menuselection:`Manufacturing --> Configuration --> Settings` and tick *Security Lead Time*. -.. image:: media/scheduled_dates_10.png +.. image:: scheduled_dates/scheduled_dates_10.png :align: center :alt: View of the security lead time for manufacturing from the manufacturing app settings diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_02.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_02.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_03.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_03.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_04.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_04.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_05.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_05.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_06.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_06.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_07.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_07.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_08.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_08.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_09.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_09.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_10.png b/content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/scheduled_dates_10.png rename to content/applications/inventory_and_mrp/inventory/management/planning/scheduled_dates/scheduled_dates_10.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/schedulers.rst b/content/applications/inventory_and_mrp/inventory/management/planning/schedulers.rst index ab2389cabe..852f25735d 100644 --- a/content/applications/inventory_and_mrp/inventory/management/planning/schedulers.rst +++ b/content/applications/inventory_and_mrp/inventory/management/planning/schedulers.rst @@ -38,7 +38,7 @@ Schedulers`. The scheduler uses all the relevant parameters defined for products, suppliers and the company to prioritize the different production orders, deliveries and supplier purchases. -.. image:: media/schedulers_01.png +.. image:: schedulers/schedulers_01.png :align: center Configure and run the scheduler (for advanced users) @@ -50,5 +50,5 @@ Then, go to :menuselection:`Settings --> Technical --> Automation --> Scheduled and modify the *Run MRP Scheduler Configuration*. There, you can set the starting time of the scheduler. -.. image:: media/schedulers_03.png +.. image:: schedulers/schedulers_03.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/schedulers_01.png b/content/applications/inventory_and_mrp/inventory/management/planning/schedulers/schedulers_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/schedulers_01.png rename to content/applications/inventory_and_mrp/inventory/management/planning/schedulers/schedulers_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/planning/media/schedulers_03.png b/content/applications/inventory_and_mrp/inventory/management/planning/schedulers/schedulers_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/planning/media/schedulers_03.png rename to content/applications/inventory_and_mrp/inventory/management/planning/schedulers/schedulers_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/strategies.rst b/content/applications/inventory_and_mrp/inventory/management/products/strategies.rst index 71d6440abe..a82bd4ee21 100644 --- a/content/applications/inventory_and_mrp/inventory/management/products/strategies.rst +++ b/content/applications/inventory_and_mrp/inventory/management/products/strategies.rst @@ -37,7 +37,7 @@ Inventory module. In the Inventory Control menu select "Reordering Rule" in the drop down menu. There, click on "Create" to set minimum and maximum stock values for a given product. -.. image:: media/strategies01.png +.. image:: strategies/strategies01.png :align: center .. note:: @@ -47,7 +47,7 @@ maximum stock values for a given product. Then, click on your product to access the related product form and, on the "Inventory submenu", do not forget to select a supplier. -.. image:: media/strategies02.png +.. image:: strategies/strategies02.png :align: center .. tip:: @@ -63,7 +63,7 @@ other module where products are available). On the product form, under Inventory, click on "Make To Order". -.. image:: media/strategies03.png +.. image:: strategies/strategies03.png :align: center Choice between the two options diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/strategies01.png b/content/applications/inventory_and_mrp/inventory/management/products/strategies/strategies01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/strategies01.png rename to content/applications/inventory_and_mrp/inventory/management/products/strategies/strategies01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/strategies02.png b/content/applications/inventory_and_mrp/inventory/management/products/strategies/strategies02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/strategies02.png rename to content/applications/inventory_and_mrp/inventory/management/products/strategies/strategies02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/strategies03.png b/content/applications/inventory_and_mrp/inventory/management/products/strategies/strategies03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/strategies03.png rename to content/applications/inventory_and_mrp/inventory/management/products/strategies/strategies03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/uom.rst b/content/applications/inventory_and_mrp/inventory/management/products/uom.rst index 05b7ac4366..1d70c72c69 100644 --- a/content/applications/inventory_and_mrp/inventory/management/products/uom.rst +++ b/content/applications/inventory_and_mrp/inventory/management/products/uom.rst @@ -18,7 +18,7 @@ Configuration In the *Inventory* application, go to :menuselection:`Configuration --> Settings`. In the *Products* section, activate *Units of Measure*, then *Save*. -.. image:: media/uom_01.png +.. image:: uom/uom_01.png :align: center Create New Units of Measure @@ -28,7 +28,7 @@ In the *Inventory* application go to :menuselection:`Configuration --> UoM`. The hit *Create*. As an example, we will create a Box of 6 units that we will use for the Egg product. -.. image:: media/uom_02.png +.. image:: uom/uom_02.png :align: center The category is important for unit conversion, you will be able to @@ -36,7 +36,7 @@ convert products from one unit to another only if those units belong to the same category. The box of 6 is 6 times bigger than the reference unit of measure for the category which is “Units” here. -.. image:: media/uom_03.png +.. image:: uom/uom_03.png :align: center Specify Units of Measure on your Products @@ -52,7 +52,7 @@ which internal transfers will take place. You can also select the *Purchase Unit of Measure*, which is the unit in which you purchase the product. -.. image:: media/uom_04.png +.. image:: uom/uom_04.png :align: center Transfer from One Unit to Another @@ -65,7 +65,7 @@ In the *Purchase* application, *Create* a new request for quotation in which you include the product with the different *Units of Measure* and *Confirm* it. -.. image:: media/uom_05.png +.. image:: uom/uom_05.png :align: center On the automatically generated purchase orders, the UoM used is the Box @@ -75,7 +75,7 @@ which is linked to the purchase order, you can observe that the 10 boxes of 6 units have been converted in 60 units. Indeed, the stock is managed in units. -.. image:: media/uom_06.png +.. image:: uom/uom_06.png :align: center Replenishment @@ -84,10 +84,10 @@ Replenishment When doing a replenishment via the *Replenish* button on the product form, you have the possibility to use a different unit of measure. -.. image:: media/uom_07.png +.. image:: uom/uom_07.png :align: center -.. image:: media/uom_08.png +.. image:: uom/uom_08.png :align: center Sell in bigger UoM @@ -97,11 +97,11 @@ You can choose the unit of measure on the sale order document and decide to sell the eggs by the dozen. When doing so, the price is automatically computed from Units UoM to adapt to the selected *UoM*. -.. image:: media/uom_09.png +.. image:: uom/uom_09.png :align: center In the delivery order, the *UoM* used in the sale order is converted to the *UoM* used for stock management, in our use case, the Units. -.. image:: media/uom_10.png +.. image:: uom/uom_10.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_01.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_01.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_02.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_02.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_03.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_03.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_04.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_04.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_05.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_05.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_06.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_06.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_07.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_07.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_08.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_08.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_09.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_09.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_09.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/uom_10.png b/content/applications/inventory_and_mrp/inventory/management/products/uom/uom_10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/uom_10.png rename to content/applications/inventory_and_mrp/inventory/management/products/uom/uom_10.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/usage.rst b/content/applications/inventory_and_mrp/inventory/management/products/usage.rst index 0d5ae205d3..a022c7f7a2 100644 --- a/content/applications/inventory_and_mrp/inventory/management/products/usage.rst +++ b/content/applications/inventory_and_mrp/inventory/management/products/usage.rst @@ -10,7 +10,7 @@ have the possibility to specify the unit of measure in which you manage your stock and the one which is used when purchasing the product to your supplier. -.. image:: media/usage_01.png +.. image:: usage/usage_01.png :align: center The *conversion* between the different units of measure is done @@ -22,13 +22,13 @@ run the scheduler, the quantity added in the automatically generated purchase order will be in dozens but what will enter the stock will be units. -.. image:: media/usage_02.png +.. image:: usage/usage_02.png :align: center -.. image:: media/usage_03.png +.. image:: usage/usage_03.png :align: center -.. image:: media/usage_04.png +.. image:: usage/usage_04.png :align: center Packages @@ -44,10 +44,10 @@ To separate a delivery into different packages you will have to set the done quantity to the desired package quantity then click on "PUT IN PACK", do this for each package. -.. image:: media/usage_05.png +.. image:: usage/usage_05.png :align: center -.. image:: media/usage_06.png +.. image:: usage/usage_06.png :align: center Packaging @@ -60,10 +60,10 @@ notice and the power plug. In Odoo, packagings are used for indicative purposes on sale orders. They can be specified on the product form, in the inventory tab. -.. image:: media/usage_07.png +.. image:: usage/usage_07.png :align: center -.. image:: media/usage_08.png +.. image:: usage/usage_08.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_01.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_01.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_02.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_02.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_03.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_03.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_04.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_04.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_05.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_05.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_06.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_06.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_07.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_07.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/products/media/usage_08.png b/content/applications/inventory_and_mrp/inventory/management/products/usage/usage_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/products/media/usage_08.png rename to content/applications/inventory_and_mrp/inventory/management/products/usage/usage_08.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst index 05fc6f03d5..fdfdc73bbc 100644 --- a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst +++ b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto.rst @@ -27,7 +27,7 @@ The *Reordering Rules* configuration is available through the menu :menuselection:`Inventory --> Master Data --> Reordering Rules`. There, click on *Create* to set minimum and maximum stock values for a given product. -.. image:: media/min_stock_rule_vs_mto_01.png +.. image:: min_stock_rule_vs_mto/min_stock_rule_vs_mto_01.png :align: center When the forecasted stock goes below the *Minimum Quantity* specified @@ -36,7 +36,7 @@ quantity to the *Maximum Quantity*. The *Quantity Multiple* is used to round the procurement quantity up to this multiple. If it is 0, the exact quantity will be used. -.. image:: media/min_stock_rule_vs_mto_02.png +.. image:: min_stock_rule_vs_mto/min_stock_rule_vs_mto_02.png :align: center The *Lead time* is the number of days after the order point is @@ -52,10 +52,10 @@ each location. sure to select the route *Manufacture* and create a *Bill of Material* for the product. In case you purchase your products, make sure to select the route *Buy* and add a *Vendor Pricelist*. -.. image:: media/min_stock_rule_vs_mto_03.png +.. image:: min_stock_rule_vs_mto/min_stock_rule_vs_mto_03.png :align: center -.. image:: media/min_stock_rule_vs_mto_04.png +.. image:: min_stock_rule_vs_mto/min_stock_rule_vs_mto_04.png :align: center .. tip:: @@ -78,5 +78,5 @@ Again, if the *Buy* route is selected, make sure to set a *Vendor pricelist* in the *Purchase tab*. In case you have set a *Manufacture* route, make sure you have a *BoM* for this product. -.. image:: media/min_stock_rule_vs_mto_05.png +.. image:: min_stock_rule_vs_mto/min_stock_rule_vs_mto_05.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_01.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_01.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_02.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_02.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_03.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_03.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_04.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_04.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_05.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/min_stock_rule_vs_mto_05.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/min_stock_rule_vs_mto/min_stock_rule_vs_mto_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses.rst b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses.rst index f2fda40427..8f20c19fdb 100644 --- a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses.rst +++ b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses.rst @@ -10,7 +10,7 @@ activate \*multi-warehouses\* and \*multi-step routes\*. Storage locations will be automatically activated when activating multi-warehouses. -.. image:: media/virtual_warehouses_01.png +.. image:: virtual_warehouses/virtual_warehouses_01.png :align: center You can then access your warehouses via :menuselection:`Inventory --> Configuration --> @@ -20,7 +20,7 @@ Enter the warehouse which should be resupplied by another one. You will have the possibility to directly indicate through which warehouse it gets resupplied. -.. image:: media/virtual_warehouses_02.png +.. image:: virtual_warehouses/virtual_warehouses_02.png :align: center By activating this option, a new route will now be available on your @@ -28,7 +28,7 @@ products \*Supply Product from Second warehouse\*. It can now be selected, along with either a \*reordering rule\* or a \*make to order\*. -.. image:: media/virtual_warehouses_03.png +.. image:: virtual_warehouses/virtual_warehouses_03.png :align: center For the demonstration, I set a reordering rule with a minimum of 5 units @@ -36,7 +36,7 @@ in stock and a maximum of 10 units in stock, having currently 0 units on hand. I will run the scheduler by going to :menuselection:`Inventory --> Operations --> Run scheduler`. -.. image:: media/virtual_warehouses_04.png +.. image:: virtual_warehouses/virtual_warehouses_04.png :align: center The system automatically creates two pickings, one \*delivery order\* @@ -45,11 +45,11 @@ receipt in my main warehouse WH/Stock for the same products. The source document is the \*reordering rule\* which triggered the route \*Supply Product from Second warehouse\*. -.. image:: media/virtual_warehouses_05.png +.. image:: virtual_warehouses/virtual_warehouses_05.png :align: center -.. image:: media/virtual_warehouses_06.png +.. image:: virtual_warehouses/virtual_warehouses_06.png :align: center -.. image:: media/virtual_warehouses_07.png +.. image:: virtual_warehouses/virtual_warehouses_07.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_01.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_01.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_02.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_02.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_03.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_03.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_04.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_04.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_05.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_05.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_06.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_06.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_07.png b/content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/media/virtual_warehouses_07.png rename to content/applications/inventory_and_mrp/inventory/management/replenishment_strategies/virtual_warehouses/virtual_warehouses_07.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs.rst b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs.rst index ede0d35e03..22b4d769b0 100644 --- a/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs.rst +++ b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs.rst @@ -18,7 +18,7 @@ First, you need to go in :menuselection:`Inventory --> Configuration --> Setting activate the landed costs feature. You can also determine the default journal in which the landed cost accounting entries will be recorded. -.. image:: media/integrating_landed_costs_01.png +.. image:: integrating_landed_costs/integrating_landed_costs_01.png :align: center Add costs to products @@ -30,7 +30,7 @@ Receive the vendor bill Let’s imagine I receive a bill from custom duties for a shipment. I’ll tick the box *Landed Costs* on the vendor bill line. -.. image:: media/integrating_landed_costs_02.png +.. image:: integrating_landed_costs/integrating_landed_costs_02.png :align: center .. note:: @@ -39,14 +39,14 @@ tick the box *Landed Costs* on the vendor bill line. If this product is always a landed cost, you can also define it on the product and avoid having to tick the box on each vendor bill. -.. image:: media/integrating_landed_costs_03.png +.. image:: integrating_landed_costs/integrating_landed_costs_03.png :align: center At the top of my vendor bill, I’ll see a button *create landed costs*. I click on this button and a landed cost is automatically created. I can now decide on which picking those additional costs should apply. -.. image:: media/integrating_landed_costs_04.png +.. image:: integrating_landed_costs/integrating_landed_costs_04.png :align: center I can now click on *Compute* and go in the tab *Valuation @@ -56,7 +56,7 @@ to validate the landed cost. I can access the journal entry that has been created by the landed cost by clicking on the journal entry. -.. image:: media/integrating_landed_costs_05.png +.. image:: integrating_landed_costs/integrating_landed_costs_05.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_01.png b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_01.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_02.png b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_02.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_03.png b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_03.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_04.png b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_04.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_05.png b/content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/integrating_landed_costs_05.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/integrating_landed_costs/integrating_landed_costs_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/inventory_valuation_config_02.png b/content/applications/inventory_and_mrp/inventory/management/reporting/media/inventory_valuation_config_02.png deleted file mode 100644 index 35f7e81200..0000000000 Binary files a/content/applications/inventory_and_mrp/inventory/management/reporting/media/inventory_valuation_config_02.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation.rst b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation.rst index 0ea569c83b..43c05802bf 100644 --- a/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation.rst +++ b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation.rst @@ -24,7 +24,7 @@ Let’s take an example with a product - a table - configured with a I purchase 10 tables at a cost of $10. -.. image:: media/use_inventory_valuation_01.png +.. image:: using_inventory_valuation/use_inventory_valuation_01.png :align: center When I’ll confirm the receipt of the products, the value of my inventory @@ -37,7 +37,7 @@ the valuation stat button. owned by another company, they are not taken into account in your inventory valuation. -.. image:: media/use_inventory_valuation_02.png +.. image:: using_inventory_valuation/use_inventory_valuation_02.png :align: center .. note:: @@ -46,13 +46,13 @@ the valuation stat button. In this case, I can see that the 10 tables entered the stock for a total value of $100. -.. image:: media/use_inventory_valuation_03.png +.. image:: using_inventory_valuation/use_inventory_valuation_03.png :align: center I can also easily access the accounting entry that has been generated (in case of automated inventory valuation). -.. image:: media/use_inventory_valuation_04.png +.. image:: using_inventory_valuation/use_inventory_valuation_04.png :align: center Deliver a product @@ -61,7 +61,7 @@ Deliver a product In the same logic, when a table will be delivered, the stock valuation will be impacted and you will have access to a similar information. -.. image:: media/use_inventory_valuation_05.png +.. image:: using_inventory_valuation/use_inventory_valuation_05.png :align: center The inventory valuation report @@ -73,5 +73,5 @@ you, product per product, the value of your stock. By clicking on the button *Inventory At Date*, you can have the same information for a past date. -.. image:: media/use_inventory_valuation_06.png +.. image:: using_inventory_valuation/use_inventory_valuation_06.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_01.png b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_01.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_02.png b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_02.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_03.png b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_03.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_04.png b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_04.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_04.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_05.png b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_05.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_05.png diff --git a/content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_06.png b/content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/reporting/media/use_inventory_valuation_06.png rename to content/applications/inventory_and_mrp/inventory/management/reporting/using_inventory_valuation/use_inventory_valuation_06.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation.rst b/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation.rst index a79e92f4f3..422b5a02c6 100644 --- a/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation.rst +++ b/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation.rst @@ -9,13 +9,13 @@ In order to be able to create different locations, you will need to activate *Multi-Locations* in the settings which can be done from the :menuselection:`Inventory application --> Configuration --> Settings`. -.. image:: media/location_creation_01.png +.. image:: location_creation/location_creation_01.png :align: center In the *Inventory application*, you can now go to :menuselection:`Configuration --> Locations` and hit *Create* in order to create a new location. -.. image:: media/location_creation_02.png +.. image:: location_creation/location_creation_02.png :align: center Type the name of the location in the *Location Name* field, and select @@ -23,7 +23,7 @@ the *Parent Location* in the list. The parent location can be a physical, partner or virtual location, and you can add as many sub-locations as needed to a location. -.. image:: media/location_creation_03.png +.. image:: location_creation/location_creation_03.png :align: center In case you want the location to be suggested when creating a Return or diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/location_creation_01.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation/location_creation_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/location_creation_01.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation/location_creation_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/location_creation_02.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation/location_creation_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/location_creation_02.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation/location_creation_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/location_creation_03.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation/location_creation_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/location_creation_03.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/location_creation/location_creation_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation.rst b/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation.rst index d409738a5a..0e0b59a689 100644 --- a/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation.rst +++ b/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation.rst @@ -12,13 +12,13 @@ will be automatically activated at the same time. In order to do so, go to the :menuselection:`Inventory app --> Configuration --> Settings`. -.. image:: media/warehouse_creation_01.png +.. image:: warehouse_creation/warehouse_creation_01.png :align: center You can then go to :menuselection:`Inventory --> Configuration --> Warehouses` and hit *Create* to add a new warehouse. -.. image:: media/warehouse_creation_02.png +.. image:: warehouse_creation/warehouse_creation_02.png :align: center You will be able to enter your warehouse name. You should also choose a @@ -30,12 +30,12 @@ on-the-go. Therefore, the address of your warehouse will be the same as the one of the company you selected. You can also leave this field empty and edit it afterward. -.. image:: media/warehouse_creation_03.png +.. image:: warehouse_creation/warehouse_creation_03.png :align: center After the creation of your new warehouse, you can go back to the *Dashboard* and you will see the new operation types automatically created by Odoo due to the creation of a new warehouse. -.. image:: media/warehouse_creation_04.png +.. image:: warehouse_creation/warehouse_creation_04.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_01.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_01.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_01.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_02.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_02.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_02.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_03.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_03.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_03.png diff --git a/content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_04.png b/content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/management/warehouses/media/warehouse_creation_04.png rename to content/applications/inventory_and_mrp/inventory/management/warehouses/warehouse_creation/warehouse_creation_04.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock.rst b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock.rst index efd49dcc0e..52650552ef 100644 --- a/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock.rst +++ b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock.rst @@ -9,7 +9,7 @@ The first step to use the inventory application is to create products in your database via the menu :menuselection:`Master Data --> Products`. Click the Create button and enter the name of your product. -.. image:: media/deliver_from_stock_01.png +.. image:: deliver_from_stock/deliver_from_stock_01.png :align: center In case you set the product as *storable*, you will track the stock @@ -18,7 +18,7 @@ forecasted number of units. If you want to include a product on receipts/deliveries but don’t need to track its stock, you can set it as *consumable*. -.. image:: media/deliver_from_stock_02.png +.. image:: deliver_from_stock/deliver_from_stock_02.png :align: center Deliver Products from Stock @@ -28,10 +28,10 @@ Once you have existing products, you can decide to create a delivery to deliver products to your customers. The process in order to do so is described in the following print screens. -.. image:: media/deliver_from_stock_03.png +.. image:: deliver_from_stock/deliver_from_stock_03.png :align: center -.. image:: media/deliver_from_stock_04.png +.. image:: deliver_from_stock/deliver_from_stock_04.png :align: center On the delivery order, you can specify to whom the products will be @@ -39,12 +39,12 @@ delivered along with the different products and their respective quantities. When the delivery is complete you can hit *Validate* and the products will go out of your stock. -.. image:: media/deliver_from_stock_05.png +.. image:: deliver_from_stock/deliver_from_stock_05.png :align: center In case you have a delivery that is planned but shouldn’t be immediately validated, you can create a *planned delivery* with a scheduled date in the future. You can indicate the initial demand for each product, corresponding to what has been ordered by your customer. Once the document is filled in, you can hit “Mark as to do” in order to consider it in your product forecasts. -.. image:: media/deliver_from_stock_06.png +.. image:: deliver_from_stock/deliver_from_stock_06.png :align: center .. note:: @@ -57,5 +57,5 @@ If you have the *Sales* application installed, delivery can be directly created by *validating a quotation*. You will be able to find the corresponding delivery directly on the *sale order*. -.. image:: media/deliver_from_stock_07.png +.. image:: deliver_from_stock/deliver_from_stock_07.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_01.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_01.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_01.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_02.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_02.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_02.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_03.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_03.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_03.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_04.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_04.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_04.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_05.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_05.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_05.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_06.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_06.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_06.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_07.png b/content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/deliver_from_stock_07.png rename to content/applications/inventory_and_mrp/inventory/overview/process/deliver_from_stock/deliver_from_stock_07.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock.rst b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock.rst index 735b7ec379..4eb12a4c6c 100644 --- a/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock.rst +++ b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock.rst @@ -6,13 +6,13 @@ The first step to use the inventory application is to create products in your database via the menu :menuselection:`Master Data --> Products`. Click the Create button and enter the name of your product. -.. image:: media/initial_stock_01.png +.. image:: initial_stock/initial_stock_01.png :align: center Set the product as *storable*, in order to track the stock for this product and be able to include it in an inventory adjustment. -.. image:: media/initial_stock_02.png +.. image:: initial_stock/initial_stock_02.png :align: center Inventory Adjustment for Multiple Products @@ -23,7 +23,7 @@ Once you have created all your *storable products*, you can create an You therefore need to go to :menuselection:`Operations --> Inventory Adjustments` and create a new one. -.. image:: media/initial_stock_03.png +.. image:: initial_stock/initial_stock_03.png :align: center You have to enter a title for your *inventory adjustment* and you can @@ -32,14 +32,14 @@ all products or only some of them. For a first *inventory adjustment*, I suggest you to keep the *Products* field empty. You can then *Start Inventory*. -.. image:: media/initial_stock_04.png +.. image:: initial_stock/initial_stock_04.png :align: center If you already have some products in stock, Odoo will add the lines with the theoretical quantity currently in stock. You can also add new lines with your other products. -.. image:: media/initial_stock_05.png +.. image:: initial_stock/initial_stock_05.png :align: center .. note:: @@ -60,7 +60,7 @@ Inventory Adjustment for one Product On each storable product, you have access to the *Update Quantity* button. -.. image:: media/initial_stock_06.png +.. image:: initial_stock/initial_stock_06.png :align: center When clicking this button, you see the current stock you have for this @@ -68,13 +68,13 @@ product. You can edit the existing lines or create new ones to add stock of your product in different locations and/or add new serial/lot numbers. -.. image:: media/initial_stock_07.png +.. image:: initial_stock/initial_stock_07.png :align: center Once you come back to your product, you see that the quantity on hand as been updated taking your modification into account. -.. image:: media/initial_stock_08.png +.. image:: initial_stock/initial_stock_08.png :align: center .. note:: @@ -89,5 +89,5 @@ warehouse. It means that if you have any product in a location that isn’t under the main warehouse location, they won’t appear in the stock on hand stat button. -.. image:: media/initial_stock_09.png +.. image:: initial_stock/initial_stock_09.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_01.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_01.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_01.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_02.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_02.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_02.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_03.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_03.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_03.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_04.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_04.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_04.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_05.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_05.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_05.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_06.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_06.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_06.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_07.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_07.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_07.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_08.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_08.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_08.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_09.png b/content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/initial_stock_09.png rename to content/applications/inventory_and_mrp/inventory/overview/process/initial_stock/initial_stock_09.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock.rst b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock.rst index cb402c4af8..251e4d0325 100644 --- a/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock.rst +++ b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock.rst @@ -6,7 +6,7 @@ The first step to use the inventory application is to create products in your database via the menu :menuselection:`Master Data --> Products`. Click the Create button and enter the name of your product. -.. image:: media/receive_in_stock_01.png +.. image:: receive_in_stock/receive_in_stock_01.png :align: center In case you set the product as *storable*, you will track the stock @@ -15,7 +15,7 @@ forecasted number of units. If you want to include a product on receipts/deliveries but don’t need to track its stock, you can set it as *consumable*. -.. image:: media/receive_in_stock_02.png +.. image:: receive_in_stock/receive_in_stock_02.png :align: center Receive Products in Stock @@ -25,10 +25,10 @@ Once you have existing products, you can decide to create a receipt to enter products from your supplier in stock. The process in order to do so is described in the following print screens. -.. image:: media/receive_in_stock_03.png +.. image:: receive_in_stock/receive_in_stock_03.png :align: center -.. image:: media/receive_in_stock_04.png +.. image:: receive_in_stock/receive_in_stock_04.png :align: center On the receipt document, you can select the quantity of the different @@ -36,7 +36,7 @@ products you receive and the supplier from who you received them. When the receipt is complete, you can hit *Validate* and the products will enter your stock. -.. image:: media/receive_in_stock_05.png +.. image:: receive_in_stock/receive_in_stock_05.png :align: center In case you have a receipt that is planned but shouldn’t be immediately @@ -46,10 +46,10 @@ corresponding to what has been ordered to your supplier. Once the document is filled in, you can hit “Mark as to do” in order to consider it in your product forecasts. -.. image:: media/receive_in_stock_06.png +.. image:: receive_in_stock/receive_in_stock_06.png :align: center -.. image:: media/receive_in_stock_07.png +.. image:: receive_in_stock/receive_in_stock_07.png :align: center Receive Products in Stock from Purchase Orders @@ -60,5 +60,5 @@ directly created by validating a *request for quotation*. You will be able to find the corresponding receipt directly on the *purchase order*. -.. image:: media/receive_in_stock_08.png +.. image:: receive_in_stock/receive_in_stock_08.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_01.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_01.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_01.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_02.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_02.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_02.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_03.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_03.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_03.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_04.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_04.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_04.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_05.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_05.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_05.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_06.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_06.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_06.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_07.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_07.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_07.png diff --git a/content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_08.png b/content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/overview/process/media/receive_in_stock_08.png rename to content/applications/inventory_and_mrp/inventory/overview/process/receive_in_stock/receive_in_stock_08.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock.rst b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock.rst index bd7990ff03..e86745d379 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock.rst @@ -4,7 +4,7 @@ Organize a cross-dock in a warehouse Cross-docking is the process of sending products that are received directly to the customers, without making them enter the stock. The trucks are simply unloaded in a *Cross-Dock* area in order to reorganize products and load another truck. -.. image:: media/cross1.png +.. image:: cross_dock/cross1.png :align: center .. note:: @@ -15,7 +15,7 @@ Configuration In the *Inventory* app, open :menuselection:`Configuration --> Settings` and activate the *Multi-Step Routes*. -.. image:: media/cross2.png +.. image:: cross_dock/cross2.png :align: center .. note:: @@ -25,13 +25,13 @@ Now, both *Incoming* and *Outgoing* shipments should be configured to work with the configuration, go to :menuselection:`Inventory --> Configuration --> Warehouses` and edit your warehouse. -.. image:: media/cross3.png +.. image:: cross_dock/cross3.png :align: center This modification will lead to the creation of a *Cross-Docking* route that can be found in :menuselection:`Inventory --> Configuration --> Routes`. -.. image:: media/cross4.png +.. image:: cross_dock/cross4.png :align: center Configure products with Cross-Dock Route @@ -39,40 +39,40 @@ Configure products with Cross-Dock Route Create the product that uses the *Cross-Dock Route* and then, in the inventory tab, select the routes *Buy* and *Cross-Dock*. Now, in the purchase tab, specify the vendor to who you buy the product and set a price for it. -.. image:: media/cross5.png +.. image:: cross_dock/cross5.png :align: center -.. image:: media/cross6.png +.. image:: cross_dock/cross6.png :align: center Once done, create a sale order for the product and confirm it. Odoo will automatically create two transfers which will be linked to the sale order. The first one is the transfer from the *Input Location* to the *Output Location*, corresponding to the move of the product in the *Cross-Dock* area. The second one is the delivery order from the *Output Location* to your *Customer Location. Both are in state *Waiting Another Operation* because we still need to order the product to our supplier. -.. image:: media/cross7.png +.. image:: cross_dock/cross7.png :align: center -.. image:: media/cross8.png +.. image:: cross_dock/cross8.png :align: center Now, go to the *Purchase* app. There, you will find the purchase order that has been automatically triggered by the system. Validate it and receive the products in the *Input Location*. -.. image:: media/cross9.png +.. image:: cross_dock/cross9.png :align: center -.. image:: media/cross10.png +.. image:: cross_dock/cross10.png :align: center When the products have been received from the supplier, you can go back to your initial sale order and validate the internal transfer from *Input* to *Output*. -.. image:: media/cross11.png +.. image:: cross_dock/cross11.png :align: center -.. image:: media/cross12.png +.. image:: cross_dock/cross12.png :align: center The delivery order is now ready to be processed and can be validated too. -.. image:: media/cross13.png +.. image:: cross_dock/cross13.png :align: center -.. image:: media/cross14.png +.. image:: cross_dock/cross14.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross1.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross1.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross1.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross1.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross10.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross10.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross10.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross11.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross11.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross11.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross11.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross12.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross12.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross12.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross12.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross13.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross13.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross13.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross13.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross14.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross14.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross14.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross14.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross2.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross2.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross2.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross2.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross3.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross3.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross3.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross3.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross4.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross4.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross4.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross4.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross5.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross5.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross5.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross5.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross6.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross6.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross6.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross6.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross7.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross7.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross7.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross7.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross8.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross8.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross8.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross8.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross9.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross9.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/cross9.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/cross_dock/cross9.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse.rst b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse.rst index 85a4a72aec..822c6299ea 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse.rst @@ -14,7 +14,7 @@ First of all you have to select the multi locations option. Go to Then tick the **Manage several locations per warehouse** option. Please don't forget to **apply** your changes. -.. image:: media/inter01.png +.. image:: inter_warehouse/inter01.png :align: center .. tip:: @@ -32,7 +32,7 @@ Warehouses`. You are now able to create your warehouse by clicking on Fill in a **Warehouse Name** and a **Short Name**. The short name is 5 characters maximum. -.. image:: media/inter02.png +.. image:: inter_warehouse/inter02.png :align: center .. tip:: @@ -44,7 +44,7 @@ characters maximum. If you go back to your dashboard, new operations will automatically have been generated for your new warehouse. -.. image:: media/inter03.png +.. image:: inter_warehouse/inter03.png :align: center Creating a new inventory @@ -59,7 +59,7 @@ Inventory Adjustment`. You can then create a new inventory by clicking on **Create**. Fill in the **Inventory Reference**, **Date** and be sure to select the right warehouse and location. -.. image:: media/inter04.png +.. image:: inter_warehouse/inter04.png :align: center Next, click on **Start Inventory**. A new window will open where you will @@ -68,7 +68,7 @@ the **Real Quantity** available in the warehouse. The theoretical quantity can not be changed as it represents a computed quantity from purchase and sales orders. -.. image:: media/inter05.png +.. image:: inter_warehouse/inter05.png :align: center Don't forget to validate your inventory once you have recorder the state of @@ -84,7 +84,7 @@ Brussels, proceed as follows: From your dashboard, select a internal movement of one of the two warehouses. To do so, click on :menuselection:`More --> Transfer`. -.. image:: media/inter06.png +.. image:: inter_warehouse/inter06.png :align: center A new window will open where you will be able to select the source @@ -94,7 +94,7 @@ location zone (in this case our "new" warehouse located in Brussels). Add the products you want to transfer by clicking on **Add an Item** and don't forget to **Validate** or **Mark as TODO** once you are done. -.. image:: media/inter07.png +.. image:: inter_warehouse/inter07.png :align: center If you select **Validate**, Odoo will process all quantities to transfer. @@ -107,19 +107,19 @@ It is also possible to manually transfer each product: 1. Via your dashboard, select the transfer order in the source location. - .. image:: media/inter08.png + .. image:: inter_warehouse/inter08.png :align: center 2. Select the right transfer order - .. image:: media/inter09.png + .. image:: inter_warehouse/inter09.png :align: center 3. Click on the little pencil logo in the lower right corner in order to open the operation details window. In this new window you can manually indicate how much products you process -.. image:: media/inter10.png +.. image:: inter_warehouse/inter10.png :align: center .. tip:: diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter01.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter01.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter01.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter02.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter02.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter02.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter03.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter03.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter03.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter04.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter04.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter04.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter05.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter05.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter05.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter06.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter06.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter06.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter07.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter07.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter07.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter08.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter08.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter08.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter09.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter09.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter09.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter10.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter10.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/inter10.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/inter_warehouse/inter10.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses.rst b/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses.rst index 5c2d879eb2..a34f782247 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses.rst @@ -9,7 +9,7 @@ Set up virtual warehouses Let’s say you have two warehouses: Warehouse A and Warehouse B. Create a new warehouse, that will be a virtual one. It will allow you to take the stock from A or B. To do so, go to your inventory app settings and enable the multi-warehouses feature. Then, go to the warehouses menu and click on create. -.. image:: media/ware1.png +.. image:: stock_warehouses/ware1.png :align: center .. note:: @@ -17,7 +17,7 @@ Let’s say you have two warehouses: Warehouse A and Warehouse B. Create a new w Now, you have to make sure that the main stock locations of warehouse A and warehouse B are children locations of the main stock location of warehouse A + B. Go to the locations menu, and edit the main location of your two warehouses. Then, change their parent location to main location of warehouse A+B. -.. image:: media/ware2.png +.. image:: stock_warehouses/ware2.png :align: center Sell a product from the virtual warehouse @@ -25,10 +25,10 @@ Sell a product from the virtual warehouse Let’s say you have two products, one stored in warehouse A and one stored in warehouse B. Now, you can create a new quotation for one of each product. Go to other information and choose Warehouse A+B in the shipping information. -.. image:: media/ware3.png +.. image:: stock_warehouses/ware3.png :align: center Once you have done it, you can convert it to a sales order. Then, a delivery order will be automatically generated, with a product reserved in warehouse A and one in warehouse B. -.. image:: media/ware4.png +.. image:: stock_warehouses/ware4.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware1.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware1.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware1.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware1.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware2.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware2.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware2.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware2.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware3.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware3.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware3.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware3.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware4.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware4.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/ware4.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/stock_warehouses/ware4.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst index a060623eb1..528dd61da8 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst @@ -20,7 +20,7 @@ docks, a quality control area, storage locations, picking and packing areas, and shipping docks. All products go through all these locations, which also trigger all the route's rules. -.. image:: media/stock-example.png +.. image:: use-routes/stock-example.png :align: center :alt: view of a generic warehouse with stock and quality control area @@ -29,7 +29,7 @@ Operators then scan the products in the receiving area. Some of these products a quality control area (those devoted to being used during the manufacturing process, for example), while others are directly stored in their respective locations. -.. image:: media/push-to-rule-example.png +.. image:: use-routes/push-to-rule-example.png :align: center :alt: view of a generic push to rule when receiving products @@ -40,7 +40,7 @@ to where the orders are packed. Then, the orders are packed in their respective boxes and conveyors bring them close to the shipping docks, ready to be delivered to customers. -.. image:: media/pull-from-rule-example.png +.. image:: use-routes/pull-from-rule-example.png :align: center :alt: view of a generic pull from rule when preparing deliveries @@ -118,7 +118,7 @@ To configure a route such as one of those above, open the **Inventory Application** and go to :menuselection:`Configuration --> Settings`. Then, enable the *Multi-Step Routes* feature. -.. image:: media/multi-steps-routes-feature.png +.. image:: use-routes/multi-steps-routes-feature.png :align: center :alt: activation of the multi-steps feature in Odoo Inventory @@ -137,7 +137,7 @@ find it, go to :menuselection:`Inventory --> Configuration --> Warehouses`. There, open your warehouse and edit it to see the pre-configured routes for incoming and outgoing shipments. -.. image:: media/example-preconfigured-warehouse.png +.. image:: use-routes/example-preconfigured-warehouse.png :align: center :alt: preconfigured warehouse in Odoo Inventory @@ -146,7 +146,7 @@ configured to make your life easier. Those are based on your choice for shipments. Once you made your choice, head to :menuselection:`Inventory --> Configuration --> Routes` to see the routes Odoo generated for you. -.. image:: media/preconfigured-routes.png +.. image:: use-routes/preconfigured-routes.png :align: center :alt: view of all the preconfigured routes Odoo offers @@ -154,7 +154,7 @@ Opening one of those routes allows you to see on what you can apply the route. Here, all the selected product categories in the *YourCompany* warehouse are set up to follow the 3-steps route. -.. image:: media/routes-example.png +.. image:: use-routes/routes-example.png :align: center :alt: view of a route example applicable on category and warehouse @@ -163,7 +163,7 @@ you can configure custom routes in which you can define your own rules, but also the source and destination location of each action. As an example, here are the rules for the pre-configured route. -.. image:: media/rules-example.png +.. image:: use-routes/rules-example.png :align: center :alt: rules example with push & pull actions in Odoo Inventory @@ -175,7 +175,7 @@ Configuration --> Routes`, click on create, and choose the places where this route can be selected. Of course, combinations are available. -.. image:: media/advanced-custom-route.png +.. image:: use-routes/advanced-custom-route.png :align: center :alt: view of a pick - pack - ship route as an example @@ -188,7 +188,7 @@ all the rules configured in the route are applied to **every** product of the category. For example, this can be useful if you use the dropshipping process for all the products from the same category. -.. image:: media/routes-logistic-tab.png +.. image:: use-routes/routes-logistic-tab.png :align: center :alt: view of a route applied to the "all" product category @@ -196,7 +196,7 @@ The same behavior applies to the warehouses. If you tick *Warehouses*, all the transfers occurring inside the chosen warehouse, and meeting the conditions of the linked rules, then follow that route. -.. image:: media/applicable-on-warehouse.png +.. image:: use-routes/applicable-on-warehouse.png :align: center :alt: view of the route menu when selecting applicable on warehouse @@ -204,20 +204,20 @@ For the *Sales Order Lines*, it is more or less the opposite. You have to choose the route yourself when creating a quotation. This is pretty useful if some products go through different routes. -.. image:: media/applicable-on-sales-order-lines.png +.. image:: use-routes/applicable-on-sales-order-lines.png :align: center :alt: view of the route menu when selecting applicable on sales order lines If you work with this kind of route, it is important to keep in mind that it must be selected on the sales order, such as below. -.. image:: media/add-routes-to-sales-lines.png +.. image:: use-routes/add-routes-to-sales-lines.png :align: center :alt: view of the menu allowing to add new lines to sales orders Then, the route can be chosen on each line of the document. -.. image:: media/sales-order-lines-routes-application.png +.. image:: use-routes/sales-order-lines-routes-application.png :align: center :alt: view of the routes added to the sales orders @@ -225,7 +225,7 @@ Finally, there are routes that can be applied to products. Those work more or le like the product categories: once selected, you have to manually set on which product it must be applied. -.. image:: media/applicable-on-products.png +.. image:: use-routes/applicable-on-products.png :align: center :alt: view of the menu when selecting applicable on products @@ -233,7 +233,7 @@ To do so, go to :menuselection:`Inventory --> Master Data --> Products` and open the one on which you want to apply the route. Then go to the *Inventory tab* and select the route you’ve created. -.. image:: media/on-product-route.png +.. image:: use-routes/on-product-route.png :align: center :alt: view of a product form, where the route must be selected @@ -248,7 +248,7 @@ The rules are to be defined on the routes. To do so, go to :menuselection:`Inventory --> Configuration --> Routes`, then to the *Rules* section, and click on *Add a line* button. -.. image:: media/add-new-rules.png +.. image:: use-routes/add-new-rules.png :align: center :alt: view of the rules menu, where it is possible to add new rules @@ -276,7 +276,7 @@ all of them: - **Manufacture**: when products are needed in the source location, a manufacturing order is created to fulfill the need. -.. image:: media/pull-from-rule-stock-to-packing.png +.. image:: use-routes/pull-from-rule-stock-to-packing.png :align: center :alt: overview of a transfer requested between the stock and the packing zone @@ -325,14 +325,14 @@ following: Locations/Customers, Delivery Orders are created from WH/Output to fulfill the need. -.. image:: media/transfers-overview.png +.. image:: use-routes/transfers-overview.png :align: center :alt: overview of all the transfers created by the pick - pack - ship route This means that, when a customer orders products, a delivery order is created to fulfill the order. -.. image:: media/operations-on-transfers.png +.. image:: use-routes/operations-on-transfers.png :align: center :alt: view of the operations created by a pull from transfer @@ -341,14 +341,14 @@ created to fulfill the order. same. In fact, the status is **Waiting Another Operation** if the previous transfer in the list is not done yet. -.. image:: media/waiting-status.png +.. image:: use-routes/waiting-status.png :align: center :alt: view of the transfers various status at the beginning of the process To prepare the order, conveyors need products packed at the output area, so an internal transfer is requested from the packing zone. -.. image:: media/detailed-operations-2.png +.. image:: use-routes/detailed-operations-2.png :align: center :alt: view of the detailed operations for a transfer between the packing and output zones @@ -356,7 +356,7 @@ Obviously, the packing zone needs products ready to be packed. So, an internal transfer is requested to the stock and employees can gather the required products from the warehouse. -.. image:: media/detailed-operations-transfer.png +.. image:: use-routes/detailed-operations-transfer.png :align: center :alt: view of the detailed operations for a transfer between the stock and packing zones @@ -370,6 +370,6 @@ items. In our case, the product is delivered to the customer when all the rules have been triggered and the transfers done. -.. image:: media/transfers-status.png +.. image:: use-routes/transfers-status.png :align: center :alt: view of the transfers' status when all the process is done diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/add-new-rules.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/add-new-rules.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/add-new-rules.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/add-new-rules.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/add-routes-to-sales-lines.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/add-routes-to-sales-lines.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/add-routes-to-sales-lines.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/add-routes-to-sales-lines.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/advanced-custom-route.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/advanced-custom-route.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/advanced-custom-route.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/advanced-custom-route.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/applicable-on-products.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/applicable-on-products.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/applicable-on-products.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/applicable-on-products.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/applicable-on-sales-order-lines.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/applicable-on-sales-order-lines.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/applicable-on-sales-order-lines.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/applicable-on-sales-order-lines.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/applicable-on-warehouse.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/applicable-on-warehouse.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/applicable-on-warehouse.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/applicable-on-warehouse.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/detailed-operations-2.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/detailed-operations-2.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/detailed-operations-2.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/detailed-operations-2.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/detailed-operations-transfer.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/detailed-operations-transfer.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/detailed-operations-transfer.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/detailed-operations-transfer.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/example-preconfigured-warehouse.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/example-preconfigured-warehouse.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/example-preconfigured-warehouse.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/example-preconfigured-warehouse.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/multi-steps-routes-feature.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/multi-steps-routes-feature.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/multi-steps-routes-feature.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/multi-steps-routes-feature.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/on-product-route.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/on-product-route.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/on-product-route.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/on-product-route.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/operations-on-transfers.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/operations-on-transfers.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/operations-on-transfers.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/operations-on-transfers.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/preconfigured-routes.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/preconfigured-routes.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/preconfigured-routes.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/preconfigured-routes.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/pull-from-rule-example.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/pull-from-rule-example.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/pull-from-rule-example.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/pull-from-rule-example.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/pull-from-rule-stock-to-packing.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/pull-from-rule-stock-to-packing.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/pull-from-rule-stock-to-packing.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/pull-from-rule-stock-to-packing.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/push-to-rule-example.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/push-to-rule-example.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/push-to-rule-example.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/push-to-rule-example.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/routes-example.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/routes-example.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/routes-example.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/routes-example.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/routes-logistic-tab.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/routes-logistic-tab.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/routes-logistic-tab.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/routes-logistic-tab.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/rules-example.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/rules-example.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/rules-example.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/rules-example.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/sales-order-lines-routes-application.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/sales-order-lines-routes-application.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/sales-order-lines-routes-application.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/sales-order-lines-routes-application.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/stock-example.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/stock-example.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/stock-example.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/stock-example.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/transfers-overview.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/transfers-overview.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/transfers-overview.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/transfers-overview.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/transfers-status.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/transfers-status.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/transfers-status.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/transfers-status.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/concepts/media/waiting-status.png b/content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/waiting-status.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/concepts/media/waiting-status.png rename to content/applications/inventory_and_mrp/inventory/routes/concepts/use-routes/waiting-status.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway.rst b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway.rst index 9456fa8b48..711b9e27e5 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway.rst @@ -12,7 +12,7 @@ Configuration In the *Inventory* app, go to :menuselection:`Configuration --> Settings` and activate the *Multi-Step Routes*. By doing so, the *Storage Locations* will be automatically activated. -.. image:: media/putaw1.png +.. image:: putaway/putaw1.png :align: center Setting up a Putaway Rule @@ -30,16 +30,16 @@ location. .. note:: The putaway rules can be defined either per product or per product category. -.. image:: media/putaw2.png +.. image:: putaway/putaw2.png :align: center Now, if I purchase apples and carrots to my supplier, they will be grouped in the same receipt but redirected to the right location automatically, thanks to putaway rules. This information is available from *Inventory Report*, under the reporting menu. -.. image:: media/putaw3.png +.. image:: putaway/putaw3.png :align: center -.. image:: media/putaw4.png +.. image:: putaway/putaw4.png :align: center -.. image:: media/putaw5.png +.. image:: putaway/putaw5.png :align: center diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw1.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw1.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw1.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw1.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw2.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw2.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw2.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw2.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw3.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw3.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw3.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw3.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw4.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw4.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw4.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw4.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw5.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw5.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/putaw5.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/putaway/putaw5.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/removal.rst b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal.rst index 2aef29799f..81f32bf512 100644 --- a/content/applications/inventory_and_mrp/inventory/routes/strategies/removal.rst +++ b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal.rst @@ -17,7 +17,7 @@ Imagine a generic warehouse plan, with receiving docks and area, storage locatio packing areas, and shipping docks. All products go through all these locations, but some rules, such as removal strategies, can have an effect on which products are taken for the pickings. -.. image:: media/empty-dock.png +.. image:: removal/empty-dock.png :align: center :alt: empty stock waiting for deliveries at the docks. @@ -25,7 +25,7 @@ Here, vendor trucks unload pallets of goods at the docks. Then, operators scan t receiving area, with the receiving date and, if the product has an expiration date, the expiration date. After that, products are stored in their respective locations. -.. image:: media/entering-stocks.png +.. image:: removal/entering-stocks.png :align: center :alt: products entering stock via the receiving area. @@ -34,7 +34,7 @@ and they don’t have the same expiration date. In that situation, you logically with the closest date first. Depending on the removal strategy you chose, Odoo generates a transfer with the products fitting your settings the best. -.. image:: media/packing-products.png +.. image:: removal/packing-products.png :align: center :alt: products being packed at packing area for delivery, taking expiration dates into account. @@ -105,7 +105,7 @@ To identify some units from other ones, you need to track them, either by *lot* To do so, go to :menuselection:`Configuration --> Settings`. Then, activate *Storage Location*, *Multi-Steps Routes*, and *Lots & Serial Numbers*. -.. image:: media/enabled-features.png +.. image:: removal/enabled-features.png :align: center :alt: features to enable in order to properly use removal strategies. @@ -115,7 +115,7 @@ To do so, go to :menuselection:`Configuration --> Settings`. Then, activate *Sto Next, you need to define your removal strategy, on *Product Categories* via :menuselection:`Inventory --> Configuration --> Product Categories`. -.. image:: media/first-in-first-out.png +.. image:: removal/first-in-first-out.png :align: center :alt: force removal strategy set up as first in first out. @@ -130,7 +130,7 @@ For this example, we created three lots of white shirts. Those are from the All/ where we put *FIFO* as the removal strategy. In our stock location (WH/Stock), we now find the three lots available. -.. image:: media/inventory-valuation.png +.. image:: removal/inventory-valuation.png :align: center :alt: view of the white shirt lots inventory valuation. @@ -141,7 +141,7 @@ to check that products from that lot are the first ones to move out. On the delivery order linked to the picking, you can see that the oldest lot numbers have been reserved thanks to the *FIFO* strategy. -.. image:: media/reserved-lots-FIFO.png +.. image:: removal/reserved-lots-FIFO.png :align: center :alt: two lots being reserved for sell with the FIFO strategy. @@ -155,14 +155,14 @@ Even if our white shirts are clothes, we can say that they are timeless. So, let test our *LIFO* strategy. Once again, open the product category via :menuselection:`Inventory --> Configuration --> Product Categories` and change the removal strategy to *LIFO*. -.. image:: media/last-in-first-out.png +.. image:: removal/last-in-first-out.png :align: center :alt: last in first out strategy set up as forced removal strategy. Now, create a sale order for 4 white shirts and check that the reserved products are from lots 000003 and 000002. -.. image:: media/reserved-lots-LIFO.png +.. image:: removal/reserved-lots-LIFO.png :align: center :alt: two lots being reserved for sell with the LIFO strategy. @@ -183,7 +183,7 @@ By activating *Expiration Dates*, it becomes possible to define different dates numbers to be used in *FEFO*. These dates can be set by going to :menuselection:`Inventory --> Master Data --> Lots/Serial Numbers`. -.. image:: media/removal-date.png +.. image:: removal/removal-date.png :align: center :alt: view of the removal date for 0000001. @@ -197,7 +197,7 @@ defined are picked after lots with removal dates. To use the *FEFO* strategy, once again go to :menuselection:`Inventory --> Configuration --> Product Categories` and choose *FEFO* as the *Force Removal Strategy*. -.. image:: media/first-expiry-first-out.png +.. image:: removal/first-expiry-first-out.png :align: center :alt: view of the FEFO strategy being set up as forced removal strategy. @@ -217,6 +217,6 @@ When we realize a sale for 25 units of Hand Cream, we can see that the lot numbe automatically reserved by Odoo are the ones with the closest expiration date, meaning 0000001 and 0000003. -.. image:: media/reserved-hand-cream.png +.. image:: removal/reserved-hand-cream.png :align: center :alt: two hand cream lots reserved for sell with the FEFO strategy. \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/empty-dock.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/empty-dock.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/empty-dock.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/empty-dock.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/enabled-features.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/enabled-features.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/enabled-features.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/enabled-features.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/entering-stocks.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/entering-stocks.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/entering-stocks.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/entering-stocks.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/first-expiry-first-out.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/first-expiry-first-out.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/first-expiry-first-out.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/first-expiry-first-out.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/first-in-first-out.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/first-in-first-out.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/first-in-first-out.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/first-in-first-out.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/inventory-valuation.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/inventory-valuation.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/inventory-valuation.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/inventory-valuation.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/last-in-first-out.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/last-in-first-out.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/last-in-first-out.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/last-in-first-out.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/packing-products.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/packing-products.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/packing-products.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/packing-products.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/removal-date.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/removal-date.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/removal-date.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/removal-date.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/reserved-hand-cream.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/reserved-hand-cream.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/reserved-hand-cream.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/reserved-hand-cream.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/reserved-lots-FIFO.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/reserved-lots-FIFO.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/reserved-lots-FIFO.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/reserved-lots-FIFO.png diff --git a/content/applications/inventory_and_mrp/inventory/routes/strategies/media/reserved-lots-LIFO.png b/content/applications/inventory_and_mrp/inventory/routes/strategies/removal/reserved-lots-LIFO.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/routes/strategies/media/reserved-lots-LIFO.png rename to content/applications/inventory_and_mrp/inventory/routes/strategies/removal/reserved-lots-LIFO.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel.rst b/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel.rst index 904ed1e643..6388a2e2f6 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel.rst @@ -26,12 +26,12 @@ How to cancel a shipping request? still cancel the request. Simply click on the **Cancel** button next to the **Carrier Tracking Ref**: -.. image:: media/cancel01.png +.. image:: cancel/cancel01.png :align: center You will now see that the shipment has been cancelled. -.. image:: media/cancel02.png +.. image:: cancel/cancel02.png :align: center You can now change the carrier if you wish. @@ -43,7 +43,7 @@ After cancelling the shipping request, you can change the carrier you want to use. Confirm it by clicking on the **Send to shipper** button. You will get a new tracking number and a new label. -.. image:: media/cancel03.png +.. image:: cancel/cancel03.png :align: center .. seealso:: diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/cancel01.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel/cancel01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/cancel01.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/cancel/cancel01.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/cancel02.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel/cancel02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/cancel02.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/cancel/cancel02.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/cancel03.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/cancel/cancel03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/cancel03.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/cancel/cancel03.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing.rst b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing.rst index 307e8b9a34..4458e5305e 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing.rst @@ -33,7 +33,7 @@ Invoice the price set on the sale order On your sale order, choose the carrier that will be used. Click on **Delivery Method** to choose the right one. -.. image:: media/invoicing06.png +.. image:: invoicing/invoicing06.png :align: center The price is computed when you **save** the sale order or when you click on @@ -46,7 +46,7 @@ a product. It may vary from the real price. When you create the invoice, it will take the price set on the sale order. -.. image:: media/invoicing01.png +.. image:: invoicing/invoicing01.png :align: center Invoice the real shipping costs @@ -55,7 +55,7 @@ Invoice the real shipping costs On your sale order, choose the carrier that will be used. Click on **Delivery Method** to choose the right one. -.. image:: media/invoicing05.png +.. image:: invoicing/invoicing05.png :align: center The price is computed when you **save** the sale order. Confirm the sale @@ -64,19 +64,19 @@ order and proceed to deliver the product. The real shipping cost is computed when the delivery order is validated, you can see the real cost in the chatter of the delivery order. -.. image:: media/invoicing02.png +.. image:: invoicing/invoicing02.png :align: center Go back to the sale order, the real cost is now added to the sale order. -.. image:: media/invoicing03.png +.. image:: invoicing/invoicing03.png :align: center When you create the invoice, it will take the price computed by the carrier. -.. image:: media/invoicing04.png +.. image:: invoicing/invoicing04.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing01.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing01.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing01.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing02.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing02.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing02.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing03.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing03.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing03.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing04.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing04.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing04.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing05.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing05.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing05.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing06.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/invoicing06.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/invoicing/invoicing06.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/labels.rst b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels.rst index 245b9d3191..6547d19362 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/operation/labels.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels.rst @@ -21,7 +21,7 @@ In the **Inventory** module, click on :menuselection:`Configuration --> Settings Under **Shipping Connectors**, flag the transportation companies you want to integrate : -.. image:: media/labels03.png +.. image:: labels/labels03.png :align: center Then click on **Apply**. @@ -35,7 +35,7 @@ To configure your delivery methods, go to the **Inventory** module, click on The delivery methods for the chosen shippers have been automatically created. -.. image:: media/labels01.png +.. image:: labels/labels01.png :align: center In the **Pricing** tab, the name of the provider means that the delivery @@ -58,7 +58,7 @@ In order to compute the right price, the provider needs your company information. Be sure your address and phone number are correctly encoded. -.. image:: media/labels02.png +.. image:: labels/labels02.png :align: center To check your information, go to the **Settings** application and click on @@ -73,7 +73,7 @@ price computation cannot be done. Go the **Sales** module, click on :menuselection:`Sales --> Products`. Open the products you want to ship and set a weight on it. -.. image:: media/labels06.png +.. image:: labels/labels06.png :align: center .. tip:: @@ -90,7 +90,7 @@ information from it, but you can change the carrier if you want to. If you create a delivery transfer from the inventory module, you can add the third party shipper in the additional info tab. -.. image:: media/labels05.png +.. image:: labels/labels05.png :align: center Click on **Validate** to receive the tracking number and **the label(s)**. @@ -98,12 +98,12 @@ Click on **Validate** to receive the tracking number and **the label(s)**. The label to stick on your package is available in the history underneath : -.. image:: media/labels04.png +.. image:: labels/labels04.png :align: center Click on it to open the document and print it : -.. image:: media/labels07.png +.. image:: labels/labels07.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels01.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels01.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels01.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels02.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels02.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels02.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels03.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels03.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels03.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels04.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels04.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels04.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels05.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels05.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels05.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels06.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels06.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels06.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels07.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/labels07.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/labels/labels07.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack.rst b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack.rst index 3b0a2d9ae3..48d8777389 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack.rst @@ -17,7 +17,7 @@ To configure the use of packages, go to the menu Locate the **Packages** section and tick **Record packages used on packing: pallets, boxes,...** -.. image:: media/multipack03.png +.. image:: multipack/multipack03.png :align: center Click on **Apply** when you are done. @@ -28,7 +28,7 @@ Sale process Sale order ---------- -.. image:: media/multipack06.png +.. image:: multipack/multipack06.png :align: center Click on a **Delivery Method** to choose the right one. @@ -42,7 +42,7 @@ Multi-packages Delivery The delivery created from the sale order will take the shipping information from it. -.. image:: media/multipack07.png +.. image:: multipack/multipack07.png :align: center From here, you can split your delivery into multiple packages. @@ -50,14 +50,14 @@ From here, you can split your delivery into multiple packages. Choose the quantity you want to put in the first pack in the **Done** column, then click on the link **Put in Pack**. -.. image:: media/multipack02.png +.. image:: multipack/multipack02.png :align: center It will automatically create a pack with the requested quantity. Do the same steps for the other pieces you want to pack in. -.. image:: media/multipack04.png +.. image:: multipack/multipack04.png :align: center Click on **Validate** when you are done. @@ -70,13 +70,13 @@ number. The **carrier Tracking ref** field will automatically be filled. Click on the **Tracking** button to check your delivery on the provider website. -.. image:: media/multipack05.png +.. image:: multipack/multipack05.png :align: center The **labels** to stick on your packages are available in the history underneath: -.. image:: media/multipack01.png +.. image:: multipack/multipack01.png :align: center .. seealso:: diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack01.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack01.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack01.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack02.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack02.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack02.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack03.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack03.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack03.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack04.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack04.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack04.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack05.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack05.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack05.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack06.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack06.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack06.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack07.png b/content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/operation/media/multipack07.png rename to content/applications/inventory_and_mrp/inventory/shipping/operation/multipack/multipack07.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method.rst b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method.rst index 4c9a71d6b8..55a81613f8 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method.rst @@ -23,7 +23,7 @@ Delivery methods are handled by the **Delivery costs** module. Go to **Apps** and search for the module. You should remove the **Apps** filter in order to see it : -.. image:: media/setup05.png +.. image:: delivery_method/setup05.png :align: center .. note:: @@ -38,7 +38,7 @@ click on :menuselection:`Configuration --> Delivery Methods`. First set a name and a transporter company. -.. image:: media/setup03.png +.. image:: delivery_method/setup03.png :align: center Then you'll have to set the pricing. It can be fixed or based on rules. @@ -48,21 +48,21 @@ Then you'll have to set the pricing. It can be fixed or based on rules. amount, tick the option **Free if Order total is more than** and set a price. -.. image:: media/setup06.png +.. image:: delivery_method/setup06.png :align: center - If the price varies according to rules, tick **Based on Rules**. Click on **add an item to a pricing rule**. Choose a condition based on either the weight, the volume, the price or the quantity. -.. image:: media/setup04.png +.. image:: delivery_method/setup04.png :align: center Finally you can limit the delivery method to a few destinations. The limit can be applied to some countries, states or even zip codes. This feature limits the list of countries on your e-commerce. -.. image:: media/setup02.png +.. image:: delivery_method/setup02.png :align: center .. note:: @@ -76,7 +76,7 @@ Delivery process Sale order ---------- -.. image:: media/setup07.png +.. image:: delivery_method/setup07.png :align: center You can now choose the **Delivery Method** on your sale order. If you want @@ -89,7 +89,7 @@ Delivery You can add or change the delivery method on the delivery itself. -.. image:: media/setup01.png +.. image:: delivery_method/setup01.png :align: center On the delivery, check the **Carrier Information**. The carrier is the diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup01.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup01.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup01.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup02.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup02.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup02.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup03.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup03.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup03.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup04.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup04.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup04.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup05.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup05.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup05.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup06.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup06.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup06.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup07.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/setup07.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/delivery_method/setup07.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper.rst b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper.rst index 0e689c8766..e263b799a0 100644 --- a/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper.rst +++ b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper.rst @@ -20,7 +20,7 @@ In the inventory module, click on :menuselection:`Configuration --> Settings`. Under **Shipping Connectors**, flag the transportation companies you want to integrate : -.. image:: media/third_party_shipper06.png +.. image:: third_party_shipper/third_party_shipper06.png :align: center Then click on **Apply**. @@ -48,7 +48,7 @@ will appear on your ecommerce. Flag **Shipping enabled** when you are ready to use it. -.. image:: media/third_party_shipper02.png +.. image:: third_party_shipper/third_party_shipper02.png :align: center In the pricing tab, the name of the provider chosen under the **Price computation** @@ -70,7 +70,7 @@ limits the list of countries on your e-commerce. It is useful for the domestic providers. For example, USPS US only delivers from the United States to the United States. -.. image:: media/third_party_shipper07.png +.. image:: third_party_shipper/third_party_shipper07.png :align: center Company configuration @@ -80,7 +80,7 @@ In order to compute the right price, the provider needs your company information. Be sure your address and phone number are correctly encoded. -.. image:: media/third_party_shipper03.png +.. image:: third_party_shipper/third_party_shipper03.png :align: center To check your information, go to the **Settings** application and click on @@ -95,7 +95,7 @@ price computation cannot be done. Go the menu :menuselection:`Sales --> Sales --> Products`. Open the products you want to ship and set a weight on it. -.. image:: media/third_party_shipper09.png +.. image:: third_party_shipper/third_party_shipper09.png :align: center .. tip:: @@ -109,7 +109,7 @@ Sale process Sale order ---------- -.. image:: media/third_party_shipper05.png +.. image:: third_party_shipper/third_party_shipper05.png :align: center You can now choose the carrier on your sale order. Click on **Delivery @@ -135,7 +135,7 @@ information from it. You can change the carrier if you want to. If you create a delivery transfer from the inventory module, you can add the third party shipper in the additional info tab. -.. image:: media/third_party_shipper01.png +.. image:: third_party_shipper/third_party_shipper01.png :align: center The weight is computed based on the products weights. The shipping cost @@ -145,13 +145,13 @@ Click on **Validate** to receive the tracking number. The **Carrier Tracking ref** field will automatically be filled. Click on the **Tracking** button to check your delivery on the provider website. -.. image:: media/third_party_shipper08.png +.. image:: third_party_shipper/third_party_shipper08.png :align: center The label to stick on your package is available in the history underneath : -.. image:: media/third_party_shipper04.png +.. image:: third_party_shipper/third_party_shipper04.png :align: center .. seealso:: diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper01.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper01.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper01.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper01.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper02.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper02.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper02.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper02.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper03.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper03.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper03.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper03.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper04.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper04.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper04.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper04.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper05.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper05.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper05.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper05.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper06.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper06.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper06.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper06.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper07.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper07.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper07.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper07.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper08.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper08.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper08.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper08.png diff --git a/content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper09.png b/content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper09.png similarity index 100% rename from content/applications/inventory_and_mrp/inventory/shipping/setup/media/third_party_shipper09.png rename to content/applications/inventory_and_mrp/inventory/shipping/setup/third_party_shipper/third_party_shipper09.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc.rst b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc.rst index fd70620acd..ad7a00bbbe 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc.rst @@ -23,7 +23,7 @@ The first thing to do is to go to the *Manufacturing* app settings. Then, enable the *Work Orders* feature and hit save. -.. image:: media/alternative_wc_01.png +.. image:: alternative_wc/alternative_wc_01.png :align: center @@ -32,7 +32,7 @@ two new work centers. Add the second work centers as an alternative to the first and vice versa. -.. image:: media/alternative_wc_02.png +.. image:: alternative_wc/alternative_wc_02.png :align: center @@ -40,7 +40,7 @@ The next step is to create your *routing*. Add your work center and an operation to it before saving. -.. image:: media/alternative_wc_03.png +.. image:: alternative_wc/alternative_wc_03.png :align: center @@ -48,7 +48,7 @@ Then, you can create your *Bill of Materials* and add components and routing to it. -.. image:: media/alternative_wc_04.png +.. image:: alternative_wc/alternative_wc_04.png :align: center @@ -61,7 +61,7 @@ your product and plan it. In the *Work Orders* list, you can find it ready to be assembled. -.. image:: media/alternative_wc_05.png +.. image:: alternative_wc/alternative_wc_05.png :align: center @@ -70,7 +70,7 @@ first one, will be scheduled at the alternative work center you configured. -.. image:: media/alternative_wc_06.png +.. image:: alternative_wc/alternative_wc_06.png :align: center diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_01.png b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_02.png b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_03.png b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_04.png b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_05.png b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_06.png b/content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/alternative_wc_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/alternative_wc/alternative_wc_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst index a6183eab22..9c0b6f7fc9 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst @@ -30,7 +30,7 @@ Now, create it. Choose the product from the dropdown menu and add your components and the quantity. In this case, keep the default *BoM* type, which is *Manufacture this Product*. -.. image:: media/bills_of_materials_01.png +.. image:: bill_configuration/bills_of_materials_01.png :align: center .. warning:: @@ -48,7 +48,7 @@ If your *BoM* is for one variant only, then specify which one in the for on each component line. You can add several variants for each component. -.. image:: media/bills_of_materials_02.png +.. image:: bill_configuration/bills_of_materials_02.png :align: center Adding a routing @@ -59,7 +59,7 @@ define a series of operations required by your manufacturing process. To use it, enable the *Work Orders* feature in the *Manufacturing* app settings. -.. image:: media/bills_of_materials_03.png +.. image:: bill_configuration/bills_of_materials_03.png :align: center .. note:: @@ -70,7 +70,7 @@ Now that you have created your routing, add it to your *BoM*. You can select when, in the work operations, your components are consumed with the dropdown menu. -.. image:: media/bills_of_materials_04.png +.. image:: bill_configuration/bills_of_materials_04.png :align: center Adding By-Products @@ -82,7 +82,7 @@ addition to the primary product. To add *by-products* to a *BoM*, you will first need to enable them from the *Manufacturing* app settings. -.. image:: media/bills_of_materials_05.png +.. image:: bill_configuration/bills_of_materials_05.png :align: center Once the feature is enabled, you can add your *By-Products* to your @@ -90,5 +90,5 @@ Once the feature is enabled, you can add your *By-Products* to your mind that you need to register during which operation your by-product is produced. -.. image:: media/bills_of_materials_06.png +.. image:: bill_configuration/bills_of_materials_06.png :align: center diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_01.png b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_02.png b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_03.png b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_04.png b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_05.png b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_06.png b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/bills_of_materials_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/bill_configuration/bills_of_materials_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption.rst b/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption.rst index 8fd2f5319d..f47461d7f8 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption.rst @@ -24,7 +24,7 @@ First, open the *BoM* you want to use for flexible component consumption and edit it. In the *Miscellaneous* tab, choose *Flexible* as the consumption type. Then, save. -.. image:: media/flexible_components_consumption_01.png +.. image:: flexible_components_consumption/flexible_components_consumption_01.png :align: center Now, in the *Quality* app, open the *Control Point* menu, under @@ -32,7 +32,7 @@ Now, in the *Quality* app, open the *Control Point* menu, under your product, your operation and work order operation. Then, choose *Register Consumed Materials* as type. -.. image:: media/flexible_components_consumption_02.png +.. image:: flexible_components_consumption/flexible_components_consumption_02.png :align: center Next, go back to your *Manufacturing* app and create a *Manufacturing @@ -43,11 +43,11 @@ Then, confirm it and launch the process step. While processing, you will have the possibility to consume more components than expected in the *BoM*. To do so, click on *Continue Consumption*. -.. image:: media/flexible_components_consumption_03.png +.. image:: flexible_components_consumption/flexible_components_consumption_03.png :align: center When the job is over, you will find a summary of your component consumption in the *Finished Steps* tab of your work order. -.. image:: media/flexible_components_consumption_04.png +.. image:: flexible_components_consumption/flexible_components_consumption_04.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_01.png b/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_02.png b/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_03.png b/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_04.png b/content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/flexible_components_consumption_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/flexible_components_consumption/flexible_components_consumption_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping.rst b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping.rst index 6bea8448b9..db06cb2d61 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping.rst @@ -21,10 +21,10 @@ line item for each of the components of the kit. In the examples below, the first image shows a sales order for the kit *Custom Computer Kit*, while the second image shows the corresponding delivery order. -.. image:: media/kit_shipping_01.png +.. image:: kit_shipping/kit_shipping_01.png :align: center -.. image:: media/kit_shipping_02.png +.. image:: kit_shipping/kit_shipping_02.png :align: center Configuration @@ -42,7 +42,7 @@ All other parameters on the kit product may be modified according to your preference. The component products require no particular configuration. -.. image:: media/kit_shipping_03.png +.. image:: kit_shipping/kit_shipping_03.png :align: center Once the products are configured, create a *bill of materials* for the @@ -50,7 +50,7 @@ kit product. Add each component and its quantity. Select the *BoM Type Ship this product as a set of components*. All other options may be left with their default values. -.. image:: media/kit_shipping_04.png +.. image:: kit_shipping/kit_shipping_04.png :align: center Manage Stock of Kit Product and Component Products @@ -70,12 +70,12 @@ select *Make to Order*, which will create a *manufacturing order* whenever a sales order is confirmed. Select the product type *Storable Product* to enable stock management. -.. image:: media/kit_shipping_05.png +.. image:: kit_shipping/kit_shipping_05.png :align: center When you create the *bill of materials*, select the BoM Type *Manufacture this product*. The assembly of the kit will be described by a *manufacturing order* rather than a packing operation. -.. image:: media/kit_shipping_06.png +.. image:: kit_shipping/kit_shipping_06.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_01.png b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_02.png b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_03.png b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_04.png b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_05.png b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_06.png b/content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/kit_shipping_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/kit_shipping/kit_shipping_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order.rst b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order.rst index 069206eb34..ea2fd709e1 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order.rst @@ -40,36 +40,36 @@ To use *Work Centers* and *Routings*, you will need to enable the *Work Orders* feature. To do so, go to the *Manufacturing* app settings. -.. image:: media/process_manufacturing_orders_01.png +.. image:: manufacturing_order/process_manufacturing_orders_01.png :align: center Now, you can add routings to *BoMs* and configure your operations taking place at different *work centers*. The *Work Centers* are the locations at which work orders are performed. -.. image:: media/process_manufacturing_orders_02.png +.. image:: manufacturing_order/process_manufacturing_orders_02.png :align: center When manufacturing this way, each *Work Order* is scheduled individually. You will also have access to time and capacity planning, as well as reports on costing and efficiency for each *Work Center*. -.. image:: media/process_manufacturing_orders_03.png +.. image:: manufacturing_order/process_manufacturing_orders_03.png :align: center Thus, the workflow is divided into three basic phases: - Create the manufacturing order -.. image:: media/process_manufacturing_orders_04.png +.. image:: manufacturing_order/process_manufacturing_orders_04.png :align: center - Schedule the associated work orders -.. image:: media/process_manufacturing_orders_05.png +.. image:: manufacturing_order/process_manufacturing_orders_05.png :align: center - Perform the scheduled work and record production -.. image:: media/process_manufacturing_orders_06.png +.. image:: manufacturing_order/process_manufacturing_orders_06.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_01.png b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_02.png b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_03.png b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_04.png b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_05.png b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_06.png b/content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/process_manufacturing_orders_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/manufacturing_order/process_manufacturing_orders_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration01.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration01.png deleted file mode 100644 index b8dc8b3698..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration01.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration02.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration02.png deleted file mode 100644 index bc8ffbbaea..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration02.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration03.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration03.png deleted file mode 100644 index 84032bb412..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration03.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration04.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration04.png deleted file mode 100644 index d34e352e8a..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration04.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration05.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration05.png deleted file mode 100644 index bf8241e3a1..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration05.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration06.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration06.png deleted file mode 100644 index 6b4ab62107..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration06.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration07.png b/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration07.png deleted file mode 100644 index 35af95b286..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/bill_configuration07.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/sub_assemblies01.png b/content/applications/inventory_and_mrp/manufacturing/management/media/sub_assemblies01.png deleted file mode 100644 index d34e352e8a..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/sub_assemblies01.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/sub_assemblies02.png b/content/applications/inventory_and_mrp/manufacturing/management/media/sub_assemblies02.png deleted file mode 100644 index bf8241e3a1..0000000000 Binary files a/content/applications/inventory_and_mrp/manufacturing/management/media/sub_assemblies02.png and /dev/null differ diff --git a/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders.rst b/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders.rst index a8b2eee392..f5e62a2840 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders.rst @@ -19,13 +19,13 @@ Create the Work Orders The first thing you need to do is to open the *Manufacturing* app. Then, Go to the settings and enable the *Work Orders* feature. -.. image:: media/plan_work_order_01.png +.. image:: plan_work_orders/plan_work_order_01.png :align: center Now, go to the *Manufacturing Orders* menu and hit *Create*. Choose your product and add a *Planned Start Date*. -.. image:: media/plan_work_order_02.png +.. image:: plan_work_orders/plan_work_order_02.png :align: center .. note:: @@ -36,7 +36,7 @@ Mark your *Manufacturing Order* as todo and plan it. By going to the *Planning* menu, you can access to the scheduled orders. Here is the one we just created: -.. image:: media/plan_work_order_03.png +.. image:: plan_work_orders/plan_work_order_03.png :align: center .. note:: @@ -48,5 +48,5 @@ one we just created: If you overrun the planned date and begin the job later, you will have a track of it in the *Time Tracking* tab of your work order. -.. image:: media/plan_work_order_04.png +.. image:: plan_work_orders/plan_work_order_04.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_01.png b/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_02.png b/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_03.png b/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_04.png b/content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/plan_work_order_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/plan_work_orders/plan_work_order_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/product_variants.rst b/content/applications/inventory_and_mrp/manufacturing/management/product_variants.rst index 6ca5344930..3a48ed6298 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/product_variants.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/product_variants.rst @@ -6,7 +6,7 @@ Odoo allows you to use one bill of materials for multiple variants of the same product. Simply enable variants from :menuselection:`Configuration --> Settings`. -.. image:: media/product_variants01.png +.. image:: product_variants/product_variants01.png :align: center You will then be able to specify which component lines are to be used in @@ -19,5 +19,5 @@ Variant** field in the main section of the BoM should be left blank. This field is used when creating a BoM for one variant of a product only. -.. image:: media/product_variants02.png +.. image:: product_variants/product_variants02.png :align: center diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/product_variants01.png b/content/applications/inventory_and_mrp/manufacturing/management/product_variants/product_variants01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/product_variants01.png rename to content/applications/inventory_and_mrp/manufacturing/management/product_variants/product_variants01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/product_variants02.png b/content/applications/inventory_and_mrp/manufacturing/management/product_variants/product_variants02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/product_variants02.png rename to content/applications/inventory_and_mrp/manufacturing/management/product_variants/product_variants02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom.rst b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom.rst index 6e1c1ef3db..0d6604273e 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom.rst @@ -21,7 +21,7 @@ Create a manufactured BoM for the finished product which includes a kit component. Set a routing on your BoM, for example, *Assemble Furniture*. -.. image:: media/routing_kit_bom_01.png +.. image:: routing_kit_bom/routing_kit_bom_01.png :align: center Create a Kit BoM for the Kit Component @@ -30,7 +30,7 @@ Create a Kit BoM for the Kit Component Update the kit component to define its BoM. Make sure that the routing which is set on this BoM is the same one than on the Finished Product. -.. image:: media/routing_kit_bom_02.png +.. image:: routing_kit_bom/routing_kit_bom_02.png :align: center You can define the operations in which the kit components are used @@ -44,13 +44,13 @@ as we have two operations defined in the *Assemble Furniture* routing. The components of the kits are well consumed in the operations defined in the kit BoM. -.. image:: media/routing_kit_bom_03.png +.. image:: routing_kit_bom/routing_kit_bom_03.png :align: center -.. image:: media/routing_kit_bom_04.png +.. image:: routing_kit_bom/routing_kit_bom_04.png :align: center -.. image:: media/routing_kit_bom_05.png +.. image:: routing_kit_bom/routing_kit_bom_05.png :align: center Finished Product & Kit Component haven’t the same Routing @@ -66,7 +66,7 @@ Create a manufactured BoM for the finished product which includes a kit component. Set a routing on your BoM, for example, *Assemble Furniture*. -.. image:: media/routing_kit_bom_01.png +.. image:: routing_kit_bom/routing_kit_bom_01.png :align: center Create a Kit BoM for the Kit Component @@ -77,7 +77,7 @@ routing which is set on this Kit BoM is different than the one of the Finished Product. Specify the operations at which the kit components are consumed in this BoM. -.. image:: media/routing_kit_bom_06.png +.. image:: routing_kit_bom/routing_kit_bom_06.png :align: center Manufacturing Order @@ -89,15 +89,15 @@ planned, three work orders are created in our case, one coming from the routing of the manufactured products, the two other ones coming from the routing of the kit BoM. -.. image:: media/routing_kit_bom_07.png +.. image:: routing_kit_bom/routing_kit_bom_07.png :align: center The components are all consumed during their respective operations. -.. image:: media/routing_kit_bom_08.png +.. image:: routing_kit_bom/routing_kit_bom_08.png :align: center -.. image:: media/routing_kit_bom_09.png +.. image:: routing_kit_bom/routing_kit_bom_09.png :align: center Kit Consumption set on Kit BoM @@ -110,7 +110,7 @@ Create a manufactured BoM for the finished product which includes a kit component. Set a routing on your BoM, for example, *Assemble Furniture*. Precise the consumption of the components on this BoM. -.. image:: media/routing_kit_bom_10.png +.. image:: routing_kit_bom/routing_kit_bom_10.png :align: center Create a Kit BoM for the Kit Component @@ -120,7 +120,7 @@ Update the kit component to define its BoM. In this use case, the routing which is set on this Kit BoM is different than the one of the Finished Product. -.. image:: media/routing_kit_bom_11.png +.. image:: routing_kit_bom/routing_kit_bom_11.png :align: center Manufacturing Order @@ -132,14 +132,14 @@ planned, three work orders are created in our case, one coming from the routing of the manufactured products, the two other ones coming from the routing of the kit BoM. -.. image:: media/routing_kit_bom_08.png +.. image:: routing_kit_bom/routing_kit_bom_08.png :align: center All the components of the kits are consumed during the first operation. The last component is consumed during the second operation. -.. image:: media/routing_kit_bom_12.png +.. image:: routing_kit_bom/routing_kit_bom_12.png :align: center -.. image:: media/routing_kit_bom_13.png +.. image:: routing_kit_bom/routing_kit_bom_13.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_01.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_02.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_03.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_04.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_05.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_06.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_07.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_07.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_07.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_07.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_08.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_08.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_08.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_08.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_09.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_09.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_09.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_09.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_10.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_10.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_10.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_10.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_11.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_11.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_11.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_11.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_12.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_12.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_12.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_12.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_13.png b/content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_13.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/routing_kit_bom_13.png rename to content/applications/inventory_and_mrp/manufacturing/management/routing_kit_bom/routing_kit_bom_13.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies.rst b/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies.rst index 5a633a6bf0..444278fab4 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies.rst @@ -21,14 +21,14 @@ but also its subassemblies. The first step is to create a product form for each of the subassemblies. Select the routes *Manufacture* and *Replenish on Order*. Now, hit save. -.. image:: media/semi-finished_products_01.png +.. image:: sub_assemblies/semi-finished_products_01.png :align: center In the *Bill of Materials* menu, under *Master Data*, create a new *Bill of Materials*. Choose the product you just created and add its components. -.. image:: media/semi-finished_products_02.png +.. image:: sub_assemblies/semi-finished_products_02.png :align: center Configure the Main BoM @@ -37,7 +37,7 @@ Configure the Main BoM Now, you can configure the top-level product and its *BoM*. Include any subassemblies in the list of components. -.. image:: media/semi-finished_products_03.png +.. image:: sub_assemblies/semi-finished_products_03.png :align: center Now, each time you will plan a manufacturing order for the top-level @@ -45,5 +45,5 @@ product, a manufacturing order will be created for the subassembly one. Then, you will have to manufacture the subassembly in order to make it available before manufacturing the finished product. -.. image:: media/semi-finished_products_04.png +.. image:: sub_assemblies/semi-finished_products_04.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_01.png b/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_02.png b/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_03.png b/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_04.png b/content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/semi-finished_products_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/sub_assemblies/semi-finished_products_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/subcontracting.rst b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting.rst index 8d184ca196..86ac3e4ca9 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/subcontracting.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting.rst @@ -16,7 +16,7 @@ is not easy. To make it work right, you have to: Here is an example of subcontracting the manufacturing of “C”, which is produced out of raw materials “A” and “B”. -.. image:: media/subcontracting_01.png +.. image:: subcontracting/subcontracting_01.png :align: center :alt: @@ -28,7 +28,7 @@ Configuration To use the subcontracting feature, go to :menuselection:`Manufacturing --> Configuration --> Settings` and tick the box *Subcontracting*. -.. image:: media/subcontracting_02.png +.. image:: subcontracting/subcontracting_02.png :align: center :alt: @@ -44,7 +44,7 @@ that are sourced directly from the subcontractor. Once you have set the *BoM Type* to *Subcontracting*, specify one or several subcontractors. -.. image:: media/subcontracting_03.png +.. image:: subcontracting/subcontracting_03.png :align: center :alt: @@ -56,7 +56,7 @@ send them purchase orders (PO). To do so, open the *Purchase* app and create a new one. Be sure to send the PO to a vendor that is defined as a subcontractor on the *BoM*. -.. image:: media/subcontracting_04.png +.. image:: subcontracting/subcontracting_04.png :align: center :alt: @@ -129,14 +129,14 @@ button appears when necessary. Click on it to open a dialog and record the serial/lot numbers of the components. If the finished product is also tracked, its serial/lot number can be registered here too. -.. image:: media/subcontracting_05.png +.. image:: subcontracting/subcontracting_05.png :align: center :alt: For audit purposes, it is possible to check the lot numbers recorded on a receipt by using the icon on the right of the finished products: -.. image:: media/subcontracting_06.png +.. image:: subcontracting/subcontracting_06.png :align: center :alt: @@ -170,7 +170,7 @@ location, with a minimum and maximum inventory level. When the reordering rule is triggered, a delivery order is created to ship the components to the subcontractor. -.. image:: media/subcontracting_07.png +.. image:: subcontracting/subcontracting_07.png :align: center :alt: @@ -180,7 +180,7 @@ Production Schedule) triggers the replenishment of the subcontractor. To do so, select the route *Resupply Subcontractor on Order* on the wanted components. -.. image:: media/subcontracting_08.png +.. image:: subcontracting/subcontracting_08.png :align: center :alt: @@ -196,7 +196,7 @@ Now, set the *Dropship* option in the *Deliver To* field of the *Other Information* tab. Then, provide the address of the subcontractor for the shipping. -.. image:: media/subcontracting_09.png +.. image:: subcontracting/subcontracting_09.png :align: center :alt: @@ -204,7 +204,7 @@ That way, the supplier can ship items directly and you simply receive and pay the bill. However, it is still required to validate receipts for the subcontractor. -.. image:: media/subcontracting_10.png +.. image:: subcontracting/subcontracting_10.png :align: center :alt: @@ -217,14 +217,14 @@ on a manufacturing step but, because the manufacturing process is handled by an external party, it can be defined on the product reception. -.. image:: media/subcontracting_11.png +.. image:: subcontracting/subcontracting_11.png :align: center :alt: To create a quality check at the receipt, open the *Quality* app and create a new *Control Point* on the reception. -.. image:: media/subcontracting_12.png +.. image:: subcontracting/subcontracting_12.png :align: center :alt: diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_01.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_02.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_03.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_04.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_05.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_06.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_07.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_07.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_07.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_07.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_08.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_08.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_08.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_08.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_09.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_09.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_09.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_09.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_10.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_10.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_10.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_10.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_11.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_11.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_11.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_11.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_12.png b/content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_12.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/subcontracting_12.png rename to content/applications/inventory_and_mrp/manufacturing/management/subcontracting/subcontracting_12.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/unbuild.rst b/content/applications/inventory_and_mrp/manufacturing/management/unbuild.rst index 92dc6c8f19..fcd3e08511 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/unbuild.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/unbuild.rst @@ -20,14 +20,14 @@ Unbuild Order While in the Manufacturing App, under the *Operations* tab you will find the menu *Unbuild Orders*. -.. image:: media/unbuild01.png +.. image:: unbuild/unbuild01.png :align: center When creating a new one, you can either select a MO if you are unbuilding something you manufactured or only select a product if you are unbuilding something you received. -.. image:: media/unbuild02.png +.. image:: unbuild/unbuild02.png :align: center When you are done, just click unbuild and the process will be over. diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/unbuild01.png b/content/applications/inventory_and_mrp/manufacturing/management/unbuild/unbuild01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/unbuild01.png rename to content/applications/inventory_and_mrp/manufacturing/management/unbuild/unbuild01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/unbuild02.png b/content/applications/inventory_and_mrp/manufacturing/management/unbuild/unbuild02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/unbuild02.png rename to content/applications/inventory_and_mrp/manufacturing/management/unbuild/unbuild02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/use_mps.rst b/content/applications/inventory_and_mrp/manufacturing/management/use_mps.rst index 3fe1aaf898..4f839a66f9 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/use_mps.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/use_mps.rst @@ -11,7 +11,7 @@ Configuration Go to the :menuselection:`Manufacturing app --> Configuration --> Settings` and activate the Master Production Schedule feature before hitting save. -.. image:: media/use_mps_01.png +.. image:: use_mps/use_mps_01.png :align: center .. tip:: @@ -22,7 +22,7 @@ product. You can now define your safety stock target (= the stock you want to have on hand at the end of the period) and the minimum and maximum quantities to replenish. -.. image:: media/use_mps_02.png +.. image:: use_mps/use_mps_02.png :align: center .. tip:: @@ -30,7 +30,7 @@ maximum quantities to replenish. rearrange that sequence by going on the list of your products and reorganize them with drag and drop. -.. image:: media/use_mps_03.png +.. image:: use_mps/use_mps_03.png :align: center In the MPS view, you can decide which information you would like to show @@ -41,7 +41,7 @@ allows you to know what can still be sold during the period (what you plan to replenish - what is already sold during the period). You can also decide to hide some information if it isn’t necessary. -.. image:: media/use_mps_04.png +.. image:: use_mps/use_mps_04.png :align: center Estimate your demand and launch replenishment @@ -53,7 +53,7 @@ time, compare the demand forecast with the actual demand (= confirmed sales). The demand forecast for a finished product will impact the indirect demand for its components. -.. image:: media/use_mps_05.png +.. image:: use_mps/use_mps_05.png :align: center Then, the quantity to replenish for the different periods will be @@ -66,17 +66,17 @@ Depending on the configuration of the product (buy vs. manufacture), requests for quotations or manufacturing orders will be created. You can easily access those by clicking on the *Actual Replenishment* cell. -.. image:: media/use_mps_06.png +.. image:: use_mps/use_mps_06.png :align: center -.. image:: media/use_mps_07.png +.. image:: use_mps/use_mps_07.png :align: center In case you manually edit the *To replenish* quantity, a small cross will appear on the left. In case you want to go back to the automatically computed value given by Odoo, you can click the cross. -.. image:: media/use_mps_08.png +.. image:: use_mps/use_mps_08.png :align: center Cells color signification @@ -116,5 +116,5 @@ What if I wrongly added a product to the MPS? You can easily remove a product from the MPS by clicking the small bin on the right of its name. -.. image:: media/use_mps_09.png +.. image:: use_mps/use_mps_09.png :align: center diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_01.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_01.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_02.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_02.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_03.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_03.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_04.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_04.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_04.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_05.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_05.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_05.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_05.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_06.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_06.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_06.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_06.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_07.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_07.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_07.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_07.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_08.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_08.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_08.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_08.png diff --git a/content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_09.png b/content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_09.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/management/media/use_mps_09.png rename to content/applications/inventory_and_mrp/manufacturing/management/use_mps/use_mps_09.png diff --git a/content/applications/inventory_and_mrp/manufacturing/repair/repair.rst b/content/applications/inventory_and_mrp/manufacturing/repair/repair.rst index 933e50f2bf..b447518b7a 100644 --- a/content/applications/inventory_and_mrp/manufacturing/repair/repair.rst +++ b/content/applications/inventory_and_mrp/manufacturing/repair/repair.rst @@ -13,7 +13,7 @@ Create a Repair Order Once in the app, you can access your existing *Repair Orders* and create a new one. -.. image:: media/repair01.png +.. image:: repair/repair01.png :align: center Manage a repair @@ -24,17 +24,17 @@ Order*. Fill it in with all the information you may need such as the product, the customer, if it has to be invoiced after or before the repair, the parts you might need, etc. -.. image:: media/repair02.png +.. image:: repair/repair02.png :align: center Once everything is done, you can then send the repair quotation to your customer. If it is approved, you can confirm the repair. You will then be able to start & end the repair when it is completed. -.. image:: media/repair03.png +.. image:: repair/repair03.png :align: center You can now invoice the repair. -.. image:: media/repair04.png +.. image:: repair/repair04.png :align: center diff --git a/content/applications/inventory_and_mrp/manufacturing/repair/media/repair01.png b/content/applications/inventory_and_mrp/manufacturing/repair/repair/repair01.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/repair/media/repair01.png rename to content/applications/inventory_and_mrp/manufacturing/repair/repair/repair01.png diff --git a/content/applications/inventory_and_mrp/manufacturing/repair/media/repair02.png b/content/applications/inventory_and_mrp/manufacturing/repair/repair/repair02.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/repair/media/repair02.png rename to content/applications/inventory_and_mrp/manufacturing/repair/repair/repair02.png diff --git a/content/applications/inventory_and_mrp/manufacturing/repair/media/repair03.png b/content/applications/inventory_and_mrp/manufacturing/repair/repair/repair03.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/repair/media/repair03.png rename to content/applications/inventory_and_mrp/manufacturing/repair/repair/repair03.png diff --git a/content/applications/inventory_and_mrp/manufacturing/repair/media/repair04.png b/content/applications/inventory_and_mrp/manufacturing/repair/repair/repair04.png similarity index 100% rename from content/applications/inventory_and_mrp/manufacturing/repair/media/repair04.png rename to content/applications/inventory_and_mrp/manufacturing/repair/repair/repair04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/import.rst b/content/applications/inventory_and_mrp/purchase/purchases/master/import.rst index f1e730d453..6f6ddd2c78 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/master/import.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/master/import.rst @@ -14,7 +14,7 @@ Pricelists". Don't forget to save your settings in the top left corner. -.. image:: media/import01.png +.. image:: import/import01.png :align: center Import a pricelist @@ -27,7 +27,7 @@ clicking import. See below a template of the columns used. -.. image:: media/import02.png +.. image:: import/import02.png :align: center -:download:`Click here to download the template ` +:download:`Click here to download the template ` diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/import01.png b/content/applications/inventory_and_mrp/purchase/purchases/master/import/import01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/import01.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/import/import01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/import02.png b/content/applications/inventory_and_mrp/purchase/purchases/master/import/import02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/import02.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/import/import02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/files/vendor_pricelists_template.csv b/content/applications/inventory_and_mrp/purchase/purchases/master/import/vendor_pricelists_template.csv similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/files/vendor_pricelists_template.csv rename to content/applications/inventory_and_mrp/purchase/purchases/master/import/vendor_pricelists_template.csv diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/suppliers.rst b/content/applications/inventory_and_mrp/purchase/purchases/master/suppliers.rst index cafb94dabc..203a711817 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/master/suppliers.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/master/suppliers.rst @@ -17,7 +17,7 @@ one on the fly. Note that every first time the product is purchased from a new vendor, Odoo will automatically link the contact and price with the product. -.. image:: media/suppliers01.png +.. image:: suppliers/suppliers01.png :align: center Add price & quantity as well as a validity period @@ -27,7 +27,7 @@ When you're adding a vendor to a product, you're able to add the vendor product name & code as well as set the minimal quantity, price and validity period. -.. image:: media/suppliers02.png +.. image:: suppliers/suppliers02.png :align: center .. tip:: diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/suppliers01.png b/content/applications/inventory_and_mrp/purchase/purchases/master/suppliers/suppliers01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/suppliers01.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/suppliers/suppliers01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/suppliers02.png b/content/applications/inventory_and_mrp/purchase/purchases/master/suppliers/suppliers02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/suppliers02.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/suppliers/suppliers02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/uom.rst b/content/applications/inventory_and_mrp/purchase/purchases/master/uom.rst index 53687cb740..bed7baffff 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/master/uom.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/master/uom.rst @@ -39,7 +39,7 @@ Enter the purchase module, select :menuselection:`Configuration --> Settings` and tick the **Some products may be sold/purchased in different unit of measures (advanced)** box. -.. image:: media/uom08.png +.. image:: uom/uom08.png :align: center Specify sales and purchase unit of measures @@ -70,7 +70,7 @@ of Measure** (for purchase). In this case select **Liters** for **Unit of Measure** and **Gallons** for **Purchase Unit of Measure**. -.. image:: media/uom05.png +.. image:: uom/uom05.png :align: center Create your own unit of measure and unit of measure category @@ -90,13 +90,13 @@ To do so, go into your sales module select Create a new unit of **Measure Category** by selecting the dropdown list and clicking on create and edit (see picture below). -.. image:: media/uom03.png +.. image:: uom/uom03.png :align: center Create a new unit of measure. In this case our category will be called **Inter-Category-Computation**. -.. image:: media/uom06.png +.. image:: uom/uom06.png :align: center The next step is to create the **Rolls** and **Square meter** units of @@ -112,7 +112,7 @@ Create two new units: on this measure (ex: 1 roll = 10 square meters, 2 rolls = 20 square meters, etc.). -.. image:: media/uom04.png +.. image:: uom/uom04.png :align: center - For the **Square Meter**, we will specify that ``1 Roll = 10 square meters`` @@ -120,14 +120,14 @@ Create two new units: the square meter is bigger than the reference unit. The **Bigger Ratio** is ``10`` as ``one Roll = 10 square meters``. -.. image:: media/uom09.png +.. image:: uom/uom09.png :align: center It is now possible to input **square meters** as Unit of measure and a **Roll** as Purchase Unit of Measure in the product form. -.. image:: media/uom07.png +.. image:: uom/uom07.png :align: center -.. |uom01| image:: ./media/uom01.png -.. |uom02| image:: ./media/uom02.png +.. |uom01| image:: uom/uom01.png +.. |uom02| image:: uom/uom02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom01.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom01.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom02.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom02.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom03.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom03.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom04.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom04.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom05.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom05.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom05.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom05.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom06.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom06.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom06.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom06.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom07.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom07.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom07.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom07.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom08.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom08.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom08.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom08.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/master/media/uom09.png b/content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom09.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/master/media/uom09.png rename to content/applications/inventory_and_mrp/purchase/purchases/master/uom/uom09.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching.rst index 4f4b916db2..485388ff16 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching.rst @@ -20,7 +20,7 @@ Configuration For this feature to work, go to :menuselection:`Purchases --> Configuration --> Settings` and activate the *3-way matching* feature -.. image:: media/3_way_matching01.png +.. image:: 3_way_matching/3_way_matching01.png :align: center Should I pay the vendor bill? @@ -32,7 +32,7 @@ appear on the vendor bill under the *Other info* tab. That way Odoo let's you easily know if you should pay the vendor bill or not. -.. image:: media/3_way_matching02.png +.. image:: 3_way_matching/3_way_matching02.png :align: center .. tip:: diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/3_way_matching01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching/3_way_matching01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/3_way_matching01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching/3_way_matching01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/3_way_matching02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching/3_way_matching02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/3_way_matching02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/3_way_matching/3_way_matching02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze.rst index 0eb82f157d..63c88f09af 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze.rst @@ -29,7 +29,7 @@ Install the Purchase Management module From the **Apps** menu, search and install the **Purchase Management** module. -.. image:: media/analyze03.png +.. image:: analyze/analyze03.png :align: center Issue some purchase orders @@ -52,7 +52,7 @@ and for **each supplier**. Simply by accessing this basic report, you can get a quick overview of your actual performance. You can add a lot of extra data to your report by clicking on the **Measures** icon. -.. image:: media/analyze04.png +.. image:: analyze/analyze04.png :align: center .. tip:: @@ -69,7 +69,7 @@ just a click in 3 graph views : a **Pie Chart**, a **Bar Chart** and a **Line Chart**: These views are accessible through the icons highlighted on the screenshot below. -.. image:: media/analyze02.png +.. image:: analyze/analyze02.png :align: center .. note:: @@ -89,7 +89,7 @@ improves the readability of your reports. Note that you can filter and group by any existing field, making your customization very flexible and powerful. -.. image:: media/analyze01.png +.. image:: analyze/analyze01.png :align: center .. tip:: diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/analyze04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/analyze/analyze04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals.rst index 3a05750acf..ea69cd3ca3 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals.rst @@ -13,7 +13,7 @@ Configuration --> Settings` and activate the *Order Approval* feature. From there you can also set the minimum amount required to activate this feature. -.. image:: media/approvals01.png +.. image:: approvals/approvals01.png :align: center Create a new Request for Quotation @@ -24,7 +24,7 @@ manager and the amount of the order is above the minimum amount you specified, a new *To Approve* status will be introduced in the process. -.. image:: media/approvals02.png +.. image:: approvals/approvals02.png :align: center Approve the order @@ -36,5 +36,5 @@ control of what your users can or can't do. Once approved, the purchase order follows the normal process. -.. image:: media/approvals03.png +.. image:: approvals/approvals03.png :align: center diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/approvals01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals/approvals01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/approvals01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals/approvals01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/approvals02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals/approvals02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/approvals02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals/approvals02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/approvals03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals/approvals03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/approvals03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/approvals/approvals03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills.rst index 01bdbe1664..9caa0cc5e6 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills.rst @@ -13,7 +13,7 @@ For this feature to work, go to :menuselection:`Purchases --> Configuration --> Settings` and select which way you want to control your bills. -.. image:: media/bills01.png +.. image:: bills/bills01.png :align: center Change the control policy @@ -26,7 +26,7 @@ product page under the *Purchase* tab. You might want to use different settings for different types of products. -.. image:: media/bills02.png +.. image:: bills/bills02.png :align: center @@ -36,7 +36,7 @@ Verify your Vendor Bill If you didn’t receive any of your product yet on *Purchase Order* under the *Shipment* tab, -.. image:: media/bills03.png +.. image:: bills/bills03.png :align: center @@ -45,6 +45,6 @@ billed based on ordered quantity, Odoo will suggest a bill for the number of units ordered. If you're supposed to be billed based on the received quantities, Odoo will suggest a bill for 0 as shown above. -.. image:: media/bills04.png +.. image:: bills/bills04.png :align: center diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/bills04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/bills/bills04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel.rst index cb43b42fe2..856f962c66 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel.rst @@ -30,13 +30,13 @@ Use case 1 : you didn't receive your goods yet If you confirmed your purchase order and did not received your goods yet, you can simply cancel the PO it by clicking the cancel button. -.. image:: media/cancel05.png +.. image:: cancel/cancel05.png :align: center Odoo will automatically cancel the outstanding shipments related to this PO and the status bar will switch from **Purchase order** to **Cancelled**. -.. image:: media/cancel03.png +.. image:: cancel/cancel03.png :align: center Use case 2 : partially delivered goods @@ -54,7 +54,7 @@ shipped. From the PO, click on **Receive products** and, on the **iPad Mini order line**, manually change the received quantities under the Column **Done**. -.. image:: media/cancel02.png +.. image:: cancel/cancel02.png :align: center .. note:: @@ -64,14 +64,14 @@ When clicking on **Validate**, Odoo will warn you that you have processed less products than the initial demand (2 instead of 3 in our case) and will ask you the permission to create a backorder. -.. image:: media/cancel07.png +.. image:: cancel/cancel07.png :align: center Click on **No backorder** to cancel the supply of the remaining product. You will notice than the quantity to receive has been changed accordingly and, therefore, the delivery status has switched to **Done**. -.. image:: media/cancel04.png +.. image:: cancel/cancel04.png :align: center Create reverse transfer @@ -82,13 +82,13 @@ vendor location. To do so, click on the **Reverse** button from the same document. A reverse transfer window will pop up. Enter the quantity to return and the corresponding location and click on **Return**. -.. image:: media/cancel06.png +.. image:: cancel/cancel06.png :align: center Process the return shipment and control that the stock move is from your stock to your vendor location. -.. image:: media/cancel01.png +.. image:: cancel/cancel01.png :align: center When the reverse transfer is done, the status of your purchase order diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel05.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel05.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel05.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel05.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel06.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel06.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel06.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel06.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel07.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel07.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/cancel07.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/cancel/cancel07.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/create.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create.rst index 9a94cdd30d..937850a12f 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/create.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create.rst @@ -18,7 +18,7 @@ Creating a Request for Quotation In the Purchases module, open :menuselection:`Purchase --> Requests for Quotation` and click on **Create**. -.. image:: ./media/image04.png +.. image:: create/image04.png :align: center Select your supplier in the **Vendor** menu, or create it on-the-fly by @@ -34,13 +34,13 @@ expected delivery date in the Scheduled Date field. Click on **Save**, then **Print Rfq** or **Send Rfq by email** (make sure an email address is specified for this supplier or enter a new one). -.. image:: ./media/image08.png +.. image:: create/image08.png :align: center After having clicked on **Send**, you will notice that the RFQ's status will switch from **Draft** to **RFQ Sent**. -.. image:: ./media/image06.png +.. image:: create/image06.png :align: center Once your supplier has replied with an offer, update the RfQ by clicking @@ -51,11 +51,11 @@ Order. To proceed with the order, click on **Confirm Order** to send the order to the supplier. The RfQ's status will switch to **Purchase Order**. -.. image:: ./media/image11.png +.. image:: create/image11.png :align: center The status of the RfQ will change to PURCHASE ORDER. Tabs in the upper right corner of the order will show 1 Shipment and 0 Invoice. -.. image:: ./media/image10.png +.. image:: create/image10.png :align: center diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image06.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image06.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image06.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image06.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image08.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image08.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image08.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image08.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image10.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image10.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image10.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image10.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image11.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image11.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/image11.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/create/image11.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping.rst index a9874f1a2c..107697997c 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping.rst @@ -16,7 +16,7 @@ Activate the dropshipping feature Go to :menuselection:`Purchases --> Configuration --> Settings` and select *Dropshipping*. -.. image:: media/dropshipping01.png +.. image:: dropshipping/dropshipping01.png :align: center A new route *Dropshipping* has been created. You can go on a product @@ -24,21 +24,21 @@ and tick the dropshipping route. You also need to define to which vendor you will buy the product. Now, each time this product will be sold, it will be drop shipped. -.. image:: media/dropshipping02.png +.. image:: dropshipping/dropshipping02.png :align: center If you don't always dropship that product, you can go to :menuselection:`Sales --> Configuration --> Settings` and tick the box in front of *Order-Specific Routes*. -.. image:: media/dropshipping03.png +.. image:: dropshipping/dropshipping03.png :align: center When you create a quotation or sales order, you can now decide, order line per order line, which products should be drop shipped by selecting the dropship route on the SO line. -.. image:: media/dropshipping04.png +.. image:: dropshipping/dropshipping04.png :align: center Drop ship a product @@ -50,5 +50,5 @@ confirm that request for quotation into a purchase order, it will create a transfer from your vendor directly to your customer. The products doesn't go through your own stock. -.. image:: media/dropshipping05.png +.. image:: dropshipping/dropshipping05.png :align: center diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping05.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping05.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/dropshipping05.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/dropshipping/dropshipping05.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders.rst index c0f6d0498b..52fbec3f95 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders.rst @@ -12,7 +12,7 @@ For this feature to work, go to :menuselection:`Purchases --> Configuration --> Settings` and activate the *Lock Confirmed Orders* feature -.. image:: media/lock_orders01.png +.. image:: lock_orders/lock_orders01.png :align: center Lock an order @@ -21,7 +21,7 @@ Lock an order While working on a purchase order, when you confirm it, you can then lock the order preventing any further modification on the document. -.. image:: media/lock_orders02.png +.. image:: lock_orders/lock_orders02.png :align: center .. note:: diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/lock_orders01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders/lock_orders01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/lock_orders01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders/lock_orders01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/lock_orders02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders/lock_orders02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/lock_orders02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/lock_orders/lock_orders02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception.rst index 5818d32433..f1293b6177 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception.rst @@ -20,7 +20,7 @@ Start by installing the Purchase application from the **Apps** module. This will automatically trigger the installation of the **Inventory** app (among others), which is required with **Purchase**. -.. image:: media/reception02.png +.. image:: reception/reception02.png :align: center Create products @@ -30,7 +30,7 @@ Then, you need to create the products you want to purchase. Go to the **Purchase** app, then :menuselection:`Purchase --> Products`, and click on **Create**. -.. image:: media/reception05.png +.. image:: reception/reception05.png :align: center When creating the product, the **Product Type** field is important: @@ -60,7 +60,7 @@ reference in the **Vendor Reference** field. This will allow you to easily do the matching with the delivery order later on (as the delivery order will probably include the **Vendor Reference** of his sale order). -.. image:: media/reception03.png +.. image:: reception/reception03.png :align: center Receive Products @@ -71,13 +71,13 @@ can receive the products from the **Inventory** application. From the **Inventory** dashboard, you should see a button **X To Receive**, on the receipt box of the related warehouse. -.. image:: media/reception01.png +.. image:: reception/reception01.png :align: center Click on this button and you access a list of all awaiting orders for this warehouse. -.. image:: media/reception07.png +.. image:: reception/reception07.png :align: center If you have a lot of awaiting orders, you can use the filter bar to @@ -86,7 +86,7 @@ source document, which is the reference of your purchase order. You can open the document that matches with the received delivery order and process all the lines within it. -.. image:: media/reception04.png +.. image:: reception/reception04.png :align: center You may validate the whole document at once by clicking on the @@ -104,7 +104,7 @@ When you validate the reception, if you have received less products than the initial demand, Odoo will ask youthe permission to create a backorder. -.. image:: media/reception06.png +.. image:: reception/reception06.png :align: center If you plan to receive the remaining product in the future, select diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception05.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception05.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception05.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception05.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception06.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception06.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception06.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception06.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception07.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception07.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/reception07.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/reception/reception07.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning.rst b/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning.rst index fa8031f854..0c44829830 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning.rst @@ -17,7 +17,7 @@ For this feature to work, go to :menuselection:`Purchases --> Configuration --> Settings` and activate the *Warnings* feature. -.. image:: media/warning01.png +.. image:: warning/warning01.png :align: center Add a warning on a vendor @@ -27,7 +27,7 @@ When you activate the feature, you get a new option under the *Internal Notes* tab on vendors. You can decide to write a simple warning or a blocking message. -.. image:: media/warning02.png +.. image:: warning/warning02.png :align: center Add a warning on a product @@ -37,7 +37,7 @@ When you activate the feature, you get a new option under the *Purchase* tab on the product page where you can add a warning or a blocking message. -.. image:: media/warning03.png +.. image:: warning/warning03.png :align: center Trying to buy with warnings or blocking messages @@ -47,7 +47,7 @@ If you try to validate a *Purchase Order* from a vendor or with a product with a warning, a message will be raised. You can ignore it by clicking ok. -.. image:: media/warning04.png +.. image:: warning/warning04.png :align: center However, if it is a blocking message, you can not ignore it. diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning01.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning01.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning02.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning02.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning03.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning03.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning04.png b/content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/rfq/media/warning04.png rename to content/applications/inventory_and_mrp/purchase/purchases/rfq/warning/warning04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders.rst b/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders.rst index ad23dd3be9..0420560679 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders.rst @@ -13,7 +13,7 @@ For this feature to work, go to :menuselection:`Purchases --> Configuration --> Settings` and activate the *Purchase Agreements* feature -.. image:: media/blanket_orders01.png +.. image:: blanket_orders/blanket_orders01.png :align: center Start a Blanket Order @@ -24,7 +24,7 @@ To use this feature go to :menuselection:`Purchases --> Purchase Agreements`. Once you are creating the purchase agreement, access the *Agreement Type* drop down menu and select *Blanket Order*. -.. image:: media/blanket_orders02.png +.. image:: blanket_orders/blanket_orders02.png :align: center You can then create your new blanket order, select your vendor, the @@ -34,7 +34,7 @@ When you are satisfied with your purchase agreement, confirm it. Its status will change from*Draft* to *Ongoing* and a new *RFQs/Orders* will appear in the top right corner of the document. -.. image:: media/blanket_orders03.png +.. image:: blanket_orders/blanket_orders03.png :align: center RFQ from the Blanket Order @@ -58,7 +58,7 @@ name. Thanks to this, a blanket order can be used for automated replenishment (using *reordering rules* or *made to order* configuration). -.. image:: media/blanket_orders04.png +.. image:: blanket_orders/blanket_orders04.png :align: center .. tip:: diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders01.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders01.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders02.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders02.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders03.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders03.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders04.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/blanket_orders04.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/blanket_orders/blanket_orders04.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender.rst b/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender.rst index dbd70dc414..19f1a657ad 100644 --- a/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender.rst +++ b/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender.rst @@ -12,7 +12,7 @@ For this feature to work, go to :menuselection:`Purchases --> Configuration --> Settings` and activate the *Purchase Agreements* feature. -.. image:: media/call_for_tender01.png +.. image:: call_for_tender/call_for_tender01.png :align: center Create a Call for Tender @@ -27,7 +27,7 @@ When you are satisfied with your purchase agreement, confirm it will move from *Draft* to *Confirmed* and a new *RFQs/Orders* appeared in the top right corner of the document. -.. image:: media/call_for_tender02.png +.. image:: call_for_tender/call_for_tender02.png :align: center Request new quotations from the Call for Tender @@ -43,7 +43,7 @@ The various RFQs and orders linked to the Call for Tenders will be under the *RFQs/Orders* button where you can select and confirm the best offer. -.. image:: media/call_for_tender03.png +.. image:: call_for_tender/call_for_tender03.png :align: center Close the Call for Tender @@ -51,5 +51,5 @@ Close the Call for Tender Once you're done with your *Call for Tender* don't forget to close it. -.. image:: media/call_for_tender04.png +.. image:: call_for_tender/call_for_tender04.png :align: center diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender01.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender01.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender01.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender02.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender02.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender02.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender03.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender03.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender03.png diff --git a/content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender04.png b/content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/purchases/tender/media/call_for_tender04.png rename to content/applications/inventory_and_mrp/purchase/purchases/tender/call_for_tender/call_for_tender04.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date.rst b/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date.rst index 5ed98d049d..7d58d150db 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date.rst @@ -21,7 +21,7 @@ To configure your vendor lead times, go to a product page, under the purchase tab, click on a *Vendor* once there you can change the delivery lead time for that Vendor & Product. -.. image:: media/compute_date01.png +.. image:: compute_date/compute_date01.png :align: center Customer Lead Time @@ -33,7 +33,7 @@ deliver the product to your customer. To configure your customer lead time open a product and go under the *Inventory* tab. You can then add how many days you need. -.. image:: media/compute_date02.png +.. image:: compute_date/compute_date02.png :align: center Manufacturing lead time @@ -45,7 +45,7 @@ product. To configure your manufacturing lead time open a product and go under the *Inventory* tab. You can then add how many days you need. -.. image:: media/compute_date03.png +.. image:: compute_date/compute_date03.png :align: center Configure Security Lead Times @@ -59,7 +59,7 @@ The easiest way is to go to *Settings* from any module and type **Lead Time** in the search bar. From there, tick each box and configure your various *Security Lead Time* for your needs. -.. image:: media/compute_date04.png +.. image:: compute_date/compute_date04.png :align: center Alternatively, you can go in the settings of the *Inventory* module diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date01.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date01.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date01.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date02.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date02.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date02.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date03.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date03.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date03.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date04.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/compute_date04.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/compute_date/compute_date04.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping.rst b/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping.rst index 569d7388d7..e580f1fdc9 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping.rst @@ -18,14 +18,14 @@ Check **Advanced routing of products using rules** in the **Routes** section and **Allow suppliers to deliver directly to your customers** in the **Drop Shipping** section. -.. image:: media/dropshipping01.png +.. image:: dropshipping/dropshipping01.png :align: center You have to allow the choice of the route on the sale order. Go to the **Sales** application, :menuselection:`Configuration --> Settings` and tick **Choose specific routes on sales order lines (advanced)**. -.. image:: media/dropshipping02.png +.. image:: dropshipping/dropshipping02.png :align: center How to use drop-shipping? @@ -34,7 +34,7 @@ How to use drop-shipping? Create the sale order and select the route as **Dropshipping** on the concerned order lines. -.. image:: media/dropshipping03.png +.. image:: dropshipping/dropshipping03.png :align: center Once the order has been confirmed, no move will be created from your diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/dropshipping01.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping/dropshipping01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/dropshipping01.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping/dropshipping01.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/dropshipping02.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping/dropshipping02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/dropshipping02.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping/dropshipping02.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/dropshipping03.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping/dropshipping03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/dropshipping03.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/dropshipping/dropshipping03.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering.rst b/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering.rst index eee48bfb70..9c0e45cab9 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering.rst @@ -14,7 +14,7 @@ Configure the product Open a product form and, under the inventory tab, tick the routes *Buy* and *Make To Order*. -.. image:: media/purchase_triggering01.png +.. image:: purchase_triggering/purchase_triggering01.png :align: center Don't forget to also set a vendor under the *Purchase* tab. @@ -34,14 +34,14 @@ A new RfQ will automatically be created in your *Purchases* module. Note that you can see for which SO this RfQ has been created thanks to the *Source Document* field, visible on the RfQ. -.. image:: media/purchase_triggering02.png +.. image:: purchase_triggering/purchase_triggering02.png :align: center When you confirm the RfQ into a purchase order, a receipt is automatically created and directly accessible from your purchase order with the use of the *Shipment* button. -.. image:: media/purchase_triggering03.png +.. image:: purchase_triggering/purchase_triggering03.png :align: center You can validate the receipt of your products. When you will go back to diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/purchase_triggering01.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering/purchase_triggering01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/purchase_triggering01.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering/purchase_triggering01.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/purchase_triggering02.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering/purchase_triggering02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/purchase_triggering02.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering/purchase_triggering02.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/purchase_triggering03.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering/purchase_triggering03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/purchase_triggering03.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/purchase_triggering/purchase_triggering03.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule.rst b/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule.rst index 6bc83540e0..5a257926a5 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule.rst @@ -15,14 +15,14 @@ Open a stockable product, you'll find the *Reordering Rules* tab. You can also access all your reordering rules from :menuselection:`Inventory --> Master Data --> Reordering Rules`. -.. image:: media/setup_stock_rule01.png +.. image:: setup_stock_rule/setup_stock_rule01.png :align: center Once in the next menu, you can create the reordering rules linked to your product. From now on, every time this product reaches the minimum quantity it will replenish your stock to your **maximum quantity**. -.. image:: media/setup_stock_rule02.png +.. image:: setup_stock_rule/setup_stock_rule02.png :align: center .. tip:: @@ -47,5 +47,5 @@ on the product. If the product is not fully configured or there is a mistake in your routes, a next activity will be logged on the product informing you there is an issue with the configuration. -.. image:: media/setup_stock_rule03.png +.. image:: setup_stock_rule/setup_stock_rule03.png :align: center diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/setup_stock_rule01.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule/setup_stock_rule01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/setup_stock_rule01.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule/setup_stock_rule01.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/setup_stock_rule02.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule/setup_stock_rule02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/setup_stock_rule02.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule/setup_stock_rule02.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/flows/media/setup_stock_rule03.png b/content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule/setup_stock_rule03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/flows/media/setup_stock_rule03.png rename to content/applications/inventory_and_mrp/purchase/replenishment/flows/setup_stock_rule/setup_stock_rule03.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup.rst b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup.rst index 2e03624e5e..85d0429d33 100644 --- a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup.rst +++ b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup.rst @@ -11,7 +11,7 @@ companies.The inter-company feature helps you to buy and/or sell products and services between different branches within your conglomerate. -.. image:: media/setup01.png +.. image:: setup/setup01.png :align: center 1. Purchase orders and sales orders can be related. If a company within @@ -31,12 +31,12 @@ Flag **Manage multiple companies** and then **Manage Inter Company**. Click on **Apply**. -.. image:: media/setup02.png +.. image:: setup/setup02.png :align: center New options will appear. -.. image:: media/setup03.png +.. image:: setup/setup03.png :align: center In the drop-down list, choose the company on which you want to add @@ -45,7 +45,7 @@ rules. If you click on **SO and PO setting for inter company**, you will get extra options. -.. image:: media/setup04.png +.. image:: setup/setup04.png :align: center When you are done, click on **Apply**, then you can repeat the same steps diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup01.png b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup01.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup01.png rename to content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup01.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup02.png b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup02.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup02.png rename to content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup02.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup03.png b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup03.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup03.png rename to content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup03.png diff --git a/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup04.png b/content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup04.png similarity index 100% rename from content/applications/inventory_and_mrp/purchase/replenishment/multicompany/media/setup04.png rename to content/applications/inventory_and_mrp/purchase/replenishment/multicompany/setup/setup04.png diff --git a/content/applications/inventory_and_mrp/quality/alert/alert_mo.rst b/content/applications/inventory_and_mrp/quality/alert/alert_mo.rst index 0e573dac11..5e142ff324 100644 --- a/content/applications/inventory_and_mrp/quality/alert/alert_mo.rst +++ b/content/applications/inventory_and_mrp/quality/alert/alert_mo.rst @@ -17,19 +17,19 @@ will be launched from the manufacturing order itself. When manufacturing a product for which you need to process quality controls, a button *Quality Alert* will appear on the top of your manufacturing order. -.. image:: media/alert_mo_01.png +.. image:: alert_mo/alert_mo_01.png :align: center By clicking on the button, you can specify the quality problem that arose during the process. -.. image:: media/alert_mo_02.png +.. image:: alert_mo/alert_mo_02.png :align: center If one of the quality checks failed, the button will be highlighted on the document. If not, the button won’t be highlighted. -.. image:: media/alert_mo_03.png +.. image:: alert_mo/alert_mo_03.png :align: center Manufacturing Flow with Routings @@ -39,15 +39,15 @@ If you work with routings defined on your manufacturing orders, the quality alerts will be launched directly from the work orders on which the quality checks took place. -.. image:: media/alert_mo_04.png +.. image:: alert_mo/alert_mo_04.png :align: center -.. image:: media/alert_mo_05.png +.. image:: alert_mo/alert_mo_05.png :align: center Then, a button *Quality Alert* will be available from the work order view. When you click on the button, you can specify the quality problem that appeared during the process. -.. image:: media/alert_mo_06.png +.. image:: alert_mo/alert_mo_06.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_mo_01.png b/content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_01.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_mo_01.png rename to content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_01.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_mo_02.png b/content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_02.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_mo_02.png rename to content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_02.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_mo_03.png b/content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_03.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_mo_03.png rename to content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_03.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_mo_04.png b/content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_04.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_mo_04.png rename to content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_04.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_mo_05.png b/content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_05.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_mo_05.png rename to content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_05.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_mo_06.png b/content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_06.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_mo_06.png rename to content/applications/inventory_and_mrp/quality/alert/alert_mo/alert_mo_06.png diff --git a/content/applications/inventory_and_mrp/quality/alert/alert_transfer.rst b/content/applications/inventory_and_mrp/quality/alert/alert_transfer.rst index 952e8fbcb7..7319b7fd4a 100644 --- a/content/applications/inventory_and_mrp/quality/alert/alert_transfer.rst +++ b/content/applications/inventory_and_mrp/quality/alert/alert_transfer.rst @@ -10,23 +10,23 @@ Every time you perform some *Quality Checks* on a transfer, a automatically highlighted once you have a failed quality check for the transfer. -.. image:: media/alert_transfer_01.png +.. image:: alert_transfer/alert_transfer_01.png :align: center If you click on that *Quality Alert* button, you can specify what was the problem with the product. -.. image:: media/alert_transfer_02.png +.. image:: alert_transfer/alert_transfer_02.png :align: center The *Quality Alert* that is created from the transfer can be found via the button appearing on the top right corner of the transfer. -.. image:: media/alert_transfer_03.png +.. image:: alert_transfer/alert_transfer_03.png :align: center You can also access all your *Quality Alerts* via the menu, accessible under *Control*. -.. image:: media/alert_transfer_04.png +.. image:: alert_transfer/alert_transfer_04.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_01.png b/content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_01.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_01.png rename to content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_01.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_02.png b/content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_02.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_02.png rename to content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_02.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_03.png b/content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_03.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_03.png rename to content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_03.png diff --git a/content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_04.png b/content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_04.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/alert/media/alert_transfer_04.png rename to content/applications/inventory_and_mrp/quality/alert/alert_transfer/alert_transfer_04.png diff --git a/content/applications/inventory_and_mrp/quality/checks/quality_mo.rst b/content/applications/inventory_and_mrp/quality/checks/quality_mo.rst index e5b2cb7d9c..66c4902270 100644 --- a/content/applications/inventory_and_mrp/quality/checks/quality_mo.rst +++ b/content/applications/inventory_and_mrp/quality/checks/quality_mo.rst @@ -20,7 +20,7 @@ To create a quality control point, open the quality app and go to *Manufacturing* as operation and choose the type of quality check you want to perform. -.. image:: media/quality_mo_01.png +.. image:: quality_mo/quality_mo_01.png :align: center Process the Quality Check @@ -30,16 +30,16 @@ Once your *Quality Control Point* has been created, you can create a manufacturing order for your product. Now, and before marking the manufacturing as done, you can register the *Quality Checks*. -.. image:: media/quality_mo_02.png +.. image:: quality_mo/quality_mo_02.png :align: center -.. image:: media/quality_mo_03.png +.. image:: quality_mo/quality_mo_03.png :align: center Once you have performed your quality checks, you can find them via the *Quality Checks* button available on the manufacturing order form. -.. image:: media/quality_mo_04.png +.. image:: quality_mo/quality_mo_04.png :align: center .. note:: @@ -57,7 +57,7 @@ app and go to :menuselection:`Control --> Control Points`. Then, click on create sure to select *Manufacturing* as operation and select the work order operation on which the quality check should be performed. -.. image:: media/quality_mo_05.png +.. image:: quality_mo/quality_mo_05.png :align: center .. note:: @@ -72,12 +72,12 @@ Once your *Quality Control Point* has been configured, create a manufacturing order for your product. You have to plan it if you want to generate the necessary work orders. -.. image:: media/quality_mo_06.png +.. image:: quality_mo/quality_mo_06.png :align: center Now, process the work order and your quality check will appear. In this example, the quality check requests to enter the serial number of the Table Top component. -.. image:: media/quality_mo_07.png +.. image:: quality_mo/quality_mo_07.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_01.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_01.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_01.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_01.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_02.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_02.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_02.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_02.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_03.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_03.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_03.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_03.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_04.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_04.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_04.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_04.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_05.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_05.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_05.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_05.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_06.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_06.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_06.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_06.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_mo_07.png b/content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_07.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_mo_07.png rename to content/applications/inventory_and_mrp/quality/checks/quality_mo/quality_mo_07.png diff --git a/content/applications/inventory_and_mrp/quality/checks/quality_transfers.rst b/content/applications/inventory_and_mrp/quality/checks/quality_transfers.rst index 421e4bd78d..06b07e8e9a 100644 --- a/content/applications/inventory_and_mrp/quality/checks/quality_transfers.rst +++ b/content/applications/inventory_and_mrp/quality/checks/quality_transfers.rst @@ -10,7 +10,7 @@ Then, go to :menuselection:`Quality Control --> Control Points --> Create`. Now, define the quality control point you want to apply to a specific product. Don’t forget to select a transfer operation type. -.. image:: media/quality_transfers_01.png +.. image:: quality_transfers/quality_transfers_01.png :align: center Process the Quality Check @@ -21,30 +21,30 @@ for the product. Then, on the receipt, you will see a *Quality Checks* button that appears to proceed to the quality check you configured before. -.. image:: media/quality_transfers_02.png +.. image:: quality_transfers/quality_transfers_02.png :align: center By clicking on it, the instruction set on the quality control point will be displayed and will require the check value. -.. image:: media/quality_transfers_03.png +.. image:: quality_transfers/quality_transfers_03.png :align: center Once the quality check is done, you can find it linked to the corresponding transfer and access it by clicking on the button. -.. image:: media/quality_transfers_04.png +.. image:: quality_transfers/quality_transfers_04.png :align: center But, if the quality check failed, the stat button will appear in red (instead of green) and Odoo will suggest you to create a *Quality Alert* by highlighting the corresponding button. -.. image:: media/quality_transfers_05.png +.. image:: quality_transfers/quality_transfers_05.png :align: center The quality checks can also be found in the *Quality* application by opening the *Quality Checks* menu, under *Quality Control*. -.. image:: media/quality_transfers_06.png +.. image:: quality_transfers/quality_transfers_06.png :align: center \ No newline at end of file diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_01.png b/content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_01.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_01.png rename to content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_01.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_02.png b/content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_02.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_02.png rename to content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_02.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_03.png b/content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_03.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_03.png rename to content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_03.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_04.png b/content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_04.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_04.png rename to content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_04.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_05.png b/content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_05.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_05.png rename to content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_05.png diff --git a/content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_06.png b/content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_06.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/checks/media/quality_transfers_06.png rename to content/applications/inventory_and_mrp/quality/checks/quality_transfers/quality_transfers_06.png diff --git a/content/applications/inventory_and_mrp/quality/control/control_points.rst b/content/applications/inventory_and_mrp/quality/control/control_points.rst index 1e7fe0e8fb..c20fa083bb 100644 --- a/content/applications/inventory_and_mrp/quality/control/control_points.rst +++ b/content/applications/inventory_and_mrp/quality/control/control_points.rst @@ -42,7 +42,7 @@ should take place: periodicity is based on the defined period (once a day, once a week). -.. image:: media/control_points_01.png +.. image:: control_points/control_points_01.png :align: center :alt: @@ -64,15 +64,15 @@ Text This control point type allows giving instructions to workers during the transfer or during the manufacturing process. -.. image:: media/control_points_01.png +.. image:: control_points/control_points_01.png :align: center :alt: -.. image:: media/control_points_02.png +.. image:: control_points/control_points_02.png :align: center :alt: -.. image:: media/control_points_03.png +.. image:: control_points/control_points_03.png :align: center :alt: @@ -82,15 +82,15 @@ Take a Picture This control point type asks to take a picture of the product applied in a transfer or when manufacturing it. -.. image:: media/control_points_04.png +.. image:: control_points/control_points_04.png :align: center :alt: -.. image:: media/control_points_05.png +.. image:: control_points/control_points_05.png :align: center :alt: -.. image:: media/control_points_06.png +.. image:: control_points/control_points_06.png :align: center :alt: @@ -104,22 +104,22 @@ Pass-Fail *Pass-Fail* requires to specify if the products pass or fail specific criteria. It can be applied for both transfers or manufacturing orders. -.. image:: media/control_points_07.png +.. image:: control_points/control_points_07.png :align: center :alt: For this kind of type, there is the possibility to define a failure message giving instructions to follow in case of failure. -.. image:: media/control_points_08.png +.. image:: control_points/control_points_08.png :align: center :alt: -.. image:: media/control_points_09.png +.. image:: control_points/control_points_09.png :align: center :alt: -.. image:: media/control_points_10.png +.. image:: control_points/control_points_10.png :align: center :alt: @@ -133,22 +133,22 @@ To use it, it necessary to specify the norm for your product’s measurements, but also a tolerance threshold. Doing so, all the products with good measures can are automatically accepted. -.. image:: media/control_points_11.png +.. image:: control_points/control_points_11.png :align: center :alt: As for *Pass-Fail*, this type allows defining a failure message that gives instructions to the worker. -.. image:: media/control_points_12.png +.. image:: control_points/control_points_12.png :align: center :alt: -.. image:: media/control_points_13.png +.. image:: control_points/control_points_13.png :align: center :alt: -.. image:: media/control_points_14.png +.. image:: control_points/control_points_14.png :align: center :alt: @@ -164,11 +164,11 @@ the component’s serial/lot numbers during the manufacturing process. .. note:: This type is only available when working with routings. -.. image:: media/control_points_15.png +.. image:: control_points/control_points_15.png :align: center :alt: -.. image:: media/control_points_16.png +.. image:: control_points/control_points_16.png :align: center :alt: @@ -181,11 +181,11 @@ number of the by-products that are manufactured. .. note:: This type is only available when working with routings. -.. image:: media/control_points_17.png +.. image:: control_points/control_points_17.png :align: center :alt: -.. image:: media/control_points_18.png +.. image:: control_points/control_points_18.png :align: center :alt: @@ -195,11 +195,11 @@ Print Label *Print Label*, as its name points out, allows printing labels to add to the product during the manufacturing process. -.. image:: media/control_points_19.png +.. image:: control_points/control_points_19.png :align: center :alt: -.. image:: media/control_points_20.png +.. image:: control_points/control_points_20.png :align: center :alt: diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_01.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_01.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_01.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_01.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_02.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_02.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_02.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_02.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_03.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_03.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_03.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_03.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_04.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_04.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_04.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_04.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_05.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_05.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_05.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_05.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_06.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_06.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_06.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_06.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_07.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_07.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_07.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_07.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_08.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_08.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_08.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_08.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_09.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_09.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_09.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_09.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_10.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_10.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_10.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_10.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_11.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_11.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_11.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_11.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_12.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_12.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_12.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_12.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_13.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_13.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_13.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_13.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_14.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_14.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_14.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_14.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_15.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_15.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_15.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_15.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_16.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_16.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_16.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_16.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_17.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_17.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_17.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_17.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_18.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_18.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_18.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_18.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_19.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_19.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_19.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_19.png diff --git a/content/applications/inventory_and_mrp/quality/control/media/control_points_20.png b/content/applications/inventory_and_mrp/quality/control/control_points/control_points_20.png similarity index 100% rename from content/applications/inventory_and_mrp/quality/control/media/control_points_20.png rename to content/applications/inventory_and_mrp/quality/control/control_points/control_points_20.png diff --git a/content/applications/marketing/email_marketing/overview/mailing_lists.rst b/content/applications/marketing/email_marketing/overview/mailing_lists.rst index 75e58caec9..eddd1c1cd8 100644 --- a/content/applications/marketing/email_marketing/overview/mailing_lists.rst +++ b/content/applications/marketing/email_marketing/overview/mailing_lists.rst @@ -12,7 +12,7 @@ Create mailing lists Go to :menuselection:`Mailing lists --> Mailing lists --> Create`. Enable the option *Is Public* to make the list visible for users when unsubscribing. -.. image:: media/mailing1.png +.. image:: mailing_lists/mailing1.png :align: center :alt: Mailing lists in Odoo Email Marketing @@ -26,7 +26,7 @@ Linking a mailing list to my website ideas to subscribers interested in listening. | Go to your *Website*, add a *Newsletter* block and choose the respective mailing list. -.. image:: media/mailing2.png +.. image:: mailing_lists/mailing2.png :align: center :alt: Mailing lists in Odoo Email Marketing @@ -36,13 +36,13 @@ Contacts Under :menuselection:`Mailing Lists --> Mailing List Contacts` see a list of all contacts under all your mailing lists, and the ones you individually created here. -.. image:: media/mailing3.png +.. image:: mailing_lists/mailing3.png :align: center :alt: Mailing lists in Odoo Email Marketing Open a contact form to see or add different mailing lists to which the contact is or will be part of. -.. image:: media/mailing4.png +.. image:: mailing_lists/mailing4.png :align: center :height: 400 :alt: Mailing lists in Odoo Email Marketing diff --git a/content/applications/marketing/email_marketing/overview/media/mailing1.png b/content/applications/marketing/email_marketing/overview/mailing_lists/mailing1.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/mailing1.png rename to content/applications/marketing/email_marketing/overview/mailing_lists/mailing1.png diff --git a/content/applications/marketing/email_marketing/overview/media/mailing2.png b/content/applications/marketing/email_marketing/overview/mailing_lists/mailing2.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/mailing2.png rename to content/applications/marketing/email_marketing/overview/mailing_lists/mailing2.png diff --git a/content/applications/marketing/email_marketing/overview/media/mailing3.png b/content/applications/marketing/email_marketing/overview/mailing_lists/mailing3.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/mailing3.png rename to content/applications/marketing/email_marketing/overview/mailing_lists/mailing3.png diff --git a/content/applications/marketing/email_marketing/overview/media/mailing4.png b/content/applications/marketing/email_marketing/overview/mailing_lists/mailing4.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/mailing4.png rename to content/applications/marketing/email_marketing/overview/mailing_lists/mailing4.png diff --git a/content/applications/marketing/email_marketing/overview/manage_unsubscriptions.rst b/content/applications/marketing/email_marketing/overview/manage_unsubscriptions.rst index 722f6736cd..9687dc9b32 100644 --- a/content/applications/marketing/email_marketing/overview/manage_unsubscriptions.rst +++ b/content/applications/marketing/email_marketing/overview/manage_unsubscriptions.rst @@ -12,14 +12,14 @@ Enable the Blacklist feature Go to :menuselection:`Configuration --> Settings` and enable the option *Blacklist Option when Unsubscribing*. -.. image:: media/manage1.png +.. image:: manage_unsubscriptions/manage1.png :align: center :alt: Blacklist in Odoo Email Marketing Now, once the user clicks on the *Unsubscribe* link on your email, he is redirected to the following page: -.. image:: media/manage2.png +.. image:: manage_unsubscriptions/manage2.png :align: center :height: 350 :alt: Blacklist in Odoo Email Marketing @@ -38,7 +38,7 @@ blacklist himself, meaning that he will not receive *any* more emails from you. | Under :menuselection:`Configuration --> Blacklist`, blacklisted email addresses are shown. | When opening the record, as a *Log note*, a description-history is kept. -.. image:: media/manage3.png +.. image:: manage_unsubscriptions/manage3.png :align: center :alt: Blacklist in Odoo Email Marketing diff --git a/content/applications/marketing/email_marketing/overview/media/manage1.png b/content/applications/marketing/email_marketing/overview/manage_unsubscriptions/manage1.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/manage1.png rename to content/applications/marketing/email_marketing/overview/manage_unsubscriptions/manage1.png diff --git a/content/applications/marketing/email_marketing/overview/media/manage2.png b/content/applications/marketing/email_marketing/overview/manage_unsubscriptions/manage2.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/manage2.png rename to content/applications/marketing/email_marketing/overview/manage_unsubscriptions/manage2.png diff --git a/content/applications/marketing/email_marketing/overview/media/manage3.png b/content/applications/marketing/email_marketing/overview/manage_unsubscriptions/manage3.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/manage3.png rename to content/applications/marketing/email_marketing/overview/manage_unsubscriptions/manage3.png diff --git a/content/applications/marketing/email_marketing/overview/send_emails.rst b/content/applications/marketing/email_marketing/overview/send_emails.rst index 2e7f901e3f..1c8cb313a4 100644 --- a/content/applications/marketing/email_marketing/overview/send_emails.rst +++ b/content/applications/marketing/email_marketing/overview/send_emails.rst @@ -13,7 +13,7 @@ Choose the right target and create the message | Choosing *Contacts* as *Recipients* (for example), allows you to add specifications to match just certain contacts, filtering your target. -.. image:: media/sendemails1.png +.. image:: send_emails/sendemails1.png :align: center :alt: Send mass mailing in Odoo Email Marketing @@ -26,7 +26,7 @@ Under *Mail Body*, choose a layout and make the modifications needed by dragging double-clicking on content. Note that it is possible to start from scratch selecting the *blank* template option. -.. image:: media/sendemails2.png +.. image:: send_emails/sendemails2.png :align: center :alt: Send mass mailing in Odoo Email Marketing @@ -36,7 +36,7 @@ template option. recipients’ records or on a specific email address. Note that this option is not available if you target mailing contacts or contacts as recipients. -.. image:: media/sendemails3.png +.. image:: send_emails/sendemails3.png :align: center :height: 400 :alt: Send mass mailing in Odoo Email Marketing @@ -44,7 +44,7 @@ template option. Test, send or schedule a mailing ================================ -.. image:: media/sendemails4.png +.. image:: send_emails/sendemails4.png :align: center :height: 350 :alt: Send mass mailing in Odoo Email Marketing @@ -71,7 +71,7 @@ Manage campaigns centralized view of its metrics. | Go to *Campaign* and click on *Create* to start one. -.. image:: media/sendemails5.png +.. image:: send_emails/sendemails5.png :align: center :height: 300 :alt: manage campaigns in Odoo Email Marketing diff --git a/content/applications/marketing/email_marketing/overview/media/sendemails1.png b/content/applications/marketing/email_marketing/overview/send_emails/sendemails1.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/sendemails1.png rename to content/applications/marketing/email_marketing/overview/send_emails/sendemails1.png diff --git a/content/applications/marketing/email_marketing/overview/media/sendemails2.png b/content/applications/marketing/email_marketing/overview/send_emails/sendemails2.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/sendemails2.png rename to content/applications/marketing/email_marketing/overview/send_emails/sendemails2.png diff --git a/content/applications/marketing/email_marketing/overview/media/sendemails3.png b/content/applications/marketing/email_marketing/overview/send_emails/sendemails3.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/sendemails3.png rename to content/applications/marketing/email_marketing/overview/send_emails/sendemails3.png diff --git a/content/applications/marketing/email_marketing/overview/media/sendemails4.png b/content/applications/marketing/email_marketing/overview/send_emails/sendemails4.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/sendemails4.png rename to content/applications/marketing/email_marketing/overview/send_emails/sendemails4.png diff --git a/content/applications/marketing/email_marketing/overview/media/sendemails5.png b/content/applications/marketing/email_marketing/overview/send_emails/sendemails5.png similarity index 100% rename from content/applications/marketing/email_marketing/overview/media/sendemails5.png rename to content/applications/marketing/email_marketing/overview/send_emails/sendemails5.png diff --git a/content/applications/marketing/events/integrations/integration_sms.rst b/content/applications/marketing/events/integrations/integration_sms.rst index 60edb41363..df5c064f9a 100644 --- a/content/applications/marketing/events/integrations/integration_sms.rst +++ b/content/applications/marketing/events/integrations/integration_sms.rst @@ -15,7 +15,7 @@ Configuration installed, and to enable *Schedule & Tracks* under :menuselection:`Events --> Configuration --> Settings`. -.. image:: media/int1.png +.. image:: integration_sms/int1.png :align: center :alt: SMS for Events in Odoo Events @@ -31,13 +31,13 @@ Send SMSs to attendees | You can choose to confirm each registration with the *Registration* template, and to send a reminder shortly before the event takes place with the *Reminder* template. -.. image:: media/int2.png +.. image:: integration_sms/int2.png :align: center :alt: SMS for Events in Odoo Events To make changes in an existing template, click on the external link. -.. image:: media/int3.png +.. image:: integration_sms/int3.png :align: center :alt: SMS for Events in Odoo Events @@ -48,7 +48,7 @@ The benefit of the integration with the *SMS Marketing* application is that you target you would like your message to be delivered to. To get started, click on *Contact Track Speakers*. -.. image:: media/int4.png +.. image:: integration_sms/int4.png :align: center :alt: SMS for Events in Odoo Events @@ -57,7 +57,7 @@ Speakers*. | In the example below, the SMS would be sent to the speakers who are in the stage *Proposal* on *Event Track*. -.. image:: media/int5.png +.. image:: integration_sms/int5.png :align: center :alt: SMS for Events in Odoo Events diff --git a/content/applications/marketing/events/integrations/media/int1.png b/content/applications/marketing/events/integrations/integration_sms/int1.png similarity index 100% rename from content/applications/marketing/events/integrations/media/int1.png rename to content/applications/marketing/events/integrations/integration_sms/int1.png diff --git a/content/applications/marketing/events/integrations/media/int2.png b/content/applications/marketing/events/integrations/integration_sms/int2.png similarity index 100% rename from content/applications/marketing/events/integrations/media/int2.png rename to content/applications/marketing/events/integrations/integration_sms/int2.png diff --git a/content/applications/marketing/events/integrations/media/int3.png b/content/applications/marketing/events/integrations/integration_sms/int3.png similarity index 100% rename from content/applications/marketing/events/integrations/media/int3.png rename to content/applications/marketing/events/integrations/integration_sms/int3.png diff --git a/content/applications/marketing/events/integrations/media/int4.png b/content/applications/marketing/events/integrations/integration_sms/int4.png similarity index 100% rename from content/applications/marketing/events/integrations/media/int4.png rename to content/applications/marketing/events/integrations/integration_sms/int4.png diff --git a/content/applications/marketing/events/integrations/media/int5.png b/content/applications/marketing/events/integrations/integration_sms/int5.png similarity index 100% rename from content/applications/marketing/events/integrations/media/int5.png rename to content/applications/marketing/events/integrations/integration_sms/int5.png diff --git a/content/applications/marketing/events/overview/create_event.rst b/content/applications/marketing/events/overview/create_event.rst index 0bcd23abb9..3bc1e94673 100644 --- a/content/applications/marketing/events/overview/create_event.rst +++ b/content/applications/marketing/events/overview/create_event.rst @@ -16,7 +16,7 @@ Get started Under the menu *Events*, have a view of all existing events and some key information, such as the number of expected and confirmed attendees. -.. image:: media/events_dashboard.png +.. image:: create_event/events_dashboard.png :align: center :alt: Overview of events with the kanban view in Odoo Events @@ -24,7 +24,7 @@ To start a new one, click on *Create* and fill in the form with all the needed i *Website Menu* to have the menus *Introduction*, *Location*, and *Register* being shown on your event’s website page. -.. image:: media/website_menu_field.png +.. image:: create_event/website_menu_field.png :align: center :alt: View of an event's form emphasizing the option website menu in Odoo Events @@ -32,7 +32,7 @@ To personalize these pages, click on *Edit* to open the `website builder `_, and edit content by dragging and dropping blocks. -.. image:: media/website_edit.png +.. image:: create_event/website_edit.png :align: center :alt: View of an event's website page emphasizing the edit button for Odoo Events @@ -47,7 +47,7 @@ Tab: Tickets | The *Reserved Seats* and *Unconfirmed Seat Reservations* are counted as attendees are marked as :doc:`confirmed ` or not. -.. image:: media/tickets_tab.png +.. image:: create_event/tickets_tab.png :align: center :alt: View of an event form emphasizing the tab tickets in Odoo Events @@ -60,7 +60,7 @@ Tab: Communication *Unit* (days, hours, weeks, etc.), and the *Trigger* action (after registration, after the event, etc.). -.. image:: media/communication_tab.png +.. image:: create_event/communication_tab.png :align: center :alt: View of an event form and the tab communication in Odoo Events @@ -74,7 +74,7 @@ Tab: Questions the questionnaire is shown 3 times, meaning that answers can vary for each attendee; if *Ask each attendee* is not enabled, the questionnaire is shown once, resulting in a global answer. -.. image:: media/questions_tab.png +.. image:: create_event/questions_tab.png :align: center :alt: View of an event form and a question’s window opened in Odoo Events @@ -82,7 +82,7 @@ Once your event is *Confirmed*, you can manage attendees badges, and mark the ev *Finished*. Events marked as *Finished* can be *Set to draft*, putting the event back to an *Unconfirmed* stage from which it can be edited and used again. -.. image:: media/set_to_draft.png +.. image:: create_event/set_to_draft.png :align: center :alt: View of an event’s form emphasizing the option set to draft in Odoo Events @@ -91,7 +91,7 @@ Publish your event *Go to Website* and turn *Published* on. -.. image:: media/publish_event.png +.. image:: create_event/publish_event.png :align: center :alt: View of a website page and the option to publish the event in Odoo Events diff --git a/content/applications/marketing/events/overview/media/communication_tab.png b/content/applications/marketing/events/overview/create_event/communication_tab.png similarity index 100% rename from content/applications/marketing/events/overview/media/communication_tab.png rename to content/applications/marketing/events/overview/create_event/communication_tab.png diff --git a/content/applications/marketing/events/overview/media/events_dashboard.png b/content/applications/marketing/events/overview/create_event/events_dashboard.png similarity index 100% rename from content/applications/marketing/events/overview/media/events_dashboard.png rename to content/applications/marketing/events/overview/create_event/events_dashboard.png diff --git a/content/applications/marketing/events/overview/media/publish_event.png b/content/applications/marketing/events/overview/create_event/publish_event.png similarity index 100% rename from content/applications/marketing/events/overview/media/publish_event.png rename to content/applications/marketing/events/overview/create_event/publish_event.png diff --git a/content/applications/marketing/events/overview/media/questions_tab.png b/content/applications/marketing/events/overview/create_event/questions_tab.png similarity index 100% rename from content/applications/marketing/events/overview/media/questions_tab.png rename to content/applications/marketing/events/overview/create_event/questions_tab.png diff --git a/content/applications/marketing/events/overview/media/set_to_draft.png b/content/applications/marketing/events/overview/create_event/set_to_draft.png similarity index 100% rename from content/applications/marketing/events/overview/media/set_to_draft.png rename to content/applications/marketing/events/overview/create_event/set_to_draft.png diff --git a/content/applications/marketing/events/overview/media/tickets_tab.png b/content/applications/marketing/events/overview/create_event/tickets_tab.png similarity index 100% rename from content/applications/marketing/events/overview/media/tickets_tab.png rename to content/applications/marketing/events/overview/create_event/tickets_tab.png diff --git a/content/applications/marketing/events/overview/media/website_edit.png b/content/applications/marketing/events/overview/create_event/website_edit.png similarity index 100% rename from content/applications/marketing/events/overview/media/website_edit.png rename to content/applications/marketing/events/overview/create_event/website_edit.png diff --git a/content/applications/marketing/events/overview/media/website_menu_field.png b/content/applications/marketing/events/overview/create_event/website_menu_field.png similarity index 100% rename from content/applications/marketing/events/overview/media/website_menu_field.png rename to content/applications/marketing/events/overview/create_event/website_menu_field.png diff --git a/content/applications/marketing/events/overview/media/event_sales.png b/content/applications/marketing/events/overview/media/event_sales.png deleted file mode 100644 index 9b1fb7182f..0000000000 Binary files a/content/applications/marketing/events/overview/media/event_sales.png and /dev/null differ diff --git a/content/applications/marketing/events/overview/tickets.rst b/content/applications/marketing/events/overview/tickets.rst index c8021fdea2..9e0003f9ba 100644 --- a/content/applications/marketing/events/overview/tickets.rst +++ b/content/applications/marketing/events/overview/tickets.rst @@ -12,7 +12,7 @@ Configuration | *Tickets* allow tickets to be sold :ref:`events/create_event/through_sales_orders`. *Online Ticketing* allows the sale of tickets to happen :ref:`events/create_event/through_the_website`. -.. image:: media/registration_tickets_online.png +.. image:: tickets/registration_tickets_online.png :align: center :alt: View of the settings page for Odoo Events @@ -24,7 +24,7 @@ Through Sales Orders On the *Sales* application, choose the event product you created and add it as a product line. A window pops-up, allowing you to choose the event for which you want to create the sales order. -.. image:: media/ticket_sales_order.png +.. image:: tickets/ticket_sales_order.png :align: center :alt: View of a sales order and the option to choose the event as the product line in Odoo Events @@ -32,7 +32,7 @@ window pops-up, allowing you to choose the event for which you want to create th Remember to create a product form for the event registration, under *Product*, in the *Sales* application, and to add that same product under your event’s form. - .. image:: media/tickets_product.png + .. image:: tickets/tickets_product.png :align: center :alt: View of an event form highlighting the column product under the tab tickets in Odoo Events @@ -45,7 +45,7 @@ Through the Website On the website, once tickets are added to the cart, the user can continue the transaction choosing among the payment methods you chose to have available. -.. image:: media/website_ticket_transaction.png +.. image:: tickets/website_ticket_transaction.png :align: center :alt: View of website transaction for Odoo Events diff --git a/content/applications/marketing/events/overview/media/registration_tickets_online.png b/content/applications/marketing/events/overview/tickets/registration_tickets_online.png similarity index 100% rename from content/applications/marketing/events/overview/media/registration_tickets_online.png rename to content/applications/marketing/events/overview/tickets/registration_tickets_online.png diff --git a/content/applications/marketing/events/overview/media/ticket_sales_order.png b/content/applications/marketing/events/overview/tickets/ticket_sales_order.png similarity index 100% rename from content/applications/marketing/events/overview/media/ticket_sales_order.png rename to content/applications/marketing/events/overview/tickets/ticket_sales_order.png diff --git a/content/applications/marketing/events/overview/media/tickets_product.png b/content/applications/marketing/events/overview/tickets/tickets_product.png similarity index 100% rename from content/applications/marketing/events/overview/media/tickets_product.png rename to content/applications/marketing/events/overview/tickets/tickets_product.png diff --git a/content/applications/marketing/events/overview/media/website_ticket_transaction.png b/content/applications/marketing/events/overview/tickets/website_ticket_transaction.png similarity index 100% rename from content/applications/marketing/events/overview/media/website_ticket_transaction.png rename to content/applications/marketing/events/overview/tickets/website_ticket_transaction.png diff --git a/content/applications/marketing/events/overview/track_attendees.rst b/content/applications/marketing/events/overview/track_attendees.rst index 4fff8b3b2a..f039ce2d34 100644 --- a/content/applications/marketing/events/overview/track_attendees.rst +++ b/content/applications/marketing/events/overview/track_attendees.rst @@ -11,14 +11,14 @@ Attendees list and attendance | Once attendees have registered or bought their tickets, they are added to the *Attendees* list. | Tickets sold through sales orders validate attendees as soon as the quotation is confirmed. -.. image:: media/attendees.png +.. image:: track_attendees/attendees.png :align: center :alt: Overview of events with the kanban view in Odoo Events The check mark button is used to confirm the registration. Once a registration is confirmed, attendance can be marked. -.. image:: media/attendees_registration.png +.. image:: track_attendees/attendees_registration.png :align: center :alt: Overview of events with the kanban view in Odoo Events @@ -28,7 +28,7 @@ Bagdes and cancellations On the attendees form, choose to send badges manually by clicking on *Send By Email*. *Cancel Registration* to have that attendee being moved to the *Cancelled* stage. -.. image:: media/emails_and_cancel_registration.png +.. image:: track_attendees/emails_and_cancel_registration.png :align: center :alt: View of an attendee form emphasizing the send by email and cancel registration in Odoo Events @@ -36,7 +36,7 @@ Registration* to have that attendee being moved to the *Cancelled* stage. To see a list of your canceled attendees, under *Filters*, add a *Custom Filter* choosing *Status > is > Cancelled*. -.. image:: media/filters.png +.. image:: track_attendees/filters.png :align: center :alt: View of a list of the canceled attendees using the filters in Odoo Events diff --git a/content/applications/marketing/events/overview/media/attendees.png b/content/applications/marketing/events/overview/track_attendees/attendees.png similarity index 100% rename from content/applications/marketing/events/overview/media/attendees.png rename to content/applications/marketing/events/overview/track_attendees/attendees.png diff --git a/content/applications/marketing/events/overview/media/attendees_registration.png b/content/applications/marketing/events/overview/track_attendees/attendees_registration.png similarity index 100% rename from content/applications/marketing/events/overview/media/attendees_registration.png rename to content/applications/marketing/events/overview/track_attendees/attendees_registration.png diff --git a/content/applications/marketing/events/overview/media/emails_and_cancel_registration.png b/content/applications/marketing/events/overview/track_attendees/emails_and_cancel_registration.png similarity index 100% rename from content/applications/marketing/events/overview/media/emails_and_cancel_registration.png rename to content/applications/marketing/events/overview/track_attendees/emails_and_cancel_registration.png diff --git a/content/applications/marketing/events/overview/media/filters.png b/content/applications/marketing/events/overview/track_attendees/filters.png similarity index 100% rename from content/applications/marketing/events/overview/media/filters.png rename to content/applications/marketing/events/overview/track_attendees/filters.png diff --git a/content/applications/marketing/events/overview/track_talks.rst b/content/applications/marketing/events/overview/track_talks.rst index 9131af6f1e..b98e6a3306 100644 --- a/content/applications/marketing/events/overview/track_talks.rst +++ b/content/applications/marketing/events/overview/track_talks.rst @@ -13,14 +13,14 @@ Configuration *Track Proposals on Website* become available. Enabling them adds the menus *Talks*, *Talk Proposals*, and *Agenda* to your website. -.. image:: media/track_proposals_website.png +.. image:: track_talks/track_proposals_website.png :align: center :alt: View of an event form and the options to track and propose speaker in Odoo Events Besides having the ability to suggest their own talks, the website now allows users to see a list of the whole agenda and scheduled talks. -.. image:: media/website_menus.png +.. image:: track_talks/website_menus.png :align: center :alt: View of the published website and the menus talks, talk proposal and agenda in Odoo Events @@ -34,14 +34,14 @@ Publishing speaker proposals Once partners have filled in the appropriate form and submitted their proposals, a new *Proposal* is instantly created under the menu *Track*. -.. image:: media/proposals_list.png +.. image:: track_talks/proposals_list.png :align: center :alt: View of the talks’ proposals page emphasizing the column proposal in Odoo Events If the proposal is accepted and can go online, simply open its form and click on *Go to Website*. From the website page, turn *Published* on. -.. image:: media/publish_speakers.png +.. image:: track_talks/publish_speakers.png :align: center :alt: View of the website page to publish a proposed talk for Odoo Events diff --git a/content/applications/marketing/events/overview/media/proposals_list.png b/content/applications/marketing/events/overview/track_talks/proposals_list.png similarity index 100% rename from content/applications/marketing/events/overview/media/proposals_list.png rename to content/applications/marketing/events/overview/track_talks/proposals_list.png diff --git a/content/applications/marketing/events/overview/media/publish_speakers.png b/content/applications/marketing/events/overview/track_talks/publish_speakers.png similarity index 100% rename from content/applications/marketing/events/overview/media/publish_speakers.png rename to content/applications/marketing/events/overview/track_talks/publish_speakers.png diff --git a/content/applications/marketing/events/overview/media/track_proposals_website.png b/content/applications/marketing/events/overview/track_talks/track_proposals_website.png similarity index 100% rename from content/applications/marketing/events/overview/media/track_proposals_website.png rename to content/applications/marketing/events/overview/track_talks/track_proposals_website.png diff --git a/content/applications/marketing/events/overview/media/website_menus.png b/content/applications/marketing/events/overview/track_talks/website_menus.png similarity index 100% rename from content/applications/marketing/events/overview/media/website_menus.png rename to content/applications/marketing/events/overview/track_talks/website_menus.png diff --git a/content/applications/marketing/marketing_automation/advanced/understanding_metrics.rst b/content/applications/marketing/marketing_automation/advanced/understanding_metrics.rst index a54440bdb1..18161f1a62 100644 --- a/content/applications/marketing/marketing_automation/advanced/understanding_metrics.rst +++ b/content/applications/marketing/marketing_automation/advanced/understanding_metrics.rst @@ -10,7 +10,7 @@ employees to goals. | Let’s consider the example below: -.. image:: media/metrics1.png +.. image:: understanding_metrics/metrics1.png :align: center :alt: Metrics in Odoo Marketing Automation @@ -20,7 +20,7 @@ employees to goals. | A total number of 20 records match the criteria. -.. image:: media/metrics2.png +.. image:: understanding_metrics/metrics2.png :align: center :alt: Metrics in Odoo Marketing Automation @@ -28,7 +28,7 @@ employees to goals. Out of those 20 records, 25 have become participants, in other words, they have matched the criteria. -.. image:: media/metrics3.png +.. image:: understanding_metrics/metrics3.png :align: center :alt: Metrics in Odoo Marketing Automation @@ -56,7 +56,7 @@ different from the number of *Participants*. | Example: for an activity sending an SMS, you could make sure a phone number is set to avoid triggering a SMS that would never be sent and crash. - .. image:: media/metrics4.png + .. image:: understanding_metrics/metrics4.png :align: center :alt: Metrics in Odoo Marketing Automation @@ -64,7 +64,7 @@ different from the number of *Participants*. activity - was performed successfully in relation to the total number of participants. | If a participant does not match the conditions, it will be added to *Rejected*. -.. image:: media/metrics5.png +.. image:: understanding_metrics/metrics5.png :align: center :alt: Metrics in Odoo Marketing Automation diff --git a/content/applications/marketing/marketing_automation/advanced/media/metrics1.png b/content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics1.png similarity index 100% rename from content/applications/marketing/marketing_automation/advanced/media/metrics1.png rename to content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics1.png diff --git a/content/applications/marketing/marketing_automation/advanced/media/metrics2.png b/content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics2.png similarity index 100% rename from content/applications/marketing/marketing_automation/advanced/media/metrics2.png rename to content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics2.png diff --git a/content/applications/marketing/marketing_automation/advanced/media/metrics3.png b/content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics3.png similarity index 100% rename from content/applications/marketing/marketing_automation/advanced/media/metrics3.png rename to content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics3.png diff --git a/content/applications/marketing/marketing_automation/advanced/media/metrics4.png b/content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics4.png similarity index 100% rename from content/applications/marketing/marketing_automation/advanced/media/metrics4.png rename to content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics4.png diff --git a/content/applications/marketing/marketing_automation/advanced/media/metrics5.png b/content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics5.png similarity index 100% rename from content/applications/marketing/marketing_automation/advanced/media/metrics5.png rename to content/applications/marketing/marketing_automation/advanced/understanding_metrics/metrics5.png diff --git a/content/applications/marketing/marketing_automation/overview/automate_actions.rst b/content/applications/marketing/marketing_automation/overview/automate_actions.rst index d27374c36b..463d58d2a2 100644 --- a/content/applications/marketing/marketing_automation/overview/automate_actions.rst +++ b/content/applications/marketing/marketing_automation/overview/automate_actions.rst @@ -14,7 +14,7 @@ Go to :menuselection:`Campaigns --> Create`. database. -.. image:: media/auto1.png +.. image:: automate_actions/auto1.png :align: center :alt: Create workflows in Odoo Marketing Automation @@ -30,7 +30,7 @@ Create a parent activity and start to build a workflow Click on *Add new activity*. -.. image:: media/auto2.png +.. image:: automate_actions/auto2.png :align: center :alt: Create workflows in Odoo Marketing Automation @@ -50,7 +50,7 @@ Add Child Activities the email was replied or not, the link was clicked or not, the email bounced back. -.. image:: media/auto3.png +.. image:: automate_actions/auto3.png :align: center :height: 350 :alt: Create workflows in Odoo Marketing Automation diff --git a/content/applications/marketing/marketing_automation/overview/media/auto1.png b/content/applications/marketing/marketing_automation/overview/automate_actions/auto1.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/auto1.png rename to content/applications/marketing/marketing_automation/overview/automate_actions/auto1.png diff --git a/content/applications/marketing/marketing_automation/overview/media/auto2.png b/content/applications/marketing/marketing_automation/overview/automate_actions/auto2.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/auto2.png rename to content/applications/marketing/marketing_automation/overview/automate_actions/auto2.png diff --git a/content/applications/marketing/marketing_automation/overview/media/auto3.png b/content/applications/marketing/marketing_automation/overview/automate_actions/auto3.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/auto3.png rename to content/applications/marketing/marketing_automation/overview/automate_actions/auto3.png diff --git a/content/applications/marketing/marketing_automation/overview/segment.rst b/content/applications/marketing/marketing_automation/overview/segment.rst index 5353820e5b..08918c82b6 100644 --- a/content/applications/marketing/marketing_automation/overview/segment.rst +++ b/content/applications/marketing/marketing_automation/overview/segment.rst @@ -9,7 +9,7 @@ When working with filters, you will see that some of the rules have an arrow but informing you that the parameter has more variables within it. -.. image:: media/filters1.png +.. image:: segment/filters1.png :align: center :height: 350 :alt: Filters in Odoo Marketing Automation @@ -19,7 +19,7 @@ informing you that the parameter has more variables within it. | To exclude a *node* or a *branch*, click on *Delete node* (x). -.. image:: media/filters2.png +.. image:: segment/filters2.png :align: center :alt: Filters in Odoo Marketing Automation @@ -33,33 +33,33 @@ Use cases - **Scenario**: narrow the target down to new opportunities in the pipeline. - .. image:: media/filters3.png + .. image:: segment/filters3.png :alt: Filters in Odoo Marketing Automation - **Scenario**: narrow the target down to suppliers. - .. image:: media/filters4.png + .. image:: segment/filters4.png :alt: Filters in Odoo Marketing Automation - **Scenario**: narrow the leads down to the ones that contain a certain tag name. - .. image:: media/filters5.png + .. image:: segment/filters5.png :alt: Filters in Odoo Marketing Automation - **Scenario**: narrow the target down to the attendees of a specific event that purchase a specific category of ticket. - .. image:: media/filters6.png + .. image:: segment/filters6.png :alt: Filters in Odoo Marketing Automation - **Scenario**: narrow the target down to the employees who have kids. - .. image:: media/filters7.png + .. image:: segment/filters7.png :alt: Filters in Odoo Marketing Automation - **Scenario**: narrow the target down to records with a helpdesk ticket solved. - .. image:: media/filters8.png + .. image:: segment/filters8.png :alt: Filters in Odoo Marketing Automation .. seealso:: diff --git a/content/applications/marketing/marketing_automation/overview/media/filters1.png b/content/applications/marketing/marketing_automation/overview/segment/filters1.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters1.png rename to content/applications/marketing/marketing_automation/overview/segment/filters1.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters2.png b/content/applications/marketing/marketing_automation/overview/segment/filters2.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters2.png rename to content/applications/marketing/marketing_automation/overview/segment/filters2.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters3.png b/content/applications/marketing/marketing_automation/overview/segment/filters3.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters3.png rename to content/applications/marketing/marketing_automation/overview/segment/filters3.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters4.png b/content/applications/marketing/marketing_automation/overview/segment/filters4.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters4.png rename to content/applications/marketing/marketing_automation/overview/segment/filters4.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters5.png b/content/applications/marketing/marketing_automation/overview/segment/filters5.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters5.png rename to content/applications/marketing/marketing_automation/overview/segment/filters5.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters6.png b/content/applications/marketing/marketing_automation/overview/segment/filters6.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters6.png rename to content/applications/marketing/marketing_automation/overview/segment/filters6.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters7.png b/content/applications/marketing/marketing_automation/overview/segment/filters7.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters7.png rename to content/applications/marketing/marketing_automation/overview/segment/filters7.png diff --git a/content/applications/marketing/marketing_automation/overview/media/filters8.png b/content/applications/marketing/marketing_automation/overview/segment/filters8.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/filters8.png rename to content/applications/marketing/marketing_automation/overview/segment/filters8.png diff --git a/content/applications/marketing/marketing_automation/overview/test.rst b/content/applications/marketing/marketing_automation/overview/test.rst index 8bf5efaa5d..399af7a5cb 100644 --- a/content/applications/marketing/marketing_automation/overview/test.rst +++ b/content/applications/marketing/marketing_automation/overview/test.rst @@ -12,7 +12,7 @@ Launch a test *Run* and *Stop* activities individually. To stop the whole workflow click on *Stop*. -.. image:: media/test1.png +.. image:: test/test1.png :align: center :height: 350 :alt: Create workflows in Odoo Marketing Automation @@ -29,7 +29,7 @@ Click on *Start* to run the workflow, and on *Stop* to interrupt it. The interru can happen at any moment. The current status will be shown on the status bar. -.. image:: media/test2.png +.. image:: test/test2.png :align: center :alt: Create workflows in Odoo Marketing Automation @@ -39,7 +39,7 @@ Participants and their specific workflow *Participants* are all the records that have ever been involved in the campaign. -.. image:: media/test3.png +.. image:: test/test3.png :align: center :alt: Create workflows in Odoo Marketing Automation diff --git a/content/applications/marketing/marketing_automation/overview/media/test1.png b/content/applications/marketing/marketing_automation/overview/test/test1.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/test1.png rename to content/applications/marketing/marketing_automation/overview/test/test1.png diff --git a/content/applications/marketing/marketing_automation/overview/media/test2.png b/content/applications/marketing/marketing_automation/overview/test/test2.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/test2.png rename to content/applications/marketing/marketing_automation/overview/test/test2.png diff --git a/content/applications/marketing/marketing_automation/overview/media/test3.png b/content/applications/marketing/marketing_automation/overview/test/test3.png similarity index 100% rename from content/applications/marketing/marketing_automation/overview/media/test3.png rename to content/applications/marketing/marketing_automation/overview/test/test3.png diff --git a/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist.rst b/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist.rst index b96bff05cf..2ea284704e 100644 --- a/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist.rst +++ b/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist.rst @@ -15,7 +15,7 @@ Contact lists make the mailing list accessible to your recipients in the unsubscription page (allowing users to update their subscription preferences). -.. image:: ./media/sms_marketing9.png +.. image:: contact_lists_and_blacklist/sms_marketing9.png :align: center History with the Log Notes @@ -27,7 +27,7 @@ History with the Log Notes interactions with your contacts or prospects. Example: your sales representative can easily find out which SMS mailing promotions a customer has received or not. -.. image:: ./media/sms_marketing10.png +.. image:: contact_lists_and_blacklist/sms_marketing10.png :align: center :height: 300 @@ -38,5 +38,5 @@ Blacklist blacklisted, you can import those entries to your database. | For that, go to :menuselection:`Configuration --> Phone Blacklist --> Import`. -.. image:: ./media/sms_marketing11.png +.. image:: contact_lists_and_blacklist/sms_marketing11.png :align: center \ No newline at end of file diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing10.png b/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist/sms_marketing10.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing10.png rename to content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist/sms_marketing10.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing11.png b/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist/sms_marketing11.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing11.png rename to content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist/sms_marketing11.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing9.png b/content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist/sms_marketing9.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing9.png rename to content/applications/marketing/sms_marketing/overview/contact_lists_and_blacklist/sms_marketing9.png diff --git a/content/applications/marketing/sms_marketing/overview/integrations_and_template.rst b/content/applications/marketing/sms_marketing/overview/integrations_and_template.rst index 47a451adb8..c3cae38355 100644 --- a/content/applications/marketing/sms_marketing/overview/integrations_and_template.rst +++ b/content/applications/marketing/sms_marketing/overview/integrations_and_template.rst @@ -11,20 +11,20 @@ Campaigns First, make sure to have the necessary feature activated. Go to the :menuselection:`Email Marketing app --> Configuration --> Settings` and enable *Mailing Campaigns*. -.. image:: ./media/sms_marketing12.png +.. image:: integrations_and_template/sms_marketing12.png :align: center Now, the menu *Campaigns* is also available on the *SMS Marketing* app, allowing you to manage and have an overview of your SMS mailings under campaigns. -.. image:: ./media/sms_marketing13.png +.. image:: integrations_and_template/sms_marketing13.png :align: center This feature is especially useful if you have aggregated campaigns, as you have a global reporting view. In addition to that, you can create stages in your Kanban view to better organize the work being done. -.. image:: ./media/sms_marketing14.png +.. image:: integrations_and_template/sms_marketing14.png :align: center Sending SMSs through the Contacts app @@ -35,13 +35,13 @@ Sending SMSs through the Contacts app | For that, go to the *Contacts* app, select the contact and click on the *SMS* icon next to the phone number. -.. image:: ./media/sms_marketing15.png +.. image:: integrations_and_template/sms_marketing15.png :align: center If you would like to send a message to multiple contacts at once, choose the *List View*, select all the contacts needed, and under *Action* select *Send SMS*. -.. image:: ./media/sms_marketing16.png +.. image:: integrations_and_template/sms_marketing16.png :align: center Set up SMS templates @@ -50,10 +50,10 @@ Set up SMS templates To set up *SMS Templates*, activate the :ref:`developer mode `, then go to :menuselection:`Technical --> SMS Templates`. -.. image:: ./media/sms_marketing17.png +.. image:: integrations_and_template/sms_marketing17.png :align: center -.. image:: ./media/sms_marketing18.png +.. image:: integrations_and_template/sms_marketing18.png :align: center .. tip:: diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing12.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing12.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing12.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing12.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing13.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing13.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing13.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing13.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing14.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing14.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing14.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing14.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing15.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing15.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing15.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing15.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing16.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing16.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing16.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing16.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing17.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing17.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing17.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing17.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing18.png b/content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing18.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing18.png rename to content/applications/marketing/sms_marketing/overview/integrations_and_template/sms_marketing18.png diff --git a/content/applications/marketing/sms_marketing/overview/sms_mailing_reports.rst b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports.rst index f17051b7fa..5439e02add 100644 --- a/content/applications/marketing/sms_marketing/overview/sms_mailing_reports.rst +++ b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports.rst @@ -12,7 +12,7 @@ Get started Go to :menuselection:`SMS Marketing --> Create`. -.. image:: ./media/sms_marketing1.png +.. image:: sms_mailing_reports/sms_marketing1.png :align: center | Specify a *subject* name to help you remembering what the mailing is about. @@ -21,13 +21,13 @@ Go to :menuselection:`SMS Marketing --> Create`. | From there, you can refine your recipient list with the *add filter* option. In the example below, the message would be sent to the contacts living in Belgium. -.. image:: ./media/sms_marketing2.png +.. image:: sms_mailing_reports/sms_marketing2.png :align: center The *Mailing list* option, on the other hand, allows you to choose the specific mailing lists you created to group specific contacts. You are allowed to select multiple ones. -.. image:: ./media/sms_marketing3.png +.. image:: sms_mailing_reports/sms_marketing3.png :align: center | Under the *SMS Content* tab, links can be included and Odoo automatically generates *link @@ -35,7 +35,7 @@ created to group specific contacts. You are allowed to select multiple ones. | Under *Settings* you have the option *Include opt-out link*. If activated, the contact is able to unsubscribe from the mailing list. -.. image:: ./media/sms_marketing4.png +.. image:: sms_mailing_reports/sms_marketing4.png :align: center :width: 450 @@ -43,7 +43,7 @@ created to group specific contacts. You are allowed to select multiple ones. In the *Link Tracker* menu under *Configuration*, you can see the history of your sent links, access them and look at statistics. - .. image:: ./media/sms_marketing5.png + .. image:: sms_mailing_reports/sms_marketing5.png :align: center .. note:: @@ -52,7 +52,7 @@ created to group specific contacts. You are allowed to select multiple ones. Send a mailing ============== -.. image:: ./media/sms_marketing6.png +.. image:: sms_mailing_reports/sms_marketing6.png Once you have your mailing created, you must choose when you would like it to be delivered: @@ -72,14 +72,14 @@ Visualize reports Under the *Reporting* menu apply filters, measures, and adopt different layouts to do analyses of the performance of your SMS mailings. -.. image:: ./media/sms_marketing7.png +.. image:: sms_mailing_reports/sms_marketing7.png :align: center .. tip:: You can also check the price to send an SMS for your country by clicking on the *Information* icon. - .. image:: ./media/sms_marketing8.png + .. image:: sms_mailing_reports/sms_marketing8.png :align: center .. note:: diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing1.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing1.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing1.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing1.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing2.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing2.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing2.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing2.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing3.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing3.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing3.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing3.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing4.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing4.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing4.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing4.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing5.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing5.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing5.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing5.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing6.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing6.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing6.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing6.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing7.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing7.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing7.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing7.png diff --git a/content/applications/marketing/sms_marketing/overview/media/sms_marketing8.png b/content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing8.png similarity index 100% rename from content/applications/marketing/sms_marketing/overview/media/sms_marketing8.png rename to content/applications/marketing/sms_marketing/overview/sms_mailing_reports/sms_marketing8.png diff --git a/content/applications/marketing/sms_marketing/pricing/pricing_and_faq.rst b/content/applications/marketing/sms_marketing/pricing/pricing_and_faq.rst index 48332a5106..8049e8c1ee 100644 --- a/content/applications/marketing/sms_marketing/pricing/pricing_and_faq.rst +++ b/content/applications/marketing/sms_marketing/pricing/pricing_and_faq.rst @@ -15,7 +15,7 @@ There are 2 types: GSM7 and UNICODE. following characters: -.. image:: media/faq1.png +.. image:: pricing_and_faq/faq1.png :align: center :alt: GSM7 in Odoo SMS Marketing @@ -39,7 +39,7 @@ How much does it cost to send an SMS? The number of SMSs a message represents will be always available to you in your database. -.. image:: media/faq2.png +.. image:: pricing_and_faq/faq2.png :align: center :height: 300 :alt: SMS pricing and FAQ Odoo SMS Marketing @@ -50,14 +50,14 @@ How do I buy credits? Go to :menuselection:`Settings --> Buy Credits`. -.. image:: media/faq3.png +.. image:: pricing_and_faq/faq3.png :alt: SMS pricing and FAQ Odoo SMS Marketing Or go to :menuselection:`Settings --> View my Services`. -.. image:: media/faq4.png +.. image:: pricing_and_faq/faq4.png :alt: SMS pricing and FAQ Odoo SMS Marketing diff --git a/content/applications/marketing/sms_marketing/pricing/media/faq1.png b/content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq1.png similarity index 100% rename from content/applications/marketing/sms_marketing/pricing/media/faq1.png rename to content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq1.png diff --git a/content/applications/marketing/sms_marketing/pricing/media/faq2.png b/content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq2.png similarity index 100% rename from content/applications/marketing/sms_marketing/pricing/media/faq2.png rename to content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq2.png diff --git a/content/applications/marketing/sms_marketing/pricing/media/faq3.png b/content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq3.png similarity index 100% rename from content/applications/marketing/sms_marketing/pricing/media/faq3.png rename to content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq3.png diff --git a/content/applications/marketing/sms_marketing/pricing/media/faq4.png b/content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq4.png similarity index 100% rename from content/applications/marketing/sms_marketing/pricing/media/faq4.png rename to content/applications/marketing/sms_marketing/pricing/pricing_and_faq/faq4.png diff --git a/content/applications/marketing/social_marketing/overview/campaigns.rst b/content/applications/marketing/social_marketing/overview/campaigns.rst index 1bc4a0b6e0..0a7dbd595c 100644 --- a/content/applications/marketing/social_marketing/overview/campaigns.rst +++ b/content/applications/marketing/social_marketing/overview/campaigns.rst @@ -9,7 +9,7 @@ analyze your content. Go to :menuselection:`Social Marketing --> Campaigns --> Create`. -.. image:: media/create_campaign.png +.. image:: campaigns/create_campaign.png :align: center :alt: Click on create to start a campaign in Odoo Social Marketing diff --git a/content/applications/marketing/social_marketing/overview/media/create_campaign.png b/content/applications/marketing/social_marketing/overview/campaigns/create_campaign.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/create_campaign.png rename to content/applications/marketing/social_marketing/overview/campaigns/create_campaign.png diff --git a/content/applications/marketing/social_marketing/overview/livechat.rst b/content/applications/marketing/social_marketing/overview/livechat.rst index caef75ac1b..d1a00d8b26 100644 --- a/content/applications/marketing/social_marketing/overview/livechat.rst +++ b/content/applications/marketing/social_marketing/overview/livechat.rst @@ -13,7 +13,7 @@ Configuration Go to :menuselection:`Website --> Configuration --> Settings --> Live Chat` select the appropriate channel, and set it up. -.. image:: media/enable_livechat.png +.. image:: livechat/enable_livechat.png :align: center :alt: Enable live chat under website configurations for Odoo Social Marketing @@ -35,7 +35,7 @@ Under the *Visitors* menu, see the visitors that landed on one of your | Open a record to see details including the visited pages, and the first and last date and time the user was connected. -.. image:: media/monitor_visitors.png +.. image:: livechat/monitor_visitors.png :align: center :alt: See a visitor's history of pages in Odoo Social Marketing @@ -52,7 +52,7 @@ To define which pages are tracked, on the *Website* application, go to :menuselection:`Website --> Configuration --> Pages` and enable the option *Track*, on the respective pages. -.. image:: media/website_track_pages.png +.. image:: livechat/website_track_pages.png :align: center :alt: Choose the pages to be tracked in the website application for Odoo Social Marketing diff --git a/content/applications/marketing/social_marketing/overview/media/enable_livechat.png b/content/applications/marketing/social_marketing/overview/livechat/enable_livechat.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/enable_livechat.png rename to content/applications/marketing/social_marketing/overview/livechat/enable_livechat.png diff --git a/content/applications/marketing/social_marketing/overview/media/monitor_visitors.png b/content/applications/marketing/social_marketing/overview/livechat/monitor_visitors.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/monitor_visitors.png rename to content/applications/marketing/social_marketing/overview/livechat/monitor_visitors.png diff --git a/content/applications/marketing/social_marketing/overview/media/website_track_pages.png b/content/applications/marketing/social_marketing/overview/livechat/website_track_pages.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/website_track_pages.png rename to content/applications/marketing/social_marketing/overview/livechat/website_track_pages.png diff --git a/content/applications/marketing/social_marketing/overview/manage_social.rst b/content/applications/marketing/social_marketing/overview/manage_social.rst index c31f1e123f..09153050ec 100644 --- a/content/applications/marketing/social_marketing/overview/manage_social.rst +++ b/content/applications/marketing/social_marketing/overview/manage_social.rst @@ -13,7 +13,7 @@ Add accounts and create your feed Click on *Add Stream* and grant the required permissions to add your accounts. -.. image:: media/add_streams.png +.. image:: manage_social/add_streams.png :align: center :alt: Click on add streams to add accounts in Odoo Social Marketing @@ -24,14 +24,14 @@ Click on *Add Stream* and grant the required permissions to add your accounts. | You can then add new accounts and/or streams, such as Facebook mentions, and customize your Kanban view. -.. image:: media/feed.png +.. image:: manage_social/feed.png :align: center :alt: See all streams in the feed in Odoo Social Marketing Adding social media accounts to your feed will also link KPIs. To get redirected to the statistics page of the social account, click on *Insights*. -.. image:: media/insights.png +.. image:: manage_social/insights.png :align: center :alt: Click on insights to be redirected to the social account from Odoo Social Marketing @@ -40,7 +40,7 @@ Link a LinkedIn account Go to :menuselection:`Social Marketing --> Configuration --> Social Media`. -.. image:: media/add_linkedin.png +.. image:: manage_social/add_linkedin.png :align: center :alt: Go to configuration to link a linkedin account in Odoo Social Marketing @@ -53,7 +53,7 @@ Publish content Click on :menuselection:`Social Marketing --> Feed --> New Post`, or go to :menuselection:`Social Marketing --> Posts → Create`. -.. image:: media/publish_content.png +.. image:: manage_social/publish_content.png :align: center :alt: Click on create or new post to create and publish content in Odoo Social Marketing @@ -69,7 +69,7 @@ Overview and plan your posts with a calendar view | Double-click on a date to create a post directly from the *Calendar view*, and click on an existing one to edit it. -.. image:: media/calendar_view.png +.. image:: manage_social/calendar_view.png :align: center :alt: Click on the calendar view option in Odoo Social Marketing diff --git a/content/applications/marketing/social_marketing/overview/media/add_linkedin.png b/content/applications/marketing/social_marketing/overview/manage_social/add_linkedin.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/add_linkedin.png rename to content/applications/marketing/social_marketing/overview/manage_social/add_linkedin.png diff --git a/content/applications/marketing/social_marketing/overview/media/add_streams.png b/content/applications/marketing/social_marketing/overview/manage_social/add_streams.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/add_streams.png rename to content/applications/marketing/social_marketing/overview/manage_social/add_streams.png diff --git a/content/applications/marketing/social_marketing/overview/media/calendar_view.png b/content/applications/marketing/social_marketing/overview/manage_social/calendar_view.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/calendar_view.png rename to content/applications/marketing/social_marketing/overview/manage_social/calendar_view.png diff --git a/content/applications/marketing/social_marketing/overview/media/feed.png b/content/applications/marketing/social_marketing/overview/manage_social/feed.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/feed.png rename to content/applications/marketing/social_marketing/overview/manage_social/feed.png diff --git a/content/applications/marketing/social_marketing/overview/media/insights.png b/content/applications/marketing/social_marketing/overview/manage_social/insights.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/insights.png rename to content/applications/marketing/social_marketing/overview/manage_social/insights.png diff --git a/content/applications/marketing/social_marketing/overview/media/publish_content.png b/content/applications/marketing/social_marketing/overview/manage_social/publish_content.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/publish_content.png rename to content/applications/marketing/social_marketing/overview/manage_social/publish_content.png diff --git a/content/applications/marketing/social_marketing/overview/push_notifications.rst b/content/applications/marketing/social_marketing/overview/push_notifications.rst index 208c43cb36..7a8b2ac9fb 100644 --- a/content/applications/marketing/social_marketing/overview/push_notifications.rst +++ b/content/applications/marketing/social_marketing/overview/push_notifications.rst @@ -13,14 +13,14 @@ Ask users for permission In the *Website* application go to :menuselection:`Website --> Configuration --> Settings` and enable *Web Push Notifications*. -.. image:: media/enable_push.png +.. image:: push_notifications/enable_push.png :align: center :alt: Go to settings and enable web push notifications for Odoo Social Marketing Choose your message, icon, and delay time (which is the wait time for the permission request to be shown once the user lands on your page). -.. image:: media/push_permission.png +.. image:: push_notifications/push_permission.png :align: center :alt: Request to send messages is being shown on the page for Odoo Social Marketing @@ -32,7 +32,7 @@ Individually You can send individual messages through the menu *Visitors*. -.. image:: media/individually_push.png +.. image:: push_notifications/individually_push.png :align: center :alt: Choose individually to whom send web push notifications in Odoo Social Marketing @@ -42,7 +42,7 @@ To a group Target a bigger segment by selecting multiple visitors in the *View List* (e.g.: all visitors that visited your Homepage). -.. image:: media/push_to_a_group.png +.. image:: push_notifications/push_to_a_group.png :align: center :alt: Select multiple contacts to send web push notifications in Odoo Social Marketing @@ -55,7 +55,7 @@ By rules Or go to :menuselection:`Social Marketing --> Posts --> Create`. Under *Web Notification options*, apply filters to send your message to the records that match the rules you set. -.. image:: media/push_rules.png +.. image:: push_notifications/push_rules.png :align: center :alt: Define rules to send push notifications in Odoo Social Marketing diff --git a/content/applications/marketing/social_marketing/overview/media/enable_push.png b/content/applications/marketing/social_marketing/overview/push_notifications/enable_push.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/enable_push.png rename to content/applications/marketing/social_marketing/overview/push_notifications/enable_push.png diff --git a/content/applications/marketing/social_marketing/overview/media/individually_push.png b/content/applications/marketing/social_marketing/overview/push_notifications/individually_push.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/individually_push.png rename to content/applications/marketing/social_marketing/overview/push_notifications/individually_push.png diff --git a/content/applications/marketing/social_marketing/overview/media/push_permission.png b/content/applications/marketing/social_marketing/overview/push_notifications/push_permission.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/push_permission.png rename to content/applications/marketing/social_marketing/overview/push_notifications/push_permission.png diff --git a/content/applications/marketing/social_marketing/overview/media/push_rules.png b/content/applications/marketing/social_marketing/overview/push_notifications/push_rules.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/push_rules.png rename to content/applications/marketing/social_marketing/overview/push_notifications/push_rules.png diff --git a/content/applications/marketing/social_marketing/overview/media/push_to_a_group.png b/content/applications/marketing/social_marketing/overview/push_notifications/push_to_a_group.png similarity index 100% rename from content/applications/marketing/social_marketing/overview/media/push_to_a_group.png rename to content/applications/marketing/social_marketing/overview/push_notifications/push_to_a_group.png diff --git a/content/applications/marketing/surveys/overview/create.rst b/content/applications/marketing/surveys/overview/create.rst index e74b12d0ed..bad42b34c8 100644 --- a/content/applications/marketing/surveys/overview/create.rst +++ b/content/applications/marketing/surveys/overview/create.rst @@ -14,7 +14,7 @@ When creating your survey, choose a *Title* and *Category*. The *Category* field which context the survey is being conducted, as different applications might use it for different purposes such as recruitment, certification, or employee appraisal. -.. image:: media/new_survey.png +.. image:: create/new_survey.png :align: center :alt: Form view of a survey with a title and category being chosen in Odoo Surveys @@ -36,7 +36,7 @@ Tab: Questions displayed as an answer choice, with which a text type field is displayed. - *Matrix Type*: choose if you would like to have one or multiple choices per row. -.. image:: media/sections_questions.png +.. image:: create/sections_questions.png :align: center :alt: Sections and questions view of a survey in Odoo Surveys @@ -45,7 +45,7 @@ Tab: Description Write a *Description* to be displayed under the title of the survey's homepage. -.. image:: media/frontend_description.png +.. image:: create/frontend_description.png :align: center :alt: Frontend of a survey showing the title and description of a survey for Odoo Surveys @@ -59,7 +59,7 @@ Under the tab *Options*, choose the *Layout* of your questions. If choosing *One *One page per question*, an option *Back Button* becomes available, which allows the user to go back pages. -.. image:: media/tab_options_layout.png +.. image:: create/tab_options_layout.png :align: center :alt: Form view of a survey emphasizing the layout feature under options in Odoo Surveys @@ -71,7 +71,7 @@ Test and share the survey | By default, a filter *Except Test Entries* is applied to keep the list of entries clean with only real participants. -.. image:: media/user_feedback.png +.. image:: create/user_feedback.png :align: center :alt: View list of the participations of a survey in Odoo Surveys @@ -79,7 +79,7 @@ Test and share the survey Participations`. | Click on *See results* to be redirected to an analytical page. -.. image:: media/analytical_page.png +.. image:: create/analytical_page.png :align: center :alt: View of an analytical page for Odoo Surveys diff --git a/content/applications/marketing/surveys/overview/media/analytical_page.png b/content/applications/marketing/surveys/overview/create/analytical_page.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/analytical_page.png rename to content/applications/marketing/surveys/overview/create/analytical_page.png diff --git a/content/applications/marketing/surveys/overview/media/frontend_description.png b/content/applications/marketing/surveys/overview/create/frontend_description.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/frontend_description.png rename to content/applications/marketing/surveys/overview/create/frontend_description.png diff --git a/content/applications/marketing/surveys/overview/media/new_survey.png b/content/applications/marketing/surveys/overview/create/new_survey.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/new_survey.png rename to content/applications/marketing/surveys/overview/create/new_survey.png diff --git a/content/applications/marketing/surveys/overview/media/sections_questions.png b/content/applications/marketing/surveys/overview/create/sections_questions.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/sections_questions.png rename to content/applications/marketing/surveys/overview/create/sections_questions.png diff --git a/content/applications/marketing/surveys/overview/media/tab_options_layout.png b/content/applications/marketing/surveys/overview/create/tab_options_layout.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/tab_options_layout.png rename to content/applications/marketing/surveys/overview/create/tab_options_layout.png diff --git a/content/applications/marketing/surveys/overview/media/user_feedback.png b/content/applications/marketing/surveys/overview/create/user_feedback.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/user_feedback.png rename to content/applications/marketing/surveys/overview/create/user_feedback.png diff --git a/content/applications/marketing/surveys/overview/scoring.rst b/content/applications/marketing/surveys/overview/scoring.rst index f04a59e6e6..eaabf686d8 100644 --- a/content/applications/marketing/surveys/overview/scoring.rst +++ b/content/applications/marketing/surveys/overview/scoring.rst @@ -10,7 +10,7 @@ On your survey’s form, click on *Add a question* and, under the tab *Options*, *Scoring with answers at the end* or *Scoring without answers at the end*. Now, on your question’s form, set the right answer and score. -.. image:: media/answers_form.png +.. image:: scoring/answers_form.png :align: center :alt: Form view of a survey showing a list of answers in Odoo Surveys @@ -18,7 +18,7 @@ Set the percentage score the user needs to achieve to have successfully taken th enabling *Certificate*, choose its template. The certification is automatically sent by email to the users who successfully finish it. -.. image:: media/scoring_candidates.png +.. image:: scoring/scoring_candidates.png :align: center :alt: Form view of a survey emphasizing the scoring and candidates section in Odoo Surveys @@ -26,7 +26,7 @@ Enable *Login required* to be able to *Give Badges*. Badges are related to the e your website. Besides the logged-in user, visitors of the website that access the page *Courses* can also see the granted badges. -.. image:: media/frontend_bagdes.png +.. image:: scoring/frontend_bagdes.png :align: center :alt: View of the courses tab emphasizing the latest achievements section on the website for Odoo Surveys diff --git a/content/applications/marketing/surveys/overview/media/answers_form.png b/content/applications/marketing/surveys/overview/scoring/answers_form.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/answers_form.png rename to content/applications/marketing/surveys/overview/scoring/answers_form.png diff --git a/content/applications/marketing/surveys/overview/media/frontend_bagdes.png b/content/applications/marketing/surveys/overview/scoring/frontend_bagdes.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/frontend_bagdes.png rename to content/applications/marketing/surveys/overview/scoring/frontend_bagdes.png diff --git a/content/applications/marketing/surveys/overview/media/scoring_candidates.png b/content/applications/marketing/surveys/overview/scoring/scoring_candidates.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/scoring_candidates.png rename to content/applications/marketing/surveys/overview/scoring/scoring_candidates.png diff --git a/content/applications/marketing/surveys/overview/time_random.rst b/content/applications/marketing/surveys/overview/time_random.rst index 1cda964ee7..f84174b50e 100644 --- a/content/applications/marketing/surveys/overview/time_random.rst +++ b/content/applications/marketing/surveys/overview/time_random.rst @@ -10,7 +10,7 @@ Time Limit decrease the chance of having them looking at external resources. | Set the *Time limit* under the tab *Options*. -.. image:: media/tab_options_timelimit.png +.. image:: time_random/tab_options_timelimit.png :align: center :alt: View of a survey form emphasizing the time limit feature in Odoo Surveys @@ -26,7 +26,7 @@ Selection | To do so, under the tab *Options*, enable *Randomized per section*. Now, under the tab *Questions*, set how many of the questions in that section should be taken into account during the shuffling. -.. image:: media/random_question.png +.. image:: time_random/random_question.png :align: center :alt: View of a survey form emphasizing the random questions count column in Odoo Surveys diff --git a/content/applications/marketing/surveys/overview/media/random_question.png b/content/applications/marketing/surveys/overview/time_random/random_question.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/random_question.png rename to content/applications/marketing/surveys/overview/time_random/random_question.png diff --git a/content/applications/marketing/surveys/overview/media/tab_options_timelimit.png b/content/applications/marketing/surveys/overview/time_random/tab_options_timelimit.png similarity index 100% rename from content/applications/marketing/surveys/overview/media/tab_options_timelimit.png rename to content/applications/marketing/surveys/overview/time_random/tab_options_timelimit.png diff --git a/content/applications/productivity/discuss/overview/get_started.rst b/content/applications/productivity/discuss/overview/get_started.rst index ba50266fe1..6567a8c549 100644 --- a/content/applications/productivity/discuss/overview/get_started.rst +++ b/content/applications/productivity/discuss/overview/get_started.rst @@ -15,7 +15,7 @@ Choose your notifications preference Access your *Preferences* and choose how you would like your :doc:`Chatter ` notifications to be handled. -.. image:: media/change_preferences.png +.. image:: get_started/change_preferences.png :align: center :alt: View of the preferences page for Odoo Discuss @@ -24,14 +24,14 @@ Access your *Preferences* and choose how you would like your they are shown in the *Inbox*. | Messages can then be *Marked as Todo*, *Replied*, or *Marked as Read*. -.. image:: media/inbox_actions.png +.. image:: get_started/inbox_actions.png :align: center :alt: View of an inbox message and its action options in Odoo Discuss The messages tagged as *Mark as Todo* are also shown in *Starred*, while the ones *Marked as Read* are moved to *History*. -.. image:: media/starred_messages.png +.. image:: get_started/starred_messages.png :align: center :alt: View of messages marked as todo in Odoo Discuss @@ -42,7 +42,7 @@ The first time you log in to your account, OdooBot sends you a message asking fo receive desktop notifications to chats. If accepted, you receive push notifications to the messages sent to you despite of where you are in Odoo. -.. image:: media/odoobot_push.png +.. image:: get_started/odoobot_push.png :align: center :alt: View of the messages under the messaging menu emphasizing the request for push notifications for Odoo Discuss @@ -53,7 +53,7 @@ sent to you despite of where you are in Odoo. To start a chat, click on *New Message* on the *Messaging Menu*, or go to *Discuss* and send a *Direct Message*. -.. image:: media/channels_direct_messages.png +.. image:: get_started/channels_direct_messages.png :align: center :height: 400 :alt: View of discuss’s panel emphasizing the titles channels and direct messages in Odoo Discuss @@ -68,7 +68,7 @@ Mentions in the chat and on the Chatter | A notification is sent to the user mentioned either to his *Inbox* or through email, depending on his settings. -.. image:: media/chat_windows.png +.. image:: get_started/chat_windows.png :align: center :alt: View of a couple of chat window messages for Odoo Discuss @@ -90,7 +90,7 @@ sidebar and on the *Messaging menu*. - White = offline - Airplane = out of the office -.. image:: media/status.png +.. image:: get_started/status.png :align: center :height: 300 :alt: View of the contacts’ status for Odoo Discuss diff --git a/content/applications/productivity/discuss/overview/media/change_preferences.png b/content/applications/productivity/discuss/overview/get_started/change_preferences.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/change_preferences.png rename to content/applications/productivity/discuss/overview/get_started/change_preferences.png diff --git a/content/applications/productivity/discuss/overview/media/channels_direct_messages.png b/content/applications/productivity/discuss/overview/get_started/channels_direct_messages.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/channels_direct_messages.png rename to content/applications/productivity/discuss/overview/get_started/channels_direct_messages.png diff --git a/content/applications/productivity/discuss/overview/media/chat_windows.png b/content/applications/productivity/discuss/overview/get_started/chat_windows.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/chat_windows.png rename to content/applications/productivity/discuss/overview/get_started/chat_windows.png diff --git a/content/applications/productivity/discuss/overview/media/inbox_actions.png b/content/applications/productivity/discuss/overview/get_started/inbox_actions.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/inbox_actions.png rename to content/applications/productivity/discuss/overview/get_started/inbox_actions.png diff --git a/content/applications/productivity/discuss/overview/media/odoobot_push.png b/content/applications/productivity/discuss/overview/get_started/odoobot_push.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/odoobot_push.png rename to content/applications/productivity/discuss/overview/get_started/odoobot_push.png diff --git a/content/applications/productivity/discuss/overview/media/starred_messages.png b/content/applications/productivity/discuss/overview/get_started/starred_messages.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/starred_messages.png rename to content/applications/productivity/discuss/overview/get_started/starred_messages.png diff --git a/content/applications/productivity/discuss/overview/media/status.png b/content/applications/productivity/discuss/overview/get_started/status.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/status.png rename to content/applications/productivity/discuss/overview/get_started/status.png diff --git a/content/applications/productivity/discuss/overview/plan_activities.rst b/content/applications/productivity/discuss/overview/plan_activities.rst index 1f4cbca750..b416f8eb53 100644 --- a/content/applications/productivity/discuss/overview/plan_activities.rst +++ b/content/applications/productivity/discuss/overview/plan_activities.rst @@ -11,7 +11,7 @@ Where do I see my schedule activities? Access and manage your activities wherever you are in Odoo by the *Activities* menu. -.. image:: media/activities_menu.png +.. image:: plan_activities/activities_menu.png :align: center :height: 300 :alt: View of crm leads page emphasizing the activities menu for Odoo Discuss @@ -22,7 +22,7 @@ Plan activities Activities can be planned and managed from the :doc:`Chatter ` by clicking on *Schedule activity*, or through Kanban views. -.. image:: media/schedule_activity.png +.. image:: plan_activities/schedule_activity.png :align: center :height: 300 :alt: View of crm leads and the option to schedule an activity for Odoo Discuss @@ -33,7 +33,7 @@ Set your activity types A number of activities types are available by default in Odoo (call, email, meeting, etc.). However, you can set new ones going to :menuselection:`Settings --> Activity types`. -.. image:: media/settings_activities_types.png +.. image:: plan_activities/settings_activities_types.png :align: center :height: 300 :alt: View of the settings page emphasizing the menu activity types for Odoo Discuss @@ -47,7 +47,7 @@ Recommend next activities Odoo helps you to plan a flow of activities by allowing you to set *Recommended Next Activities*. -.. image:: media/recommended_activities.png +.. image:: plan_activities/recommended_activities.png :align: center :alt: View of an activity type form emphasizing the field recommended next activities for Odoo Discuss @@ -55,7 +55,7 @@ Odoo helps you to plan a flow of activities by allowing you to set *Recommended Once the respective activity is completed, select *Done & Schedule Next* and next steps are suggested to you. -.. image:: media/schedule_recommended_activity.png +.. image:: plan_activities/schedule_recommended_activity.png :align: center :alt: View of an activity being schedule emphasizing the recommended activities field being shown for Odoo Discuss diff --git a/content/applications/productivity/discuss/overview/media/activities_menu.png b/content/applications/productivity/discuss/overview/plan_activities/activities_menu.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/activities_menu.png rename to content/applications/productivity/discuss/overview/plan_activities/activities_menu.png diff --git a/content/applications/productivity/discuss/overview/media/recommended_activities.png b/content/applications/productivity/discuss/overview/plan_activities/recommended_activities.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/recommended_activities.png rename to content/applications/productivity/discuss/overview/plan_activities/recommended_activities.png diff --git a/content/applications/productivity/discuss/overview/media/schedule_activity.png b/content/applications/productivity/discuss/overview/plan_activities/schedule_activity.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/schedule_activity.png rename to content/applications/productivity/discuss/overview/plan_activities/schedule_activity.png diff --git a/content/applications/productivity/discuss/overview/media/schedule_recommended_activity.png b/content/applications/productivity/discuss/overview/plan_activities/schedule_recommended_activity.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/schedule_recommended_activity.png rename to content/applications/productivity/discuss/overview/plan_activities/schedule_recommended_activity.png diff --git a/content/applications/productivity/discuss/overview/media/settings_activities_types.png b/content/applications/productivity/discuss/overview/plan_activities/settings_activities_types.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/settings_activities_types.png rename to content/applications/productivity/discuss/overview/plan_activities/settings_activities_types.png diff --git a/content/applications/productivity/discuss/overview/team_communication.rst b/content/applications/productivity/discuss/overview/team_communication.rst index 9c7c4a74be..45cd6da5e2 100644 --- a/content/applications/productivity/discuss/overview/team_communication.rst +++ b/content/applications/productivity/discuss/overview/team_communication.rst @@ -12,7 +12,7 @@ Public and Private channels A *Public* channel can be seen by everyone, while a *Private* one is only visible to users invited to it. -.. image:: media/create_channel.png +.. image:: team_communication/create_channel.png :align: center :height: 370 :alt: View of discuss’s sidebar and a channel being created in Odo Discuss @@ -28,7 +28,7 @@ Configuration options You can configure a channel’s name, description, email alias, and privacy by clicking on the *Channel Settings* icon on the sidebar. -.. image:: media/channel_settings.png +.. image:: team_communication/channel_settings.png :align: center :alt: View of a channel’s settings form in Odoo Discuss @@ -41,7 +41,7 @@ Privacy and Members | If you choose *Invited people only*, go to the *Members* tab to add your members, or, go to Discuss’ main page, select the channel and click on *Invite*. -.. image:: media/invite_channel.png +.. image:: team_communication/invite_channel.png :align: center :height: 380 :alt: View of Discuss’ sidebar emphasizing the option to invite members in Odoo Discuss @@ -58,7 +58,7 @@ Use a channel as a mailing list | Enabling this option allows you to *Moderate this channel*, meaning that messages will need to be approved before being sent. -.. image:: media/pending_moderation.png +.. image:: team_communication/pending_moderation.png :align: center :alt: View of a message with a pending moderation status in Odoo Discuss @@ -66,13 +66,13 @@ Use a channel as a mailing list receive an *Automatic notification*. | Mark *Send guidelines to new subscribers* to automatically send instructions to newcomers. -.. image:: media/moderation_settings.png +.. image:: team_communication/moderation_settings.png :align: center :alt: View of a channel’s settings form emphasizing the tab moderation in Odoo Discuss Moderators can: *Accept*, *Reject*, *Discard*, *Always Allow* or *Ban* messages. -.. image:: media/moderate_messages.png +.. image:: team_communication/moderate_messages.png :align: center :alt: View of a message to be moderated in Odoo Discuss @@ -83,7 +83,7 @@ Moderators can: *Accept*, *Reject*, *Discard*, *Always Allow* or *Ban* messages. Once a channel is moderated, the menu *Ban List* allows you to add email addresses per moderated channel to auto-ban them from sending messages. -.. image:: media/ban_list.png +.. image:: team_communication/ban_list.png :align: center :alt: View of a channel’s setting form emphasizing the ban Lists menu in Odoo Discuss @@ -94,7 +94,7 @@ Once at least 20 channels, direct message and live chat conversations (if the mo on your database) are pinned in the sidebar, a *Quick search…* bar is displayed. It is a clever way to filter conversations and quickly find the one you need. -.. image:: media/quick_search.png +.. image:: team_communication/quick_search.png :align: center :height: 430 :alt: View of the Discuss’ sidebar emphasizing the quick search bar in Odoo Discuss @@ -107,7 +107,7 @@ Finding channels | Apply filters criteria and save it for later use. The search function accepts wildcards by using the underscore character *(_)* to represent a single character. -.. image:: media/filter.png +.. image:: team_communication/filter.png :align: center :alt: View of a channel being searched through filters in Odoo Discuss diff --git a/content/applications/productivity/discuss/overview/media/ban_list.png b/content/applications/productivity/discuss/overview/team_communication/ban_list.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/ban_list.png rename to content/applications/productivity/discuss/overview/team_communication/ban_list.png diff --git a/content/applications/productivity/discuss/overview/media/channel_settings.png b/content/applications/productivity/discuss/overview/team_communication/channel_settings.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/channel_settings.png rename to content/applications/productivity/discuss/overview/team_communication/channel_settings.png diff --git a/content/applications/productivity/discuss/overview/media/create_channel.png b/content/applications/productivity/discuss/overview/team_communication/create_channel.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/create_channel.png rename to content/applications/productivity/discuss/overview/team_communication/create_channel.png diff --git a/content/applications/productivity/discuss/overview/media/filter.png b/content/applications/productivity/discuss/overview/team_communication/filter.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/filter.png rename to content/applications/productivity/discuss/overview/team_communication/filter.png diff --git a/content/applications/productivity/discuss/overview/media/invite_channel.png b/content/applications/productivity/discuss/overview/team_communication/invite_channel.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/invite_channel.png rename to content/applications/productivity/discuss/overview/team_communication/invite_channel.png diff --git a/content/applications/productivity/discuss/overview/media/moderate_messages.png b/content/applications/productivity/discuss/overview/team_communication/moderate_messages.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/moderate_messages.png rename to content/applications/productivity/discuss/overview/team_communication/moderate_messages.png diff --git a/content/applications/productivity/discuss/overview/media/moderation_settings.png b/content/applications/productivity/discuss/overview/team_communication/moderation_settings.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/moderation_settings.png rename to content/applications/productivity/discuss/overview/team_communication/moderation_settings.png diff --git a/content/applications/productivity/discuss/overview/media/pending_moderation.png b/content/applications/productivity/discuss/overview/team_communication/pending_moderation.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/pending_moderation.png rename to content/applications/productivity/discuss/overview/team_communication/pending_moderation.png diff --git a/content/applications/productivity/discuss/overview/media/quick_search.png b/content/applications/productivity/discuss/overview/team_communication/quick_search.png similarity index 100% rename from content/applications/productivity/discuss/overview/media/quick_search.png rename to content/applications/productivity/discuss/overview/team_communication/quick_search.png diff --git a/content/applications/productivity/iot/config/connect.rst b/content/applications/productivity/iot/config/connect.rst index 61bae981fa..4ec0802449 100644 --- a/content/applications/productivity/iot/config/connect.rst +++ b/content/applications/productivity/iot/config/connect.rst @@ -4,17 +4,17 @@ Connect an IoT Box to your database Install the Internet of Things (IoT) App on your Odoo Database. -.. image:: media/connect01.png +.. image:: connect/connect01.png :align: center Go in the IoT App and click on Connect on the IoT Boxes page. -.. image:: media/connect02.png +.. image:: connect/connect02.png :align: center Follow the steps to connect your IoT Box. -.. image:: media/connect03.png +.. image:: connect/connect03.png :align: center Ethernet Connection @@ -27,7 +27,7 @@ Ethernet Connection 3. Read the Pairing Code from a screen or a receipt printer connected to the IoT Box. - .. image:: media/connect04.png + .. image:: connect/connect04.png 4. Input the Pairing Code and click on the Pair button. @@ -43,18 +43,18 @@ WiFi Connection 2. Copy the token - .. image:: media/connect05.png + .. image:: connect/connect05.png 3. Connect to the IoT Box WiFi Network (make sure there is no ethernet cable plugged in your computer). - .. image:: media/connect06.png + .. image:: connect/connect06.png 4. You will be redirected to the IoT Box Homepage (if it doesn't work, connect to the IP address of the box). Give a name to your IoT Box (not required) and paste the token, then click on next. - .. image:: media/connect07.png + .. image:: connect/connect07.png .. tip:: If you are on Runbot, do not forget to add the -all or -base in the @@ -67,15 +67,15 @@ WiFi Connection if there is one) and click on Submit. Wait a few seconds before being redirected to your database. - .. image:: media/connect08.png + .. image:: connect/connect08.png You should now see the IoT Box. -.. image:: media/connect09.png +.. image:: connect/connect09.png :align: center IoT Box Schema ~~~~~~~~~~~~~~ -.. image:: media/connect10.png +.. image:: connect/connect10.png :align: center diff --git a/content/applications/productivity/iot/config/media/connect01.png b/content/applications/productivity/iot/config/connect/connect01.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect01.png rename to content/applications/productivity/iot/config/connect/connect01.png diff --git a/content/applications/productivity/iot/config/media/connect02.png b/content/applications/productivity/iot/config/connect/connect02.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect02.png rename to content/applications/productivity/iot/config/connect/connect02.png diff --git a/content/applications/productivity/iot/config/media/connect03.png b/content/applications/productivity/iot/config/connect/connect03.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect03.png rename to content/applications/productivity/iot/config/connect/connect03.png diff --git a/content/applications/productivity/iot/config/media/connect04.png b/content/applications/productivity/iot/config/connect/connect04.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect04.png rename to content/applications/productivity/iot/config/connect/connect04.png diff --git a/content/applications/productivity/iot/config/media/connect05.png b/content/applications/productivity/iot/config/connect/connect05.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect05.png rename to content/applications/productivity/iot/config/connect/connect05.png diff --git a/content/applications/productivity/iot/config/media/connect06.png b/content/applications/productivity/iot/config/connect/connect06.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect06.png rename to content/applications/productivity/iot/config/connect/connect06.png diff --git a/content/applications/productivity/iot/config/media/connect07.png b/content/applications/productivity/iot/config/connect/connect07.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect07.png rename to content/applications/productivity/iot/config/connect/connect07.png diff --git a/content/applications/productivity/iot/config/media/connect08.png b/content/applications/productivity/iot/config/connect/connect08.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect08.png rename to content/applications/productivity/iot/config/connect/connect08.png diff --git a/content/applications/productivity/iot/config/media/connect09.png b/content/applications/productivity/iot/config/connect/connect09.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect09.png rename to content/applications/productivity/iot/config/connect/connect09.png diff --git a/content/applications/productivity/iot/config/media/connect10.png b/content/applications/productivity/iot/config/connect/connect10.png similarity index 100% rename from content/applications/productivity/iot/config/media/connect10.png rename to content/applications/productivity/iot/config/connect/connect10.png diff --git a/content/applications/productivity/iot/config/flash_sdcard.rst b/content/applications/productivity/iot/config/flash_sdcard.rst index 61a2e8211e..4728d22160 100644 --- a/content/applications/productivity/iot/config/flash_sdcard.rst +++ b/content/applications/productivity/iot/config/flash_sdcard.rst @@ -18,7 +18,7 @@ will be saved. This process can take more than 30 minutes. Do not turn off or unplug the IoT Box as it would leave it in an inconsistent state. -.. image:: media/flash_sdcard01.png +.. image:: flash_sdcard/flash_sdcard01.png :align: center Upgrade with Etcher @@ -33,5 +33,5 @@ Then, open *Etcher* and select *Flash from file*, find the image you just downloaded. Insert the IoT Box SD card into your computer and select it. Click on *Flash* and wait for the process to finish. -.. image:: media/flash_sdcard02.png +.. image:: flash_sdcard/flash_sdcard02.png :align: center diff --git a/content/applications/productivity/iot/config/media/flash_sdcard01.png b/content/applications/productivity/iot/config/flash_sdcard/flash_sdcard01.png similarity index 100% rename from content/applications/productivity/iot/config/media/flash_sdcard01.png rename to content/applications/productivity/iot/config/flash_sdcard/flash_sdcard01.png diff --git a/content/applications/productivity/iot/config/media/flash_sdcard02.png b/content/applications/productivity/iot/config/flash_sdcard/flash_sdcard02.png similarity index 100% rename from content/applications/productivity/iot/config/media/flash_sdcard02.png rename to content/applications/productivity/iot/config/flash_sdcard/flash_sdcard02.png diff --git a/content/applications/productivity/iot/config/pos.rst b/content/applications/productivity/iot/config/pos.rst index ff76988eb5..729d2ce7ae 100644 --- a/content/applications/productivity/iot/config/pos.rst +++ b/content/applications/productivity/iot/config/pos.rst @@ -2,7 +2,7 @@ Use the IoT Box for the PoS =========================== -.. image:: media/pos01.png +.. image:: pos/pos01.png :align: center Prerequisites @@ -62,7 +62,7 @@ Once it's done, you can connect the IoT Box to your PoS. For this, go in and select the devices you want to use in this Point of Sale. Save the changes. -.. image:: media/pos02.png +.. image:: pos/pos02.png :align: center Set up is done, you can launch a new PoS Session. diff --git a/content/applications/productivity/iot/config/media/pos01.png b/content/applications/productivity/iot/config/pos/pos01.png similarity index 100% rename from content/applications/productivity/iot/config/media/pos01.png rename to content/applications/productivity/iot/config/pos/pos01.png diff --git a/content/applications/productivity/iot/config/media/pos02.png b/content/applications/productivity/iot/config/pos/pos02.png similarity index 100% rename from content/applications/productivity/iot/config/media/pos02.png rename to content/applications/productivity/iot/config/pos/pos02.png diff --git a/content/applications/productivity/iot/config/troubleshooting.rst b/content/applications/productivity/iot/config/troubleshooting.rst index 703ba97f40..3e2cae4b8d 100644 --- a/content/applications/productivity/iot/config/troubleshooting.rst +++ b/content/applications/productivity/iot/config/troubleshooting.rst @@ -54,7 +54,7 @@ My printer is not detected If one of your printers doesn't show up in your devices list, go to the IoT Box homepage and make sure that it is listed under *Printers*. -.. image:: media/troubleshooting_printer_01.png +.. image:: troubleshooting/troubleshooting_printer_01.png :align: center If your printer is not present on the IoT Box homepage, hit @@ -76,7 +76,7 @@ tab and select the printer in the list. In the Administration dropdown, click on *Modify Printer*. Follow the steps and select the Make and Model corresponding to your printer. -.. image:: media/troubleshooting_printer_02.png +.. image:: troubleshooting/troubleshooting_printer_02.png :align: center .. note:: diff --git a/content/applications/productivity/iot/config/media/troubleshooting_printer_01.png b/content/applications/productivity/iot/config/troubleshooting/troubleshooting_printer_01.png similarity index 100% rename from content/applications/productivity/iot/config/media/troubleshooting_printer_01.png rename to content/applications/productivity/iot/config/troubleshooting/troubleshooting_printer_01.png diff --git a/content/applications/productivity/iot/config/media/troubleshooting_printer_02.png b/content/applications/productivity/iot/config/troubleshooting/troubleshooting_printer_02.png similarity index 100% rename from content/applications/productivity/iot/config/media/troubleshooting_printer_02.png rename to content/applications/productivity/iot/config/troubleshooting/troubleshooting_printer_02.png diff --git a/content/applications/productivity/iot/devices/camera.rst b/content/applications/productivity/iot/devices/camera.rst index 40e6af7908..e6ea0e1336 100644 --- a/content/applications/productivity/iot/devices/camera.rst +++ b/content/applications/productivity/iot/devices/camera.rst @@ -18,7 +18,7 @@ If your camera is a `*supported one* `__, there is no need to set up anything as it will be detected as soon as it is connected. -.. image:: media/camera_01.png +.. image:: camera/camera_01.png :align: center Link a Camera to a Quality Control Point @@ -34,12 +34,12 @@ and open the control point you want to link with the camera. Now, you can edit the control point and select the device from the dropdown list. Now, hit save. -.. image:: media/camera_03.png +.. image:: camera/camera_03.png :align: center Then, your camera can be used with the picked *Control Point*. During the manufacturing process, reaching the *Quality Control Point* you chose before will allow you to take a picture. -.. image:: media/camera_04.png +.. image:: camera/camera_04.png :align: center \ No newline at end of file diff --git a/content/applications/productivity/iot/devices/media/camera_01.png b/content/applications/productivity/iot/devices/camera/camera_01.png similarity index 100% rename from content/applications/productivity/iot/devices/media/camera_01.png rename to content/applications/productivity/iot/devices/camera/camera_01.png diff --git a/content/applications/productivity/iot/devices/media/camera_03.png b/content/applications/productivity/iot/devices/camera/camera_03.png similarity index 100% rename from content/applications/productivity/iot/devices/media/camera_03.png rename to content/applications/productivity/iot/devices/camera/camera_03.png diff --git a/content/applications/productivity/iot/devices/media/camera_04.png b/content/applications/productivity/iot/devices/camera/camera_04.png similarity index 100% rename from content/applications/productivity/iot/devices/media/camera_04.png rename to content/applications/productivity/iot/devices/camera/camera_04.png diff --git a/content/applications/productivity/iot/devices/footswitch.rst b/content/applications/productivity/iot/devices/footswitch.rst index 7b4c86bf10..c7b9c699a8 100644 --- a/content/applications/productivity/iot/devices/footswitch.rst +++ b/content/applications/productivity/iot/devices/footswitch.rst @@ -19,7 +19,7 @@ If your footswitch is a `supported one `__, there is no need to set up anything since it will be automatically detected when connected. -.. image:: media/footswitch_01.png +.. image:: footswitch/footswitch_01.png :align: center Link a Footswitch to a Workcenter @@ -30,7 +30,7 @@ workcenter. Go to the workcenter you want to use the footswitch in and add the device in the *IoT Triggers* tab. Then, you can link it to an action and also add a key to trigger it. -.. image:: media/footswitch_03.png +.. image:: footswitch/footswitch_03.png :align: center Note that the one that is first in the list will be chosen. So, the diff --git a/content/applications/productivity/iot/devices/media/footswitch_01.png b/content/applications/productivity/iot/devices/footswitch/footswitch_01.png similarity index 100% rename from content/applications/productivity/iot/devices/media/footswitch_01.png rename to content/applications/productivity/iot/devices/footswitch/footswitch_01.png diff --git a/content/applications/productivity/iot/devices/media/footswitch_03.png b/content/applications/productivity/iot/devices/footswitch/footswitch_03.png similarity index 100% rename from content/applications/productivity/iot/devices/media/footswitch_03.png rename to content/applications/productivity/iot/devices/footswitch/footswitch_03.png diff --git a/content/applications/productivity/iot/devices/measurement_tool.rst b/content/applications/productivity/iot/devices/measurement_tool.rst index 2abbee247f..012e59b40f 100644 --- a/content/applications/productivity/iot/devices/measurement_tool.rst +++ b/content/applications/productivity/iot/devices/measurement_tool.rst @@ -12,7 +12,7 @@ Connect in USB To add a device connected by USB, just plug the USB cable in the *IoT Box*, and the device should appear in your Odoo database. -.. image:: media/measurement_tool_01.png +.. image:: measurement_tool/measurement_tool_01.png :align: center Connect in Bluetooth @@ -24,7 +24,7 @@ to the device. Here is an example of what it should look like: -.. image:: media/measurement_tool_03.png +.. image:: measurement_tool/measurement_tool_03.png :align: center Link a measurement tool to a quality control point @@ -41,12 +41,12 @@ assign a measurement tool. Now, you can edit the control point and choose the device from the dropdown list. Then, hit save. -.. image:: media/measurement_tool_04.png +.. image:: measurement_tool/measurement_tool_04.png :align: center Now, your measurement tool is linked to the chosen *Control Point*. The value, which needs to be changed manually, will be automatically updated while the tool is being used. -.. image:: media/measurement_tool_05.png +.. image:: measurement_tool/measurement_tool_05.png :align: center diff --git a/content/applications/productivity/iot/devices/media/measurement_tool_01.png b/content/applications/productivity/iot/devices/measurement_tool/measurement_tool_01.png similarity index 100% rename from content/applications/productivity/iot/devices/media/measurement_tool_01.png rename to content/applications/productivity/iot/devices/measurement_tool/measurement_tool_01.png diff --git a/content/applications/productivity/iot/devices/media/measurement_tool_03.png b/content/applications/productivity/iot/devices/measurement_tool/measurement_tool_03.png similarity index 100% rename from content/applications/productivity/iot/devices/media/measurement_tool_03.png rename to content/applications/productivity/iot/devices/measurement_tool/measurement_tool_03.png diff --git a/content/applications/productivity/iot/devices/media/measurement_tool_04.png b/content/applications/productivity/iot/devices/measurement_tool/measurement_tool_04.png similarity index 100% rename from content/applications/productivity/iot/devices/media/measurement_tool_04.png rename to content/applications/productivity/iot/devices/measurement_tool/measurement_tool_04.png diff --git a/content/applications/productivity/iot/devices/media/measurement_tool_05.png b/content/applications/productivity/iot/devices/measurement_tool/measurement_tool_05.png similarity index 100% rename from content/applications/productivity/iot/devices/media/measurement_tool_05.png rename to content/applications/productivity/iot/devices/measurement_tool/measurement_tool_05.png diff --git a/content/applications/productivity/iot/devices/media/printer_02.png b/content/applications/productivity/iot/devices/media/printer_02.png deleted file mode 100644 index 65c7016c8a..0000000000 Binary files a/content/applications/productivity/iot/devices/media/printer_02.png and /dev/null differ diff --git a/content/applications/productivity/iot/devices/printer.rst b/content/applications/productivity/iot/devices/printer.rst index c585b8ad52..d9b05d9570 100644 --- a/content/applications/productivity/iot/devices/printer.rst +++ b/content/applications/productivity/iot/devices/printer.rst @@ -17,7 +17,7 @@ detected automatically and will appear in the *Devices* list of your IoT app. .. note:: The printer can take up to two minutes to appear in your devices list. -.. image:: media/printer_01.png +.. image:: printer/printer_01.png :align: center Link the Printer @@ -34,13 +34,13 @@ To do so, you need to create a *Quality Control Point* from the operation and the work order operation. In type, choose *Print Label* and hit save. -.. image:: media/printer_03.png +.. image:: printer/printer_03.png :align: center Now, each time you reach the quality control point for the chosen product, a *Print Label* button will appear. -.. image:: media/printer_04.png +.. image:: printer/printer_04.png :align: center To Reports @@ -50,19 +50,19 @@ You can also link a type of report to a certain printer. In the *IoT* app, go to the *Devices* menu and select the printer you want to set up. -.. image:: media/printer_05.png +.. image:: printer/printer_05.png :align: center Now, go to the *Printer Reports* tab. -.. image:: media/printer_06.png +.. image:: printer/printer_06.png :align: center Hit edit and then, click on *Add a line*. In the window that shows up, check all the types of reports that should be linked to this printer. Click on select and save. -.. image:: media/printer_07.png +.. image:: printer/printer_07.png :align: center Now, each time you click on *Print* in the control panel, instead of @@ -80,7 +80,7 @@ Doing so is really easy. Go to your *Point of Sale* app and open your and check the *IoT Box* feature. Then, choose your *Receipt Printer* from the dropdown. -.. image:: media/printer_08.png +.. image:: printer/printer_08.png :align: center Now, you will be able to print different kinds of tickets from your *POS*: @@ -93,14 +93,14 @@ Sales details can be printed by clicking on the printer icon on the navbar at the top of the *PoS*. It will print the details of the sales of the current day. -.. image:: media/printer_09.png +.. image:: printer/printer_09.png :align: center As for the bill, it is only available in restaurant mode. In your restaurant settings, activate *Print Bills* and a *Bill* button will appear in the left panel of the *PoS*. -.. image:: media/printer_10.png +.. image:: printer/printer_10.png :align: center Print Orders in the kitchen @@ -111,14 +111,14 @@ In restaurant mode, you can send order tickets to the kitchen. To do so, go to the *PoS* app and open your *PoS* settings. Then, tick *Order Printer*. -.. image:: media/printer_11.png +.. image:: printer/printer_11.png :align: center Now, go to the *Printers* menu. Hit create, select the printer from the dropdown and, in the *Printer Product Categories* field, choose all the categories of products that should be printed on this printer. -.. image:: media/printer_12.png +.. image:: printer/printer_12.png :align: center In the *PoS*, when you add or remove a product from one of the diff --git a/content/applications/productivity/iot/devices/media/printer_01.png b/content/applications/productivity/iot/devices/printer/printer_01.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_01.png rename to content/applications/productivity/iot/devices/printer/printer_01.png diff --git a/content/applications/productivity/iot/devices/media/printer_03.png b/content/applications/productivity/iot/devices/printer/printer_03.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_03.png rename to content/applications/productivity/iot/devices/printer/printer_03.png diff --git a/content/applications/productivity/iot/devices/media/printer_04.png b/content/applications/productivity/iot/devices/printer/printer_04.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_04.png rename to content/applications/productivity/iot/devices/printer/printer_04.png diff --git a/content/applications/productivity/iot/devices/media/printer_05.png b/content/applications/productivity/iot/devices/printer/printer_05.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_05.png rename to content/applications/productivity/iot/devices/printer/printer_05.png diff --git a/content/applications/productivity/iot/devices/media/printer_06.png b/content/applications/productivity/iot/devices/printer/printer_06.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_06.png rename to content/applications/productivity/iot/devices/printer/printer_06.png diff --git a/content/applications/productivity/iot/devices/media/printer_07.png b/content/applications/productivity/iot/devices/printer/printer_07.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_07.png rename to content/applications/productivity/iot/devices/printer/printer_07.png diff --git a/content/applications/productivity/iot/devices/media/printer_08.png b/content/applications/productivity/iot/devices/printer/printer_08.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_08.png rename to content/applications/productivity/iot/devices/printer/printer_08.png diff --git a/content/applications/productivity/iot/devices/media/printer_09.png b/content/applications/productivity/iot/devices/printer/printer_09.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_09.png rename to content/applications/productivity/iot/devices/printer/printer_09.png diff --git a/content/applications/productivity/iot/devices/media/printer_10.png b/content/applications/productivity/iot/devices/printer/printer_10.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_10.png rename to content/applications/productivity/iot/devices/printer/printer_10.png diff --git a/content/applications/productivity/iot/devices/media/printer_11.png b/content/applications/productivity/iot/devices/printer/printer_11.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_11.png rename to content/applications/productivity/iot/devices/printer/printer_11.png diff --git a/content/applications/productivity/iot/devices/media/printer_12.png b/content/applications/productivity/iot/devices/printer/printer_12.png similarity index 100% rename from content/applications/productivity/iot/devices/media/printer_12.png rename to content/applications/productivity/iot/devices/printer/printer_12.png diff --git a/content/applications/productivity/studio/concepts/understanding_automated_actions.rst b/content/applications/productivity/studio/concepts/understanding_automated_actions.rst index 79dd8b9a89..977df12e39 100644 --- a/content/applications/productivity/studio/concepts/understanding_automated_actions.rst +++ b/content/applications/productivity/studio/concepts/understanding_automated_actions.rst @@ -8,7 +8,7 @@ Understanding Automated Actions adding a user as a follower of a confirmed invoice if its total is higher than a certain amount; or preventing a lead from changing stage if a field is not filled in. -.. image:: media/automated_action_flow.png +.. image:: understanding_automated_actions/automated_action_flow.png :align: center :height: 270 :alt: Flowchart to exemplify an automated action rule for Odoo Studio @@ -59,7 +59,7 @@ Example This is the process of which the update of the *Email* field on the Lead/Opportunity *Model*, with a *Trigger Condition* set to *On Update*, goes through: -.. image:: media/action_update_lead_example.png +.. image:: understanding_automated_actions/action_update_lead_example.png :align: center :alt: View of an automated action being created in Odoo Studio diff --git a/content/applications/productivity/studio/concepts/media/action_update_lead_example.png b/content/applications/productivity/studio/concepts/understanding_automated_actions/action_update_lead_example.png similarity index 100% rename from content/applications/productivity/studio/concepts/media/action_update_lead_example.png rename to content/applications/productivity/studio/concepts/understanding_automated_actions/action_update_lead_example.png diff --git a/content/applications/productivity/studio/concepts/media/automated_action_flow.png b/content/applications/productivity/studio/concepts/understanding_automated_actions/automated_action_flow.png similarity index 100% rename from content/applications/productivity/studio/concepts/media/automated_action_flow.png rename to content/applications/productivity/studio/concepts/understanding_automated_actions/automated_action_flow.png diff --git a/content/applications/productivity/studio/concepts/understanding_general.rst b/content/applications/productivity/studio/concepts/understanding_general.rst index 25dfbb21b8..edb1fd76d1 100644 --- a/content/applications/productivity/studio/concepts/understanding_general.rst +++ b/content/applications/productivity/studio/concepts/understanding_general.rst @@ -28,7 +28,7 @@ What is a Module? application to manage Real Estate sales, a model that represents the Properties for sale would probably be your first step. -.. image:: media/new_app.png +.. image:: understanding_general/new_app.png :align: center :alt: Overview of the main dashboard emphasizing the option to create a new app in Odoo Studio @@ -59,7 +59,7 @@ Relational Fields in detail model. | In Odoo, relational field types are: *One2many*, *Many2one*, *Many2many*. -.. image:: media/relational_fields.png +.. image:: understanding_general/relational_fields.png :align: center :alt: Tables with a visual explanation of related fields for Odoo Studio @@ -87,7 +87,7 @@ What is a Menu? A **Menu** is a button that executes an action. In Odoo Studio, to create menus (models) and rearrange their hierarchy, click on *Edit Menu*. -.. image:: media/edit_menu.png +.. image:: understanding_general/edit_menu.png :align: center :alt: Overview of a menu being edit in Odoo Studio diff --git a/content/applications/productivity/studio/concepts/media/edit_menu.png b/content/applications/productivity/studio/concepts/understanding_general/edit_menu.png similarity index 100% rename from content/applications/productivity/studio/concepts/media/edit_menu.png rename to content/applications/productivity/studio/concepts/understanding_general/edit_menu.png diff --git a/content/applications/productivity/studio/concepts/media/new_app.png b/content/applications/productivity/studio/concepts/understanding_general/new_app.png similarity index 100% rename from content/applications/productivity/studio/concepts/media/new_app.png rename to content/applications/productivity/studio/concepts/understanding_general/new_app.png diff --git a/content/applications/productivity/studio/concepts/media/relational_fields.png b/content/applications/productivity/studio/concepts/understanding_general/relational_fields.png similarity index 100% rename from content/applications/productivity/studio/concepts/media/relational_fields.png rename to content/applications/productivity/studio/concepts/understanding_general/relational_fields.png diff --git a/content/applications/productivity/studio/how_to/export_import.rst b/content/applications/productivity/studio/how_to/export_import.rst index 22cf678d37..a683ade32d 100644 --- a/content/applications/productivity/studio/how_to/export_import.rst +++ b/content/applications/productivity/studio/how_to/export_import.rst @@ -8,7 +8,7 @@ to use Studio for prototyping. To export these customizations, activate Studio on the main dashboard and, under the menu *Customizations*, click on *Export*. The default filename is *customizations.zip*. -.. image:: media/export_import/customizations_menu.png +.. image:: export_import/customizations_menu.png :align: center :alt: View of the menu customizations in Odoo Studio @@ -17,7 +17,7 @@ To export these customizations, activate Studio on the main dashboard and, under | To import and install the customizations in another instance, connect to the destination database, activate Studio and, under *Customizations*, click on *Import*. -.. image:: media/export_import/import_modules.png +.. image:: export_import/import_modules.png :align: center :alt: View of the import modules window for Odoo Studio diff --git a/content/applications/productivity/studio/how_to/media/export_import/customizations_menu.png b/content/applications/productivity/studio/how_to/export_import/customizations_menu.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/export_import/customizations_menu.png rename to content/applications/productivity/studio/how_to/export_import/customizations_menu.png diff --git a/content/applications/productivity/studio/how_to/media/export_import/import_modules.png b/content/applications/productivity/studio/how_to/export_import/import_modules.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/export_import/import_modules.png rename to content/applications/productivity/studio/how_to/export_import/import_modules.png diff --git a/content/applications/productivity/studio/how_to/rainbow_man.rst b/content/applications/productivity/studio/how_to/rainbow_man.rst index 4ee15f34ae..5717983cf1 100644 --- a/content/applications/productivity/studio/how_to/rainbow_man.rst +++ b/content/applications/productivity/studio/how_to/rainbow_man.rst @@ -5,7 +5,7 @@ Customizing the Rainbow Man The Rainbow Man in Odoo is an animation shown once the user completes certain tasks and clicks on certain buttons. It is a way to make the software fun to use, and rewarding, for employees. -.. image:: media/rainbow/crm_rainbow.png +.. image:: rainbow_man/crm_rainbow.png :align: center :alt: View of a sales form and the tab properties and its rainbow man field in Odoo Studio @@ -18,6 +18,6 @@ certain buttons. It is a way to make the software fun to use, and rewarding, for - when the user finishes a tour; - when the user finishes doing reconciliations. -.. image:: media/rainbow/properties_rainbow.png +.. image:: rainbow_man/properties_rainbow.png :align: center :alt: View of a sales form and the tab properties and its rainbow man field in Odoo Studio \ No newline at end of file diff --git a/content/applications/productivity/studio/how_to/media/rainbow/crm_rainbow.png b/content/applications/productivity/studio/how_to/rainbow_man/crm_rainbow.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/rainbow/crm_rainbow.png rename to content/applications/productivity/studio/how_to/rainbow_man/crm_rainbow.png diff --git a/content/applications/productivity/studio/how_to/media/rainbow/properties_rainbow.png b/content/applications/productivity/studio/how_to/rainbow_man/properties_rainbow.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/rainbow/properties_rainbow.png rename to content/applications/productivity/studio/how_to/rainbow_man/properties_rainbow.png diff --git a/content/applications/productivity/studio/how_to/reports.rst b/content/applications/productivity/studio/how_to/reports.rst index fa98c3f24d..4f66b512b3 100644 --- a/content/applications/productivity/studio/how_to/reports.rst +++ b/content/applications/productivity/studio/how_to/reports.rst @@ -10,7 +10,7 @@ Customizing Reports | When creating a new report, choose the purpose of it and if you would like the report to include header and footer (company logo, name, address, phone, email address, etc.). -.. image:: media/reports/report_typing.png +.. image:: reports/report_typing.png :align: center :alt: View of the types of new reports in Odoo Studio @@ -19,7 +19,7 @@ tables*, *Subtotal & Total*, and *Address Book* are dynamic elements (meaning th :doc:`one2many or a many2many <../concepts/understanding_general>` related object). *Text*, *Title Block*, *Image*, and *Text in Cell* are static elements. -.. image:: media/reports/add_tab.png +.. image:: reports/add_tab.png :align: center :alt: View of a report and the tab add in Odoo Studio @@ -27,7 +27,7 @@ Once the element is added to the view, select it to see its **Options**. The fir hierarchy of the selected object and its properties, allowing you to individually edit them. Fields with related objects have their directives shown on *Field Expression*. -.. image:: media/reports/options_tab.png +.. image:: reports/options_tab.png :align: center :alt: View of a report and the tab options in Odoo Studio @@ -39,14 +39,14 @@ them. Fields with related objects have their directives shown on *Field Expressi visibility of the report to specifics groups, meaning that users belonging to other groups do not see the same final document. -.. image:: media/reports/limit_visibility.png +.. image:: reports/limit_visibility.png :align: center :alt: View of a report’s settings emphasizing the field limit visibility to groups in Odoo Studio Under the **Report** tab, name your report, choose the paper format, and if the report should be added to the *Print* menu list on its respective document form. -.. image:: media/reports/print_menu.png +.. image:: reports/print_menu.png :align: center :alt: View of an invoice form emphasizing the menu print for Odoo Studio @@ -67,6 +67,6 @@ If activating the :ref:`developer mode `, additional fields such Actions in Odoo Studio can be undone until you *Close* the toolbox. Once you have closed Studio, changes can not be undone anymore. - .. image:: media/reports/undo_redo.png + .. image:: reports/undo_redo.png :align: center :alt: View of a report being built and emphasizing the undo and redo buttons in Odoo Studio diff --git a/content/applications/productivity/studio/how_to/media/reports/add_tab.png b/content/applications/productivity/studio/how_to/reports/add_tab.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/reports/add_tab.png rename to content/applications/productivity/studio/how_to/reports/add_tab.png diff --git a/content/applications/productivity/studio/how_to/media/reports/limit_visibility.png b/content/applications/productivity/studio/how_to/reports/limit_visibility.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/reports/limit_visibility.png rename to content/applications/productivity/studio/how_to/reports/limit_visibility.png diff --git a/content/applications/productivity/studio/how_to/media/reports/options_tab.png b/content/applications/productivity/studio/how_to/reports/options_tab.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/reports/options_tab.png rename to content/applications/productivity/studio/how_to/reports/options_tab.png diff --git a/content/applications/productivity/studio/how_to/media/reports/print_menu.png b/content/applications/productivity/studio/how_to/reports/print_menu.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/reports/print_menu.png rename to content/applications/productivity/studio/how_to/reports/print_menu.png diff --git a/content/applications/productivity/studio/how_to/media/reports/report_typing.png b/content/applications/productivity/studio/how_to/reports/report_typing.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/reports/report_typing.png rename to content/applications/productivity/studio/how_to/reports/report_typing.png diff --git a/content/applications/productivity/studio/how_to/media/reports/undo_redo.png b/content/applications/productivity/studio/how_to/reports/undo_redo.png similarity index 100% rename from content/applications/productivity/studio/how_to/media/reports/undo_redo.png rename to content/applications/productivity/studio/how_to/reports/undo_redo.png diff --git a/content/applications/productivity/studio/use_cases/automated_actions.rst b/content/applications/productivity/studio/use_cases/automated_actions.rst index c918fc9dc0..3378a9dddd 100644 --- a/content/applications/productivity/studio/use_cases/automated_actions.rst +++ b/content/applications/productivity/studio/use_cases/automated_actions.rst @@ -14,7 +14,7 @@ Under *Automations*, click on *Create* and set the following rules: - *Action To Do*: Update the Record - *Data to Write*: Lead/Opportunity > Value > 3 -.. image:: media/automated_actions/hight_priority_leads.png +.. image:: automated_actions/hight_priority_leads.png :align: center :alt: View of an automated action that sets a high priority to Belgian leads in Odoo Studio diff --git a/content/applications/productivity/studio/use_cases/media/automated_actions/hight_priority_leads.png b/content/applications/productivity/studio/use_cases/automated_actions/hight_priority_leads.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/automated_actions/hight_priority_leads.png rename to content/applications/productivity/studio/use_cases/automated_actions/hight_priority_leads.png diff --git a/content/applications/productivity/studio/use_cases/filters_status_bar.rst b/content/applications/productivity/studio/use_cases/filters_status_bar.rst index 862f806bda..546480568d 100644 --- a/content/applications/productivity/studio/use_cases/filters_status_bar.rst +++ b/content/applications/productivity/studio/use_cases/filters_status_bar.rst @@ -8,13 +8,13 @@ Advanced Use Cases: Filters and Status Bar On your customer’s page, use *Filters* > *Add Custom Filter* to group customers by country. Now, under *Favorites*, *Save Current Search* enabling *Use by default* and *Save*. -.. image:: media/filters_status_bar/customer_filter.png +.. image:: filters_status_bar/customer_filter.png :align: center :alt: View of a custom filter being set to be used by default in Odoo On *Filter Rules* in Studio mode, select the respective filter and enable *Default Filter*. -.. image:: media/filters_status_bar/sales_default_filter.png +.. image:: filters_status_bar/sales_default_filter.png :align: center :alt: View of a filter’s rule form emphasizing the field default filter in Odoo Studio @@ -27,7 +27,7 @@ On *Filter Rules* in Studio mode, select the respective filter and enable *Defau | On the *Views* menu, access *Kanban* and, under its *View* options, set the *Default Group by* as *Pipeline status bar*. -.. image:: media/filters_status_bar/add_pipeline.png +.. image:: filters_status_bar/add_pipeline.png :align: center :alt: Form view emphasizing the button add a pipeline bar in Odoo Studio @@ -37,7 +37,7 @@ throughout stages (also through the product’s form), stages are shown in the K .. tip:: To make modifications in the pipeline status bar, for example, remember to go back to *Form View*. - .. image:: media/filters_status_bar/form_view.png + .. image:: filters_status_bar/form_view.png :align: center :alt: View of Studio emphasizing the form view button in Odoo Studio @@ -53,7 +53,7 @@ values: - *Action To Do*: Update the Record - *Data to Write*: Cost (Product Template) > Value > 0 -.. image:: media/filters_status_bar/automations_zero_price.png +.. image:: filters_status_bar/automations_zero_price.png :align: center :alt: View of the automated action created to set the price of a product to zero in Odoo Studio diff --git a/content/applications/productivity/studio/use_cases/media/filters_status_bar/add_pipeline.png b/content/applications/productivity/studio/use_cases/filters_status_bar/add_pipeline.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/filters_status_bar/add_pipeline.png rename to content/applications/productivity/studio/use_cases/filters_status_bar/add_pipeline.png diff --git a/content/applications/productivity/studio/use_cases/media/filters_status_bar/automations_zero_price.png b/content/applications/productivity/studio/use_cases/filters_status_bar/automations_zero_price.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/filters_status_bar/automations_zero_price.png rename to content/applications/productivity/studio/use_cases/filters_status_bar/automations_zero_price.png diff --git a/content/applications/productivity/studio/use_cases/media/filters_status_bar/customer_filter.png b/content/applications/productivity/studio/use_cases/filters_status_bar/customer_filter.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/filters_status_bar/customer_filter.png rename to content/applications/productivity/studio/use_cases/filters_status_bar/customer_filter.png diff --git a/content/applications/productivity/studio/use_cases/media/filters_status_bar/form_view.png b/content/applications/productivity/studio/use_cases/filters_status_bar/form_view.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/filters_status_bar/form_view.png rename to content/applications/productivity/studio/use_cases/filters_status_bar/form_view.png diff --git a/content/applications/productivity/studio/use_cases/media/filters_status_bar/sales_default_filter.png b/content/applications/productivity/studio/use_cases/filters_status_bar/sales_default_filter.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/filters_status_bar/sales_default_filter.png rename to content/applications/productivity/studio/use_cases/filters_status_bar/sales_default_filter.png diff --git a/content/applications/productivity/studio/use_cases/models_fields.rst b/content/applications/productivity/studio/use_cases/models_fields.rst index c56aa19fa7..a15661fbb3 100644 --- a/content/applications/productivity/studio/use_cases/models_fields.rst +++ b/content/applications/productivity/studio/use_cases/models_fields.rst @@ -10,7 +10,7 @@ Advanced Use Cases: Creating Models and Adding Fields the one just created) *> is not = > France.* | You can now hide the related field created (*Country*) if you wish. -.. image:: media/models_fields/invisible_domain.png +.. image:: models_fields/invisible_domain.png :align: center :alt: View of the invisibility domain of a field being set in Odoo Studio @@ -21,7 +21,7 @@ Advanced Use Cases: Creating Models and Adding Fields created) *> is not = > 75*. | Again, hide the related field with the country’s ID if you prefer. -.. image:: media/models_fields/url_id.png +.. image:: models_fields/url_id.png :align: center :alt: View of an URL emphasizing where a country’s ID can be found for Odoo Studio @@ -32,7 +32,7 @@ From the dashboard, (optionally) start a new module. Then, click on *Edit Menu* *New Menu* (model). Set your menu name and *Confirm*. Now, on its form, drag & drop the necessary fields. -.. image:: media/models_fields/new_menu.png +.. image:: models_fields/new_menu.png :align: center :alt: View of the recommended fields for an object in Odoo Studio @@ -47,12 +47,12 @@ fields. .. tip:: The *Existing Fields* are the ones that are on the current model but not yet in the view. - .. image:: media/models_fields/new_existing_fields.png + .. image:: models_fields/new_existing_fields.png :align: center :height: 420 :alt: Form view and a Many2one field being dropped in Odoo Studio -.. image:: media/models_fields/real_estate_many2one.png +.. image:: models_fields/real_estate_many2one.png :align: center :alt: Form view and a Many2one field being dropped in Odoo Studio @@ -61,7 +61,7 @@ fields. | *Status buttons* are computed fields, meaning that they count the numbers of records on the related model, and allow you to access them. -.. image:: media/models_fields/add_button.png +.. image:: models_fields/add_button.png :align: center :alt: Form view and the status button window being shown in Odoo Studio @@ -69,7 +69,7 @@ fields. When searching for relations, click on *Search more* and filter it by *Custom*. This way you avoid creating duplicates. - .. image:: media/models_fields/search_model_custom.png + .. image:: models_fields/search_model_custom.png :align: center :alt: View of the search model window in Odoo Studio @@ -78,7 +78,7 @@ fields. Once the field *Tags* is added to the form, select it and, under its *Properties > Widgets*, choose *Checkboxes*. -.. image:: media/models_fields/widget.png +.. image:: models_fields/widget.png :align: center :alt: Form view showing the widgets available in Odoo Studio @@ -89,7 +89,7 @@ Once the field *Tags* is added to the form, select it and, under its *Properties In your form view, add a *Tags* field and relate it to *Partners Tag*. Under *Properties*, define its *Widget* as *Many2many*. Do the same process another 2 times for *Checkboxes* and *Tags*. -.. image:: media/models_fields/widget_checkboxes.png +.. image:: models_fields/widget_checkboxes.png :align: center :alt: Form view emphasizing the widget property in Odoo Studio @@ -98,7 +98,7 @@ its *Widget* as *Many2many*. Do the same process another 2 times for *Checkboxes to their *Widget*. In the example below, the invisibility rule for the *Partner Tags* is set as: *Select Tag type > is not = > Tags.* -.. image:: media/models_fields/domain_select_tag_type.png +.. image:: models_fields/domain_select_tag_type.png :align: center :alt: Form view emphasizing a field added and its invisibility properties in Odoo Studio @@ -110,7 +110,7 @@ On your quotation form, add a *Selection* field with the values *Accepted* and * *Required* condition as *Untaxed Amount > 500* and the *Limit visibility to groups* as *Sales / Administrator* or managers. -.. image:: media/models_fields/domain_higher_500.png +.. image:: models_fields/domain_higher_500.png :align: center :alt: Form view of a required domain being set in Odoo Studio @@ -121,7 +121,7 @@ Administrator* or managers. on *Field Help*. The tooltip message is the explanatory message shown when the user hovers the field. The message here written is displayed on all views forms where the field is added. -.. image:: media/models_fields/field_help.png +.. image:: models_fields/field_help.png :align: center :alt: Form view showing more property options and emphasizing the help feature in Odoo Studio @@ -129,7 +129,7 @@ Administrator* or managers. The *Field Help* message can only be applied to *new* fields. If you would like to change/apply a tooltip for a specific field, use the *Help Tooltip* option under *Properties*. - .. image:: media/models_fields/help_tooltip.png + .. image:: models_fields/help_tooltip.png :align: center :height: 350 :alt: View of the properties emphasizing the help tooltip option in Odoo Studio diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/add_button.png b/content/applications/productivity/studio/use_cases/models_fields/add_button.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/add_button.png rename to content/applications/productivity/studio/use_cases/models_fields/add_button.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/domain_higher_500.png b/content/applications/productivity/studio/use_cases/models_fields/domain_higher_500.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/domain_higher_500.png rename to content/applications/productivity/studio/use_cases/models_fields/domain_higher_500.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/domain_select_tag_type.png b/content/applications/productivity/studio/use_cases/models_fields/domain_select_tag_type.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/domain_select_tag_type.png rename to content/applications/productivity/studio/use_cases/models_fields/domain_select_tag_type.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/field_help.png b/content/applications/productivity/studio/use_cases/models_fields/field_help.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/field_help.png rename to content/applications/productivity/studio/use_cases/models_fields/field_help.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/help_tooltip.png b/content/applications/productivity/studio/use_cases/models_fields/help_tooltip.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/help_tooltip.png rename to content/applications/productivity/studio/use_cases/models_fields/help_tooltip.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/invisible_domain.png b/content/applications/productivity/studio/use_cases/models_fields/invisible_domain.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/invisible_domain.png rename to content/applications/productivity/studio/use_cases/models_fields/invisible_domain.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/new_existing_fields.png b/content/applications/productivity/studio/use_cases/models_fields/new_existing_fields.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/new_existing_fields.png rename to content/applications/productivity/studio/use_cases/models_fields/new_existing_fields.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/new_menu.png b/content/applications/productivity/studio/use_cases/models_fields/new_menu.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/new_menu.png rename to content/applications/productivity/studio/use_cases/models_fields/new_menu.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/real_estate_many2one.png b/content/applications/productivity/studio/use_cases/models_fields/real_estate_many2one.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/real_estate_many2one.png rename to content/applications/productivity/studio/use_cases/models_fields/real_estate_many2one.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/search_model_custom.png b/content/applications/productivity/studio/use_cases/models_fields/search_model_custom.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/search_model_custom.png rename to content/applications/productivity/studio/use_cases/models_fields/search_model_custom.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/url_id.png b/content/applications/productivity/studio/use_cases/models_fields/url_id.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/url_id.png rename to content/applications/productivity/studio/use_cases/models_fields/url_id.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/widget.png b/content/applications/productivity/studio/use_cases/models_fields/widget.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/widget.png rename to content/applications/productivity/studio/use_cases/models_fields/widget.png diff --git a/content/applications/productivity/studio/use_cases/media/models_fields/widget_checkboxes.png b/content/applications/productivity/studio/use_cases/models_fields/widget_checkboxes.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/models_fields/widget_checkboxes.png rename to content/applications/productivity/studio/use_cases/models_fields/widget_checkboxes.png diff --git a/content/applications/productivity/studio/use_cases/views.rst b/content/applications/productivity/studio/use_cases/views.rst index 0016ce637f..5c044ac9bd 100644 --- a/content/applications/productivity/studio/use_cases/views.rst +++ b/content/applications/productivity/studio/use_cases/views.rst @@ -6,7 +6,7 @@ Advanced Use Cases: Views From the Sales page, access Studio and, under *Views*, set the *Kanban* option as the default one. -.. image:: media/views/kanban_default.png +.. image:: views/kanban_default.png :align: center :height: 380 :alt: View of the Kanban option being set as the default one in Odoo Studio @@ -20,7 +20,7 @@ From the Sales page, access Studio and, under *Views*, set the *Kanban* option a | If the field is left blank, no editing is possible and records are shown based on your column preferences on the lead's page (front-end). -.. image:: media/views/view_editable.png +.. image:: views/view_editable.png :align: center :alt: View options emphasizing the editable options of a leads page in Odoo Studio diff --git a/content/applications/productivity/studio/use_cases/media/views/kanban_default.png b/content/applications/productivity/studio/use_cases/views/kanban_default.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/views/kanban_default.png rename to content/applications/productivity/studio/use_cases/views/kanban_default.png diff --git a/content/applications/productivity/studio/use_cases/media/views/view_editable.png b/content/applications/productivity/studio/use_cases/views/view_editable.png similarity index 100% rename from content/applications/productivity/studio/use_cases/media/views/view_editable.png rename to content/applications/productivity/studio/use_cases/views/view_editable.png diff --git a/content/applications/sales/crm/acquire_leads/convert.rst b/content/applications/sales/crm/acquire_leads/convert.rst index 1aafaad165..9ad15d8579 100644 --- a/content/applications/sales/crm/acquire_leads/convert.rst +++ b/content/applications/sales/crm/acquire_leads/convert.rst @@ -16,13 +16,13 @@ Configuration For this feature to work, go to :menuselection:`CRM --> Configuration --> Settings` and activate the *Leads* feature. -.. image:: media/convert01.png +.. image:: convert/convert01.png :align: center You will now have a new submenu *Leads* under *Leads* where they will aggregate. -.. image:: media/convert02.png +.. image:: convert/convert02.png :align: center Convert a lead into an opportunity @@ -32,7 +32,7 @@ When you click on a *Lead* you will have the option to convert it to an opportunity and decide if it should still be assigned to the same channel/person and if you need to create a new customer. -.. image:: media/convert03.png +.. image:: convert/convert03.png :align: center If you already have an opportunity with that customer Odoo will @@ -51,7 +51,7 @@ priority to the information present on the first opportunity. No information is lost: data from the other opportunity is logged in the chatter and the information fields for easy access. -.. image:: media/convert_04.png +.. image:: convert/convert_04.png :align: center Would you find a duplicate yourself, ...you can also merge opportunities @@ -60,7 +60,7 @@ or leads even if the system doesn't propose it. Here’s how, from the list view. Select the opportunities or leads you want to merge and the action button will appear. Then, you can select merge. -.. image:: media/convert_05.png +.. image:: convert/convert_05.png :align: center .. note:: diff --git a/content/applications/sales/crm/acquire_leads/media/convert01.png b/content/applications/sales/crm/acquire_leads/convert/convert01.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/convert01.png rename to content/applications/sales/crm/acquire_leads/convert/convert01.png diff --git a/content/applications/sales/crm/acquire_leads/media/convert02.png b/content/applications/sales/crm/acquire_leads/convert/convert02.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/convert02.png rename to content/applications/sales/crm/acquire_leads/convert/convert02.png diff --git a/content/applications/sales/crm/acquire_leads/media/convert03.png b/content/applications/sales/crm/acquire_leads/convert/convert03.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/convert03.png rename to content/applications/sales/crm/acquire_leads/convert/convert03.png diff --git a/content/applications/sales/crm/acquire_leads/media/convert_04.png b/content/applications/sales/crm/acquire_leads/convert/convert_04.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/convert_04.png rename to content/applications/sales/crm/acquire_leads/convert/convert_04.png diff --git a/content/applications/sales/crm/acquire_leads/media/convert_05.png b/content/applications/sales/crm/acquire_leads/convert/convert_05.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/convert_05.png rename to content/applications/sales/crm/acquire_leads/convert/convert_05.png diff --git a/content/applications/sales/crm/acquire_leads/generate_from_email.rst b/content/applications/sales/crm/acquire_leads/generate_from_email.rst index 20c6523d98..79689dc50b 100644 --- a/content/applications/sales/crm/acquire_leads/generate_from_email.rst +++ b/content/applications/sales/crm/acquire_leads/generate_from_email.rst @@ -16,5 +16,5 @@ manage several sales teams with specific business processes. You will find the configuration of sales teams under :menuselection:`Configuration --> Sales Teams`. -.. image:: media/generate_from_email01.png +.. image:: generate_from_email/generate_from_email01.png :align: center diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_email01.png b/content/applications/sales/crm/acquire_leads/generate_from_email/generate_from_email01.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_email01.png rename to content/applications/sales/crm/acquire_leads/generate_from_email/generate_from_email01.png diff --git a/content/applications/sales/crm/acquire_leads/generate_from_website.rst b/content/applications/sales/crm/acquire_leads/generate_from_website.rst index 64e4d18556..9085e39f96 100644 --- a/content/applications/sales/crm/acquire_leads/generate_from_website.rst +++ b/content/applications/sales/crm/acquire_leads/generate_from_website.rst @@ -17,7 +17,7 @@ With the CRM app installed, you benefit from a ready-to-use contact form on your Odoo website that will generate leads/opportunities automatically. -.. image:: media/generate_from_website03.png +.. image:: generate_from_website/generate_from_website03.png :align: center To change to a specific sales channel, go to :menuselection:`Website @@ -25,7 +25,7 @@ To change to a specific sales channel, go to :menuselection:`Website Contact Form info and where to change the *Sales Channel* or *Salesperson*. -.. image:: media/generate_from_website04.png +.. image:: generate_from_website/generate_from_website04.png :align: center Create a custom contact form @@ -43,7 +43,7 @@ Configuration You will need to install the free *Form Builder* module, only available in Odoo Enterprise. -.. image:: media/generate_from_website05.png +.. image:: generate_from_website/generate_from_website05.png :align: center Create a custom contact form @@ -53,7 +53,7 @@ First, go to the page where you want to put your contact form. In edit mode, dra the form builder onto the page, and you will be able to add all the fields you wish. -.. image:: media/generate_from_website06.png +.. image:: generate_from_website/generate_from_website06.png :align: center By default, any new contact form will send an email. You can switch to @@ -70,9 +70,9 @@ When using a contact form, you should use a qualification step before assigning the form to the right sales people. To do so, activate *Leads* in CRM settings and refer to :doc:`convert`. -.. |image0| image:: ./media/generate_from_website01.png +.. |image0| image:: generate_from_website/generate_from_website01.png :width: 1.04401in :height: 1.16146in -.. |image1| image:: ./media/generate_from_website02.png +.. |image1| image:: generate_from_website/generate_from_website02.png :width: 1.43229in :height: 1.16244in diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_website01.png b/content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website01.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_website01.png rename to content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website01.png diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_website02.png b/content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website02.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_website02.png rename to content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website02.png diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_website03.png b/content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website03.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_website03.png rename to content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website03.png diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_website04.png b/content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website04.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_website04.png rename to content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website04.png diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_website05.png b/content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website05.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_website05.png rename to content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website05.png diff --git a/content/applications/sales/crm/acquire_leads/media/generate_from_website06.png b/content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website06.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/generate_from_website06.png rename to content/applications/sales/crm/acquire_leads/generate_from_website/generate_from_website06.png diff --git a/content/applications/sales/crm/acquire_leads/lead_mining.rst b/content/applications/sales/crm/acquire_leads/lead_mining.rst index d4982e0bdf..d729eefc08 100644 --- a/content/applications/sales/crm/acquire_leads/lead_mining.rst +++ b/content/applications/sales/crm/acquire_leads/lead_mining.rst @@ -9,7 +9,7 @@ Configuration For this feature to work, go to :menuselection:`CRM --> Configuration --> Settings` and activate the **Lead Mining** feature. -.. image:: media/LM1.png +.. image:: lead_mining/LM1.png :align: center @@ -20,14 +20,14 @@ You are also able to create lead mining requests from the :menuselection:`Configuration --> Lead Mining Requests` and through :menuselection:`Leads --> Leads` where you have the **Generate Leads** button. -.. image:: media/LM2.png +.. image:: lead_mining/LM2.png :align: center From there, click on the **Generate Leads** button, a window where you will be able to pick your criteria will pop up. -.. image:: media/LM5.png +.. image:: lead_mining/LM5.png :align: center @@ -54,10 +54,10 @@ Here is the pricing for this `feature Configuration --> Settings --> Buy Credits`; or go to :menuselection:`Settings --> In-App Purchases --> View my Services`. -.. image:: media/LM6.png +.. image:: lead_mining/LM6.png :align: center -.. image:: media/LM7.png +.. image:: lead_mining/LM7.png :align: center diff --git a/content/applications/sales/crm/acquire_leads/media/LM1.png b/content/applications/sales/crm/acquire_leads/lead_mining/LM1.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/LM1.png rename to content/applications/sales/crm/acquire_leads/lead_mining/LM1.png diff --git a/content/applications/sales/crm/acquire_leads/media/LM2.png b/content/applications/sales/crm/acquire_leads/lead_mining/LM2.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/LM2.png rename to content/applications/sales/crm/acquire_leads/lead_mining/LM2.png diff --git a/content/applications/sales/crm/acquire_leads/media/LM5.png b/content/applications/sales/crm/acquire_leads/lead_mining/LM5.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/LM5.png rename to content/applications/sales/crm/acquire_leads/lead_mining/LM5.png diff --git a/content/applications/sales/crm/acquire_leads/media/LM6.png b/content/applications/sales/crm/acquire_leads/lead_mining/LM6.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/LM6.png rename to content/applications/sales/crm/acquire_leads/lead_mining/LM6.png diff --git a/content/applications/sales/crm/acquire_leads/media/LM7.png b/content/applications/sales/crm/acquire_leads/lead_mining/LM7.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/LM7.png rename to content/applications/sales/crm/acquire_leads/lead_mining/LM7.png diff --git a/content/applications/sales/crm/acquire_leads/send_quotes.rst b/content/applications/sales/crm/acquire_leads/send_quotes.rst index 859b520a94..0bfa530559 100644 --- a/content/applications/sales/crm/acquire_leads/send_quotes.rst +++ b/content/applications/sales/crm/acquire_leads/send_quotes.rst @@ -5,7 +5,7 @@ Send quotations When you qualify a lead into an opportunity you will most likely need to send them a quotation. You can directly do this in the CRM App with Odoo. -.. image:: media/send_quotes01.png +.. image:: send_quotes/send_quotes01.png :align: center Create a new quotation @@ -15,13 +15,13 @@ By clicking on any opportunity or lead, you will see a *New Quotation* button, it will bring you into a new menu where you can manage your quote. -.. image:: media/send_quotes02.png +.. image:: send_quotes/send_quotes02.png :align: center You will find all your quotes to that specific opportunity under the *Quotations* menu on that page. -.. image:: media/send_quotes03.png +.. image:: send_quotes/send_quotes03.png :align: center Mark them won/lost diff --git a/content/applications/sales/crm/acquire_leads/media/send_quotes01.png b/content/applications/sales/crm/acquire_leads/send_quotes/send_quotes01.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/send_quotes01.png rename to content/applications/sales/crm/acquire_leads/send_quotes/send_quotes01.png diff --git a/content/applications/sales/crm/acquire_leads/media/send_quotes02.png b/content/applications/sales/crm/acquire_leads/send_quotes/send_quotes02.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/send_quotes02.png rename to content/applications/sales/crm/acquire_leads/send_quotes/send_quotes02.png diff --git a/content/applications/sales/crm/acquire_leads/media/send_quotes03.png b/content/applications/sales/crm/acquire_leads/send_quotes/send_quotes03.png similarity index 100% rename from content/applications/sales/crm/acquire_leads/media/send_quotes03.png rename to content/applications/sales/crm/acquire_leads/send_quotes/send_quotes03.png diff --git a/content/applications/sales/crm/optimize/gamification.rst b/content/applications/sales/crm/optimize/gamification.rst index 245f11bc61..a0155ac82a 100644 --- a/content/applications/sales/crm/optimize/gamification.rst +++ b/content/applications/sales/crm/optimize/gamification.rst @@ -13,7 +13,7 @@ Configuration Install the *Gamification* module, or the *CRM gamification* one, which adds some useful data (goals and challenges) that can be used on *CRM/Sale*. -.. image:: media/gamification_module_install.png +.. image:: gamification/gamification_module_install.png :align: center :alt: View of the gamification module being installed in Odoo @@ -28,7 +28,7 @@ Now, create your first challenge by going to :menuselection:`Settings --> Gamifi features in order to access the configuration. To do so, go to *Settings* and *Activate the developer mode*. -.. image:: media/gamification_tools_menu.png +.. image:: gamification/gamification_tools_menu.png :align: center :alt: View if the gamification tools menu in Odoo Settings @@ -50,7 +50,7 @@ In the example below, 2 employees are being challenged with a *Monthly Sales Tar is based on 2 goals: the total amount invoiced and number of new leads generated. At the end of the month, the winner will be granted with a badge. -.. image:: media/challenges.png +.. image:: gamification/challenges.png :align: center :alt: View of the challenge form and a challenge being created for Odoo Sales @@ -65,7 +65,7 @@ Set up goals leads, time to qualify a lead, total amount invoiced in a specific week, month or any other time frame based on your management preferences, etc. -.. image:: media/goal_definitions.png +.. image:: gamification/goal_definitions.png :align: center :alt: View of the goal definition form and a goal definition being created for Odoo Sales @@ -81,6 +81,6 @@ exceptional achievement, a badge is an easy way to express gratitude to a user f To create and grant badges to your employees based on their performance, go to :menuselection:`Settings --> Gamification Tools --> Badges`. -.. image:: media/badges.png +.. image:: gamification/badges.png :align: center :alt: View of the badges page in Odoo diff --git a/content/applications/sales/crm/optimize/media/badges.png b/content/applications/sales/crm/optimize/gamification/badges.png similarity index 100% rename from content/applications/sales/crm/optimize/media/badges.png rename to content/applications/sales/crm/optimize/gamification/badges.png diff --git a/content/applications/sales/crm/optimize/media/challenges.png b/content/applications/sales/crm/optimize/gamification/challenges.png similarity index 100% rename from content/applications/sales/crm/optimize/media/challenges.png rename to content/applications/sales/crm/optimize/gamification/challenges.png diff --git a/content/applications/sales/crm/optimize/media/gamification_module_install.png b/content/applications/sales/crm/optimize/gamification/gamification_module_install.png similarity index 100% rename from content/applications/sales/crm/optimize/media/gamification_module_install.png rename to content/applications/sales/crm/optimize/gamification/gamification_module_install.png diff --git a/content/applications/sales/crm/optimize/media/gamification_tools_menu.png b/content/applications/sales/crm/optimize/gamification/gamification_tools_menu.png similarity index 100% rename from content/applications/sales/crm/optimize/media/gamification_tools_menu.png rename to content/applications/sales/crm/optimize/gamification/gamification_tools_menu.png diff --git a/content/applications/sales/crm/optimize/media/goal_definitions.png b/content/applications/sales/crm/optimize/gamification/goal_definitions.png similarity index 100% rename from content/applications/sales/crm/optimize/media/goal_definitions.png rename to content/applications/sales/crm/optimize/gamification/goal_definitions.png diff --git a/content/applications/sales/crm/optimize/google_calendar_credentials.rst b/content/applications/sales/crm/optimize/google_calendar_credentials.rst index cad6eb6d5d..6a5c8f2292 100644 --- a/content/applications/sales/crm/optimize/google_calendar_credentials.rst +++ b/content/applications/sales/crm/optimize/google_calendar_credentials.rst @@ -13,20 +13,20 @@ Setup in Google - Go to the API & Services page. -.. image:: media/google_calendar_credentials00.png +.. image:: google_calendar_credentials/google_calendar_credentials00.png :align: center - Search for *Google Calendar API* and select it. -.. image:: media/google_calendar_credentials01.png +.. image:: google_calendar_credentials/google_calendar_credentials01.png :align: center -.. image:: media/google_calendar_credentials02.png +.. image:: google_calendar_credentials/google_calendar_credentials02.png :align: center - Enable the API. -.. image:: media/google_calendar_credentials03.png +.. image:: google_calendar_credentials/google_calendar_credentials03.png :align: center - Select or create an API project to store the credentials if not yet done @@ -34,13 +34,13 @@ Setup in Google - Create credentials. -.. image:: media/google_calendar_credentials04.png +.. image:: google_calendar_credentials/google_calendar_credentials04.png :align: center - Select *Web browser (Javascript)* as calling source and *User data* as kind of data. -.. image:: media/google_calendar_credentials05.png +.. image:: google_calendar_credentials/google_calendar_credentials05.png :align: center - Then you can create a Client ID. @@ -49,7 +49,7 @@ Setup in Google Odoo's instance URL. The *Authorized redirect URI* is your Odoo's instance URL followed by '/google_account/authentication'. -.. image:: media/google_calendar_credentials06.png +.. image:: google_calendar_credentials/google_calendar_credentials06.png :align: center - Go through the Consent Screen step by entering a product name @@ -60,7 +60,7 @@ Setup in Google - Finally you are provided with your **Client ID**. Go to *Credentials* to get the **Client Secret** as well. Both of them are required in Odoo. -.. image:: media/google_calendar_credentials07.png +.. image:: google_calendar_credentials/google_calendar_credentials07.png :align: center Setup in Odoo @@ -69,13 +69,13 @@ Setup in Odoo - Install the **Google Calendar** App from the *Apps* menu or by checking the option in :menuselection:`Settings --> General Settings`. -.. image:: media/google_calendar_credentials08.png +.. image:: google_calendar_credentials/google_calendar_credentials08.png :align: center - Go to :menuselection:`Settings --> General Settings` and enter your **Client ID** and **Client Secret** in Google Calendar option. -.. image:: media/google_calendar_credentials09.png +.. image:: google_calendar_credentials/google_calendar_credentials09.png :align: center - The setup is now ready. Open your Odoo Calendar and sync with Google. @@ -83,7 +83,7 @@ Setup in Odoo the connection. Once back in Odoo, click the sync button again. You can click it whenever you want to synchronize your calendar. -.. image:: media/google_calendar_credentials10.png +.. image:: google_calendar_credentials/google_calendar_credentials10.png :align: center As of now you no longer have excuses to miss a meeting! diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials00.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials00.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials00.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials00.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials01.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials01.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials01.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials01.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials02.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials02.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials02.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials02.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials03.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials03.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials03.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials03.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials04.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials04.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials04.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials04.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials05.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials05.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials05.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials05.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials06.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials06.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials06.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials06.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials07.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials07.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials07.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials07.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials08.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials08.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials08.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials08.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials09.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials09.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials09.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials09.png diff --git a/content/applications/sales/crm/optimize/media/google_calendar_credentials10.png b/content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials10.png similarity index 100% rename from content/applications/sales/crm/optimize/media/google_calendar_credentials10.png rename to content/applications/sales/crm/optimize/google_calendar_credentials/google_calendar_credentials10.png diff --git a/content/applications/sales/crm/optimize/partner_autocomplete.rst b/content/applications/sales/crm/optimize/partner_autocomplete.rst index ad8ebf9051..84427ff829 100644 --- a/content/applications/sales/crm/optimize/partner_autocomplete.rst +++ b/content/applications/sales/crm/optimize/partner_autocomplete.rst @@ -10,7 +10,7 @@ Configuration Go to :menuselection:`Settings --> Contacts` and activate the *Partner Autocomplete* feature. -.. image:: media/settings_partner_autocomplete.png +.. image:: partner_autocomplete/settings_partner_autocomplete.png :align: center :alt: View of settings page and the activations of the feature in Odoo @@ -22,11 +22,11 @@ Enrich your contacts with corporate data data. | For example, after typing *Odoo*, you will get the following information: -.. image:: media/odoo_autocomplete.png +.. image:: partner_autocomplete/odoo_autocomplete.png :align: center :alt: Creating a new contact in Odoo -.. image:: media/odoo_info_autocomplete.png +.. image:: partner_autocomplete/odoo_info_autocomplete.png :align: center :alt: View of the information being shown about odoo with the autocomplete option in Odoo diff --git a/content/applications/sales/crm/optimize/media/odoo_autocomplete.png b/content/applications/sales/crm/optimize/partner_autocomplete/odoo_autocomplete.png similarity index 100% rename from content/applications/sales/crm/optimize/media/odoo_autocomplete.png rename to content/applications/sales/crm/optimize/partner_autocomplete/odoo_autocomplete.png diff --git a/content/applications/sales/crm/optimize/media/odoo_info_autocomplete.png b/content/applications/sales/crm/optimize/partner_autocomplete/odoo_info_autocomplete.png similarity index 100% rename from content/applications/sales/crm/optimize/media/odoo_info_autocomplete.png rename to content/applications/sales/crm/optimize/partner_autocomplete/odoo_info_autocomplete.png diff --git a/content/applications/sales/crm/optimize/media/settings_partner_autocomplete.png b/content/applications/sales/crm/optimize/partner_autocomplete/settings_partner_autocomplete.png similarity index 100% rename from content/applications/sales/crm/optimize/media/settings_partner_autocomplete.png rename to content/applications/sales/crm/optimize/partner_autocomplete/settings_partner_autocomplete.png diff --git a/content/applications/sales/crm/performance/media/turnover01.png b/content/applications/sales/crm/performance/media/turnover01.png deleted file mode 100644 index 192612f525..0000000000 Binary files a/content/applications/sales/crm/performance/media/turnover01.png and /dev/null differ diff --git a/content/applications/sales/crm/performance/media/turnover02.png b/content/applications/sales/crm/performance/media/turnover02.png deleted file mode 100644 index 81d48429d8..0000000000 Binary files a/content/applications/sales/crm/performance/media/turnover02.png and /dev/null differ diff --git a/content/applications/sales/crm/performance/media/turnover03.png b/content/applications/sales/crm/performance/media/turnover03.png deleted file mode 100644 index f098f7b1fb..0000000000 Binary files a/content/applications/sales/crm/performance/media/turnover03.png and /dev/null differ diff --git a/content/applications/sales/crm/performance/media/turnover04.png b/content/applications/sales/crm/performance/media/turnover04.png deleted file mode 100644 index d4883d4da8..0000000000 Binary files a/content/applications/sales/crm/performance/media/turnover04.png and /dev/null differ diff --git a/content/applications/sales/crm/performance/media/turnover05.png b/content/applications/sales/crm/performance/media/turnover05.png deleted file mode 100644 index 89000c4ae9..0000000000 Binary files a/content/applications/sales/crm/performance/media/turnover05.png and /dev/null differ diff --git a/content/applications/sales/crm/performance/media/turnover06.png b/content/applications/sales/crm/performance/media/turnover06.png deleted file mode 100644 index 837fe9c21e..0000000000 Binary files a/content/applications/sales/crm/performance/media/turnover06.png and /dev/null differ diff --git a/content/applications/sales/crm/performance/win_loss.rst b/content/applications/sales/crm/performance/win_loss.rst index 833fd948f2..2aecd69bbf 100644 --- a/content/applications/sales/crm/performance/win_loss.rst +++ b/content/applications/sales/crm/performance/win_loss.rst @@ -12,15 +12,15 @@ From there you can filter to which opportunities you wish to see, yours, the ones from your sales channel, your whole company, etc. You can then click on filter and check Won/Lost. -.. image:: media/win_loss01.png +.. image:: win_loss/win_loss01.png :align: center You can also change the *Measures* to *Total Revenue*. -.. image:: media/win_loss02.png +.. image:: win_loss/win_loss02.png :align: center You also have the ability to switch to a pie chart view. -.. image:: media/win_loss03.png +.. image:: win_loss/win_loss03.png :align: center diff --git a/content/applications/sales/crm/performance/media/win_loss01.png b/content/applications/sales/crm/performance/win_loss/win_loss01.png similarity index 100% rename from content/applications/sales/crm/performance/media/win_loss01.png rename to content/applications/sales/crm/performance/win_loss/win_loss01.png diff --git a/content/applications/sales/crm/performance/media/win_loss02.png b/content/applications/sales/crm/performance/win_loss/win_loss02.png similarity index 100% rename from content/applications/sales/crm/performance/media/win_loss02.png rename to content/applications/sales/crm/performance/win_loss/win_loss02.png diff --git a/content/applications/sales/crm/performance/media/win_loss03.png b/content/applications/sales/crm/performance/win_loss/win_loss03.png similarity index 100% rename from content/applications/sales/crm/performance/media/win_loss03.png rename to content/applications/sales/crm/performance/win_loss/win_loss03.png diff --git a/content/applications/sales/crm/pipeline/lost_opportunities.rst b/content/applications/sales/crm/pipeline/lost_opportunities.rst index 2a54cdd029..69392541fa 100644 --- a/content/applications/sales/crm/pipeline/lost_opportunities.rst +++ b/content/applications/sales/crm/pipeline/lost_opportunities.rst @@ -15,7 +15,7 @@ a *Mark Lost* button. You can then select an existing *Lost Reason* or create a new one right there. -.. image:: media/lost_opportunities01.png +.. image:: lost_opportunities/lost_opportunities01.png :align: center Manage & create lost reasons @@ -33,7 +33,7 @@ To retrieve lost opportunities and do actions on them (send an email, make a feedback call, etc.), select the *Lost* filter in the search bar. -.. image:: media/lost_opportunities02.png +.. image:: lost_opportunities/lost_opportunities02.png :align: center You will then see all your lost opportunities. @@ -43,7 +43,7 @@ Reason*. For Example, *Too Expensive*. -.. image:: media/lost_opportunities03.png +.. image:: lost_opportunities/lost_opportunities03.png :align: center Restore lost opportunities @@ -53,25 +53,25 @@ From the Kanban view with the filter(s) in place, you can select any opportunity you wish and work on it as usual. You can also restore it by clicking on *Archived*. -.. image:: media/lost_opportunities04.png +.. image:: lost_opportunities/lost_opportunities04.png :align: center You can also restore items in batch from the Kanban view when they belong to the same stage. Select *Restore Records* in the column options. You can also archive the same way. -.. image:: media/lost_opportunities05.png +.. image:: lost_opportunities/lost_opportunities05.png :align: center To select specific opportunities, you should switch to the list view. -.. image:: media/lost_opportunities06.png +.. image:: lost_opportunities/lost_opportunities06.png :align: center Then you can select as many or all opportunities and select the actions you want to take. -.. image:: media/lost_opportunities07.png +.. image:: lost_opportunities/lost_opportunities07.png :align: center .. seealso:: diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities01.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities01.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities01.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities01.png diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities02.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities02.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities02.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities02.png diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities03.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities03.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities03.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities03.png diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities04.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities04.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities04.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities04.png diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities05.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities05.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities05.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities05.png diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities06.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities06.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities06.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities06.png diff --git a/content/applications/sales/crm/pipeline/media/lost_opportunities07.png b/content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities07.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/lost_opportunities07.png rename to content/applications/sales/crm/pipeline/lost_opportunities/lost_opportunities07.png diff --git a/content/applications/sales/crm/pipeline/media/multi_sales_team04.png b/content/applications/sales/crm/pipeline/media/multi_sales_team04.png deleted file mode 100644 index f21f580024..0000000000 Binary files a/content/applications/sales/crm/pipeline/media/multi_sales_team04.png and /dev/null differ diff --git a/content/applications/sales/crm/pipeline/multi_sales_team.rst b/content/applications/sales/crm/pipeline/multi_sales_team.rst index aea11adce8..21b1f1cca2 100644 --- a/content/applications/sales/crm/pipeline/multi_sales_team.rst +++ b/content/applications/sales/crm/pipeline/multi_sales_team.rst @@ -14,7 +14,7 @@ To create a new *Sales Channel*, go to :menuselection:`Configuration --> Sales C There you can set an email alias to it. Every message sent to that email address will create a lead/opportunity. -.. image:: media/multi_sales_team01.png +.. image:: multi_sales_team/multi_sales_team01.png :align: center Add members to your sales channel @@ -27,13 +27,13 @@ Therefore, you can only be a member of one channel. This will ease the process review of the team manager. -.. image:: media/multi_sales_team02.png +.. image:: multi_sales_team/multi_sales_team02.png :align: center If you now filter on this specific channel in your pipeline, you will find all of its opportunities. -.. image:: media/multi_sales_team03.png +.. image:: multi_sales_team/multi_sales_team03.png :align: center Sales channel dashboard diff --git a/content/applications/sales/crm/pipeline/media/multi_sales_team01.png b/content/applications/sales/crm/pipeline/multi_sales_team/multi_sales_team01.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/multi_sales_team01.png rename to content/applications/sales/crm/pipeline/multi_sales_team/multi_sales_team01.png diff --git a/content/applications/sales/crm/pipeline/media/multi_sales_team02.png b/content/applications/sales/crm/pipeline/multi_sales_team/multi_sales_team02.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/multi_sales_team02.png rename to content/applications/sales/crm/pipeline/multi_sales_team/multi_sales_team02.png diff --git a/content/applications/sales/crm/pipeline/media/multi_sales_team03.png b/content/applications/sales/crm/pipeline/multi_sales_team/multi_sales_team03.png similarity index 100% rename from content/applications/sales/crm/pipeline/media/multi_sales_team03.png rename to content/applications/sales/crm/pipeline/multi_sales_team/multi_sales_team03.png diff --git a/content/applications/sales/crm/track_leads/lead_scoring.rst b/content/applications/sales/crm/track_leads/lead_scoring.rst index 86a530898a..4d6055836e 100644 --- a/content/applications/sales/crm/track_leads/lead_scoring.rst +++ b/content/applications/sales/crm/track_leads/lead_scoring.rst @@ -14,7 +14,7 @@ Configuration To use scoring, install the free module *Lead Scoring* under your *Apps* page (only available in Odoo Enterprise). -.. image:: media/lead_scoring01.png +.. image:: lead_scoring/lead_scoring01.png :align: center Create scoring rules @@ -27,13 +27,13 @@ Here's an example for a Canadian lead, you can modify for whatever criteria you wish to score your leads on. You can add as many criteria as you wish. -.. image:: media/lead_scoring02.png +.. image:: lead_scoring/lead_scoring02.png :align: center Every hour every lead without a score will be automatically scanned and assigned their right score according to your scoring rules. -.. image:: media/lead_scoring03.png +.. image:: lead_scoring/lead_scoring03.png :align: center Assign leads @@ -43,7 +43,7 @@ Once the scores computed, leads can be assigned to specific teams using the same domain mechanism. To do so go to :menuselection:`CRM --> Leads Management --> Team Assignation` and apply a specific domain on each team. This domain can include scores. -.. image:: media/lead_scoring04.png +.. image:: lead_scoring/lead_scoring04.png :align: center Further on, you can assign to a specific vendor in the team with an even @@ -51,7 +51,7 @@ more refined domain. To do so go to :menuselection:`CRM --> Leads Management --> Leads Assignation`. -.. image:: media/lead_scoring05.png +.. image:: lead_scoring/lead_scoring05.png :align: center .. note:: @@ -67,12 +67,12 @@ so it is useful to do something with them. In your leads page you can place a filter to find your unassigned leads. -.. image:: media/lead_scoring06.png +.. image:: lead_scoring/lead_scoring06.png :align: center Why not using :menuselection:`Email Marketing` or :menuselection:`Marketing Automation` apps to send a mass email to them? You can also easily find such unassigned leads from there. -.. image:: media/lead_scoring07.png +.. image:: lead_scoring/lead_scoring07.png :align: center diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring01.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring01.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring01.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring01.png diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring02.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring02.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring02.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring02.png diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring03.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring03.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring03.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring03.png diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring04.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring04.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring04.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring04.png diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring05.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring05.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring05.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring05.png diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring06.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring06.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring06.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring06.png diff --git a/content/applications/sales/crm/track_leads/media/lead_scoring07.png b/content/applications/sales/crm/track_leads/lead_scoring/lead_scoring07.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/lead_scoring07.png rename to content/applications/sales/crm/track_leads/lead_scoring/lead_scoring07.png diff --git a/content/applications/sales/crm/track_leads/prospect_visits.rst b/content/applications/sales/crm/track_leads/prospect_visits.rst index d5979398a5..9ec8385ca1 100644 --- a/content/applications/sales/crm/track_leads/prospect_visits.rst +++ b/content/applications/sales/crm/track_leads/prospect_visits.rst @@ -14,7 +14,7 @@ Configuration To use this feature, install the free module *Lead Scoring* under your *Apps* page (only available in Odoo Enterprise). -.. image:: media/prospect_visits01.png +.. image:: prospect_visits/prospect_visits01.png :align: center Track a webpage @@ -23,12 +23,12 @@ Track a webpage Go to any static page you want to track on your website and under the *Promote* tab you will find *Optimize SEO* -.. image:: media/prospect_visits02.png +.. image:: prospect_visits/prospect_visits02.png :align: center There you will see a *Track Page* checkbox to track this page. -.. image:: media/prospect_visits03.png +.. image:: prospect_visits/prospect_visits03.png :align: center See visited pages in your leads/opportunities @@ -43,10 +43,10 @@ chatter. Both will update if the viewers comes back to your website and visits more pages. -.. image:: media/prospect_visits04.png +.. image:: prospect_visits/prospect_visits04.png :align: center -.. image:: media/prospect_visits05.png +.. image:: prospect_visits/prospect_visits05.png :align: center The feature will not repeat multiple viewings of the same pages in the diff --git a/content/applications/sales/crm/track_leads/media/prospect_visits01.png b/content/applications/sales/crm/track_leads/prospect_visits/prospect_visits01.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/prospect_visits01.png rename to content/applications/sales/crm/track_leads/prospect_visits/prospect_visits01.png diff --git a/content/applications/sales/crm/track_leads/media/prospect_visits02.png b/content/applications/sales/crm/track_leads/prospect_visits/prospect_visits02.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/prospect_visits02.png rename to content/applications/sales/crm/track_leads/prospect_visits/prospect_visits02.png diff --git a/content/applications/sales/crm/track_leads/media/prospect_visits03.png b/content/applications/sales/crm/track_leads/prospect_visits/prospect_visits03.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/prospect_visits03.png rename to content/applications/sales/crm/track_leads/prospect_visits/prospect_visits03.png diff --git a/content/applications/sales/crm/track_leads/media/prospect_visits04.png b/content/applications/sales/crm/track_leads/prospect_visits/prospect_visits04.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/prospect_visits04.png rename to content/applications/sales/crm/track_leads/prospect_visits/prospect_visits04.png diff --git a/content/applications/sales/crm/track_leads/media/prospect_visits05.png b/content/applications/sales/crm/track_leads/prospect_visits/prospect_visits05.png similarity index 100% rename from content/applications/sales/crm/track_leads/media/prospect_visits05.png rename to content/applications/sales/crm/track_leads/prospect_visits/prospect_visits05.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags.rst b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags.rst index 0d81aee85f..e6b689f292 100644 --- a/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags.rst +++ b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags.rst @@ -17,16 +17,16 @@ To use discounts tags, we need to learn about barcode nomenclature. Let's say you want to have a discount for the product with the following barcode: -.. image:: media/discount_tags01.png +.. image:: discount_tags/discount_tags01.png :align: center You can find the *Default Nomenclature* under the settings of your PoS interface. -.. image:: media/discount_tags02.png +.. image:: discount_tags/discount_tags02.png :align: center -.. image:: media/discount_tags03.png +.. image:: discount_tags/discount_tags03.png :align: center Let's say you want 50% discount on a product you have to start your @@ -34,7 +34,7 @@ barcode with 22 (for the discount barcode nomenclature) and then 50 (for the %) before adding the product barcode. In our example, the barcode would be: -.. image:: media/discount_tags04.png +.. image:: discount_tags/discount_tags04.png :align: center Scan the products & tags @@ -42,11 +42,11 @@ Scan the products & tags You first have to scan the desired product (in our case, a lemon). -.. image:: media/discount_tags05.png +.. image:: discount_tags/discount_tags05.png :align: center And then scan the discount tag. The discount will be applied and you can finish the transaction. -.. image:: media/discount_tags06.png +.. image:: discount_tags/discount_tags06.png :align: center diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags01.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags01.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags01.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags01.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags02.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags02.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags02.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags02.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags03.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags03.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags03.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags03.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags04.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags04.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags04.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags04.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags05.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags05.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags05.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags05.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags06.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags06.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discount_tags06.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discount_tags/discount_tags06.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/discounts.rst b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts.rst index bef64d1ba1..a69ed9ddf6 100644 --- a/content/applications/sales/point_of_sale/advanced_pricing_features/discounts.rst +++ b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts.rst @@ -23,7 +23,7 @@ Apply a discount on a product From your PoS session interface, use the *Disc* button. -.. image:: media/discounts_01.png +.. image:: discounts/discounts_01.png :align: center :alt: View of the discount button for manual discount @@ -38,19 +38,19 @@ Sales --> Configuration --> Point of Sale` and select your PoS. Once on your PoS form, select *Global Discounts*, under the *Pricing* category. -.. image:: media/discounts_02.png +.. image:: discounts/discounts_02.png :align: center :alt: View of the feature to enable for global discount Now, you have a new *Discount* button appearing on your PoS interface. -.. image:: media/discounts_03.png +.. image:: discounts/discounts_03.png :align: center :alt: View of the button to use for global discount via the pos interface Click on it and enter the wanted discount. -.. image:: media/discounts_04.png +.. image:: discounts/discounts_04.png :align: center :alt: View of the discount offered in the payment summary @@ -66,7 +66,7 @@ feature. To do so, go to :menuselection:`Point of Sales --> Configuration --> Point of Sale` and open your PoS. Then, enable the pricelist feature. -.. image:: media/discounts_05.png +.. image:: discounts/discounts_05.png :align: center :alt: View of the pricelist feature @@ -84,7 +84,7 @@ When creating a pricelist, you can set several criteria to use a specific price: period, min. quantity, etc. You can also decide to apply that pricelist on specific products or on the whole range. -.. image:: media/discounts_06.png +.. image:: discounts/discounts_06.png :align: center :alt: View of a time-limited pricelist for two products @@ -94,7 +94,7 @@ Using a pricelist with the PoS interface On the PoS interface, a new button appears. Use it to select a pricelist. -.. image:: media/discounts_07.png +.. image:: discounts/discounts_07.png :align: center :alt: View of the button to use for time-limited discounts via the pos interface diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_01.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_01.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_01.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_01.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_02.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_02.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_02.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_02.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_03.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_03.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_03.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_03.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_04.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_04.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_04.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_04.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_05.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_05.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_05.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_05.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_06.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_06.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_06.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_06.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_07.png b/content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_07.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/discounts_07.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/discounts/discounts_07.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty.rst b/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty.rst index f79439e5aa..8706d218be 100644 --- a/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty.rst +++ b/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty.rst @@ -13,12 +13,12 @@ To activate the *Loyalty Program* feature, go to select your PoS interface. Under the Pricing features, select *Loyalty Program* -.. image:: media/loyalty01.png +.. image:: loyalty/loyalty01.png :align: center From there you can create and edit your loyalty programs. -.. image:: media/loyalty02.png +.. image:: loyalty/loyalty02.png :align: center You can decide what type of program you wish to use, if the reward is a @@ -34,7 +34,7 @@ the transaction and they will accumulate until they are spent. They are spent using the button *Rewards* when they have enough points according to the rules defined in the loyalty program. -.. image:: media/loyalty03.png +.. image:: loyalty/loyalty03.png :align: center You can see the price is instantly updated to reflect the pricelist. You diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/loyalty01.png b/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty/loyalty01.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/loyalty01.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/loyalty/loyalty01.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/loyalty02.png b/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty/loyalty02.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/loyalty02.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/loyalty/loyalty02.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/loyalty03.png b/content/applications/sales/point_of_sale/advanced_pricing_features/loyalty/loyalty03.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/loyalty03.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/loyalty/loyalty03.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists.rst b/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists.rst index 60a7d82f15..0029e72d18 100644 --- a/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists.rst +++ b/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists.rst @@ -20,26 +20,26 @@ To set up a *Pricelist*, go to :menuselection:`Point of Sale --> Configuration - and enable the *Pricelist* feature. Then, go to :menuselection:`Point of Sale --> Configuration --> Point of Sale` and enable *Pricelist* for the *PoS*. -.. image:: media/pricelists_01.png +.. image:: pricelists/pricelists_01.png :align: center Now, you can create *Pricelists* by clicking on the *Pricelists* link. Then, set it up by choosing the product category you want to include in your happy hour and the discount. -.. image:: media/pricelists_02.png +.. image:: pricelists/pricelists_02.png :align: center Go back to your *PoS* settings and add the Happy Hour pricelist to the list. You can even choose a default pricelist if needed. -.. image:: media/pricelists_03.png +.. image:: pricelists/pricelists_03.png :align: center From now on, on the *PoS* interface, a new button is available, allowing you to choose among the different *pricelists* you added before. -.. image:: media/pricelists_04.png +.. image:: pricelists/pricelists_04.png :align: center .. seealso:: diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_01.png b/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_01.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_01.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_01.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_02.png b/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_02.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_02.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_02.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_03.png b/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_03.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_03.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_03.png diff --git a/content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_04.png b/content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_04.png similarity index 100% rename from content/applications/sales/point_of_sale/advanced_pricing_features/media/pricelists_04.png rename to content/applications/sales/point_of_sale/advanced_pricing_features/pricelists/pricelists_04.png diff --git a/content/applications/sales/point_of_sale/belgian_fdm/setup.rst b/content/applications/sales/point_of_sale/belgian_fdm/setup.rst index 251afbec35..be2c0fef25 100644 --- a/content/applications/sales/point_of_sale/belgian_fdm/setup.rst +++ b/content/applications/sales/point_of_sale/belgian_fdm/setup.rst @@ -45,7 +45,7 @@ IoT Box will not work. You can verify that the Fiscal Data Module is recognized by the IoT Box by going to the *Hardware status page* via the IoT Box homepage. -.. image:: media/posbox_fdm_hardware_status.png +.. image:: setup/posbox_fdm_hardware_status.png :align: center Odoo @@ -62,7 +62,7 @@ number of your IoT Box is set). The first time you open the Point of Sale and attempt to do a transaction, you will be asked to input the PIN that you received with your VAT signing card. -.. image:: media/vat_signing_card_pin.png +.. image:: setup/vat_signing_card_pin.png :align: center Certification & On-premise diff --git a/content/applications/sales/point_of_sale/belgian_fdm/media/posbox_fdm_hardware_status.png b/content/applications/sales/point_of_sale/belgian_fdm/setup/posbox_fdm_hardware_status.png similarity index 100% rename from content/applications/sales/point_of_sale/belgian_fdm/media/posbox_fdm_hardware_status.png rename to content/applications/sales/point_of_sale/belgian_fdm/setup/posbox_fdm_hardware_status.png diff --git a/content/applications/sales/point_of_sale/belgian_fdm/media/vat_signing_card_pin.png b/content/applications/sales/point_of_sale/belgian_fdm/setup/vat_signing_card_pin.png similarity index 100% rename from content/applications/sales/point_of_sale/belgian_fdm/media/vat_signing_card_pin.png rename to content/applications/sales/point_of_sale/belgian_fdm/setup/vat_signing_card_pin.png diff --git a/content/applications/sales/point_of_sale/overview/getting_started.rst b/content/applications/sales/point_of_sale/overview/getting_started.rst index 453606278c..6557ec19ff 100644 --- a/content/applications/sales/point_of_sale/overview/getting_started.rst +++ b/content/applications/sales/point_of_sale/overview/getting_started.rst @@ -20,7 +20,7 @@ To make products available for sale, go to :menuselection:`Point of Sale --> Products --> Products` and open a product. In the *Sales* tab, enable *Available in Point of Sale*. -.. image:: media/getting_started_01.png +.. image:: getting_started/getting_started_01.png :align: center :alt: Product form. Making the product available in PoS. @@ -35,7 +35,7 @@ To add a payment method, you first need to create it. Go to and click on create. Then, you can name your payment method and set it up. -.. image:: media/getting_started_02.png +.. image:: getting_started/getting_started_02.png :align: center :alt: Creating a new payment method for a Point of Sale. @@ -47,7 +47,7 @@ go to :menuselection:`Point of Sale --> Configuration --> Point of Sale` and open the PoS in which you want to include the payment method. Then, add the payment method. -.. image:: media/getting_started_03.png +.. image:: getting_started/getting_started_03.png :align: center :alt: Making the payment method available in a point of sale. @@ -63,13 +63,13 @@ Your first order Open a new session from the dashboard by clicking on *New Session*. -.. image:: media/getting_started_04.png +.. image:: getting_started/getting_started_04.png :align: center :alt: Launching a new session. After the loading screen, you arrive on the PoS interface. -.. image:: media/getting_started_05.png +.. image:: getting_started/getting_started_05.png :align: center :alt: Point of sale dashboard. @@ -90,14 +90,14 @@ of accepting returns and refunds easy for you. To do that, from the PoS interface, select the product and quantity (with the +/- button) that the customer wants to return. For multiple products, repeat the process individually. -.. image:: media/getting_started_06.png +.. image:: getting_started/getting_started_06.png :align: center :alt: Refunding a product with the point of sale app. When on the payment interface, the total is negative. To end the refund, process the payment and validate it. -.. image:: media/getting_started_07.png +.. image:: getting_started/getting_started_07.png :align: center :alt: Giving back money to customer in Odoo Point of Sale. @@ -107,7 +107,7 @@ Close the PoS session To close your session at the end of the day, click on the close button on the upper right corner of your screen and confirm. Now, close the session on the dashboard view. -.. image:: media/getting_started_08.png +.. image:: getting_started/getting_started_08.png :align: center :alt: How to close a point of sale session. @@ -118,7 +118,7 @@ Once a session is closed, you can see a summary of all transactions per payment Then, click on a line to see all orders that were paid during your PoS session. If everything is correct, validate the session and post the closing entries. -.. image:: media/getting_started_09.png +.. image:: getting_started/getting_started_09.png :align: center :alt: Point of sale sales report before closing the session. @@ -138,12 +138,12 @@ To access your statistics, go to :menuselection:`Point of Sales --> Reporting --> Orders`. There, you can see various statistics in graph or pivot form. -.. image:: media/getting_started_10.png +.. image:: getting_started/getting_started_10.png :align: center :alt: Orders analysis with pivot view of the point of sale reporting feature. You can also access them through the dashboard. -.. image:: media/getting_started_11.png +.. image:: getting_started/getting_started_11.png :align: center :alt: Accessing orders analysis via the point of sale dashboard. Reporting feature on the PoS form. \ No newline at end of file diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_01.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_01.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_01.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_01.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_02.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_02.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_02.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_02.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_03.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_03.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_03.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_03.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_04.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_04.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_04.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_04.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_05.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_05.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_05.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_05.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_06.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_06.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_06.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_06.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_07.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_07.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_07.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_07.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_08.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_08.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_08.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_08.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_09.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_09.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_09.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_09.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_10.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_10.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_10.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_10.png diff --git a/content/applications/sales/point_of_sale/overview/media/getting_started_11.png b/content/applications/sales/point_of_sale/overview/getting_started/getting_started_11.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/getting_started_11.png rename to content/applications/sales/point_of_sale/overview/getting_started/getting_started_11.png diff --git a/content/applications/sales/point_of_sale/overview/register.rst b/content/applications/sales/point_of_sale/overview/register.rst index b1fc01cbe8..867d10a0a3 100644 --- a/content/applications/sales/point_of_sale/overview/register.rst +++ b/content/applications/sales/point_of_sale/overview/register.rst @@ -12,18 +12,18 @@ Create a customer From your session interface, use the customer button. -.. image:: media/register01.png +.. image:: register/register01.png :align: center Create a new one by using this button. -.. image:: media/register02.png +.. image:: register/register02.png :align: center You will be invited to fill out the customer form with their information. -.. image:: media/register03.png +.. image:: register/register03.png :align: center Use the save button when you are done. You can then select that customer diff --git a/content/applications/sales/point_of_sale/overview/media/register01.png b/content/applications/sales/point_of_sale/overview/register/register01.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/register01.png rename to content/applications/sales/point_of_sale/overview/register/register01.png diff --git a/content/applications/sales/point_of_sale/overview/media/register02.png b/content/applications/sales/point_of_sale/overview/register/register02.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/register02.png rename to content/applications/sales/point_of_sale/overview/register/register02.png diff --git a/content/applications/sales/point_of_sale/overview/media/register03.png b/content/applications/sales/point_of_sale/overview/register/register03.png similarity index 100% rename from content/applications/sales/point_of_sale/overview/media/register03.png rename to content/applications/sales/point_of_sale/overview/register/register03.png diff --git a/content/applications/sales/point_of_sale/payment/ingenico.rst b/content/applications/sales/point_of_sale/payment/ingenico.rst index b450fc35c7..81fe7b5cab 100644 --- a/content/applications/sales/point_of_sale/payment/ingenico.rst +++ b/content/applications/sales/point_of_sale/payment/ingenico.rst @@ -29,7 +29,7 @@ Box* (you can find it on the form view of your IoT Box). Then, enter 9000 as port. The terminal will restart. Once it is done, go on your *IoT Box* form in Odoo and verify that the terminal has been found. -.. image:: media/payment_terminal_02.png +.. image:: ingenico/payment_terminal_02.png :align: center Configure the payment method @@ -38,7 +38,7 @@ Configure the payment method First, go in the general settings of the POS app, and activate the Ingenico setting. -.. image:: media/payment_terminal_03.png +.. image:: ingenico/payment_terminal_03.png :align: center Go back in :menuselection:`Point of Sale --> Configuration --> Point of Sale`, @@ -46,7 +46,7 @@ go in the payments section and access your payment methods. Create a new payment method for Ingenico, select the payment terminal option Ingenico, and select your payment terminal device. -.. image:: media/payment_terminal_04.png +.. image:: ingenico/payment_terminal_04.png :align: center Pay with a payment terminal @@ -58,7 +58,7 @@ column is the one that has to be sent to the payment terminal and click on *Send*. When the payment is successful, the status will change to *Payment Successful*. -.. image:: media/payment_terminal_05.png +.. image:: ingenico/payment_terminal_05.png :align: center If you want to cancel the payment request, click on cancel. You can @@ -76,5 +76,5 @@ issues. Once your payment is processed, on the payment record, you’ll find the type of card that has been used and the transaction ID. -.. image:: media/payment_terminal_06.png +.. image:: ingenico/payment_terminal_06.png :align: center diff --git a/content/applications/sales/point_of_sale/payment/media/payment_terminal_02.png b/content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_02.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/payment_terminal_02.png rename to content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_02.png diff --git a/content/applications/sales/point_of_sale/payment/media/payment_terminal_03.png b/content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_03.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/payment_terminal_03.png rename to content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_03.png diff --git a/content/applications/sales/point_of_sale/payment/media/payment_terminal_04.png b/content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_04.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/payment_terminal_04.png rename to content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_04.png diff --git a/content/applications/sales/point_of_sale/payment/media/payment_terminal_05.png b/content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_05.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/payment_terminal_05.png rename to content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_05.png diff --git a/content/applications/sales/point_of_sale/payment/media/payment_terminal_06.png b/content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_06.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/payment_terminal_06.png rename to content/applications/sales/point_of_sale/payment/ingenico/payment_terminal_06.png diff --git a/content/applications/sales/point_of_sale/payment/six.rst b/content/applications/sales/point_of_sale/payment/six.rst index 206c2ad580..837b6d1122 100644 --- a/content/applications/sales/point_of_sale/payment/six.rst +++ b/content/applications/sales/point_of_sale/payment/six.rst @@ -20,14 +20,14 @@ Configure the Payment Method First, make sure that the POS Six module is installed. For this, go to *Apps*, remove the "Apps" filter and search for "POS Six". -.. image:: media/six_01.png +.. image:: six/six_01.png :align: center Back in :menuselection:`Point of Sale --> Configuration --> Payment Methods`, Create a new payment method for SIX, select the payment terminal option "SIX without IoT Box", and enter your payment terminal IP address. -.. image:: media/six_02.png +.. image:: six/six_02.png :align: center Pay with a Payment Terminal @@ -38,14 +38,14 @@ method using a payment terminal. Verify that the amount in the tendered column is the one that has to be sent to the payment terminal and click on *Send*. If you want to cancel the payment request, click on cancel. -.. image:: media/six_06.png +.. image:: six/six_06.png :align: center When the payment is done, the status will change to *Payment Successful*. You can always reverse the last transaction by clicking on *Reverse*. -.. image:: media/six_07.png +.. image:: six/six_07.png :align: center If there is any issue with the payment terminal, you can still force the diff --git a/content/applications/sales/point_of_sale/payment/media/six_01.png b/content/applications/sales/point_of_sale/payment/six/six_01.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/six_01.png rename to content/applications/sales/point_of_sale/payment/six/six_01.png diff --git a/content/applications/sales/point_of_sale/payment/media/six_02.png b/content/applications/sales/point_of_sale/payment/six/six_02.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/six_02.png rename to content/applications/sales/point_of_sale/payment/six/six_02.png diff --git a/content/applications/sales/point_of_sale/payment/media/six_06.png b/content/applications/sales/point_of_sale/payment/six/six_06.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/six_06.png rename to content/applications/sales/point_of_sale/payment/six/six_06.png diff --git a/content/applications/sales/point_of_sale/payment/media/six_07.png b/content/applications/sales/point_of_sale/payment/six/six_07.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/six_07.png rename to content/applications/sales/point_of_sale/payment/six/six_07.png diff --git a/content/applications/sales/point_of_sale/payment/vantiv.rst b/content/applications/sales/point_of_sale/payment/vantiv.rst index c85753a48e..de3c9d306d 100644 --- a/content/applications/sales/point_of_sale/payment/vantiv.rst +++ b/content/applications/sales/point_of_sale/payment/vantiv.rst @@ -18,7 +18,7 @@ Configure the Payment Method First, go in the general settings of the POS app, and activate the Vantiv setting. -.. image:: media/vantiv_01.png +.. image:: vantiv/vantiv_01.png :align: center Back in :menuselection:`Point of Sale --> Configuration --> Point of Sale`, go in the @@ -26,14 +26,14 @@ payments section and access your payment methods. Create a new payment method for Vantiv, select the payment terminal option Vantiv, and create new Vantiv credentials. -.. image:: media/vantiv_02.png +.. image:: vantiv/vantiv_02.png :align: center To create new Vantiv credentials, fill in your merchant ID and password, then save. Make sure the credentials you just created are selected, then save the payment method. -.. image:: media/vantiv_03.png +.. image:: vantiv/vantiv_03.png :align: center Pay with a Payment Terminal @@ -42,5 +42,5 @@ Pay with a Payment Terminal In your PoS interface, at the moment of the payment, select your Vantiv payment method and… that’s all. -.. image:: media/vantiv_04.png +.. image:: vantiv/vantiv_04.png :align: center \ No newline at end of file diff --git a/content/applications/sales/point_of_sale/payment/media/vantiv_01.png b/content/applications/sales/point_of_sale/payment/vantiv/vantiv_01.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/vantiv_01.png rename to content/applications/sales/point_of_sale/payment/vantiv/vantiv_01.png diff --git a/content/applications/sales/point_of_sale/payment/media/vantiv_02.png b/content/applications/sales/point_of_sale/payment/vantiv/vantiv_02.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/vantiv_02.png rename to content/applications/sales/point_of_sale/payment/vantiv/vantiv_02.png diff --git a/content/applications/sales/point_of_sale/payment/media/vantiv_03.png b/content/applications/sales/point_of_sale/payment/vantiv/vantiv_03.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/vantiv_03.png rename to content/applications/sales/point_of_sale/payment/vantiv/vantiv_03.png diff --git a/content/applications/sales/point_of_sale/payment/media/vantiv_04.png b/content/applications/sales/point_of_sale/payment/vantiv/vantiv_04.png similarity index 100% rename from content/applications/sales/point_of_sale/payment/media/vantiv_04.png rename to content/applications/sales/point_of_sale/payment/vantiv/vantiv_04.png diff --git a/content/applications/sales/point_of_sale/restaurant/bill_printing.rst b/content/applications/sales/point_of_sale/restaurant/bill_printing.rst index 55573968ec..104b7c5396 100644 --- a/content/applications/sales/point_of_sale/restaurant/bill_printing.rst +++ b/content/applications/sales/point_of_sale/restaurant/bill_printing.rst @@ -15,7 +15,7 @@ Configuration --> Point of sale` and select your PoS interface. Under the Bills & Receipts category, you will find *Bill Printing* option. -.. image:: media/bill_printing01.png +.. image:: bill_printing/bill_printing01.png :align: center Split a Bill @@ -23,7 +23,7 @@ Split a Bill On your PoS interface, you now have a *Bill* button. -.. image:: media/bill_printing02.png +.. image:: bill_printing/bill_printing02.png :align: center When you use it, you can then print the bill. diff --git a/content/applications/sales/point_of_sale/restaurant/media/bill_printing01.png b/content/applications/sales/point_of_sale/restaurant/bill_printing/bill_printing01.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/bill_printing01.png rename to content/applications/sales/point_of_sale/restaurant/bill_printing/bill_printing01.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/bill_printing02.png b/content/applications/sales/point_of_sale/restaurant/bill_printing/bill_printing02.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/bill_printing02.png rename to content/applications/sales/point_of_sale/restaurant/bill_printing/bill_printing02.png diff --git a/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst b/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst index f3ffa9030f..048a699894 100644 --- a/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst +++ b/content/applications/sales/point_of_sale/restaurant/fiscal_position.rst @@ -14,7 +14,7 @@ To enable this feature, go to :menuselection:`Point of Sale --> Configuration -- and check *Fiscal Position per Order*. Now, you can choose the fiscal positions you want for your *PoS*. -.. image:: media/fiscal_position_01.png +.. image:: fiscal_position/fiscal_position_01.png :align: center .. note:: @@ -26,7 +26,7 @@ Using fiscal positions Once on your *PoS* interface, click on the *Tax* button. Now, choose the fiscal position you need for the current order. -.. image:: media/fiscal_position_02.png +.. image:: fiscal_position/fiscal_position_02.png :align: center Set up a default fiscal position @@ -36,7 +36,7 @@ If you want to use a default fiscal position, meaning that a preexisting value i automatically assigned, go to :menuselection:`Point of Sale --> Configuration --> Point of Sale` and enable *Fiscal Position*. Now, choose one to set as the default one. -.. image:: media/fiscal_position_03.png +.. image:: fiscal_position/fiscal_position_03.png :align: center .. note:: diff --git a/content/applications/sales/point_of_sale/restaurant/media/fiscal_position_01.png b/content/applications/sales/point_of_sale/restaurant/fiscal_position/fiscal_position_01.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/fiscal_position_01.png rename to content/applications/sales/point_of_sale/restaurant/fiscal_position/fiscal_position_01.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/fiscal_position_02.png b/content/applications/sales/point_of_sale/restaurant/fiscal_position/fiscal_position_02.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/fiscal_position_02.png rename to content/applications/sales/point_of_sale/restaurant/fiscal_position/fiscal_position_02.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/fiscal_position_03.png b/content/applications/sales/point_of_sale/restaurant/fiscal_position/fiscal_position_03.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/fiscal_position_03.png rename to content/applications/sales/point_of_sale/restaurant/fiscal_position/fiscal_position_03.png diff --git a/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst b/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst index cde19442ab..823edafd6e 100644 --- a/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst +++ b/content/applications/sales/point_of_sale/restaurant/kitchen_printing.rst @@ -22,13 +22,13 @@ Add a printer In your configuration menu you will now have a *Order Printers* option where you can add the printer. -.. image:: media/kitchen_printing01.png +.. image:: kitchen_printing/kitchen_printing01.png :align: center Print a kitchen/bar order ========================= -.. image:: media/kitchen_printing02.png +.. image:: kitchen_printing/kitchen_printing02.png :align: center Select or create a printer. @@ -38,7 +38,7 @@ Print the order in the kitchen/bar On your PoS interface, you now have a *Order* button. -.. image:: media/kitchen_printing03.png +.. image:: kitchen_printing/kitchen_printing03.png :align: center When you press it, it will print the order on your kitchen/bar printer. diff --git a/content/applications/sales/point_of_sale/restaurant/media/kitchen_printing01.png b/content/applications/sales/point_of_sale/restaurant/kitchen_printing/kitchen_printing01.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/kitchen_printing01.png rename to content/applications/sales/point_of_sale/restaurant/kitchen_printing/kitchen_printing01.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/kitchen_printing02.png b/content/applications/sales/point_of_sale/restaurant/kitchen_printing/kitchen_printing02.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/kitchen_printing02.png rename to content/applications/sales/point_of_sale/restaurant/kitchen_printing/kitchen_printing02.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/kitchen_printing03.png b/content/applications/sales/point_of_sale/restaurant/kitchen_printing/kitchen_printing03.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/kitchen_printing03.png rename to content/applications/sales/point_of_sale/restaurant/kitchen_printing/kitchen_printing03.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/fiscal_position_04.png b/content/applications/sales/point_of_sale/restaurant/media/fiscal_position_04.png deleted file mode 100644 index 79c182ed30..0000000000 Binary files a/content/applications/sales/point_of_sale/restaurant/media/fiscal_position_04.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/restaurant/media/tips04.png b/content/applications/sales/point_of_sale/restaurant/media/tips04.png deleted file mode 100644 index c0d1cc7be6..0000000000 Binary files a/content/applications/sales/point_of_sale/restaurant/media/tips04.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/restaurant/restaurant.rst b/content/applications/sales/point_of_sale/restaurant/restaurant.rst index af3b02459a..325a2cd890 100644 --- a/content/applications/sales/point_of_sale/restaurant/restaurant.rst +++ b/content/applications/sales/point_of_sale/restaurant/restaurant.rst @@ -17,14 +17,14 @@ To activate the bar/restaurant features, go to :menuselection:`Point of Sale --> Configuration --> Point of Sale` and open your PoS. Now, select *Is a Bar/Restaurant*. -.. image:: media/restaurant_01.png +.. image:: restaurant/restaurant_01.png :align: center :alt: Restaurant set up. Enabling the is a bar/Restaurant feature on a PoS New features are shown with a fork and a knife next to it, indicating that they are restaurant-specific. -.. image:: media/restaurant_02.png +.. image:: restaurant/restaurant_02.png :align: center :alt: Several restaurant features. Bill printing, bill splitting and tips @@ -35,11 +35,11 @@ Once your *Point of Sale* has been configured, select *Table Management* under :menuselection:`Point of Sale --> Configuration --> Point of Sale`. Then, click on *Floors* to create and name your floor and tables. -.. image:: media/restaurant_03.png +.. image:: restaurant/restaurant_03.png :align: center :alt: View of the table management feature. Way to manage and create floors for a pos -.. image:: media/restaurant_04.png +.. image:: restaurant/restaurant_04.png :align: center :alt: Backend view of a restaurant floor. Table name and number of sits for each table @@ -52,14 +52,14 @@ Add tables To add tables, you can also open your PoS interface to see your floor(s). -.. image:: media/restaurant_05.png +.. image:: restaurant/restaurant_05.png :align: center :alt: View of the floors menu to manage several floors at the same time Then, click on *Edit Mode* (pencil icon on the upper right corner) to be allowed to create, move, modify tables, etc. -.. image:: media/restaurant_06.png +.. image:: restaurant/restaurant_06.png :align: center :alt: View of the floor management. Add tables, the number of sits, their name and their shape @@ -74,7 +74,7 @@ Register your table(s) orders To register an order, click on the respective table. By doing so, you are taken to your main interface. -.. image:: media/restaurant_07.png +.. image:: restaurant/restaurant_07.png :align: center :alt: View of the pos interface to register orders @@ -87,14 +87,14 @@ table. To do so, select the table your customer is currently on. -.. image:: media/restaurant_08.png +.. image:: restaurant/restaurant_08.png :align: center :alt: View of the restaurant tables, one having a pending order Now, click on the transfer button and select the table to which you are transferring your customer. -.. image:: media/restaurant_09.png +.. image:: restaurant/restaurant_09.png :align: center :alt: View of the pos interface and transfer button. How to transfer customers from one table to another @@ -108,7 +108,7 @@ another one. Then, you can shift between your orders and process the payment when needed. -.. image:: media/restaurant_10.png +.. image:: restaurant/restaurant_10.png :align: center :alt: View of the - button, allowing employees to close/remove an order diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_01.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_01.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_01.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_01.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_02.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_02.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_02.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_02.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_03.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_03.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_03.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_03.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_04.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_04.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_04.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_04.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_05.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_05.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_05.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_05.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_06.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_06.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_06.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_06.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_07.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_07.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_07.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_07.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_08.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_08.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_08.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_08.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_09.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_09.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_09.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_09.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/restaurant_10.png b/content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_10.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/restaurant_10.png rename to content/applications/sales/point_of_sale/restaurant/restaurant/restaurant_10.png diff --git a/content/applications/sales/point_of_sale/restaurant/split.rst b/content/applications/sales/point_of_sale/restaurant/split.rst index 08c5301cca..44eeadd647 100644 --- a/content/applications/sales/point_of_sale/restaurant/split.rst +++ b/content/applications/sales/point_of_sale/restaurant/split.rst @@ -16,7 +16,7 @@ interface. Under the Bills & Receipts category, you will find the Bill Splitting option. -.. image:: media/split01.png +.. image:: split/split01.png :align: center Split a bill @@ -24,11 +24,11 @@ Split a bill In your PoS interface, you now have a *Split* button. -.. image:: media/split02.png +.. image:: split/split02.png :align: center When you use it, you will be able to select what that guest should had and process the payment, repeating the process for each guest. -.. image:: media/split03.png +.. image:: split/split03.png :align: center diff --git a/content/applications/sales/point_of_sale/restaurant/media/split01.png b/content/applications/sales/point_of_sale/restaurant/split/split01.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/split01.png rename to content/applications/sales/point_of_sale/restaurant/split/split01.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/split02.png b/content/applications/sales/point_of_sale/restaurant/split/split02.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/split02.png rename to content/applications/sales/point_of_sale/restaurant/split/split02.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/split03.png b/content/applications/sales/point_of_sale/restaurant/split/split03.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/split03.png rename to content/applications/sales/point_of_sale/restaurant/split/split03.png diff --git a/content/applications/sales/point_of_sale/restaurant/tips.rst b/content/applications/sales/point_of_sale/restaurant/tips.rst index 0f7f9abf10..c34088f137 100644 --- a/content/applications/sales/point_of_sale/restaurant/tips.rst +++ b/content/applications/sales/point_of_sale/restaurant/tips.rst @@ -14,7 +14,7 @@ To activate the *Tips* feature, go to :menuselection:`Point of Sale Under the Bills & Receipts category, you will find *Tips*. Select it and create a *Tip Product* such as *Tips* in this case. -.. image:: media/tips01.png +.. image:: tips/tips01.png :align: center Add Tips to the bill @@ -22,10 +22,10 @@ Add Tips to the bill Once on the payment interface, you now have a new *Tip* button -.. image:: media/tips02.png +.. image:: tips/tips02.png :align: center Add the tip your customer wants to leave and process to the payment. -.. image:: media/tips03.png +.. image:: tips/tips03.png :align: center diff --git a/content/applications/sales/point_of_sale/restaurant/media/tips01.png b/content/applications/sales/point_of_sale/restaurant/tips/tips01.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/tips01.png rename to content/applications/sales/point_of_sale/restaurant/tips/tips01.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/tips02.png b/content/applications/sales/point_of_sale/restaurant/tips/tips02.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/tips02.png rename to content/applications/sales/point_of_sale/restaurant/tips/tips02.png diff --git a/content/applications/sales/point_of_sale/restaurant/media/tips03.png b/content/applications/sales/point_of_sale/restaurant/tips/tips03.png similarity index 100% rename from content/applications/sales/point_of_sale/restaurant/media/tips03.png rename to content/applications/sales/point_of_sale/restaurant/tips/tips03.png diff --git a/content/applications/sales/point_of_sale/shop/barcode.rst b/content/applications/sales/point_of_sale/shop/barcode.rst index ffef7a065a..ad19a885c2 100644 --- a/content/applications/sales/point_of_sale/shop/barcode.rst +++ b/content/applications/sales/point_of_sale/shop/barcode.rst @@ -14,7 +14,7 @@ Configuration --> Point of sale` and select your PoS interface. Under the IoT Box / Hardware category, you will find *Barcode Scanner* select it. -.. image:: media/barcode01.png +.. image:: barcode/barcode01.png :align: center Add barcodes to product @@ -26,7 +26,7 @@ select a product. Under the general information tab, you can find a barcode field where you can input any barcode. -.. image:: media/barcode02.png +.. image:: barcode/barcode02.png :align: center Scanning products diff --git a/content/applications/sales/point_of_sale/shop/media/barcode01.png b/content/applications/sales/point_of_sale/shop/barcode/barcode01.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/barcode01.png rename to content/applications/sales/point_of_sale/shop/barcode/barcode01.png diff --git a/content/applications/sales/point_of_sale/shop/media/barcode02.png b/content/applications/sales/point_of_sale/shop/barcode/barcode02.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/barcode02.png rename to content/applications/sales/point_of_sale/shop/barcode/barcode02.png diff --git a/content/applications/sales/point_of_sale/shop/cash_control.rst b/content/applications/sales/point_of_sale/shop/cash_control.rst index 8e203ada7d..84bf1f29a4 100644 --- a/content/applications/sales/point_of_sale/shop/cash_control.rst +++ b/content/applications/sales/point_of_sale/shop/cash_control.rst @@ -15,7 +15,7 @@ interface. Under the payments category, you will find the cash control setting. -.. image:: media/cash_control01.png +.. image:: cash_control/cash_control01.png :align: center In this example, you can see I want to have 275$ in various denomination @@ -24,7 +24,7 @@ at the opening and closing. When clicking on **Opening/Closing Values** you will be able to create those values. -.. image:: media/cash_control02.png +.. image:: cash_control/cash_control02.png :align: center Start a session @@ -33,10 +33,10 @@ Start a session You now have a new button added when you open a session, *Set opening Balance* -.. image:: media/cash_control03.png +.. image:: cash_control/cash_control03.png :align: center -.. image:: media/cash_control04.png +.. image:: cash_control/cash_control04.png :align: center By default it will use the values you added before, but you can always @@ -51,7 +51,7 @@ Balance* button as well. You can then see the theoretical balance, the real closing balance (what you have just counted) and the difference between the two. -.. image:: media/cash_control05.png +.. image:: cash_control/cash_control05.png :align: center If you use the *Take Money Out* option to take out your transactions @@ -59,5 +59,5 @@ for this session, you now have a zero-sum difference and the same closing balance as your opening balance. You cashbox is ready for the next session. -.. image:: media/cash_control06.png +.. image:: cash_control/cash_control06.png :align: center diff --git a/content/applications/sales/point_of_sale/shop/media/cash_control01.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control01.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_control01.png rename to content/applications/sales/point_of_sale/shop/cash_control/cash_control01.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_control02.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control02.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_control02.png rename to content/applications/sales/point_of_sale/shop/cash_control/cash_control02.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_control03.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control03.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_control03.png rename to content/applications/sales/point_of_sale/shop/cash_control/cash_control03.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_control04.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control04.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_control04.png rename to content/applications/sales/point_of_sale/shop/cash_control/cash_control04.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_control05.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control05.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_control05.png rename to content/applications/sales/point_of_sale/shop/cash_control/cash_control05.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_control06.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control06.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_control06.png rename to content/applications/sales/point_of_sale/shop/cash_control/cash_control06.png diff --git a/content/applications/sales/point_of_sale/shop/cash_rounding.rst b/content/applications/sales/point_of_sale/shop/cash_rounding.rst index b55b2f9f7b..fa59062e1a 100644 --- a/content/applications/sales/point_of_sale/shop/cash_rounding.rst +++ b/content/applications/sales/point_of_sale/shop/cash_rounding.rst @@ -19,7 +19,7 @@ Configuration Go to :menuselection:`Point of Sale --> Configuration --> Settings` and enable *Cash Rounding*, then click on *Save*. -.. image:: media/cash_rounding01.png +.. image:: cash_rounding/cash_rounding01.png :align: center Go to :menuselection:`Point of Sale --> Configuration --> Point of @@ -33,13 +33,13 @@ Define here your *Rounding Precision*, *Profit Account*, and *Loss Account*, then save both the Rounding Method and your Point of Sale settings. -.. image:: media/cash_rounding02.png +.. image:: cash_rounding/cash_rounding02.png :align: center All total amounts of this point of sale now add a line to apply the rounding according to your settings. -.. image:: media/cash_rounding03.png +.. image:: cash_rounding/cash_rounding03.png :align: center .. note:: diff --git a/content/applications/sales/point_of_sale/shop/media/cash_rounding01.png b/content/applications/sales/point_of_sale/shop/cash_rounding/cash_rounding01.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_rounding01.png rename to content/applications/sales/point_of_sale/shop/cash_rounding/cash_rounding01.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_rounding02.png b/content/applications/sales/point_of_sale/shop/cash_rounding/cash_rounding02.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_rounding02.png rename to content/applications/sales/point_of_sale/shop/cash_rounding/cash_rounding02.png diff --git a/content/applications/sales/point_of_sale/shop/media/cash_rounding03.png b/content/applications/sales/point_of_sale/shop/cash_rounding/cash_rounding03.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/cash_rounding03.png rename to content/applications/sales/point_of_sale/shop/cash_rounding/cash_rounding03.png diff --git a/content/applications/sales/point_of_sale/shop/invoice.rst b/content/applications/sales/point_of_sale/shop/invoice.rst index 6b0b819b46..75e1732af4 100644 --- a/content/applications/sales/point_of_sale/shop/invoice.rst +++ b/content/applications/sales/point_of_sale/shop/invoice.rst @@ -11,14 +11,14 @@ Activate invoicing Go to :menuselection:`Point of Sale --> Configuration --> Point of Sale` and select your Point of Sale: -.. image:: media/invoice01.png +.. image:: invoice/invoice01.png :align: center Under the *Bills & Receipts* you will see the invoicing option, tick it. Don't forget to choose in which journal the invoices should be created. -.. image:: media/invoice02.png +.. image:: invoice/invoice02.png :align: center Select a customer @@ -26,13 +26,13 @@ Select a customer From your session interface, use the customer button -.. image:: media/invoice03.png +.. image:: invoice/invoice03.png :align: center You can then either select an existing customer and set it as your customer or create a new one by using this button. -.. image:: media/invoice04.png +.. image:: invoice/invoice04.png :align: center You will be invited to fill out the customer form with its information. @@ -43,7 +43,7 @@ Invoice your customer From the payment screen, you now have an invoice option, use the button to select it and validate. -.. image:: media/invoice05.png +.. image:: invoice/invoice05.png :align: center You can then print the invoice and move on to your next order. @@ -56,5 +56,5 @@ you will find all your orders in :menuselection:`Point of Sale --> Orders --> Orders` and under the status tab you will see which ones have been invoiced. When clicking on a order you can then access the invoice. -.. image:: media/invoice06.png +.. image:: invoice/invoice06.png :align: center diff --git a/content/applications/sales/point_of_sale/shop/media/invoice01.png b/content/applications/sales/point_of_sale/shop/invoice/invoice01.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/invoice01.png rename to content/applications/sales/point_of_sale/shop/invoice/invoice01.png diff --git a/content/applications/sales/point_of_sale/shop/media/invoice02.png b/content/applications/sales/point_of_sale/shop/invoice/invoice02.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/invoice02.png rename to content/applications/sales/point_of_sale/shop/invoice/invoice02.png diff --git a/content/applications/sales/point_of_sale/shop/media/invoice03.png b/content/applications/sales/point_of_sale/shop/invoice/invoice03.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/invoice03.png rename to content/applications/sales/point_of_sale/shop/invoice/invoice03.png diff --git a/content/applications/sales/point_of_sale/shop/media/invoice04.png b/content/applications/sales/point_of_sale/shop/invoice/invoice04.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/invoice04.png rename to content/applications/sales/point_of_sale/shop/invoice/invoice04.png diff --git a/content/applications/sales/point_of_sale/shop/media/invoice05.png b/content/applications/sales/point_of_sale/shop/invoice/invoice05.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/invoice05.png rename to content/applications/sales/point_of_sale/shop/invoice/invoice05.png diff --git a/content/applications/sales/point_of_sale/shop/media/invoice06.png b/content/applications/sales/point_of_sale/shop/invoice/invoice06.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/invoice06.png rename to content/applications/sales/point_of_sale/shop/invoice/invoice06.png diff --git a/content/applications/sales/point_of_sale/shop/multicashiers.rst b/content/applications/sales/point_of_sale/shop/multicashiers.rst index acb1258eca..dcd51366d6 100644 --- a/content/applications/sales/point_of_sale/shop/multicashiers.rst +++ b/content/applications/sales/point_of_sale/shop/multicashiers.rst @@ -19,7 +19,7 @@ To enable the feature, go to your *PoS settings* and check log in with employees on your *PoS form*. Then, add the employees that have access to the cash register. -.. image:: media/multicashiers01.png +.. image:: multicashiers/multicashiers01.png :align: center Now, you can switch cashier easily. @@ -30,12 +30,12 @@ Switch without pin codes The easiest way to switch cashiers is without a code. To do so, click on the cashier name in your PoS interface. -.. image:: media/multicashiers02.png +.. image:: multicashiers/multicashiers02.png :align: center Now, you just have to click on your name. -.. image:: media/multicashiers03.png +.. image:: multicashiers/multicashiers03.png :align: center Switch cashier with pin codes @@ -44,12 +44,12 @@ Switch cashier with pin codes You can set a pin code on each cashier. To set up a pin code, go to the employee form and add a security PIN, in the *HR settings tab*. -.. image:: media/multicashiers04.png +.. image:: multicashiers/multicashiers04.png :align: center Now, when switching cashier, a PIN password will be asked. -.. image:: media/multicashiers05.png +.. image:: multicashiers/multicashiers05.png :align: center Switch cashier with barcodes @@ -60,7 +60,7 @@ so, set up a barcode at the same place you add the PIN code. Print the badge and when they will scan it, the cashier will be switched to that employee. -.. image:: media/multicashiers06.png +.. image:: multicashiers/multicashiers06.png :align: center Find who was the cashier @@ -69,7 +69,7 @@ Find who was the cashier Once you have closed your *PoS session*, you can have an overview of the amount each cashier sold for. To do so, go to the orders menu. -.. image:: media/multicashiers07.png +.. image:: multicashiers/multicashiers07.png :align: center Now, you can open the order and have a summary of the sold products. \ No newline at end of file diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers01.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers01.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers01.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers01.png diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers02.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers02.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers02.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers02.png diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers03.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers03.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers03.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers03.png diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers04.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers04.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers04.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers04.png diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers05.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers05.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers05.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers05.png diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers06.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers06.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers06.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers06.png diff --git a/content/applications/sales/point_of_sale/shop/media/multicashiers07.png b/content/applications/sales/point_of_sale/shop/multicashiers/multicashiers07.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/multicashiers07.png rename to content/applications/sales/point_of_sale/shop/multicashiers/multicashiers07.png diff --git a/content/applications/sales/point_of_sale/shop/reprint.rst b/content/applications/sales/point_of_sale/shop/reprint.rst index a16785ac9a..920fcf4e23 100644 --- a/content/applications/sales/point_of_sale/shop/reprint.rst +++ b/content/applications/sales/point_of_sale/shop/reprint.rst @@ -16,7 +16,7 @@ option. .. note:: In order to allow the option reprint receipt, you need to activate the receipt printer. -.. image:: media/reprint01.png +.. image:: reprint/reprint01.png :align: center Reprint a receipt @@ -24,10 +24,10 @@ Reprint a receipt On your PoS interface, you now have a *Reprint receipt* button. -.. image:: media/reprint02.png +.. image:: reprint/reprint02.png :align: center When you use it, you can then reprint your last receipt. -.. image:: media/reprint03.png +.. image:: reprint/reprint03.png :align: center diff --git a/content/applications/sales/point_of_sale/shop/media/reprint01.png b/content/applications/sales/point_of_sale/shop/reprint/reprint01.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/reprint01.png rename to content/applications/sales/point_of_sale/shop/reprint/reprint01.png diff --git a/content/applications/sales/point_of_sale/shop/media/reprint02.png b/content/applications/sales/point_of_sale/shop/reprint/reprint02.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/reprint02.png rename to content/applications/sales/point_of_sale/shop/reprint/reprint02.png diff --git a/content/applications/sales/point_of_sale/shop/media/reprint03.png b/content/applications/sales/point_of_sale/shop/reprint/reprint03.png similarity index 100% rename from content/applications/sales/point_of_sale/shop/media/reprint03.png rename to content/applications/sales/point_of_sale/shop/reprint/reprint03.png diff --git a/content/applications/sales/sales/advanced/portal.rst b/content/applications/sales/sales/advanced/portal.rst index 3faca8e7df..9b40c31c47 100644 --- a/content/applications/sales/sales/advanced/portal.rst +++ b/content/applications/sales/sales/advanced/portal.rst @@ -24,10 +24,10 @@ From the main menu, select **Contacts** menu. If the contact is not yet created in the system, click on the create button to create new contact. Enter details of the contact and click "save". -.. image:: media/portal01.png +.. image:: portal/portal01.png :align: center -.. image:: media/portal02.png +.. image:: portal/portal02.png :align: center Choose a contact, click on the **Action** menu in the top-center of @@ -35,13 +35,13 @@ the interface and from the drop down. Select **Portal Access Management**. A pop up window appears. -.. image:: media/portal03.png +.. image:: portal/portal03.png :align: center Enter the login **email ID**, check the box under **In Portal** and add the content to be included in the email in the text field box below. Click on **Apply** when you're done. -.. image:: media/portal04.png +.. image:: portal/portal04.png :align: center An email will be sent to the specified email address, indicating that diff --git a/content/applications/sales/sales/advanced/media/portal01.png b/content/applications/sales/sales/advanced/portal/portal01.png similarity index 100% rename from content/applications/sales/sales/advanced/media/portal01.png rename to content/applications/sales/sales/advanced/portal/portal01.png diff --git a/content/applications/sales/sales/advanced/media/portal02.png b/content/applications/sales/sales/advanced/portal/portal02.png similarity index 100% rename from content/applications/sales/sales/advanced/media/portal02.png rename to content/applications/sales/sales/advanced/portal/portal02.png diff --git a/content/applications/sales/sales/advanced/media/portal03.png b/content/applications/sales/sales/advanced/portal/portal03.png similarity index 100% rename from content/applications/sales/sales/advanced/media/portal03.png rename to content/applications/sales/sales/advanced/portal/portal03.png diff --git a/content/applications/sales/sales/advanced/media/portal04.png b/content/applications/sales/sales/advanced/portal/portal04.png similarity index 100% rename from content/applications/sales/sales/advanced/media/portal04.png rename to content/applications/sales/sales/advanced/portal/portal04.png diff --git a/content/applications/sales/sales/amazon_connector/setup.rst b/content/applications/sales/sales/amazon_connector/setup.rst index 2c6059f794..e8b399b836 100644 --- a/content/applications/sales/sales/amazon_connector/setup.rst +++ b/content/applications/sales/sales/amazon_connector/setup.rst @@ -22,12 +22,12 @@ Central for Germany `_) with an administrator a In the main menu, select :menuselection:`Apps & Services --> Manage Your Apps`; in the page that displays, click on the ``Authorize new developper`` button: -.. image:: ./media/seller_central_apps.png +.. image:: setup/seller_central_apps.png :align: center Fill in the form depending on your Marketplace: -.. image:: ./media/seller_central_form.png +.. image:: setup/seller_central_form.png :align: center If your seller account is registered in the **North America** region, use these values: diff --git a/content/applications/sales/sales/amazon_connector/media/seller_central_apps.png b/content/applications/sales/sales/amazon_connector/setup/seller_central_apps.png similarity index 100% rename from content/applications/sales/sales/amazon_connector/media/seller_central_apps.png rename to content/applications/sales/sales/amazon_connector/setup/seller_central_apps.png diff --git a/content/applications/sales/sales/amazon_connector/media/seller_central_form.png b/content/applications/sales/sales/amazon_connector/setup/seller_central_form.png similarity index 100% rename from content/applications/sales/sales/amazon_connector/media/seller_central_form.png rename to content/applications/sales/sales/amazon_connector/setup/seller_central_form.png diff --git a/content/applications/sales/sales/amazon_connector/update.rst b/content/applications/sales/sales/amazon_connector/update.rst index 8df79f3773..862d6d36d4 100644 --- a/content/applications/sales/sales/amazon_connector/update.rst +++ b/content/applications/sales/sales/amazon_connector/update.rst @@ -61,7 +61,7 @@ installation. If you cannot find the module after having updated the list of ava modules, it means your Odoo source code is not up-to-date; refer to step one of this page. -.. image:: ./media/auth_module.png +.. image:: update/auth_module.png :align: center Once the module is installed, you will need to generate an Authorization Token in Amazon diff --git a/content/applications/sales/sales/amazon_connector/media/auth_module.png b/content/applications/sales/sales/amazon_connector/update/auth_module.png similarity index 100% rename from content/applications/sales/sales/amazon_connector/media/auth_module.png rename to content/applications/sales/sales/amazon_connector/update/auth_module.png diff --git a/content/applications/sales/sales/ebay_connector/manage.rst b/content/applications/sales/sales/ebay_connector/manage.rst index cb11d98f2e..cb14ea245e 100644 --- a/content/applications/sales/sales/ebay_connector/manage.rst +++ b/content/applications/sales/sales/ebay_connector/manage.rst @@ -8,7 +8,7 @@ Listing without variation In order to list a product, you need to check the **use eBay** field on a product form. The eBay tab will be available. -.. image:: ./media/manage01.png +.. image:: manage/manage01.png :align: center When the **Use Stock Quantity** field is checked, the quantity sets on eBay will @@ -28,7 +28,7 @@ Price** as **Listing Type**, the eBay form is slightly different. In the variants array, you can choose which variant will be listed on eBay as well as set the price and the quantity for each variant. -.. image:: ./media/manage02.png +.. image:: manage/manage02.png :align: center Listing with item specifics @@ -37,7 +37,7 @@ Listing with item specifics In order to add item specifics, you should create a product attribute with one value in the **Variants** tab on the product form. -.. image:: ./media/manage03.png +.. image:: manage/manage03.png :align: center Product Identifiers diff --git a/content/applications/sales/sales/ebay_connector/media/manage01.png b/content/applications/sales/sales/ebay_connector/manage/manage01.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/manage01.png rename to content/applications/sales/sales/ebay_connector/manage/manage01.png diff --git a/content/applications/sales/sales/ebay_connector/media/manage02.png b/content/applications/sales/sales/ebay_connector/manage/manage02.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/manage02.png rename to content/applications/sales/sales/ebay_connector/manage/manage02.png diff --git a/content/applications/sales/sales/ebay_connector/media/manage03.png b/content/applications/sales/sales/ebay_connector/manage/manage03.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/manage03.png rename to content/applications/sales/sales/ebay_connector/manage/manage03.png diff --git a/content/applications/sales/sales/ebay_connector/setup.rst b/content/applications/sales/sales/ebay_connector/setup.rst index dba77614a3..fbe36ad2f9 100644 --- a/content/applications/sales/sales/ebay_connector/setup.rst +++ b/content/applications/sales/sales/ebay_connector/setup.rst @@ -10,7 +10,7 @@ In order to create your tokens, you need to create a developer account on the Once you are logged in, you can create **Sandbox Keys** and **Production Keys** by clicking on the adequate buttons. -.. image:: ./media/setup01.png +.. image:: setup/setup01.png :align: center After the creation of the keys, you can get the user token. To do so, click on @@ -23,7 +23,7 @@ Set up tokens in Odoo? To set up the eBay integration, go to :menuselection:`Sales --> Configuration --> Settings`. -.. image:: ./media/setup02.png +.. image:: setup/setup02.png :align: center First choose if you want to use the production or the sandbox eBay Site. Then @@ -104,7 +104,7 @@ Retrieve endpoint details from Odoo The endpoint details can be found in :menuselection:`Sales --> Configuration --> Settings --> eBay`. Click on *Generate Token* to retrieve your **Verification Token**. -.. image:: media/verification-token.png +.. image:: setup/verification-token.png :align: center :alt: Button to generate an eBay verification token in Odoo @@ -116,7 +116,7 @@ Subscribe to account deletion notifications Log in on the `developer portal of eBay `_ and go to **Alerts & Notifications**. -.. image:: media/ebay-your-account.png +.. image:: setup/ebay-your-account.png :align: center :alt: Overview of the Alerts & Notifications dashboard of eBay @@ -128,7 +128,7 @@ To subscribe to deletion/closure notifications, eBay needs a few details: - The URL to Odoo's account deletion notification endpoint - A verification token -.. image:: media/ebay-notification-endpoint.png +.. image:: setup/ebay-notification-endpoint.png :align: center :alt: Dedicated fields to enter the endpoint details @@ -143,7 +143,7 @@ with the **Send Test Notification** button. You should get the following confirmation message: "A test notification was sent successfully!" -.. image:: media/test-notification.png +.. image:: setup/test-notification.png :align: center :alt: Button to send test notification diff --git a/content/applications/sales/sales/ebay_connector/media/ebay-notification-endpoint.png b/content/applications/sales/sales/ebay_connector/setup/ebay-notification-endpoint.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/ebay-notification-endpoint.png rename to content/applications/sales/sales/ebay_connector/setup/ebay-notification-endpoint.png diff --git a/content/applications/sales/sales/ebay_connector/media/ebay-your-account.png b/content/applications/sales/sales/ebay_connector/setup/ebay-your-account.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/ebay-your-account.png rename to content/applications/sales/sales/ebay_connector/setup/ebay-your-account.png diff --git a/content/applications/sales/sales/ebay_connector/media/setup01.png b/content/applications/sales/sales/ebay_connector/setup/setup01.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/setup01.png rename to content/applications/sales/sales/ebay_connector/setup/setup01.png diff --git a/content/applications/sales/sales/ebay_connector/media/setup02.png b/content/applications/sales/sales/ebay_connector/setup/setup02.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/setup02.png rename to content/applications/sales/sales/ebay_connector/setup/setup02.png diff --git a/content/applications/sales/sales/ebay_connector/media/test-notification.png b/content/applications/sales/sales/ebay_connector/setup/test-notification.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/test-notification.png rename to content/applications/sales/sales/ebay_connector/setup/test-notification.png diff --git a/content/applications/sales/sales/ebay_connector/media/verification-token.png b/content/applications/sales/sales/ebay_connector/setup/verification-token.png similarity index 100% rename from content/applications/sales/sales/ebay_connector/media/verification-token.png rename to content/applications/sales/sales/ebay_connector/setup/verification-token.png diff --git a/content/applications/sales/sales/invoicing/down_payment.rst b/content/applications/sales/sales/invoicing/down_payment.rst index a3026ed407..5d164b6401 100644 --- a/content/applications/sales/sales/invoicing/down_payment.rst +++ b/content/applications/sales/sales/invoicing/down_payment.rst @@ -26,7 +26,7 @@ first time you request a down payment, you can set a percentage or a fixed amoun and select the right income account and taxes. These settings will be reused for future down payments. -.. image:: media/down_payment_1.png +.. image:: down_payment/down_payment_1.png :align: center :alt: How can you do a down payment on Odoo Sales? @@ -46,7 +46,7 @@ policies here: :doc:`invoicing_policy` , before requesting your first down payme create and view the invoice, you will only have access to a draft invoice mentioning the down payment (as you can see below). -.. image:: media/down_payment_2.png +.. image:: down_payment/down_payment_2.png :align: center :alt: What is a basic sales flow using down payments on Odoo Sales (1)? @@ -56,7 +56,7 @@ There, you will have the possibility to see the order as a customer with the **C button or to reach easily the previous draft invoice with the **Invoice** button. In any case, the down payment will be mentioned on both (sales order and draft invoice). -.. image:: media/down_payment_3.png +.. image:: down_payment/down_payment_3.png :align: center :alt: What is a basic sales flow using down payments on Odoo Sales (2)? @@ -64,7 +64,7 @@ To complete the flow, when the customer wants to pay the rest of his sales order another invoice. Once again, you will have the choice to make another down payment or to deduct all the down payments and so, paying the rest of the invoice as a regular invoice. -.. image:: media/down_payment_4.png +.. image:: down_payment/down_payment_4.png :align: center :alt: What is a basic sales flow using down payments on Odoo Sales (3)? @@ -83,7 +83,7 @@ Modify the income account and customer taxes From the products list, search for the **Down Payment** product. -.. image:: media/down_payment_5.png +.. image:: down_payment/down_payment_5.png :align: center :alt: Creation of a down payment product on Odoo Sales @@ -91,7 +91,7 @@ You can edit it and under the **General Information Tab** you will be able to ch taxes. Now, to change the income account, you will need to install the **Accounting App** to have the possibility to see the **Accounting Tab** on the product form. -.. image:: media/down_payment_6.png +.. image:: down_payment/down_payment_6.png :align: center :alt: How to modify the income account link to down payments diff --git a/content/applications/sales/sales/invoicing/media/down_payment_1.png b/content/applications/sales/sales/invoicing/down_payment/down_payment_1.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/down_payment_1.png rename to content/applications/sales/sales/invoicing/down_payment/down_payment_1.png diff --git a/content/applications/sales/sales/invoicing/media/down_payment_2.png b/content/applications/sales/sales/invoicing/down_payment/down_payment_2.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/down_payment_2.png rename to content/applications/sales/sales/invoicing/down_payment/down_payment_2.png diff --git a/content/applications/sales/sales/invoicing/media/down_payment_3.png b/content/applications/sales/sales/invoicing/down_payment/down_payment_3.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/down_payment_3.png rename to content/applications/sales/sales/invoicing/down_payment/down_payment_3.png diff --git a/content/applications/sales/sales/invoicing/media/down_payment_4.png b/content/applications/sales/sales/invoicing/down_payment/down_payment_4.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/down_payment_4.png rename to content/applications/sales/sales/invoicing/down_payment/down_payment_4.png diff --git a/content/applications/sales/sales/invoicing/media/down_payment_5.png b/content/applications/sales/sales/invoicing/down_payment/down_payment_5.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/down_payment_5.png rename to content/applications/sales/sales/invoicing/down_payment/down_payment_5.png diff --git a/content/applications/sales/sales/invoicing/media/down_payment_6.png b/content/applications/sales/sales/invoicing/down_payment/down_payment_6.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/down_payment_6.png rename to content/applications/sales/sales/invoicing/down_payment/down_payment_6.png diff --git a/content/applications/sales/sales/invoicing/expense.rst b/content/applications/sales/sales/invoicing/expense.rst index 53556ebd4f..d73570b1be 100644 --- a/content/applications/sales/sales/invoicing/expense.rst +++ b/content/applications/sales/sales/invoicing/expense.rst @@ -27,19 +27,19 @@ the hotel for the first week on the site of your customer. You can then enter a relevant description and select an existing product or create a new one from right there. -.. image:: media/expense01.png +.. image:: expense/expense01.png :align: center Here, we are creating a *Hotel* product: -.. image:: media/expense02.png +.. image:: expense/expense02.png :align: center Under the invoicing tab, select *Delivered quantities* and either *At cost* or *Sales price* as well depending if you want to invoice the cost of your expense or a previously agreed on sales price. -.. image:: media/expense03.png +.. image:: expense/expense03.png :align: center To modify or create more products go to :menuselection:`Expenses --> @@ -48,18 +48,18 @@ Configuration --> Expense products`. Back on the expense, add the original sale order in the expense to submit. -.. image:: media/expense04.png +.. image:: expense/expense04.png :align: center It can then be submitted to the manager, approved and finally posted. -.. image:: media/expense05.png +.. image:: expense/expense05.png :align: center -.. image:: media/expense06.png +.. image:: expense/expense06.png :align: center -.. image:: media/expense07.png +.. image:: expense/expense07.png :align: center It will then be in the sales order and ready to be invoiced. diff --git a/content/applications/sales/sales/invoicing/media/expense01.png b/content/applications/sales/sales/invoicing/expense/expense01.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense01.png rename to content/applications/sales/sales/invoicing/expense/expense01.png diff --git a/content/applications/sales/sales/invoicing/media/expense02.png b/content/applications/sales/sales/invoicing/expense/expense02.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense02.png rename to content/applications/sales/sales/invoicing/expense/expense02.png diff --git a/content/applications/sales/sales/invoicing/media/expense03.png b/content/applications/sales/sales/invoicing/expense/expense03.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense03.png rename to content/applications/sales/sales/invoicing/expense/expense03.png diff --git a/content/applications/sales/sales/invoicing/media/expense04.png b/content/applications/sales/sales/invoicing/expense/expense04.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense04.png rename to content/applications/sales/sales/invoicing/expense/expense04.png diff --git a/content/applications/sales/sales/invoicing/media/expense05.png b/content/applications/sales/sales/invoicing/expense/expense05.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense05.png rename to content/applications/sales/sales/invoicing/expense/expense05.png diff --git a/content/applications/sales/sales/invoicing/media/expense06.png b/content/applications/sales/sales/invoicing/expense/expense06.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense06.png rename to content/applications/sales/sales/invoicing/expense/expense06.png diff --git a/content/applications/sales/sales/invoicing/media/expense07.png b/content/applications/sales/sales/invoicing/expense/expense07.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/expense07.png rename to content/applications/sales/sales/invoicing/expense/expense07.png diff --git a/content/applications/sales/sales/invoicing/invoicing_policy.rst b/content/applications/sales/sales/invoicing/invoicing_policy.rst index 8224df6045..b7e73b5d93 100644 --- a/content/applications/sales/sales/invoicing/invoicing_policy.rst +++ b/content/applications/sales/sales/invoicing/invoicing_policy.rst @@ -21,7 +21,7 @@ Activate these features Go to :menuselection:`Sales --> Configuration --> Settings` and under **Invoicing policy** choose the rule you want to apply. -.. image:: media/invoicing_policy_1.png +.. image:: invoicing_policy/invoicing_policy_1.png :align: center :class: img-thumbnail :alt: How to choose your invoicing policy on Odoo Sales? @@ -37,7 +37,7 @@ Choose an invoicing policy on a product form From any product page, under the **Sales tab**, you will find the invoicing policy, which can be manually changed. -.. image:: media/invoicing_policy_5.png +.. image:: invoicing_policy/invoicing_policy_5.png :align: center :class: img-thumbnail :alt: How to change your invoicing policy on a product form on Odoo Sales? @@ -57,7 +57,7 @@ wait for confirmation, confirm the sales order and create an invoice. create an invoice without validating the delivered quantity, you will receive an error message as below. - .. image:: media/invoicing_policy_3.png + .. image:: invoicing_policy/invoicing_policy_3.png :class: img-thumbnail :alt: How the choice of your invoicing policy impacts your sales flow on Odoo Sales? @@ -66,7 +66,7 @@ wait for confirmation, confirm the sales order and create an invoice. **Sales order**, you are able to see your delivered and invoiced quantities directly from your sales order (it is true for both rules). - .. image:: media/invoicing_policy_4.png + .. image:: invoicing_policy/invoicing_policy_4.png :align: center :class: img-thumbnail :alt: How to see your delivered and invoiced quantities on Odoo Sales? diff --git a/content/applications/sales/sales/invoicing/media/invoicing_policy_1.png b/content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_1.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/invoicing_policy_1.png rename to content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_1.png diff --git a/content/applications/sales/sales/invoicing/media/invoicing_policy_3.png b/content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_3.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/invoicing_policy_3.png rename to content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_3.png diff --git a/content/applications/sales/sales/invoicing/media/invoicing_policy_4.png b/content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_4.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/invoicing_policy_4.png rename to content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_4.png diff --git a/content/applications/sales/sales/invoicing/media/invoicing_policy_5.png b/content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_5.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/invoicing_policy_5.png rename to content/applications/sales/sales/invoicing/invoicing_policy/invoicing_policy_5.png diff --git a/content/applications/sales/sales/invoicing/media/invoicing_policy_2.png b/content/applications/sales/sales/invoicing/media/invoicing_policy_2.png deleted file mode 100644 index 621a21915a..0000000000 Binary files a/content/applications/sales/sales/invoicing/media/invoicing_policy_2.png and /dev/null differ diff --git a/content/applications/sales/sales/invoicing/media/time_materials13.png b/content/applications/sales/sales/invoicing/media/time_materials13.png deleted file mode 100644 index e68ef3ad54..0000000000 Binary files a/content/applications/sales/sales/invoicing/media/time_materials13.png and /dev/null differ diff --git a/content/applications/sales/sales/invoicing/milestone.rst b/content/applications/sales/sales/invoicing/milestone.rst index 353ec5245f..146d19f2d1 100644 --- a/content/applications/sales/sales/invoicing/milestone.rst +++ b/content/applications/sales/sales/invoicing/milestone.rst @@ -18,7 +18,7 @@ configure products to work this way, go to any product form. You have to set the product type as *Service* under general information and select *Milestones* in the sales tab. -.. image:: media/milestone01.png +.. image:: milestone/milestone01.png :align: center Invoice milestones @@ -27,7 +27,7 @@ Invoice milestones From the sales order, you can manually edit the quantity delivered as you complete a milestone. -.. image:: media/milestone02.png +.. image:: milestone/milestone02.png :align: center You can then invoice that first milestone. diff --git a/content/applications/sales/sales/invoicing/media/milestone01.png b/content/applications/sales/sales/invoicing/milestone/milestone01.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/milestone01.png rename to content/applications/sales/sales/invoicing/milestone/milestone01.png diff --git a/content/applications/sales/sales/invoicing/media/milestone02.png b/content/applications/sales/sales/invoicing/milestone/milestone02.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/milestone02.png rename to content/applications/sales/sales/invoicing/milestone/milestone02.png diff --git a/content/applications/sales/sales/invoicing/proforma.rst b/content/applications/sales/sales/invoicing/proforma.rst index dee828c571..243d14dbde 100644 --- a/content/applications/sales/sales/invoicing/proforma.rst +++ b/content/applications/sales/sales/invoicing/proforma.rst @@ -15,7 +15,7 @@ Activate the feature Go to :menuselection:`SALES --> Configuration --> Settings` and activate the *Pro-Forma Invoice* feature. -.. image:: media/proforma01.png +.. image:: proforma/proforma01.png :align: center Send a pro-forma invoice @@ -24,11 +24,11 @@ Send a pro-forma invoice From any quotation or sales order, you know have an option to send a pro-forma invoice. -.. image:: media/proforma02.png +.. image:: proforma/proforma02.png :align: center When you click on send, Odoo will send an email with the pro-forma invoice in attachment. -.. image:: media/proforma03.png +.. image:: proforma/proforma03.png :align: center diff --git a/content/applications/sales/sales/invoicing/media/proforma01.png b/content/applications/sales/sales/invoicing/proforma/proforma01.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/proforma01.png rename to content/applications/sales/sales/invoicing/proforma/proforma01.png diff --git a/content/applications/sales/sales/invoicing/media/proforma02.png b/content/applications/sales/sales/invoicing/proforma/proforma02.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/proforma02.png rename to content/applications/sales/sales/invoicing/proforma/proforma02.png diff --git a/content/applications/sales/sales/invoicing/media/proforma03.png b/content/applications/sales/sales/invoicing/proforma/proforma03.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/proforma03.png rename to content/applications/sales/sales/invoicing/proforma/proforma03.png diff --git a/content/applications/sales/sales/invoicing/subscriptions.rst b/content/applications/sales/sales/invoicing/subscriptions.rst index 17d4e421a9..4ef1f99c55 100644 --- a/content/applications/sales/sales/invoicing/subscriptions.rst +++ b/content/applications/sales/sales/invoicing/subscriptions.rst @@ -15,5 +15,5 @@ When you confirm the sale the subscription will be created automatically. You will see a direct link from the sales order to the Subscription in the upper right corner. -.. image:: media/subscriptions01.png +.. image:: subscriptions/subscriptions01.png :align: center diff --git a/content/applications/sales/sales/invoicing/media/subscriptions01.png b/content/applications/sales/sales/invoicing/subscriptions/subscriptions01.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/subscriptions01.png rename to content/applications/sales/sales/invoicing/subscriptions/subscriptions01.png diff --git a/content/applications/sales/sales/invoicing/time_materials.rst b/content/applications/sales/sales/invoicing/time_materials.rst index 23f2803423..601a230653 100644 --- a/content/applications/sales/sales/invoicing/time_materials.rst +++ b/content/applications/sales/sales/invoicing/time_materials.rst @@ -25,7 +25,7 @@ In *Project* you will use timesheets, to do so go to :menuselection:`Project --> Configuration --> Settings` and activate the *Timesheets* feature. -.. image:: media/time_materials01.png +.. image:: time_materials/time_materials01.png :align: center Invoice your time spent @@ -35,7 +35,7 @@ From a product page set as a service, you will find two options under the invoicing tab, select both *Timesheets on tasks* and *Create a task in a new project*. -.. image:: media/time_materials02.png +.. image:: time_materials/time_materials02.png :align: center You could also add the task to an existing project. @@ -43,7 +43,7 @@ You could also add the task to an existing project. Once confirming a sales order, you will now see two new buttons, one for the project overview and one for the current task. -.. image:: media/time_materials03.png +.. image:: time_materials/time_materials03.png :align: center You will directly be in the task if you click on it, you can also access @@ -52,12 +52,12 @@ it from the *Project* app. Under timesheets, you can assign who works on it. You can or they can add how many hours they worked on the project so far. -.. image:: media/time_materials04.png +.. image:: time_materials/time_materials04.png :align: center From the sales order, you can then invoice those hours. -.. image:: media/time_materials05.png +.. image:: time_materials/time_materials05.png :align: center Expenses configuration @@ -79,19 +79,19 @@ the hotel for the first week on the site of your customer. You can then enter a relevant description and select an existing product or create a new one from right there. -.. image:: media/time_materials06.png +.. image:: time_materials/time_materials06.png :align: center Here, we are creating a *Hotel* product: -.. image:: media/time_materials07.png +.. image:: time_materials/time_materials07.png :align: center under the invoicing tab, select *Delivered quantities* and either *At cost* or *Sales price* as well depending if you want to invoice the cost of your expense or a previously agreed on sales price. -.. image:: media/time_materials08.png +.. image:: time_materials/time_materials08.png :align: center To modify or create more products go to :menuselection:`Expenses --> @@ -100,18 +100,18 @@ Configuration --> Expense products`. Back on the expense, add the original sale order in the expense to submit. -.. image:: media/time_materials09.png +.. image:: time_materials/time_materials09.png :align: center It can then be submitted to the manager, approved and finally posted. -.. image:: media/time_materials10.png +.. image:: time_materials/time_materials10.png :align: center -.. image:: media/time_materials11.png +.. image:: time_materials/time_materials11.png :align: center -.. image:: media/time_materials12.png +.. image:: time_materials/time_materials12.png :align: center It will then be in the sales order and ready to be invoiced. @@ -129,7 +129,7 @@ You will need the *Purchase Analytics* feature, to activate it, go to While making the purchase order don't forget to add the right analytic account. -.. image:: media/time_materials08.png +.. image:: time_materials/time_materials08.png :align: center Once the PO is confirmed and received, you can create the vendor bill, diff --git a/content/applications/sales/sales/invoicing/media/time_materials01.png b/content/applications/sales/sales/invoicing/time_materials/time_materials01.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials01.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials01.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials02.png b/content/applications/sales/sales/invoicing/time_materials/time_materials02.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials02.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials02.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials03.png b/content/applications/sales/sales/invoicing/time_materials/time_materials03.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials03.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials03.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials04.png b/content/applications/sales/sales/invoicing/time_materials/time_materials04.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials04.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials04.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials05.png b/content/applications/sales/sales/invoicing/time_materials/time_materials05.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials05.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials05.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials06.png b/content/applications/sales/sales/invoicing/time_materials/time_materials06.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials06.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials06.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials07.png b/content/applications/sales/sales/invoicing/time_materials/time_materials07.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials07.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials07.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials08.png b/content/applications/sales/sales/invoicing/time_materials/time_materials08.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials08.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials08.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials09.png b/content/applications/sales/sales/invoicing/time_materials/time_materials09.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials09.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials09.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials10.png b/content/applications/sales/sales/invoicing/time_materials/time_materials10.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials10.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials10.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials11.png b/content/applications/sales/sales/invoicing/time_materials/time_materials11.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials11.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials11.png diff --git a/content/applications/sales/sales/invoicing/media/time_materials12.png b/content/applications/sales/sales/invoicing/time_materials/time_materials12.png similarity index 100% rename from content/applications/sales/sales/invoicing/media/time_materials12.png rename to content/applications/sales/sales/invoicing/time_materials/time_materials12.png diff --git a/content/applications/sales/sales/products_prices/prices/currencies.rst b/content/applications/sales/sales/products_prices/prices/currencies.rst index d6e756e4c0..18ef334a02 100644 --- a/content/applications/sales/sales/products_prices/prices/currencies.rst +++ b/content/applications/sales/sales/products_prices/prices/currencies.rst @@ -22,7 +22,7 @@ Automatic conversion from public price The public price is in your company's main currency (see :menuselection:`Accounting --> Settings`) and is set in product detail form. -.. image:: ./media/public_price.png +.. image:: currencies/public_price.png :align: center The conversion rates can be found in @@ -30,10 +30,10 @@ The conversion rates can be found in from Yahoo or the European Central Bank at your convenience: manually, daily, weekly, etc. See :menuselection:`Accounting --> Settings`. -.. image:: ./media/currency_rate.png +.. image:: currencies/currency_rate.png :align: center -.. image:: ./media/prices_conversion.png +.. image:: currencies/prices_conversion.png :align: center Set your own prices @@ -41,7 +41,7 @@ Set your own prices This is advised if you don't want your pricing to change along with currency rates. -.. image:: ./media/pricing_currency.png +.. image:: currencies/pricing_currency.png :align: center .. seealso:: diff --git a/content/applications/sales/sales/products_prices/prices/media/currency_rate.png b/content/applications/sales/sales/products_prices/prices/currencies/currency_rate.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/currency_rate.png rename to content/applications/sales/sales/products_prices/prices/currencies/currency_rate.png diff --git a/content/applications/sales/sales/products_prices/prices/media/prices_conversion.png b/content/applications/sales/sales/products_prices/prices/currencies/prices_conversion.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/prices_conversion.png rename to content/applications/sales/sales/products_prices/prices/currencies/prices_conversion.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricing_currency.png b/content/applications/sales/sales/products_prices/prices/currencies/pricing_currency.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricing_currency.png rename to content/applications/sales/sales/products_prices/prices/currencies/pricing_currency.png diff --git a/content/applications/sales/sales/products_prices/prices/media/public_price.png b/content/applications/sales/sales/products_prices/prices/currencies/public_price.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/public_price.png rename to content/applications/sales/sales/products_prices/prices/currencies/public_price.png diff --git a/content/applications/sales/sales/products_prices/prices/pricing.rst b/content/applications/sales/sales/products_prices/prices/pricing.rst index 087b2f7c39..bee2e53e34 100644 --- a/content/applications/sales/sales/products_prices/prices/pricing.rst +++ b/content/applications/sales/sales/products_prices/prices/pricing.rst @@ -10,7 +10,7 @@ As pricelists only suggest prices, they can be overridden by vendors completing Choose your pricing strategy from :menuselection:`Sales --> Settings`. -.. image:: ./media/pricing_options.png +.. image:: pricing/pricing_options.png :align: center .. note:: @@ -31,14 +31,14 @@ Prices per customer segment Create pricelists for your customer segments: e.g. registered, premium, etc. -.. image:: ./media/pricing_customer.png +.. image:: pricing/pricing_customer.png :align: center The default pricelist applied to any new customer is *Public Pricelist*. To segment your customers, open the customer detail form and change the *Sale Pricelist* in the *Sales & Purchases* tab. -.. image:: ./media/customer_pricelist.png +.. image:: pricing/customer_pricelist.png :align: center Temporary prices @@ -46,7 +46,7 @@ Temporary prices Apply deals for bank holidays, etc. Enter start and end dates dates. -.. image:: ./media/pricing_period.png +.. image:: pricing/pricing_period.png :align: center .. tip:: @@ -56,7 +56,7 @@ Apply deals for bank holidays, etc. Enter start and end dates dates. Prices per minimum quantity --------------------------- -.. image:: ./media/pricing_quantity.png +.. image:: pricing/pricing_quantity.png :align: center .. note:: @@ -78,12 +78,12 @@ Once installed go to (or :menuselection:`Website Admin --> Catalog --> Pricelists` if you use e-Commerce). -.. image:: ./media/pricing_formula.png +.. image:: pricing/pricing_formula.png :align: center Each pricelist item can be associated to either all products, to a product internal category (set of products) or to a specific product. Like in second option, you can set dates and minimum quantities. -.. image:: ./media/pricelist_apply.png +.. image:: pricing/pricelist_apply.png :align: center .. note:: @@ -94,7 +94,7 @@ Each pricelist item can be associated to either all products, to a product inter There are 3 modes of computation: fix price, discount & formula. -.. image:: ./media/price_computation.png +.. image:: pricing/price_computation.png :align: center Here are different price settings made possible thanks to formulas. @@ -104,7 +104,7 @@ Discounts with roundings e.g. 20% discounts with prices rounded up to 9.99. -.. image:: ./media/formula_discount.png +.. image:: pricing/formula_discount.png :align: center Costs with markups (retail) @@ -112,7 +112,7 @@ Costs with markups (retail) e.g. sale price = 2*cost (100% markup) with $5 of minimal margin. -.. image:: ./media/formula_cost.png +.. image:: pricing/formula_cost.png :align: center Prices per country @@ -132,7 +132,7 @@ In case of discount, you can show the public price and the computed discount % o * Check *Allow discounts on sales order lines* in :menuselection:`Sales --> Configuration --> Settings --> Quotations & Sales --> Discounts`. * Apply the option in the pricelist setup form. -.. image:: ./media/discount_options.png +.. image:: pricing/discount_options.png :align: center .. seealso:: diff --git a/content/applications/sales/sales/products_prices/prices/media/customer_pricelist.png b/content/applications/sales/sales/products_prices/prices/pricing/customer_pricelist.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/customer_pricelist.png rename to content/applications/sales/sales/products_prices/prices/pricing/customer_pricelist.png diff --git a/content/applications/sales/sales/products_prices/prices/media/discount_options.png b/content/applications/sales/sales/products_prices/prices/pricing/discount_options.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/discount_options.png rename to content/applications/sales/sales/products_prices/prices/pricing/discount_options.png diff --git a/content/applications/sales/sales/products_prices/prices/media/formula_cost.png b/content/applications/sales/sales/products_prices/prices/pricing/formula_cost.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/formula_cost.png rename to content/applications/sales/sales/products_prices/prices/pricing/formula_cost.png diff --git a/content/applications/sales/sales/products_prices/prices/media/formula_discount.png b/content/applications/sales/sales/products_prices/prices/pricing/formula_discount.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/formula_discount.png rename to content/applications/sales/sales/products_prices/prices/pricing/formula_discount.png diff --git a/content/applications/sales/sales/products_prices/prices/media/price_computation.png b/content/applications/sales/sales/products_prices/prices/pricing/price_computation.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/price_computation.png rename to content/applications/sales/sales/products_prices/prices/pricing/price_computation.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricelist_apply.png b/content/applications/sales/sales/products_prices/prices/pricing/pricelist_apply.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricelist_apply.png rename to content/applications/sales/sales/products_prices/prices/pricing/pricelist_apply.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricing_customer.png b/content/applications/sales/sales/products_prices/prices/pricing/pricing_customer.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricing_customer.png rename to content/applications/sales/sales/products_prices/prices/pricing/pricing_customer.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricing_formula.png b/content/applications/sales/sales/products_prices/prices/pricing/pricing_formula.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricing_formula.png rename to content/applications/sales/sales/products_prices/prices/pricing/pricing_formula.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricing_options.png b/content/applications/sales/sales/products_prices/prices/pricing/pricing_options.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricing_options.png rename to content/applications/sales/sales/products_prices/prices/pricing/pricing_options.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricing_period.png b/content/applications/sales/sales/products_prices/prices/pricing/pricing_period.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricing_period.png rename to content/applications/sales/sales/products_prices/prices/pricing/pricing_period.png diff --git a/content/applications/sales/sales/products_prices/prices/media/pricing_quantity.png b/content/applications/sales/sales/products_prices/prices/pricing/pricing_quantity.png similarity index 100% rename from content/applications/sales/sales/products_prices/prices/media/pricing_quantity.png rename to content/applications/sales/sales/products_prices/prices/pricing/pricing_quantity.png diff --git a/content/applications/sales/sales/products_prices/products/media/import_templates.zip b/content/applications/sales/sales/products_prices/products/media/import_templates.zip deleted file mode 100644 index 493d343e99..0000000000 Binary files a/content/applications/sales/sales/products_prices/products/media/import_templates.zip and /dev/null differ diff --git a/content/applications/sales/sales/products_prices/products/variants.rst b/content/applications/sales/sales/products_prices/products/variants.rst index 9342562409..35fa8fb53d 100644 --- a/content/applications/sales/sales/products_prices/products/variants.rst +++ b/content/applications/sales/sales/products_prices/products/variants.rst @@ -122,7 +122,7 @@ menu :menuselection:`Configuration --> Settings`, locate the **Products Variants and tick the option **Products can have several attributes**, then click on **Apply**. -.. image:: media/variant01.png +.. image:: variants/variant01.png :align: center Creating products with variants @@ -143,14 +143,14 @@ In **Attributes**, click on the rolldown menu and select the type of variance you wish to add. If the variant does not yet exist, you can create it on the fly by clicking on Create and edit… -.. image:: media/variant02.png +.. image:: variants/variant02.png :align: center In the Attributes window, the **Value** field is the description of the attribute such as Green, Plastic or 32GB. The **Attribute** field is the type of variant such as Color, Material or Memory. -.. image:: media/variant03.png +.. image:: variants/variant03.png :align: center You can add a cost for the variant on the fly by adding it in the @@ -189,7 +189,7 @@ To do this, click on the **Variants** button, select the XXL, White T-shirt. From the product form, uncheck the **Active** box of the T-shirt White, XXL. -.. image:: media/variant04.png +.. image:: variants/variant04.png :align: center .. tip:: @@ -207,14 +207,14 @@ products. To do so, go to the Sales module, open :menuselection:`Sales --> Produ and click on the product you want to modify. Click on the **Variant Prices** button to access the list of variant values. -.. image:: media/variant05.png +.. image:: variants/variant05.png :align: center Click on the variant name you wish to add a value to, to make the 3 fields editable. In the **Attribute Price Extra** field, add the cost of the variant that will be added to the original price. -.. image:: media/variant06.png +.. image:: variants/variant06.png :align: center When you have entered all the extra values, click on **Save**. diff --git a/content/applications/sales/sales/products_prices/products/media/variant01.png b/content/applications/sales/sales/products_prices/products/variants/variant01.png similarity index 100% rename from content/applications/sales/sales/products_prices/products/media/variant01.png rename to content/applications/sales/sales/products_prices/products/variants/variant01.png diff --git a/content/applications/sales/sales/products_prices/products/media/variant02.png b/content/applications/sales/sales/products_prices/products/variants/variant02.png similarity index 100% rename from content/applications/sales/sales/products_prices/products/media/variant02.png rename to content/applications/sales/sales/products_prices/products/variants/variant02.png diff --git a/content/applications/sales/sales/products_prices/products/media/variant03.png b/content/applications/sales/sales/products_prices/products/variants/variant03.png similarity index 100% rename from content/applications/sales/sales/products_prices/products/media/variant03.png rename to content/applications/sales/sales/products_prices/products/variants/variant03.png diff --git a/content/applications/sales/sales/products_prices/products/media/variant04.png b/content/applications/sales/sales/products_prices/products/variants/variant04.png similarity index 100% rename from content/applications/sales/sales/products_prices/products/media/variant04.png rename to content/applications/sales/sales/products_prices/products/variants/variant04.png diff --git a/content/applications/sales/sales/products_prices/products/media/variant05.png b/content/applications/sales/sales/products_prices/products/variants/variant05.png similarity index 100% rename from content/applications/sales/sales/products_prices/products/media/variant05.png rename to content/applications/sales/sales/products_prices/products/variants/variant05.png diff --git a/content/applications/sales/sales/products_prices/products/media/variant06.png b/content/applications/sales/sales/products_prices/products/variants/variant06.png similarity index 100% rename from content/applications/sales/sales/products_prices/products/media/variant06.png rename to content/applications/sales/sales/products_prices/products/variants/variant06.png diff --git a/content/applications/sales/sales/send_quotations/deadline.rst b/content/applications/sales/sales/send_quotations/deadline.rst index 4f36bd0c03..d0968c0f58 100644 --- a/content/applications/sales/sales/send_quotations/deadline.rst +++ b/content/applications/sales/sales/send_quotations/deadline.rst @@ -13,7 +13,7 @@ Set a deadline With Odoo Sales, it is possible to instantly add an **Expiration Date** from the quotation or the sales order. -.. image:: media/quotation_deadlines_1.png +.. image:: deadline/quotation_deadlines_1.png :align: center :class: img-thumbnail :alt: How to configure deadlines on Odoo Sales? @@ -25,7 +25,7 @@ It is also possible to add a deadline to every quotation template created. Whene quotation template is used in a quote, its associated deadline will be automatically applied. Be sure to check out our documentation about :doc:`quote_template` to excel in their use. -.. image:: media/quotation_deadlines_2.png +.. image:: deadline/quotation_deadlines_2.png :align: center :class: img-thumbnail :alt: How to use deadline in a quotation template on Odoo Sales? @@ -35,7 +35,7 @@ sure to check out our documentation about :doc:`quote_template` to excel in thei For your information, the number of days will be the same as those mentioned in the quotation template. - .. image:: media/quotation_deadlines_3.png + .. image:: deadline/quotation_deadlines_3.png :align: center :class: img-thumbnail :alt: How customers will see deadlines on Odoo Sales? diff --git a/content/applications/sales/sales/send_quotations/media/quotation_deadlines_1.png b/content/applications/sales/sales/send_quotations/deadline/quotation_deadlines_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotation_deadlines_1.png rename to content/applications/sales/sales/send_quotations/deadline/quotation_deadlines_1.png diff --git a/content/applications/sales/sales/send_quotations/media/quotation_deadlines_2.png b/content/applications/sales/sales/send_quotations/deadline/quotation_deadlines_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotation_deadlines_2.png rename to content/applications/sales/sales/send_quotations/deadline/quotation_deadlines_2.png diff --git a/content/applications/sales/sales/send_quotations/media/quotation_deadlines_3.png b/content/applications/sales/sales/send_quotations/deadline/quotation_deadlines_3.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotation_deadlines_3.png rename to content/applications/sales/sales/send_quotations/deadline/quotation_deadlines_3.png diff --git a/content/applications/sales/sales/send_quotations/different_addresses.rst b/content/applications/sales/sales/send_quotations/different_addresses.rst index f4c2b1aaca..9328aff1dd 100644 --- a/content/applications/sales/sales/send_quotations/different_addresses.rst +++ b/content/applications/sales/sales/send_quotations/different_addresses.rst @@ -12,7 +12,7 @@ Activate the feature Go to :menuselection:`Sales --> Configuration --> Settings` and activate the **Customer Addresses** feature. -.. image:: media/addresses_1.png +.. image:: different_addresses/addresses_1.png :align: center :class: img-thumbnail :alt: How to enable different customer addresses on Odoo Sales? @@ -26,7 +26,7 @@ be a new customer. In this case, you have to **Create and edit** the contact for customer and link it, if necessary, to a company. In this contact form, you will be able to add, delete and modify invoice and delivery addresses. -.. image:: media/addresses_2.png +.. image:: different_addresses/addresses_2.png :align: center :class: img-thumbnail :alt: How to add addresses from a quotation on Odoo Sales? @@ -45,7 +45,7 @@ sales order to add billing and shipping addresses to customers. But, if you go t and add, delete or modify invoice and delivery addresses instantly there, before creating a quotation. -.. image:: media/addresses_3.png +.. image:: different_addresses/addresses_3.png :align: center :class: img-thumbnail :alt: How to add addresses from a contact form on Odoo Sales? @@ -57,7 +57,7 @@ Like for the previous example, go to :menuselection:`Sales --> Orders --> Custom new customer. There, you can add company information but, more importantly, you can enter billing and shipping addresses under the **Contacts & Addresses** tab. -.. image:: media/addresses_4.png +.. image:: different_addresses/addresses_4.png :align: center :class: img-thumbnail :alt: How to manage different customer addresses on Odoo Sales? @@ -66,7 +66,7 @@ Once done, you can return to your Sales dashboard and create a new quotation. No your new customer, you will see that the other fields will fill in by themself with the information previously saved for billing and shipping addresses. -.. image:: media/addresses_5.png +.. image:: different_addresses/addresses_5.png :align: center :class: img-thumbnail :alt: Automatic quotation fields filling on Odoo Sales diff --git a/content/applications/sales/sales/send_quotations/media/addresses_1.png b/content/applications/sales/sales/send_quotations/different_addresses/addresses_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/addresses_1.png rename to content/applications/sales/sales/send_quotations/different_addresses/addresses_1.png diff --git a/content/applications/sales/sales/send_quotations/media/addresses_2.png b/content/applications/sales/sales/send_quotations/different_addresses/addresses_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/addresses_2.png rename to content/applications/sales/sales/send_quotations/different_addresses/addresses_2.png diff --git a/content/applications/sales/sales/send_quotations/media/addresses_3.png b/content/applications/sales/sales/send_quotations/different_addresses/addresses_3.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/addresses_3.png rename to content/applications/sales/sales/send_quotations/different_addresses/addresses_3.png diff --git a/content/applications/sales/sales/send_quotations/media/addresses_4.png b/content/applications/sales/sales/send_quotations/different_addresses/addresses_4.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/addresses_4.png rename to content/applications/sales/sales/send_quotations/different_addresses/addresses_4.png diff --git a/content/applications/sales/sales/send_quotations/media/addresses_5.png b/content/applications/sales/sales/send_quotations/different_addresses/addresses_5.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/addresses_5.png rename to content/applications/sales/sales/send_quotations/different_addresses/addresses_5.png diff --git a/content/applications/sales/sales/send_quotations/get_paid_to_validate.rst b/content/applications/sales/sales/send_quotations/get_paid_to_validate.rst index 2702f80134..dbe52f7a34 100644 --- a/content/applications/sales/sales/send_quotations/get_paid_to_validate.rst +++ b/content/applications/sales/sales/send_quotations/get_paid_to_validate.rst @@ -14,7 +14,7 @@ Enable online payment Go to :menuselection:`Sales --> Configuration --> Settings` and activate the **Online Payment** feature. -.. image:: media/get_paid_1.png +.. image:: get_paid_to_validate/get_paid_1.png :align: center :class: img-thumbnail :alt: How to enable online payment on Odoo Sales? @@ -37,7 +37,7 @@ Register a payment After opening quotations from their received email, your customers will have different possibilities to make their online payments. For example: -.. image:: media/get_paid_2.png +.. image:: get_paid_to_validate/get_paid_2.png :align: center :class: img-thumbnail :alt: How to register a payment on Odoo Sales? diff --git a/content/applications/sales/sales/send_quotations/media/get_paid_1.png b/content/applications/sales/sales/send_quotations/get_paid_to_validate/get_paid_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/get_paid_1.png rename to content/applications/sales/sales/send_quotations/get_paid_to_validate/get_paid_1.png diff --git a/content/applications/sales/sales/send_quotations/media/get_paid_2.png b/content/applications/sales/sales/send_quotations/get_paid_to_validate/get_paid_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/get_paid_2.png rename to content/applications/sales/sales/send_quotations/get_paid_to_validate/get_paid_2.png diff --git a/content/applications/sales/sales/send_quotations/get_signature_to_validate.rst b/content/applications/sales/sales/send_quotations/get_signature_to_validate.rst index a0b5478951..b801917096 100644 --- a/content/applications/sales/sales/send_quotations/get_signature_to_validate.rst +++ b/content/applications/sales/sales/send_quotations/get_signature_to_validate.rst @@ -12,7 +12,7 @@ Activate online signature Go to :menuselection:`Sales --> Configuration --> Settings` and activate the **Online Signature** feature. -.. image:: media/signature_1.png +.. image:: get_signature_to_validate/signature_1.png :align: center :class: img-thumbnail :alt: How to enable online signature on Odoo Sales? @@ -22,7 +22,7 @@ feature. **Online Signature** feature for each quotation template you use, under their confirmation tab. Example: - .. image:: media/signature_2.png + .. image:: get_signature_to_validate/signature_2.png :align: center :class: img-thumbnail :alt: How to enable online signature on Odoo Sales? @@ -35,7 +35,7 @@ click on **Sign & Pay**, they have the choice to draw their own signature, autom field with an automated signature or load a file from their computer. Here below, it is an example of an automated signature: -.. image:: media/signature_3.png +.. image:: get_signature_to_validate/signature_3.png :align: center :class: img-thumbnail :alt: How to confirm an order with a signature on Odoo Sales? diff --git a/content/applications/sales/sales/send_quotations/media/signature_1.png b/content/applications/sales/sales/send_quotations/get_signature_to_validate/signature_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/signature_1.png rename to content/applications/sales/sales/send_quotations/get_signature_to_validate/signature_1.png diff --git a/content/applications/sales/sales/send_quotations/media/signature_2.png b/content/applications/sales/sales/send_quotations/get_signature_to_validate/signature_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/signature_2.png rename to content/applications/sales/sales/send_quotations/get_signature_to_validate/signature_2.png diff --git a/content/applications/sales/sales/send_quotations/media/signature_3.png b/content/applications/sales/sales/send_quotations/get_signature_to_validate/signature_3.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/signature_3.png rename to content/applications/sales/sales/send_quotations/get_signature_to_validate/signature_3.png diff --git a/content/applications/sales/sales/send_quotations/optional_products.rst b/content/applications/sales/sales/send_quotations/optional_products.rst index bd7ab19f09..902ab64fe5 100644 --- a/content/applications/sales/sales/send_quotations/optional_products.rst +++ b/content/applications/sales/sales/send_quotations/optional_products.rst @@ -13,7 +13,7 @@ Add optional products to your quotations With Odoo Sales, it is possible to add or modify optional products directly on quotations (under the **Optional Products** tab, as you can see below). -.. image:: media/optional_products_2.png +.. image:: optional_products/optional_products_2.png :align: center :class: img-thumbnail :alt: How to add optional products to your quotations on Odoo Sales @@ -22,7 +22,7 @@ With Odoo Sales, it is possible to add or modify optional products directly on q By clicking on the **Customer Preview** button, you will be able to see what your customers will have as possibilities after opening a quotation from their received email. - .. image:: media/optional_products_3.png + .. image:: optional_products/optional_products_3.png :align: center :class: img-thumbnail :alt: Preview your quotations on Odoo Sales @@ -32,7 +32,7 @@ using associated carts, with a user-friendly layout. More than that, if a custom optional products suggested, these additional items will automatically fill in the quotation managed by the salesman. -.. image:: media/optional_products_4.png +.. image:: optional_products/optional_products_4.png :align: center :class: img-thumbnail :alt: How to select optional products on Odoo Sales @@ -40,7 +40,7 @@ managed by the salesman. Like this, salespeople will see each movement made by the customer and tracking the order will be all the better. -.. image:: media/optional_products_5.png +.. image:: optional_products/optional_products_5.png :align: center :class: img-thumbnail :alt: How to follow each movement made by your customers on Odoo Sales @@ -54,7 +54,7 @@ enable, create, design and manage your own quotation templates before reading th For quotation templates, you also have an **Optional Products** tab where you can add related products or services. -.. image:: media/optional_products_1.png +.. image:: optional_products/optional_products_1.png :align: center :class: img-thumbnail :alt: How to add optional products to your quotation templates on Odoo Sales diff --git a/content/applications/sales/sales/send_quotations/media/optional_products_1.png b/content/applications/sales/sales/send_quotations/optional_products/optional_products_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/optional_products_1.png rename to content/applications/sales/sales/send_quotations/optional_products/optional_products_1.png diff --git a/content/applications/sales/sales/send_quotations/media/optional_products_2.png b/content/applications/sales/sales/send_quotations/optional_products/optional_products_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/optional_products_2.png rename to content/applications/sales/sales/send_quotations/optional_products/optional_products_2.png diff --git a/content/applications/sales/sales/send_quotations/media/optional_products_3.png b/content/applications/sales/sales/send_quotations/optional_products/optional_products_3.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/optional_products_3.png rename to content/applications/sales/sales/send_quotations/optional_products/optional_products_3.png diff --git a/content/applications/sales/sales/send_quotations/media/optional_products_4.png b/content/applications/sales/sales/send_quotations/optional_products/optional_products_4.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/optional_products_4.png rename to content/applications/sales/sales/send_quotations/optional_products/optional_products_4.png diff --git a/content/applications/sales/sales/send_quotations/media/optional_products_5.png b/content/applications/sales/sales/send_quotations/optional_products/optional_products_5.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/optional_products_5.png rename to content/applications/sales/sales/send_quotations/optional_products/optional_products_5.png diff --git a/content/applications/sales/sales/send_quotations/quote_template.rst b/content/applications/sales/sales/send_quotations/quote_template.rst index 2c00982dad..8a6a759dfa 100644 --- a/content/applications/sales/sales/send_quotations/quote_template.rst +++ b/content/applications/sales/sales/send_quotations/quote_template.rst @@ -11,7 +11,7 @@ Configuration To enable this feature, go to :menuselection:`Sales --> Configuration --> Settings` and activate **Quotation Templates**. -.. image:: media/quotations_templates_1.png +.. image:: quote_template/quotations_templates_1.png :align: center :class: img-thumbnail :alt: How to enable quotation templates on Odoo Sales? @@ -20,7 +20,7 @@ For even more convenience, it is also recommended to add the **Quotation Builder will help you design your quotation templates very easily. This option will automatically install the Odoo Website App. -.. image:: media/quotations_templates_2.png +.. image:: quote_template/quotations_templates_2.png :align: center :class: img-thumbnail :alt: How to enable quotation builder on Odoo Sales? @@ -33,7 +33,7 @@ Quotation templates are under :menuselection:`Sales --> Configuration`. You can create a new template or edit an existing one. Once named, you will be able to select products and quantities as well as the expiration time of the quotation. -.. image:: media/quotations_templates_3.png +.. image:: quote_template/quotations_templates_3.png :align: center :class: img-thumbnail :alt: Create a new quotation template on Odoo Sales @@ -50,7 +50,7 @@ to manage what clients will see before accepting and paying the quotation. For e be able to describe your company, your services and your products. To do so, you can click on **Edit** and you will be brought to the quotation builder. -.. image:: media/quotations_templates_4.png +.. image:: quote_template/quotations_templates_4.png :align: center :class: img-thumbnail :alt: Design your quotation template on Odoo Sales @@ -58,7 +58,7 @@ be able to describe your company, your services and your products. To do so, you You can easily edit the content of your template by dragging & dropping different building blocks to organize your quotation. For example, you can add a content block to describe your products. -.. image:: media/quotations_templates_5.png +.. image:: quote_template/quotations_templates_5.png :align: center :class: img-thumbnail :alt: Drag & drop building blocks to create your quotation template on Odoo Sales @@ -68,7 +68,7 @@ Use a quotation template When creating a quotation, you can choose a specific template. -.. image:: media/quotations_templates_6.png +.. image:: quote_template/quotations_templates_6.png :align: center :class: img-thumbnail :alt: Select a specific template on Odoo Sales @@ -83,7 +83,7 @@ Confirm the quotation Templates facilitate the confirmation process by allowing customers to sign electronically or to pay online. You can activate these two options directly in the quotation template itself. -.. image:: media/quotations_templates_7.png +.. image:: quote_template/quotations_templates_7.png :align: center :class: img-thumbnail :alt: Allow your customers to sign electronically or to pay online on Odoo Sales diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_1.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_1.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_1.png diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_2.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_2.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_2.png diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_3.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_3.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_3.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_3.png diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_4.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_4.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_4.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_4.png diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_5.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_5.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_5.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_5.png diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_6.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_6.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_6.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_6.png diff --git a/content/applications/sales/sales/send_quotations/media/quotations_templates_7.png b/content/applications/sales/sales/send_quotations/quote_template/quotations_templates_7.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/quotations_templates_7.png rename to content/applications/sales/sales/send_quotations/quote_template/quotations_templates_7.png diff --git a/content/applications/sales/sales/send_quotations/terms_and_conditions.rst b/content/applications/sales/sales/send_quotations/terms_and_conditions.rst index 65f39b4e07..4ee7627e97 100644 --- a/content/applications/sales/sales/send_quotations/terms_and_conditions.rst +++ b/content/applications/sales/sales/send_quotations/terms_and_conditions.rst @@ -18,7 +18,7 @@ Configuration Go to :menuselection:`Accounting --> Configuration --> Settings` and activate *Default Terms & Conditions*. -.. image:: media/terms_conditions_1.png +.. image:: terms_and_conditions/terms_conditions_1.png :align: center :class: img-thumbnail :alt: How to enable Default Terms & Conditions on Odoo Sales? @@ -34,7 +34,7 @@ DT&C on your quotations, sales orders, and invoices In the settings of the **Invoicing App**, you have the possibility to insert your default terms and conditions. -.. image:: media/terms_conditions_2.png +.. image:: terms_and_conditions/terms_conditions_2.png :align: center :class: img-thumbnail :alt: Default Terms & Conditions on quotation on Odoo Sales @@ -47,7 +47,7 @@ DT&C on your quotation templates According to your business needs, you can specify your terms and conditions on your quotation templates. This is interesting if you have different terms and conditions within your company. -.. image:: media/terms_conditions_3.png +.. image:: terms_and_conditions/terms_conditions_3.png :align: center :class: img-thumbnail :alt: Add Default Terms & Conditions to your quotation templates on Odoo Sales @@ -65,7 +65,7 @@ GT&C on your website Use the **Website App** and create your own general terms and conditions page. For example, here is the Odoo terms and conditions page: -.. image:: media/terms_conditions_4.png +.. image:: terms_and_conditions/terms_conditions_4.png :align: center :class: img-thumbnail :alt: General Terms & Conditions on your website @@ -74,7 +74,7 @@ You can refer to this page in the footer of all your documents. The layout is av **General Settings** under the **Business Documents** category. For example, this footer appears in every document from Odoo. -.. image:: media/terms_conditions_7.png +.. image:: terms_and_conditions/terms_conditions_7.png :align: center :class: img-thumbnail :alt: General Terms & Conditions in your business documents @@ -85,7 +85,7 @@ GT&C as attachment in your emails Attach an external document with your general terms and conditions when you are about to send your quotation by email to your customers. -.. image:: media/terms_conditions_5.png +.. image:: terms_and_conditions/terms_conditions_5.png :align: center :class: img-thumbnail :alt: General Terms & conditions as attachment in your email @@ -100,7 +100,7 @@ the confirmation tab, you are now able to activate online signatures, online pay a confirmation mail in which you have the possibility to configure the default attachment. There, you can put your general terms & conditions. -.. image:: media/terms_conditions_6.png +.. image:: terms_and_conditions/terms_conditions_6.png :align: center :class: img-thumbnail :alt: General Terms & conditions as attachment in your quotation templates diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_1.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_1.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_1.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_1.png diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_2.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_2.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_2.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_2.png diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_3.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_3.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_3.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_3.png diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_4.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_4.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_4.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_4.png diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_5.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_5.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_5.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_5.png diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_6.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_6.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_6.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_6.png diff --git a/content/applications/sales/sales/send_quotations/media/terms_conditions_7.png b/content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_7.png similarity index 100% rename from content/applications/sales/sales/send_quotations/media/terms_conditions_7.png rename to content/applications/sales/sales/send_quotations/terms_and_conditions/terms_conditions_7.png diff --git a/content/applications/sales/subscriptions/configuration/subscription_products.rst b/content/applications/sales/subscriptions/configuration/subscription_products.rst index 12dbeffe56..853484a7a1 100644 --- a/content/applications/sales/subscriptions/configuration/subscription_products.rst +++ b/content/applications/sales/subscriptions/configuration/subscription_products.rst @@ -22,7 +22,7 @@ product type, it is recommended to use *Service* for subscription products as th products that you provide to your customers. Finally, you can adapt your prices and also add an internal reference. -.. image:: media/subscription-products-configuration.png +.. image:: subscription_products/subscription-products-configuration.png :align: center :alt: View of a subscription product form in Odoo Subscriptions @@ -32,13 +32,13 @@ internal reference. application, this option is selected by default. However, if you create a product from another application, it is not the case. - .. image:: media/subscription-products-form.png + .. image:: subscription_products/subscription-products-form.png :align: center :alt: View of a subscription product form in Odoo Subscriptions You can also choose the subscription templates you want to use. - .. image:: media/subscription-products-using-subscription-templates.png + .. image:: subscription_products/subscription-products-using-subscription-templates.png :align: center :alt: View of a subscription product form in Odoo Subscriptions diff --git a/content/applications/sales/subscriptions/configuration/media/subscription-products-configuration.png b/content/applications/sales/subscriptions/configuration/subscription_products/subscription-products-configuration.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/subscription-products-configuration.png rename to content/applications/sales/subscriptions/configuration/subscription_products/subscription-products-configuration.png diff --git a/content/applications/sales/subscriptions/configuration/media/subscription-products-form.png b/content/applications/sales/subscriptions/configuration/subscription_products/subscription-products-form.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/subscription-products-form.png rename to content/applications/sales/subscriptions/configuration/subscription_products/subscription-products-form.png diff --git a/content/applications/sales/subscriptions/configuration/media/subscription-products-using-subscription-templates.png b/content/applications/sales/subscriptions/configuration/subscription_products/subscription-products-using-subscription-templates.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/subscription-products-using-subscription-templates.png rename to content/applications/sales/subscriptions/configuration/subscription_products/subscription-products-using-subscription-templates.png diff --git a/content/applications/sales/subscriptions/configuration/subscription_templates.rst b/content/applications/sales/subscriptions/configuration/subscription_templates.rst index 44daf767b3..d0487ca58b 100644 --- a/content/applications/sales/subscriptions/configuration/subscription_templates.rst +++ b/content/applications/sales/subscriptions/configuration/subscription_templates.rst @@ -35,7 +35,7 @@ Go to :menuselection:`Subscriptions --> Configuration --> Subscription templates suggests you two types of subscription (MON - Monthly subscription *vs* YEA - Yearly subscription). You can also create your own ones. -.. image:: media/default-subscription-templates.png +.. image:: subscription_templates/default-subscription-templates.png :align: center :alt: Default subscription templates on Odoo Subscriptions @@ -54,7 +54,7 @@ Among the payment options, an additional field called *Invoice email* appears wh *Send*, *Send & try to charge* or *Send after successful payment*. This field allows you to add an invoice email template to your subscription templates. -.. image:: media/creation-of-subscription-templates.png +.. image:: subscription_templates/creation-of-subscription-templates.png :align: center :alt: Create your own subscription templates on Odoo Subscriptions @@ -67,7 +67,7 @@ subscriptions or not. If enabled, you can set an *Automatic closing* limit and s essential to set out important contractual points between the customers and the sellers (payment, refund policy, cancellation, complaints, etc.). - .. image:: media/terms-and-conditions-on-subscription-templates.png + .. image:: subscription_templates/terms-and-conditions-on-subscription-templates.png :align: center :alt: Terms & conditions on Odoo Subscriptions @@ -77,7 +77,7 @@ subscriptions or not. If enabled, you can set an *Automatic closing* limit and s summarizes all the records corresponding to these filters and you are able to manage them in one click. - .. image:: media/health-check-on-subscription-templates.png + .. image:: subscription_templates/health-check-on-subscription-templates.png :align: center :alt: Health check on Odoo Subscriptions diff --git a/content/applications/sales/subscriptions/configuration/media/creation-of-subscription-templates.png b/content/applications/sales/subscriptions/configuration/subscription_templates/creation-of-subscription-templates.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/creation-of-subscription-templates.png rename to content/applications/sales/subscriptions/configuration/subscription_templates/creation-of-subscription-templates.png diff --git a/content/applications/sales/subscriptions/configuration/media/default-subscription-templates.png b/content/applications/sales/subscriptions/configuration/subscription_templates/default-subscription-templates.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/default-subscription-templates.png rename to content/applications/sales/subscriptions/configuration/subscription_templates/default-subscription-templates.png diff --git a/content/applications/sales/subscriptions/configuration/media/health-check-on-subscription-templates.png b/content/applications/sales/subscriptions/configuration/subscription_templates/health-check-on-subscription-templates.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/health-check-on-subscription-templates.png rename to content/applications/sales/subscriptions/configuration/subscription_templates/health-check-on-subscription-templates.png diff --git a/content/applications/sales/subscriptions/configuration/media/terms-and-conditions-on-subscription-templates.png b/content/applications/sales/subscriptions/configuration/subscription_templates/terms-and-conditions-on-subscription-templates.png similarity index 100% rename from content/applications/sales/subscriptions/configuration/media/terms-and-conditions-on-subscription-templates.png rename to content/applications/sales/subscriptions/configuration/subscription_templates/terms-and-conditions-on-subscription-templates.png diff --git a/content/applications/sales/subscriptions/follow_up/automatic_alerts.rst b/content/applications/sales/subscriptions/follow_up/automatic_alerts.rst index 9bbb307ff5..7e1179d83e 100644 --- a/content/applications/sales/subscriptions/follow_up/automatic_alerts.rst +++ b/content/applications/sales/subscriptions/follow_up/automatic_alerts.rst @@ -23,7 +23,7 @@ The following example shows how to create a new automatic alert to send satisfac customers, by email, after one month of subscription. To do so, go to :menuselection:`Subscriptions --> Configuration --> Alerts`, and create a new alert. -.. image:: media/create-a-new-automatic-alert.png +.. image:: automatic_alerts/create-a-new-automatic-alert.png :align: center :alt: New automatic alert in Odoo Subscriptions @@ -55,7 +55,7 @@ As a result, this alert will send a rating survey after one month, to the custom purchased that specific product. The survey will appear in the chatter of your respective subscription. -.. image:: media/rating-satisfaction-survey.png +.. image:: automatic_alerts/rating-satisfaction-survey.png :align: center :alt: Satisfaction survey in Odoo Subscriptions @@ -64,7 +64,7 @@ Modify an existing automatic alert By default, Odoo suggests you an automatic alert called *Take action on less satisfied clients*. -.. image:: media/modify-an-existing-automatic-alert.png +.. image:: automatic_alerts/modify-an-existing-automatic-alert.png :align: center :alt: Modify an existing automatic alert in Odoo Subscriptions diff --git a/content/applications/sales/subscriptions/follow_up/media/create-a-new-automatic-alert.png b/content/applications/sales/subscriptions/follow_up/automatic_alerts/create-a-new-automatic-alert.png similarity index 100% rename from content/applications/sales/subscriptions/follow_up/media/create-a-new-automatic-alert.png rename to content/applications/sales/subscriptions/follow_up/automatic_alerts/create-a-new-automatic-alert.png diff --git a/content/applications/sales/subscriptions/follow_up/media/modify-an-existing-automatic-alert.png b/content/applications/sales/subscriptions/follow_up/automatic_alerts/modify-an-existing-automatic-alert.png similarity index 100% rename from content/applications/sales/subscriptions/follow_up/media/modify-an-existing-automatic-alert.png rename to content/applications/sales/subscriptions/follow_up/automatic_alerts/modify-an-existing-automatic-alert.png diff --git a/content/applications/sales/subscriptions/follow_up/media/rating-satisfaction-survey.png b/content/applications/sales/subscriptions/follow_up/automatic_alerts/rating-satisfaction-survey.png similarity index 100% rename from content/applications/sales/subscriptions/follow_up/media/rating-satisfaction-survey.png rename to content/applications/sales/subscriptions/follow_up/automatic_alerts/rating-satisfaction-survey.png diff --git a/content/applications/sales/subscriptions/reporting/subscription_reports.rst b/content/applications/sales/subscriptions/reporting/subscription_reports.rst index 81554b8878..c5201b5463 100644 --- a/content/applications/sales/subscriptions/reporting/subscription_reports.rst +++ b/content/applications/sales/subscriptions/reporting/subscription_reports.rst @@ -16,7 +16,7 @@ concepts to the proper understanding of the following reports: to estimate the coming year's performance. However, this estimation does not take variations and growth into account. -.. image:: media/difference-between-MRR-and-ARR.png +.. image:: subscription_reports/difference-between-MRR-and-ARR.png :align: center :alt: Difference between MRR and ARR in Odoo Subscriptions @@ -43,7 +43,7 @@ concepts to the proper understanding of the following reports: - | Therefore, the 56$ of MRR difference out of the initial 600$ causes a **Revenue Churn** | of 9,33%. - .. image:: media/difference-between-logo-churn-and-revenue-churn.png + .. image:: subscription_reports/difference-between-logo-churn-and-revenue-churn.png :align: center :alt: Difference between logo churn and revenue churn in Odoo Subscriptions @@ -66,7 +66,7 @@ can choose *Quantity*, *Recurring Price*, *Yearly Recurring Revenue* and *Count* *Quantity* is added. This way, you can review both of these measures at the same time. You can even *Group By Start Date* and, more precisely, by *Week*, to get a clear view of your report. -.. image:: media/subscriptions-analysis-report.png +.. image:: subscription_reports/subscriptions-analysis-report.png :align: center :alt: Subscriptions analysis report in Odoo Subscriptions @@ -78,7 +78,7 @@ Go to :menuselection:`Subscriptions --> Reporting --> Retention`. The default me *Monthly Recurring Revenue* was chosen, and the *Month* periodicity remains intact. By using these criteria, you can see the progression of the retention from its start. -.. image:: media/retention-analysis-report.png +.. image:: subscription_reports/retention-analysis-report.png :align: center :alt: Retention analysis report in Odoo Subscriptions @@ -91,7 +91,7 @@ different KPIs: *Monthly Recurring Revenue*, *Net Revenue*, *Non-Recurring Reven information on subscriptions, companies, and sales teams. This is useful if you are looking for specific information. -.. image:: media/revenue-KPIs-report.png +.. image:: subscription_reports/revenue-KPIs-report.png :align: center :alt: Revenue KPIs report in Odoo Subscriptions @@ -100,7 +100,7 @@ data, which is the typical scenario for a new business. But, as your company gro these graphs get populated with more and more data. Once again, you can filter these specific KPIs on subscriptions, companies, and sales teams. -.. image:: media/detailed-MRR-report.png +.. image:: subscription_reports/detailed-MRR-report.png :align: center :alt: Detailed MRR report in Odoo Subscriptions @@ -112,7 +112,7 @@ summary of your *Monthly Recurring Revenue*, *Non-Recurring Revenue*, *Subscript and *Non-Recurring Invoices* for each of your salespeople. You can choose the period you want to apply and the salesperson you want to analyze. -.. image:: media/salesperson-dashboard-report.png +.. image:: subscription_reports/salesperson-dashboard-report.png :align: center :alt: Salesperson dashboard report in Odoo Subscriptions diff --git a/content/applications/sales/subscriptions/reporting/media/detailed-MRR-report.png b/content/applications/sales/subscriptions/reporting/subscription_reports/detailed-MRR-report.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/detailed-MRR-report.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/detailed-MRR-report.png diff --git a/content/applications/sales/subscriptions/reporting/media/difference-between-MRR-and-ARR.png b/content/applications/sales/subscriptions/reporting/subscription_reports/difference-between-MRR-and-ARR.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/difference-between-MRR-and-ARR.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/difference-between-MRR-and-ARR.png diff --git a/content/applications/sales/subscriptions/reporting/media/difference-between-logo-churn-and-revenue-churn.png b/content/applications/sales/subscriptions/reporting/subscription_reports/difference-between-logo-churn-and-revenue-churn.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/difference-between-logo-churn-and-revenue-churn.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/difference-between-logo-churn-and-revenue-churn.png diff --git a/content/applications/sales/subscriptions/reporting/media/retention-analysis-report.png b/content/applications/sales/subscriptions/reporting/subscription_reports/retention-analysis-report.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/retention-analysis-report.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/retention-analysis-report.png diff --git a/content/applications/sales/subscriptions/reporting/media/revenue-KPIs-report.png b/content/applications/sales/subscriptions/reporting/subscription_reports/revenue-KPIs-report.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/revenue-KPIs-report.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/revenue-KPIs-report.png diff --git a/content/applications/sales/subscriptions/reporting/media/salesperson-dashboard-report.png b/content/applications/sales/subscriptions/reporting/subscription_reports/salesperson-dashboard-report.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/salesperson-dashboard-report.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/salesperson-dashboard-report.png diff --git a/content/applications/sales/subscriptions/reporting/media/subscriptions-analysis-report.png b/content/applications/sales/subscriptions/reporting/subscription_reports/subscriptions-analysis-report.png similarity index 100% rename from content/applications/sales/subscriptions/reporting/media/subscriptions-analysis-report.png rename to content/applications/sales/subscriptions/reporting/subscription_reports/subscriptions-analysis-report.png diff --git a/content/applications/sales/subscriptions/sales_flow/closing.rst b/content/applications/sales/subscriptions/sales_flow/closing.rst index e74f0d48e0..f5430d0677 100644 --- a/content/applications/sales/subscriptions/sales_flow/closing.rst +++ b/content/applications/sales/subscriptions/sales_flow/closing.rst @@ -35,7 +35,7 @@ create a new *Subscription template* or modify an existing one. When editing you the Invoicing tab, you have the possibility to activate the option *Closable by customer*. Once enabled, this option gives your customers the right to close their own subscriptions. -.. image:: media/configuration-to-close-your-subscriptions.png +.. image:: closing/configuration-to-close-your-subscriptions.png :align: center :alt: Configuration to close your subscription with Odoo Subscriptions @@ -55,7 +55,7 @@ Once confirmed, a quotation becomes a sales order and a new subscription is auto Therefore, this subscription has the status *In progress*. From there, you have the possibility to close the subscription. -.. image:: media/close-your-subscriptions-as-an-administrator.png +.. image:: closing/close-your-subscriptions-as-an-administrator.png :align: center :alt: Close your subscription from an administration point of view with Odoo Subscriptions @@ -64,7 +64,7 @@ expensive", "Subscription does not meet my requirements", "Subscription reached Immediately after confirming your close reason, you can observe that the status of the subscription is now *Closed* and that the close reason is mentioned on the subscription. -.. image:: media/use-of-close-reasons.png +.. image:: closing/use-of-close-reasons.png :align: center :alt: What happens when you close your subscription with Odoo Subscriptions? @@ -76,14 +76,14 @@ the possibility to visualize what your customers see when managing their subscri *Customer preview* button. In this example, the customer has the choice to close his/her subscription whenever he/she wants to, due to the *Close Subscription* button. -.. image:: media/close-your-subscriptions-as-a-customer.png +.. image:: closing/close-your-subscriptions-as-a-customer.png :align: center :alt: Close your subscription from a customer point of view with Odoo Subscriptions By using this button, the customer can specify the reason for cancelling his/her subscription and he/she can even leave a message. -.. image:: media/use-of-close-reasons-as-a-customer.png +.. image:: closing/use-of-close-reasons-as-a-customer.png :align: center :alt: What happens when customers close their subscription with Odoo Subscriptions? @@ -92,7 +92,7 @@ informed of this modification. Indeed, the status of the subscription becomes *C appears in the chatter with the new stage, the end date, the close reason, and the closing text added by the customer. -.. image:: media/chatter-history-when-a-customer-closes-a-subscription.png +.. image:: closing/chatter-history-when-a-customer-closes-a-subscription.png :align: center :alt: What happens when customers close their subscription in Odoo Subscriptions? diff --git a/content/applications/sales/subscriptions/sales_flow/media/chatter-history-when-a-customer-closes-a-subscription.png b/content/applications/sales/subscriptions/sales_flow/closing/chatter-history-when-a-customer-closes-a-subscription.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/chatter-history-when-a-customer-closes-a-subscription.png rename to content/applications/sales/subscriptions/sales_flow/closing/chatter-history-when-a-customer-closes-a-subscription.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/close-your-subscriptions-as-a-customer.png b/content/applications/sales/subscriptions/sales_flow/closing/close-your-subscriptions-as-a-customer.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/close-your-subscriptions-as-a-customer.png rename to content/applications/sales/subscriptions/sales_flow/closing/close-your-subscriptions-as-a-customer.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/close-your-subscriptions-as-an-administrator.png b/content/applications/sales/subscriptions/sales_flow/closing/close-your-subscriptions-as-an-administrator.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/close-your-subscriptions-as-an-administrator.png rename to content/applications/sales/subscriptions/sales_flow/closing/close-your-subscriptions-as-an-administrator.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/configuration-to-close-your-subscriptions.png b/content/applications/sales/subscriptions/sales_flow/closing/configuration-to-close-your-subscriptions.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/configuration-to-close-your-subscriptions.png rename to content/applications/sales/subscriptions/sales_flow/closing/configuration-to-close-your-subscriptions.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/use-of-close-reasons-as-a-customer.png b/content/applications/sales/subscriptions/sales_flow/closing/use-of-close-reasons-as-a-customer.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/use-of-close-reasons-as-a-customer.png rename to content/applications/sales/subscriptions/sales_flow/closing/use-of-close-reasons-as-a-customer.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/use-of-close-reasons.png b/content/applications/sales/subscriptions/sales_flow/closing/use-of-close-reasons.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/use-of-close-reasons.png rename to content/applications/sales/subscriptions/sales_flow/closing/use-of-close-reasons.png diff --git a/content/applications/sales/subscriptions/sales_flow/create_a_quotation.rst b/content/applications/sales/subscriptions/sales_flow/create_a_quotation.rst index 7a6ddc9120..5eebd8ad90 100644 --- a/content/applications/sales/subscriptions/sales_flow/create_a_quotation.rst +++ b/content/applications/sales/subscriptions/sales_flow/create_a_quotation.rst @@ -32,7 +32,7 @@ to your templates. Go to **Odoo Sales** and create a new quotation. Then, choose a customer and add a product. Be careful to select a product that you previously configured as a *Subscription product*. -.. image:: media/create-a-quotation-using-subscription-products.png +.. image:: create_a_quotation/create-a-quotation-using-subscription-products.png :align: center :alt: View of a quotation form in Odoo Sales @@ -41,7 +41,7 @@ it. It is better to first *Send by email* the quotation to your customers to hav and, then, *Confirm* it in **Odoo Sales**. By clicking on *Customer preview*, you have an idea of what your customers will see when receiving your quotation. -.. image:: media/customer-preview-of-a-quotation-using-subscription-products.png +.. image:: create_a_quotation/customer-preview-of-a-quotation-using-subscription-products.png :align: center :alt: Customer preview of a quotation form in Odoo Sales @@ -56,7 +56,7 @@ Manage your subscriptions from your SO Once confirmed, the quotation becomes a sales order and a new button appears, *Subscriptions*. Indeed, a subscription is automatically created. -.. image:: media/manage-your-subscriptions-from-your-sales-order.png +.. image:: create_a_quotation/manage-your-subscriptions-from-your-sales-order.png :align: center :alt: Quotation form in Odoo Sales with a button "Subscriptions" @@ -66,7 +66,7 @@ By clicking on the *Subscriptions* button, you can see that the status of the su :doc:`Close <../../subscriptions/sales_flow/closing>` or :doc:`Upsell <../../subscriptions/sales_flow/upselling>` your subscription. -.. image:: media/use-of-the-subscriptions-button-in-odoo-sales.png +.. image:: create_a_quotation/use-of-the-subscriptions-button-in-odoo-sales.png :align: center :alt: Use of the intelligent button "Subscriptions" in Odoo Sales diff --git a/content/applications/sales/subscriptions/sales_flow/media/create-a-quotation-using-subscription-products.png b/content/applications/sales/subscriptions/sales_flow/create_a_quotation/create-a-quotation-using-subscription-products.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/create-a-quotation-using-subscription-products.png rename to content/applications/sales/subscriptions/sales_flow/create_a_quotation/create-a-quotation-using-subscription-products.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/customer-preview-of-a-quotation-using-subscription-products.png b/content/applications/sales/subscriptions/sales_flow/create_a_quotation/customer-preview-of-a-quotation-using-subscription-products.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/customer-preview-of-a-quotation-using-subscription-products.png rename to content/applications/sales/subscriptions/sales_flow/create_a_quotation/customer-preview-of-a-quotation-using-subscription-products.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/manage-your-subscriptions-from-your-sales-order.png b/content/applications/sales/subscriptions/sales_flow/create_a_quotation/manage-your-subscriptions-from-your-sales-order.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/manage-your-subscriptions-from-your-sales-order.png rename to content/applications/sales/subscriptions/sales_flow/create_a_quotation/manage-your-subscriptions-from-your-sales-order.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/use-of-the-subscriptions-button-in-odoo-sales.png b/content/applications/sales/subscriptions/sales_flow/create_a_quotation/use-of-the-subscriptions-button-in-odoo-sales.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/use-of-the-subscriptions-button-in-odoo-sales.png rename to content/applications/sales/subscriptions/sales_flow/create_a_quotation/use-of-the-subscriptions-button-in-odoo-sales.png diff --git a/content/applications/sales/subscriptions/sales_flow/renewals.rst b/content/applications/sales/subscriptions/sales_flow/renewals.rst index f6e0b9c634..a08b54d29c 100644 --- a/content/applications/sales/subscriptions/sales_flow/renewals.rst +++ b/content/applications/sales/subscriptions/sales_flow/renewals.rst @@ -30,7 +30,7 @@ have the possibility to renew the subscription. In the Other Info tab, underneat section, you can activate the *To renew* option. When activated, a yellow tag automatically appears in the upper right corner of the subscription. -.. image:: media/renew-your-subscription.png +.. image:: renewals/renew-your-subscription.png :align: center :alt: Renew your subscription with Odoo Subscriptions @@ -39,7 +39,7 @@ in the upper right corner of the subscription. on the customer portal. To visualize that, you just have to click on the *Customer preview* button. The tag *To renew* appears on the top right corner. - .. image:: media/customer-preview-of-a-renewal.png + .. image:: renewals/customer-preview-of-a-renewal.png :align: center :alt: Customer preview of a renewal with Odoo Subscriptions @@ -54,7 +54,7 @@ first *Send by email* the quotation to your customers in order to have their con from the previous subscription". Once confirmed by your customers, this quotation becomes a sales order and a new sale is mentioned in the upper right corner of the subscription. - .. image:: media/renew-a-quotation.png + .. image:: renewals/renew-a-quotation.png :align: center :alt: Renew a quotation with Odoo Subscriptions @@ -62,7 +62,7 @@ first *Send by email* the quotation to your customers in order to have their con The only difference between your two quotations is the description underneath the *Subscription Management* category. There, you can easily visualize which one is your renewal. - .. image:: media/subscription-management-category.png + .. image:: renewals/subscription-management-category.png :align: center :alt: Renewal as Subscription Management form in Odoo Subscriptions @@ -72,7 +72,7 @@ Visualize your subscriptions to renew Finally, if you want to visualize all your subscriptions and easily find those to renew, you can go to your *Subscriptions dashboard* and use the filter *To renew*. -.. image:: media/subscriptions-dashboard-with-the-to-renew-filter.png +.. image:: renewals/subscriptions-dashboard-with-the-to-renew-filter.png :align: center :alt: List view of all subscriptions and use of the filter to renew in Odoo Subscriptions diff --git a/content/applications/sales/subscriptions/sales_flow/media/customer-preview-of-a-renewal.png b/content/applications/sales/subscriptions/sales_flow/renewals/customer-preview-of-a-renewal.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/customer-preview-of-a-renewal.png rename to content/applications/sales/subscriptions/sales_flow/renewals/customer-preview-of-a-renewal.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/renew-a-quotation.png b/content/applications/sales/subscriptions/sales_flow/renewals/renew-a-quotation.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/renew-a-quotation.png rename to content/applications/sales/subscriptions/sales_flow/renewals/renew-a-quotation.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/renew-your-subscription.png b/content/applications/sales/subscriptions/sales_flow/renewals/renew-your-subscription.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/renew-your-subscription.png rename to content/applications/sales/subscriptions/sales_flow/renewals/renew-your-subscription.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/subscription-management-category.png b/content/applications/sales/subscriptions/sales_flow/renewals/subscription-management-category.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/subscription-management-category.png rename to content/applications/sales/subscriptions/sales_flow/renewals/subscription-management-category.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/subscriptions-dashboard-with-the-to-renew-filter.png b/content/applications/sales/subscriptions/sales_flow/renewals/subscriptions-dashboard-with-the-to-renew-filter.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/subscriptions-dashboard-with-the-to-renew-filter.png rename to content/applications/sales/subscriptions/sales_flow/renewals/subscriptions-dashboard-with-the-to-renew-filter.png diff --git a/content/applications/sales/subscriptions/sales_flow/upselling.rst b/content/applications/sales/subscriptions/sales_flow/upselling.rst index 5330e9b8c9..ba8e7f2ddf 100644 --- a/content/applications/sales/subscriptions/sales_flow/upselling.rst +++ b/content/applications/sales/subscriptions/sales_flow/upselling.rst @@ -28,7 +28,7 @@ As previously explained, to upsell a subscription to new customers, it is recomm *Discounts*. To activate this option, go to :menuselection:`Sales --> Configuration --> Settings` and, under the *Pricing* category, you have the possibility to grant discounts on sales order lines. -.. image:: media/configuration-to-upsell-a-subscription.png +.. image:: upselling/configuration-to-upsell-a-subscription.png :align: center :alt: Activation of the discount option in Odoo Sales @@ -41,14 +41,14 @@ products. Indeed, once confirmed, a quotation becomes a sales order and a new su automatically created. Therefore, this subscription has the status *In progress*. From there, you have the possibility to upsell your subscription. -.. image:: media/upsell-your-subscription.png +.. image:: upselling/upsell-your-subscription.png :align: center :alt: Upsell your subscription with Odoo Subscriptions By using the smart button *Upsell*, you are able to create a new quotation with new subscription products and send it to your customers for approval. -.. image:: media/use-of-the-upsell-button-in-odoo-sales.png +.. image:: upselling/use-of-the-upsell-button-in-odoo-sales.png :align: center :alt: Add products to your subscription via the upsell option in Odoo Subscriptions @@ -65,14 +65,14 @@ click on the smart button *Subscriptions* to visualize all updates. From there, additional line has been added to the subscription with the new extra service the customer wanted to purchase. -.. image:: media/subscriptions-updates.png +.. image:: upselling/subscriptions-updates.png :align: center :alt: Visualize all your subscriptions updates with Odoo Subscriptions In addition, by clicking on the *Sales* button, you have a summary of your sales orders in a list view. -.. image:: media/sales-order-updates.png +.. image:: upselling/sales-order-updates.png :align: center :alt: List view of all sales orders created for a subscription diff --git a/content/applications/sales/subscriptions/sales_flow/media/configuration-to-upsell-a-subscription.png b/content/applications/sales/subscriptions/sales_flow/upselling/configuration-to-upsell-a-subscription.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/configuration-to-upsell-a-subscription.png rename to content/applications/sales/subscriptions/sales_flow/upselling/configuration-to-upsell-a-subscription.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/sales-order-updates.png b/content/applications/sales/subscriptions/sales_flow/upselling/sales-order-updates.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/sales-order-updates.png rename to content/applications/sales/subscriptions/sales_flow/upselling/sales-order-updates.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/subscriptions-updates.png b/content/applications/sales/subscriptions/sales_flow/upselling/subscriptions-updates.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/subscriptions-updates.png rename to content/applications/sales/subscriptions/sales_flow/upselling/subscriptions-updates.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/upsell-your-subscription.png b/content/applications/sales/subscriptions/sales_flow/upselling/upsell-your-subscription.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/upsell-your-subscription.png rename to content/applications/sales/subscriptions/sales_flow/upselling/upsell-your-subscription.png diff --git a/content/applications/sales/subscriptions/sales_flow/media/use-of-the-upsell-button-in-odoo-sales.png b/content/applications/sales/subscriptions/sales_flow/upselling/use-of-the-upsell-button-in-odoo-sales.png similarity index 100% rename from content/applications/sales/subscriptions/sales_flow/media/use-of-the-upsell-button-in-odoo-sales.png rename to content/applications/sales/subscriptions/sales_flow/upselling/use-of-the-upsell-button-in-odoo-sales.png diff --git a/content/applications/services/fsm/helpdesk/plan_onsite.rst b/content/applications/services/fsm/helpdesk/plan_onsite.rst index 53cc68accb..a2257ec70c 100644 --- a/content/applications/services/fsm/helpdesk/plan_onsite.rst +++ b/content/applications/services/fsm/helpdesk/plan_onsite.rst @@ -9,13 +9,13 @@ Enable the feature Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams --> Edit` and enable :menuselection:`Onsite Interventions --> Save`. -.. image:: media/po1.png +.. image:: plan_onsite/po1.png :align: center :height: 400 :alt: Tasks from tickets in Odoo Field Service Now once your helpdesk team needs, they have the option to *Plan Intervention* from tickets. -.. image:: media/po2.png +.. image:: plan_onsite/po2.png :align: center :alt: Tasks from tickets in Odoo Field Service diff --git a/content/applications/services/fsm/helpdesk/media/po1.png b/content/applications/services/fsm/helpdesk/plan_onsite/po1.png similarity index 100% rename from content/applications/services/fsm/helpdesk/media/po1.png rename to content/applications/services/fsm/helpdesk/plan_onsite/po1.png diff --git a/content/applications/services/fsm/helpdesk/media/po2.png b/content/applications/services/fsm/helpdesk/plan_onsite/po2.png similarity index 100% rename from content/applications/services/fsm/helpdesk/media/po2.png rename to content/applications/services/fsm/helpdesk/plan_onsite/po2.png diff --git a/content/applications/services/fsm/overview/invoicing_time.rst b/content/applications/services/fsm/overview/invoicing_time.rst index ea8b3d0532..aac5875f59 100644 --- a/content/applications/services/fsm/overview/invoicing_time.rst +++ b/content/applications/services/fsm/overview/invoicing_time.rst @@ -10,13 +10,13 @@ Get the exact time spent on a task Click on *Start* to launch the timer. You can *Pause* at any moment and *Resume* when you would like to continue. -.. image:: media/im1.png +.. image:: invoicing_time/im1.png :align: center :alt: Timesheet Timer in Odoo Field Service Click on *Stop* once the work is done to confirm the total time spent and add a description. -.. image:: media/im2.png +.. image:: invoicing_time/im2.png :align: center :alt: Timesheet Timer in Odoo Field Service @@ -24,7 +24,7 @@ Sign and send reports & validate stock-picking ============================================== Now, fill your *Worksheet* and add the used products clicking on *Products*. -.. image:: media/im3.png +.. image:: invoicing_time/im3.png :align: center :alt: Sign and send reports in Odoo Field Service @@ -43,7 +43,7 @@ Under :menuselection:`All Tasks --> To Invoice`, find a list of all tasks marked have not been invoiced. Convenient feature as it allows accountants to easily access all finished tasks at once. -.. image:: media/im4.png +.. image:: invoicing_time/im4.png :align: center :alt: Invoice Tasks in Odoo Field Service @@ -52,7 +52,7 @@ Convenient feature as it allows accountants to easily access all finished tasks Invoice all tasks at once selecting them all and going to :menuselection:`Action --> Create Invoice`. -.. image:: media/im5.png +.. image:: invoicing_time/im5.png :align: center :alt: Invoice Task in Odoo Field Service diff --git a/content/applications/services/fsm/overview/media/im1.png b/content/applications/services/fsm/overview/invoicing_time/im1.png similarity index 100% rename from content/applications/services/fsm/overview/media/im1.png rename to content/applications/services/fsm/overview/invoicing_time/im1.png diff --git a/content/applications/services/fsm/overview/media/im2.png b/content/applications/services/fsm/overview/invoicing_time/im2.png similarity index 100% rename from content/applications/services/fsm/overview/media/im2.png rename to content/applications/services/fsm/overview/invoicing_time/im2.png diff --git a/content/applications/services/fsm/overview/media/im3.png b/content/applications/services/fsm/overview/invoicing_time/im3.png similarity index 100% rename from content/applications/services/fsm/overview/media/im3.png rename to content/applications/services/fsm/overview/invoicing_time/im3.png diff --git a/content/applications/services/fsm/overview/media/im4.png b/content/applications/services/fsm/overview/invoicing_time/im4.png similarity index 100% rename from content/applications/services/fsm/overview/media/im4.png rename to content/applications/services/fsm/overview/invoicing_time/im4.png diff --git a/content/applications/services/fsm/overview/media/im5.png b/content/applications/services/fsm/overview/invoicing_time/im5.png similarity index 100% rename from content/applications/services/fsm/overview/media/im5.png rename to content/applications/services/fsm/overview/invoicing_time/im5.png diff --git a/content/applications/services/fsm/overview/keep_track.rst b/content/applications/services/fsm/overview/keep_track.rst index b2f227b83f..0d44ef6541 100644 --- a/content/applications/services/fsm/overview/keep_track.rst +++ b/content/applications/services/fsm/overview/keep_track.rst @@ -9,12 +9,12 @@ Set up your Field Service project Go to :menuselection:`Field Service --> Configuration --> Projects` and make sure the option *Products on Tasks* is enabled. -.. image:: media/kts1.png +.. image:: keep_track/kts1.png :alt: Keep track of stock in Odoo Field Service Now, add the materials used in the intervention to the worksheet, and once the task is *Marked as done*, the stock-picking is automatically validated and the inventory evaluation is automatically updated. -.. image:: media/kts2.png +.. image:: keep_track/kts2.png :alt: Keep track of stock in Odoo Field Service diff --git a/content/applications/services/fsm/overview/media/kts1.png b/content/applications/services/fsm/overview/keep_track/kts1.png similarity index 100% rename from content/applications/services/fsm/overview/media/kts1.png rename to content/applications/services/fsm/overview/keep_track/kts1.png diff --git a/content/applications/services/fsm/overview/media/kts2.png b/content/applications/services/fsm/overview/keep_track/kts2.png similarity index 100% rename from content/applications/services/fsm/overview/media/kts2.png rename to content/applications/services/fsm/overview/keep_track/kts2.png diff --git a/content/applications/services/fsm/overview/manage_employees_schedule.rst b/content/applications/services/fsm/overview/manage_employees_schedule.rst index db03d3befe..bfc9cf84f1 100644 --- a/content/applications/services/fsm/overview/manage_employees_schedule.rst +++ b/content/applications/services/fsm/overview/manage_employees_schedule.rst @@ -13,7 +13,7 @@ those days in your Gantt view. It also adapts to the working calendar of the employee. Example: the employee works part-time (from Monday to Wednesday). So, Thursday and Friday will also be greyed, in addition to the weekends. -.. image:: media/mw1.png +.. image:: manage_employees_schedule/mw1.png :alt: Employees' Time off in Odoo Field Service Easily manage employees’ schedules @@ -21,7 +21,7 @@ Easily manage employees’ schedules From the Gantt view (under *Planning by User, Project or Worksheet*), click on the plus sign to add a new task or on the magnifying glass to plan an existing one. -.. image:: media/mw2.png +.. image:: manage_employees_schedule/mw2.png :align: center :alt: Manage employees' schedules in Odoo Field Service @@ -31,7 +31,7 @@ If you need to plan an intervention but you do not know yet who will take care o the task unassigned. It will still be shown in the Gantt view. Simply drag and drop the responsible person he can be assigned. -.. image:: media/mw3.png +.. image:: manage_employees_schedule/mw3.png :align: center :alt: Unassigned tasks in Odoo Field Service diff --git a/content/applications/services/fsm/overview/media/mw1.png b/content/applications/services/fsm/overview/manage_employees_schedule/mw1.png similarity index 100% rename from content/applications/services/fsm/overview/media/mw1.png rename to content/applications/services/fsm/overview/manage_employees_schedule/mw1.png diff --git a/content/applications/services/fsm/overview/media/mw2.png b/content/applications/services/fsm/overview/manage_employees_schedule/mw2.png similarity index 100% rename from content/applications/services/fsm/overview/media/mw2.png rename to content/applications/services/fsm/overview/manage_employees_schedule/mw2.png diff --git a/content/applications/services/fsm/overview/media/mw3.png b/content/applications/services/fsm/overview/manage_employees_schedule/mw3.png similarity index 100% rename from content/applications/services/fsm/overview/media/mw3.png rename to content/applications/services/fsm/overview/manage_employees_schedule/mw3.png diff --git a/content/applications/services/fsm/overview/planning_itinerary.rst b/content/applications/services/fsm/overview/planning_itinerary.rst index 1625712809..d7be54d0bf 100644 --- a/content/applications/services/fsm/overview/planning_itinerary.rst +++ b/content/applications/services/fsm/overview/planning_itinerary.rst @@ -9,7 +9,7 @@ Have an itinerary displayed directly in Odoo ============================================ Go to *Settings* and under *Map view* click on *Get token*. -.. image:: media/plit1.png +.. image:: planning_itinerary/plit1.png :alt: Configure Mapbox for Odoo Field Service Click on :menuselection:`Start mapping for free --> fill the Username, email and password fields @@ -17,18 +17,18 @@ Click on :menuselection:`Start mapping for free --> fill the Username, email and your account. Scrolling the page down you will find *Access tokens*. Copy the *Default public token*. -.. image:: media/plit2.png +.. image:: planning_itinerary/plit2.png :align: center :alt: Configure Mapbox for Odoo Field Service Back in Odoo, paste it on :menuselection:`Token --> Save`. -.. image:: media/plit3.png +.. image:: planning_itinerary/plit3.png :alt: Configure Mapbox for Odoo Field Service Now, your maps will show the itinerary based on the scheduled time and best route. -.. image:: media/plit4.png +.. image:: planning_itinerary/plit4.png :align: center :alt: Configure Mapbox for Odoo Field Service diff --git a/content/applications/services/fsm/overview/media/plit1.png b/content/applications/services/fsm/overview/planning_itinerary/plit1.png similarity index 100% rename from content/applications/services/fsm/overview/media/plit1.png rename to content/applications/services/fsm/overview/planning_itinerary/plit1.png diff --git a/content/applications/services/fsm/overview/media/plit2.png b/content/applications/services/fsm/overview/planning_itinerary/plit2.png similarity index 100% rename from content/applications/services/fsm/overview/media/plit2.png rename to content/applications/services/fsm/overview/planning_itinerary/plit2.png diff --git a/content/applications/services/fsm/overview/media/plit3.png b/content/applications/services/fsm/overview/planning_itinerary/plit3.png similarity index 100% rename from content/applications/services/fsm/overview/media/plit3.png rename to content/applications/services/fsm/overview/planning_itinerary/plit3.png diff --git a/content/applications/services/fsm/overview/media/plit4.png b/content/applications/services/fsm/overview/planning_itinerary/plit4.png similarity index 100% rename from content/applications/services/fsm/overview/media/plit4.png rename to content/applications/services/fsm/overview/planning_itinerary/plit4.png diff --git a/content/applications/services/fsm/sales/create_quotations.rst b/content/applications/services/fsm/sales/create_quotations.rst index 32dc16f773..01ffe5255b 100644 --- a/content/applications/services/fsm/sales/create_quotations.rst +++ b/content/applications/services/fsm/sales/create_quotations.rst @@ -9,19 +9,19 @@ Enable the feature First, go to :menuselection:`Field Service --> Configuration --> Settings` and enable the option *Extra Quotations*. -.. image:: media/cq1.png +.. image:: create_quotations/cq1.png :align: center :alt: Create quotations in Odoo Field Service Second, go to :menuselection:`Configuration --> Projects` and enable *Extra Quotations*. -.. image:: media/cq2.png +.. image:: create_quotations/cq2.png :align: center :height: 400 :alt: Create quotations in Odoo Field Service You can now create *New Quotations* directly from your tasks. -.. image:: media/cq3.png +.. image:: create_quotations/cq3.png :align: center :alt: Create quotations in Odoo Field Service diff --git a/content/applications/services/fsm/sales/media/cq1.png b/content/applications/services/fsm/sales/create_quotations/cq1.png similarity index 100% rename from content/applications/services/fsm/sales/media/cq1.png rename to content/applications/services/fsm/sales/create_quotations/cq1.png diff --git a/content/applications/services/fsm/sales/media/cq2.png b/content/applications/services/fsm/sales/create_quotations/cq2.png similarity index 100% rename from content/applications/services/fsm/sales/media/cq2.png rename to content/applications/services/fsm/sales/create_quotations/cq2.png diff --git a/content/applications/services/fsm/sales/media/cq3.png b/content/applications/services/fsm/sales/create_quotations/cq3.png similarity index 100% rename from content/applications/services/fsm/sales/media/cq3.png rename to content/applications/services/fsm/sales/create_quotations/cq3.png diff --git a/content/applications/services/fsm/sales/onsite_tasks_from_sales_orders.rst b/content/applications/services/fsm/sales/onsite_tasks_from_sales_orders.rst index e9100f54c5..abc408f78b 100644 --- a/content/applications/services/fsm/sales/onsite_tasks_from_sales_orders.rst +++ b/content/applications/services/fsm/sales/onsite_tasks_from_sales_orders.rst @@ -12,14 +12,14 @@ Select: under :menuselection:`General Information --> Product Type: Service`; under :menuselection:`Sales --> Service Invoicing Policy: Timesheet on task --> Service Tracking: Create a task in an existing project --> Project --> Worksheet Template --> Save`. -.. image:: media/onsite1.png +.. image:: onsite_tasks_from_sales_orders/onsite1.png :align: center :alt: Onsite Interventions from Sales Order in Odoo Field Service Now, once you have *Confirmed* a *quotation*, a task will be created in the respective project you have chosen. -.. image:: media/onsite2.png +.. image:: onsite_tasks_from_sales_orders/onsite2.png :align: center :alt: Onsite Interventions from Sales Order in Odoo Field Service diff --git a/content/applications/services/fsm/sales/media/onsite1.png b/content/applications/services/fsm/sales/onsite_tasks_from_sales_orders/onsite1.png similarity index 100% rename from content/applications/services/fsm/sales/media/onsite1.png rename to content/applications/services/fsm/sales/onsite_tasks_from_sales_orders/onsite1.png diff --git a/content/applications/services/fsm/sales/media/onsite2.png b/content/applications/services/fsm/sales/onsite_tasks_from_sales_orders/onsite2.png similarity index 100% rename from content/applications/services/fsm/sales/media/onsite2.png rename to content/applications/services/fsm/sales/onsite_tasks_from_sales_orders/onsite2.png diff --git a/content/applications/services/fsm/worksheets/customize_worksheets.rst b/content/applications/services/fsm/worksheets/customize_worksheets.rst index fa102ee43e..0cb843e8c0 100644 --- a/content/applications/services/fsm/worksheets/customize_worksheets.rst +++ b/content/applications/services/fsm/worksheets/customize_worksheets.rst @@ -10,7 +10,7 @@ Enable the feature Go to :menuselection:`Field Service --> Configuration` and enable :menuselection:`Worksheet Templates --> Save`. -.. image:: media/cc1.png +.. image:: customize_worksheets/cc1.png :align: center :alt: Custom Worksheet in Odoo Field Service @@ -20,7 +20,7 @@ Under :menuselection:`Configuration --> Worksheet Templates`, click on *Create* *Design Worksheet Template*. You will be redirected to the *Studio* application. -.. image:: media/cc2.png +.. image:: customize_worksheets/cc2.png :align: center :alt: Custom Worksheet in Odoo Field Service @@ -30,7 +30,7 @@ Once you are done, click on *Close* and get an overview of the work done. *Worksheets* is where you can see how many times the worksheet has been used/completed under a task. *Analysis* examines all the worksheets under that given template and generates a graph. -.. image:: media/cc3.png +.. image:: customize_worksheets/cc3.png :align: center :alt: Custom Worksheet in Odoo Field Service diff --git a/content/applications/services/fsm/worksheets/media/cc1.png b/content/applications/services/fsm/worksheets/customize_worksheets/cc1.png similarity index 100% rename from content/applications/services/fsm/worksheets/media/cc1.png rename to content/applications/services/fsm/worksheets/customize_worksheets/cc1.png diff --git a/content/applications/services/fsm/worksheets/media/cc2.png b/content/applications/services/fsm/worksheets/customize_worksheets/cc2.png similarity index 100% rename from content/applications/services/fsm/worksheets/media/cc2.png rename to content/applications/services/fsm/worksheets/customize_worksheets/cc2.png diff --git a/content/applications/services/fsm/worksheets/media/cc3.png b/content/applications/services/fsm/worksheets/customize_worksheets/cc3.png similarity index 100% rename from content/applications/services/fsm/worksheets/media/cc3.png rename to content/applications/services/fsm/worksheets/customize_worksheets/cc3.png diff --git a/content/applications/services/helpdesk/advanced/after_sales.rst b/content/applications/services/helpdesk/advanced/after_sales.rst index 9de98c0e67..e5bb40c940 100644 --- a/content/applications/services/helpdesk/advanced/after_sales.rst +++ b/content/applications/services/helpdesk/advanced/after_sales.rst @@ -13,7 +13,7 @@ Set up the after sales services Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams` and enable the after sales options: *Refunds, Returns, Coupons, Repairs and Onsite Interventions*. -.. image:: ./media/aftersales1.png +.. image:: after_sales/aftersales1.png :align: center Generate credit notes from tickets @@ -23,7 +23,7 @@ You can use a credit note to refund a customer or adjust the amount due. For tha your ticket page, click on *Refund* and select the corresponding *Invoice*. Clicking on *Reverse* generates a credit note, and you can *Post* it while still being in the *Helpdesk* app. -.. image:: ./media/aftersales2.png +.. image:: after_sales/aftersales2.png :align: center Allow product returns from tickets @@ -32,7 +32,7 @@ Allow product returns from tickets The process of a product return from your customer back to your warehouse is taken into action when, at the ticket page, you choose the option *Return*. -.. image:: ./media/aftersales3.png +.. image:: after_sales/aftersales3.png :align: center Grant coupons from tickets @@ -41,7 +41,7 @@ Grant coupons from tickets First, be sure to have your *Coupon Program* planned in the *Sales* or *Website* application. Then, in *Helpdesk*, open your ticket, click on *Coupon*, and choose the respective one. -.. image:: ./media/aftersales4.png +.. image:: after_sales/aftersales4.png :align: center Repairs from tickets @@ -50,7 +50,7 @@ Repairs from tickets Clicking on *Repair* option, on your ticket page, a new repair order form is shown. Fill in the information as needed and choose the next step. -.. image:: ./media/aftersales5.png +.. image:: after_sales/aftersales5.png :align: center Plan onsite interventions from tickets @@ -59,7 +59,7 @@ Plan onsite interventions from tickets At the ticket's page click on *Plan Intervention*, and set up your onsite intervention exactly the same way as if you were on the *Field Service* application. -.. image:: ./media/aftersales6.png +.. image:: after_sales/aftersales6.png :align: center :height: 300 diff --git a/content/applications/services/helpdesk/advanced/media/aftersales1.png b/content/applications/services/helpdesk/advanced/after_sales/aftersales1.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/aftersales1.png rename to content/applications/services/helpdesk/advanced/after_sales/aftersales1.png diff --git a/content/applications/services/helpdesk/advanced/media/aftersales2.png b/content/applications/services/helpdesk/advanced/after_sales/aftersales2.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/aftersales2.png rename to content/applications/services/helpdesk/advanced/after_sales/aftersales2.png diff --git a/content/applications/services/helpdesk/advanced/media/aftersales3.png b/content/applications/services/helpdesk/advanced/after_sales/aftersales3.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/aftersales3.png rename to content/applications/services/helpdesk/advanced/after_sales/aftersales3.png diff --git a/content/applications/services/helpdesk/advanced/media/aftersales4.png b/content/applications/services/helpdesk/advanced/after_sales/aftersales4.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/aftersales4.png rename to content/applications/services/helpdesk/advanced/after_sales/aftersales4.png diff --git a/content/applications/services/helpdesk/advanced/media/aftersales5.png b/content/applications/services/helpdesk/advanced/after_sales/aftersales5.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/aftersales5.png rename to content/applications/services/helpdesk/advanced/after_sales/aftersales5.png diff --git a/content/applications/services/helpdesk/advanced/media/aftersales6.png b/content/applications/services/helpdesk/advanced/after_sales/aftersales6.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/aftersales6.png rename to content/applications/services/helpdesk/advanced/after_sales/aftersales6.png diff --git a/content/applications/services/helpdesk/advanced/close_tickets.rst b/content/applications/services/helpdesk/advanced/close_tickets.rst index d26d21f84c..df2fecca41 100644 --- a/content/applications/services/helpdesk/advanced/close_tickets.rst +++ b/content/applications/services/helpdesk/advanced/close_tickets.rst @@ -11,21 +11,21 @@ Configure the feature To configure the feature go to :menuselection:`Helpdesk --> Settings --> Helpdesk Teams --> Edit` and enable *Ticket closing*. -.. image:: media/closetickets1.png +.. image:: close_tickets/closetickets1.png :align: center :alt: Ticket closing in Odoo Helpdesk In order to designate to which stage the ticket migrates to once it is closed, go to :menuselection:`Helpdesk --> Overview --> Tickets`. -.. image:: media/closetickets2.png +.. image:: close_tickets/closetickets2.png :align: center :alt: Ticket closing in Odoo Helpdesk You can either create a new Kanban stage or work with an existing one. For both scenarios, go to :menuselection:`Helpdesk --> Settings --> Edit Stage` and enable *Closing Stage*. -.. image:: media/closetickets3.png +.. image:: close_tickets/closetickets3.png :align: center :alt: Ticket closing in Odoo Helpdesk @@ -37,7 +37,7 @@ The Costumer Portal Now, once the user logs into his Portal, the option *Close this ticket* is available. -.. image:: media/closetickets4.png +.. image:: close_tickets/closetickets4.png :align: center :alt: Ticket closing in Odoo Helpdesk @@ -48,7 +48,7 @@ To do an analysis of the tickets that have been closed by costumers go to :menuselection:`Helpdesk --> Reporting --> Tickets --> Filters --> Add Custom filter --> Closed by partner --> Applied`. -.. image:: media/closetickets5.png +.. image:: close_tickets/closetickets5.png :align: center :height: 300 :alt: Reports on Ticket closing in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/advanced/media/closetickets1.png b/content/applications/services/helpdesk/advanced/close_tickets/closetickets1.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/closetickets1.png rename to content/applications/services/helpdesk/advanced/close_tickets/closetickets1.png diff --git a/content/applications/services/helpdesk/advanced/media/closetickets2.png b/content/applications/services/helpdesk/advanced/close_tickets/closetickets2.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/closetickets2.png rename to content/applications/services/helpdesk/advanced/close_tickets/closetickets2.png diff --git a/content/applications/services/helpdesk/advanced/media/closetickets3.png b/content/applications/services/helpdesk/advanced/close_tickets/closetickets3.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/closetickets3.png rename to content/applications/services/helpdesk/advanced/close_tickets/closetickets3.png diff --git a/content/applications/services/helpdesk/advanced/media/closetickets4.png b/content/applications/services/helpdesk/advanced/close_tickets/closetickets4.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/closetickets4.png rename to content/applications/services/helpdesk/advanced/close_tickets/closetickets4.png diff --git a/content/applications/services/helpdesk/advanced/media/closetickets5.png b/content/applications/services/helpdesk/advanced/close_tickets/closetickets5.png similarity index 100% rename from content/applications/services/helpdesk/advanced/media/closetickets5.png rename to content/applications/services/helpdesk/advanced/close_tickets/closetickets5.png diff --git a/content/applications/services/helpdesk/overview/forum_and_elearning.rst b/content/applications/services/helpdesk/overview/forum_and_elearning.rst index 75469b0cc6..eef3687894 100644 --- a/content/applications/services/helpdesk/overview/forum_and_elearning.rst +++ b/content/applications/services/helpdesk/overview/forum_and_elearning.rst @@ -15,7 +15,7 @@ Set up Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Team` and enable *Help Center*. -.. image:: media/help_center_feature.png +.. image:: forum_and_elearning/help_center_feature.png :align: center :alt: Overview of the settings page of a helpdesk team emphasizing the help center feature in Odoo Helpdesk @@ -24,20 +24,20 @@ Create, or edit a forum by clicking on the external link. Among the editing opti if you would like the *Forum Mode* to be *Questions*: only one answer is allowed per question or *Discussions*: multiple answers are allowed per question. -.. image:: media/help_center_customer_care.png +.. image:: forum_and_elearning/help_center_customer_care.png :align: center :alt: Overview of a forum’s settings page in Odoo Helpdesk From now on, logged in users can start their discussions. To keep track of posts, go to :menuselection:`Website --> Forum --> Posts`. -.. image:: media/customer_care_website.png +.. image:: forum_and_elearning/customer_care_website.png :align: center :alt: Overview of the Forums page of a website to show the available ones in Odoo Helpdesk Turn tickets into forum posts by simply clicking on *Share on the Forum* on the ticket's page. -.. image:: media/share_forum.png +.. image:: forum_and_elearning/share_forum.png :align: center :alt: Overview of the Forums page of a website to show the available ones in Odoo Helpdesk @@ -53,20 +53,20 @@ Set up Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams` and enable *eLearning*. -.. image:: media/elearning_feature.png +.. image:: forum_and_elearning/elearning_feature.png :align: center :alt: Overview of the settings page of a customer care team emphasizing the feature elearning in Odoo Helpdesk Once the structure and content of your course are ready, *Publish* it by clicking on *Unpublished*. -.. image:: media/course_website.png +.. image:: forum_and_elearning/course_website.png :align: center :alt: View of a course being published for Odoo Helpdesk To keep track of your course statistics, go to *eLearning* and *View Course*. -.. image:: media/view_course_elearning.png +.. image:: forum_and_elearning/view_course_elearning.png :align: center :alt: View of the elearning applications dashboard for Odoo Helpdesk diff --git a/content/applications/services/helpdesk/overview/media/course_website.png b/content/applications/services/helpdesk/overview/forum_and_elearning/course_website.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/course_website.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/course_website.png diff --git a/content/applications/services/helpdesk/overview/media/customer_care_website.png b/content/applications/services/helpdesk/overview/forum_and_elearning/customer_care_website.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/customer_care_website.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/customer_care_website.png diff --git a/content/applications/services/helpdesk/overview/media/elearning_feature.png b/content/applications/services/helpdesk/overview/forum_and_elearning/elearning_feature.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/elearning_feature.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/elearning_feature.png diff --git a/content/applications/services/helpdesk/overview/media/help_center_customer_care.png b/content/applications/services/helpdesk/overview/forum_and_elearning/help_center_customer_care.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/help_center_customer_care.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/help_center_customer_care.png diff --git a/content/applications/services/helpdesk/overview/media/help_center_feature.png b/content/applications/services/helpdesk/overview/forum_and_elearning/help_center_feature.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/help_center_feature.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/help_center_feature.png diff --git a/content/applications/services/helpdesk/overview/media/share_forum.png b/content/applications/services/helpdesk/overview/forum_and_elearning/share_forum.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/share_forum.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/share_forum.png diff --git a/content/applications/services/helpdesk/overview/media/view_course_elearning.png b/content/applications/services/helpdesk/overview/forum_and_elearning/view_course_elearning.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/view_course_elearning.png rename to content/applications/services/helpdesk/overview/forum_and_elearning/view_course_elearning.png diff --git a/content/applications/services/helpdesk/overview/getting_started.rst b/content/applications/services/helpdesk/overview/getting_started.rst index 7888ff5dc7..f17a49b642 100644 --- a/content/applications/services/helpdesk/overview/getting_started.rst +++ b/content/applications/services/helpdesk/overview/getting_started.rst @@ -13,7 +13,7 @@ Set up teams | Setting up multiple teams allows you to group tickets by your channels (example: BE/US), or by your support services' types (example: IT, accounting, admin, etc.). -.. image:: media/helpdesk_teams_view.png +.. image:: getting_started/helpdesk_teams_view.png :align: center :alt: View of the helpdesk teams page in Odoo Helpdesk @@ -30,7 +30,7 @@ person: - *Balanced*: tickets are assigned to the person with the least amount of tickets so that everyone fairly gets the same amount. Thereby, you ensure that all tickets get to be taken care of. -.. image:: media/productivity_visibility.png +.. image:: getting_started/productivity_visibility.png :align: center :alt: View of a helpdesk team settings page emphasizing the productivity and visibility features in Odoo Helpdesk @@ -48,7 +48,7 @@ Set up stages and share it among teams To set up stages, go to :menuselection:`Helpdesk --> Configuration --> Stages`. Then, create and/or edit stages as you need and set specific teams to use certain stages under *Team*. -.. image:: media/stages_teams.png +.. image:: getting_started/stages_teams.png :align: center :alt: View of a stage’s setting page emphasizing the option to add teams in Odoo Helpdesk @@ -56,7 +56,7 @@ Stages can be shared between one or multiple teams, allowing you to adapt the pi individual needs. They also apply a visibility and access rule, as other teams are not able to see or use the stage. -.. image:: media/helpdesk_kanbanview.png +.. image:: getting_started/helpdesk_kanbanview.png :align: center :alt: View of a team’s kanban view in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/overview/media/helpdesk_kanbanview.png b/content/applications/services/helpdesk/overview/getting_started/helpdesk_kanbanview.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/helpdesk_kanbanview.png rename to content/applications/services/helpdesk/overview/getting_started/helpdesk_kanbanview.png diff --git a/content/applications/services/helpdesk/overview/media/helpdesk_teams_view.png b/content/applications/services/helpdesk/overview/getting_started/helpdesk_teams_view.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/helpdesk_teams_view.png rename to content/applications/services/helpdesk/overview/getting_started/helpdesk_teams_view.png diff --git a/content/applications/services/helpdesk/overview/media/productivity_visibility.png b/content/applications/services/helpdesk/overview/getting_started/productivity_visibility.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/productivity_visibility.png rename to content/applications/services/helpdesk/overview/getting_started/productivity_visibility.png diff --git a/content/applications/services/helpdesk/overview/media/stages_teams.png b/content/applications/services/helpdesk/overview/getting_started/stages_teams.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/stages_teams.png rename to content/applications/services/helpdesk/overview/getting_started/stages_teams.png diff --git a/content/applications/services/helpdesk/overview/ratings.rst b/content/applications/services/helpdesk/overview/ratings.rst index e8ebca6259..9d8ceaa000 100644 --- a/content/applications/services/helpdesk/overview/ratings.rst +++ b/content/applications/services/helpdesk/overview/ratings.rst @@ -13,7 +13,7 @@ Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams` and enable tickets*. The feature automatically adds a default email template on the non-folded *closing stage(s)* of that team. -.. image:: media/ratings_on_tickets.png +.. image:: ratings/ratings_on_tickets.png :align: center :alt: Overview of the settings page of a helpdesk team emphasizing the rating on ticket feature in Odoo Helpdesk @@ -21,14 +21,14 @@ stage(s)* of that team. To edit the email template and the stage(s) set as the closing ones, go to the Kanban view of your helpdesk team and click on *Settings*, then on *Edit Stage*. -.. image:: media/edit_stage.png +.. image:: ratings/edit_stage.png :align: center :alt: Overview of a helpdesk team kanban view emphasizing the menu edit stage in Odoo Helpdesk Now, once a ticket reaches the stage(s) designated as the *Closing Stage*, an email is sent to the customer. -.. image:: media/email_customer_feedback.png +.. image:: ratings/email_customer_feedback.png :align: center :alt: View of a standard helpdesk customer review email template for Odoo Helpdesk @@ -42,7 +42,7 @@ Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams` and enable Customer Portal*. Now, by clicking on the helpdesk team’s name on their ticket, customers can see its ratings. -.. image:: media/customer_portal.png +.. image:: ratings/customer_portal.png :align: center :alt: View of the helpdesk ticket from a user’s portal emphasizing the link to the helpdesk team in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/overview/media/customer_portal.png b/content/applications/services/helpdesk/overview/ratings/customer_portal.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/customer_portal.png rename to content/applications/services/helpdesk/overview/ratings/customer_portal.png diff --git a/content/applications/services/helpdesk/overview/media/edit_stage.png b/content/applications/services/helpdesk/overview/ratings/edit_stage.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/edit_stage.png rename to content/applications/services/helpdesk/overview/ratings/edit_stage.png diff --git a/content/applications/services/helpdesk/overview/media/email_customer_feedback.png b/content/applications/services/helpdesk/overview/ratings/email_customer_feedback.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/email_customer_feedback.png rename to content/applications/services/helpdesk/overview/ratings/email_customer_feedback.png diff --git a/content/applications/services/helpdesk/overview/media/ratings_on_tickets.png b/content/applications/services/helpdesk/overview/ratings/ratings_on_tickets.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/ratings_on_tickets.png rename to content/applications/services/helpdesk/overview/ratings/ratings_on_tickets.png diff --git a/content/applications/services/helpdesk/overview/receiving_tickets.rst b/content/applications/services/helpdesk/overview/receiving_tickets.rst index d1d55a93e2..2a3a28fc3c 100644 --- a/content/applications/services/helpdesk/overview/receiving_tickets.rst +++ b/content/applications/services/helpdesk/overview/receiving_tickets.rst @@ -13,7 +13,7 @@ Channels options to submit tickets Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams`, and enable the following features as you want them to be available to your users. -.. image:: media/channels_options.png +.. image:: receiving_tickets/channels_options.png :align: center :alt: View of a helpdesk teams setting page emphasizing the channels options in Odoo Helpdesk @@ -25,7 +25,7 @@ Email Alias | Select *Configure domain name* to be redirected to *Settings* and, from there, enable *External Email Servers* to determine or change your *Alias Domain*. -.. image:: media/channels_emailalias.png +.. image:: receiving_tickets/channels_emailalias.png :align: center :height: 250 :alt: View of the settings page of a helpdesk team emphasizing the email alias feature @@ -41,14 +41,14 @@ Website Form | Allow your customers to submit a ticket by filling in a form through your website. | Once the feature is activated, get redirected to your website by clicking on *Go to Website*. -.. image:: media/go_to_website.png +.. image:: receiving_tickets/go_to_website.png :align: center :alt: View of the settings page of a helpdesk team emphasizing the Go to Website button in Odoo Helpdesk From the website page customize the form as you like. Then, publish it by clicking on *Unpublished*. -.. image:: media/submit_a_ticket_form.png +.. image:: receiving_tickets/submit_a_ticket_form.png :align: center :alt: View of the website form to submit a ticket for Odoo Helpdesk @@ -60,7 +60,7 @@ Live Chat | Click on your helpdesk team's name - for the example below: *Customer Care* - and :doc:`set up your channel `. -.. image:: media/live_chat.png +.. image:: receiving_tickets/live_chat.png :align: center :alt: View of the settings page of a helpdesk team emphasizing the live chat features and links in Odoo Helpdesk @@ -78,7 +78,7 @@ the Kanban view. - 2 stars = *High priority* - 3 stars = *Urgent* -.. image:: media/kanban_view_prioritize.png +.. image:: receiving_tickets/kanban_view_prioritize.png :align: center :height: 330 :alt: View of a team’s kanban view and the prioritized tasks in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/overview/media/channels_emailalias.png b/content/applications/services/helpdesk/overview/receiving_tickets/channels_emailalias.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/channels_emailalias.png rename to content/applications/services/helpdesk/overview/receiving_tickets/channels_emailalias.png diff --git a/content/applications/services/helpdesk/overview/media/channels_options.png b/content/applications/services/helpdesk/overview/receiving_tickets/channels_options.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/channels_options.png rename to content/applications/services/helpdesk/overview/receiving_tickets/channels_options.png diff --git a/content/applications/services/helpdesk/overview/media/go_to_website.png b/content/applications/services/helpdesk/overview/receiving_tickets/go_to_website.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/go_to_website.png rename to content/applications/services/helpdesk/overview/receiving_tickets/go_to_website.png diff --git a/content/applications/services/helpdesk/overview/media/kanban_view_prioritize.png b/content/applications/services/helpdesk/overview/receiving_tickets/kanban_view_prioritize.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/kanban_view_prioritize.png rename to content/applications/services/helpdesk/overview/receiving_tickets/kanban_view_prioritize.png diff --git a/content/applications/services/helpdesk/overview/media/live_chat.png b/content/applications/services/helpdesk/overview/receiving_tickets/live_chat.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/live_chat.png rename to content/applications/services/helpdesk/overview/receiving_tickets/live_chat.png diff --git a/content/applications/services/helpdesk/overview/media/submit_a_ticket_form.png b/content/applications/services/helpdesk/overview/receiving_tickets/submit_a_ticket_form.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/submit_a_ticket_form.png rename to content/applications/services/helpdesk/overview/receiving_tickets/submit_a_ticket_form.png diff --git a/content/applications/services/helpdesk/overview/reports.rst b/content/applications/services/helpdesk/overview/reports.rst index 3d99745965..183e8946b4 100644 --- a/content/applications/services/helpdesk/overview/reports.rst +++ b/content/applications/services/helpdesk/overview/reports.rst @@ -18,7 +18,7 @@ Some examples of the reports Odoo Helpdesk can generate include: | Apply *Time Ranges* if you would like to make comparisons to a *Previous Period* or a *Previous Year*. -.. image:: media/report_team_ticket_type.png +.. image:: reports/report_team_ticket_type.png :align: center :alt: View of a helpdesk ticket analysis by team and ticket type in Odoo Helpdesk @@ -27,7 +27,7 @@ Some examples of the reports Odoo Helpdesk can generate include: Get an overview of how many requests each team is closing per day in order to measure their performance. Identify productivity levels to understand how many requests they are able to handle. -.. image:: media/report_close_date_team.png +.. image:: reports/report_close_date_team.png :align: center :alt: View of a helpdesk ticket analysis by team and close date in Odoo Helpdesk @@ -39,7 +39,7 @@ performance. Identify productivity levels to understand how many requests they a Check if your expectations are met by *measuring* the *Time to close (hours)*. Your customers not only expect fast responses but they also want their issues to be handled quickly. -.. image:: media/report_time_to_close.png +.. image:: reports/report_time_to_close.png :align: center :alt: View of helpdesk ticket analysis of the hours to close by ticket type and team in Odoo Helpdesk @@ -50,7 +50,7 @@ Save filters Save the filters you use the most and avoid having to reconstruct them every time they are needed. To do so, set the groups, filters, and measures needed. Then, go to *Favorites*. -.. image:: media/favorites.png +.. image:: reports/favorites.png :align: center :alt: View of helpdesk ticket analysis emphasizing the option to add a filter as a favorite one in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/overview/media/favorites.png b/content/applications/services/helpdesk/overview/reports/favorites.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/favorites.png rename to content/applications/services/helpdesk/overview/reports/favorites.png diff --git a/content/applications/services/helpdesk/overview/media/report_close_date_team.png b/content/applications/services/helpdesk/overview/reports/report_close_date_team.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/report_close_date_team.png rename to content/applications/services/helpdesk/overview/reports/report_close_date_team.png diff --git a/content/applications/services/helpdesk/overview/media/report_team_ticket_type.png b/content/applications/services/helpdesk/overview/reports/report_team_ticket_type.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/report_team_ticket_type.png rename to content/applications/services/helpdesk/overview/reports/report_team_ticket_type.png diff --git a/content/applications/services/helpdesk/overview/media/report_time_to_close.png b/content/applications/services/helpdesk/overview/reports/report_time_to_close.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/report_time_to_close.png rename to content/applications/services/helpdesk/overview/reports/report_time_to_close.png diff --git a/content/applications/services/helpdesk/overview/sla.rst b/content/applications/services/helpdesk/overview/sla.rst index a5ed4ec794..d04137c7fe 100644 --- a/content/applications/services/helpdesk/overview/sla.rst +++ b/content/applications/services/helpdesk/overview/sla.rst @@ -14,7 +14,7 @@ Create your policies | Create your policies through the team’s settings page or go to :menuselection:`Helpdesk --> Configuration --> SLA Policies`. -.. image:: media/new_sla.png +.. image:: sla/new_sla.png :align: center :height: 340 :alt: View of an SLA form in Odoo Helpdesk @@ -28,7 +28,7 @@ Create your policies | When a ticket has satisfied an SLA policy, the SLA tag appears in green and the deadline field is not shown anymore. -.. image:: media/ticket_green_tag.png +.. image:: sla/ticket_green_tag.png :align: center :height: 330 :alt: View of a ticket’s form emphasizing a satisfied SLA in Odoo Helpdesk @@ -39,7 +39,7 @@ SLA Analysis Go to :menuselection:`Helpdesk --> Reporting --> SLA Status Analysis`. Apply *Filters* and *Group by* to identify tickets that should be prioritized and keep track of upcoming deadlines. -.. image:: media/sla_analysis.png +.. image:: sla/sla_analysis.png :align: center :alt: View of the SLA status analysis page emphasizing the group by option in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/overview/media/new_sla.png b/content/applications/services/helpdesk/overview/sla/new_sla.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/new_sla.png rename to content/applications/services/helpdesk/overview/sla/new_sla.png diff --git a/content/applications/services/helpdesk/overview/media/sla_analysis.png b/content/applications/services/helpdesk/overview/sla/sla_analysis.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/sla_analysis.png rename to content/applications/services/helpdesk/overview/sla/sla_analysis.png diff --git a/content/applications/services/helpdesk/overview/media/ticket_green_tag.png b/content/applications/services/helpdesk/overview/sla/ticket_green_tag.png similarity index 100% rename from content/applications/services/helpdesk/overview/media/ticket_green_tag.png rename to content/applications/services/helpdesk/overview/sla/ticket_green_tag.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time.rst b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time.rst index 7238b89595..6747ff2aa7 100644 --- a/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time.rst +++ b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time.rst @@ -19,7 +19,7 @@ Step 1: Set up a helpdesk team the one at which employees timesheet on by default. However, it can be ultimately modified on each ticket. -.. image:: media/sell_track_hours.png +.. image:: invoice_time/sell_track_hours.png :align: center :alt: View of a helpdesk team settings page emphasizing the timesheet on ticket and time reinvoicing features in Odoo Helpdesk @@ -32,7 +32,7 @@ Step 2: Set up a service | Then, go to :menuselection:`Sales --> Products --> Products`, create or edit an existing one, and set its *Product Type* as *Service*. -.. image:: media/product_type_unit.png +.. image:: invoice_time/product_type_unit.png :align: center :alt: View of a product's form emphasizing the product type and unit of measure fields in Odoo Sales @@ -40,7 +40,7 @@ Step 2: Set up a service Now, select the invoicing management you would like to have under the *Sales* tab. We recommend the following configuration: -.. image:: media/product_invoicing.png +.. image:: invoice_time/product_invoicing.png :align: center :alt: View of a product form and the invoicing options under the tab sales in Odoo Sales @@ -64,7 +64,7 @@ Go to :menuselection:`Sales --> Orders --> Orders` and create one for the helpde you have previously set up, with the customer who needs the ticket to be opened. Set the number of hours needed to assist the customer and *Confirm* the order. -.. image:: media/sales_order_new.png +.. image:: invoice_time/sales_order_new.png :align: center :alt: View of a sales order emphasizing the order lines in Odoo Sales @@ -73,7 +73,7 @@ Step 2: Invoice the customer In *Sales*, select the respective sales order to *Create Invoice*. -.. image:: media/create_invoice.png +.. image:: invoice_time/create_invoice.png :align: center :height: 330 :alt: View of a sales order emphasizing the create invoice button in Odoo Sales @@ -84,7 +84,7 @@ Step 3: Link the task to the ticket Now, in *Helpdesk*, create or edit the respective ticket and link it to the task created by the confirmation of the sales order. -.. image:: media/helpdesk_task.png +.. image:: invoice_time/helpdesk_task.png :align: center :alt: View of a helpdesk ticket emphasizing the field task in Odoo Helpdesk @@ -93,14 +93,14 @@ Step 4: Record the time spent Still on the respective helpdesk ticket, record the hours performed under the *Timesheets* tab. -.. image:: media/helpdesk_timesheet.png +.. image:: invoice_time/helpdesk_timesheet.png :align: center :alt: View of a helpdesk ticket emphasizing the timesheets tab in Odoo Helpdesk Note that the hours recorded on the ticket form are shown on the *Delivered* column in the sales order. -.. image:: media/quotation_delivered.png +.. image:: invoice_time/quotation_delivered.png :align: center :alt: View of a sales order emphasizing the delivered column in Odoo Sales diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/create_invoice.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/create_invoice.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/create_invoice.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/create_invoice.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/helpdesk_task.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/helpdesk_task.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/helpdesk_task.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/helpdesk_task.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/helpdesk_timesheet.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/helpdesk_timesheet.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/helpdesk_timesheet.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/helpdesk_timesheet.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/product_invoicing.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/product_invoicing.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/product_invoicing.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/product_invoicing.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/product_type_unit.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/product_type_unit.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/product_type_unit.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/product_type_unit.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/quotation_delivered.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/quotation_delivered.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/quotation_delivered.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/quotation_delivered.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/sales_order_new.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/sales_order_new.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/sales_order_new.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/sales_order_new.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/sell_track_hours.png b/content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/sell_track_hours.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/sell_track_hours.png rename to content/applications/services/helpdesk/timesheet_and_invoice/invoice_time/sell_track_hours.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project.rst b/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project.rst index fe2fbb9c3f..1d2e9be8aa 100644 --- a/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project.rst +++ b/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project.rst @@ -14,7 +14,7 @@ Configuration | Under *Timesheet on Ticket*, choose the *Project* to which tickets (and timesheets) will be linked by default. Open its *External link* to enable the feature *Bill from tasks*. -.. image:: media/reinvoice_time1.png +.. image:: reinvoice_from_project/reinvoice_time1.png :align: center :alt: Bill from Tasks in Odoo Helpdesk @@ -24,13 +24,13 @@ Create a sales order and an invoice Now, once you have recorded the time you spent on the helpdesk ticket, under the *Timesheets* tab, access the task clicking on its name. -.. image:: media/reinvoice_time2.png +.. image:: reinvoice_from_project/reinvoice_time2.png :align: center :alt: Sales Order from a task in Odoo Helpdesk *Create Sales Order* and proceed to create the invoice. -.. image:: media/reinvoice_time3.png +.. image:: reinvoice_from_project/reinvoice_time3.png :align: center :height: 300 :alt: Sales Order from a task in Odoo Helpdesk diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/reinvoice_time1.png b/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project/reinvoice_time1.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/reinvoice_time1.png rename to content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project/reinvoice_time1.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/reinvoice_time2.png b/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project/reinvoice_time2.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/reinvoice_time2.png rename to content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project/reinvoice_time2.png diff --git a/content/applications/services/helpdesk/timesheet_and_invoice/media/reinvoice_time3.png b/content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project/reinvoice_time3.png similarity index 100% rename from content/applications/services/helpdesk/timesheet_and_invoice/media/reinvoice_time3.png rename to content/applications/services/helpdesk/timesheet_and_invoice/reinvoice_from_project/reinvoice_time3.png diff --git a/content/applications/services/planning/overview/duplicate_a_planning.rst b/content/applications/services/planning/overview/duplicate_a_planning.rst index 34082e9302..f1b2c3e563 100644 --- a/content/applications/services/planning/overview/duplicate_a_planning.rst +++ b/content/applications/services/planning/overview/duplicate_a_planning.rst @@ -12,7 +12,7 @@ Go to :menuselection:`Configuration --> Roles --> Create`. Optionally, go to the *Employees* application, select the respective employee, and under *Work Information* select the *Default Planning Role*. -.. image:: media/cs1.png +.. image:: duplicate_a_planning/cs1.png :align: center :alt: Roles in Odoo Planning Application @@ -22,7 +22,7 @@ Make shifts recurrent While creating a shift, select *Repeat* and configure as needed, saving you from the need of re-planning it. -.. image:: media/cs2.png +.. image:: duplicate_a_planning/cs2.png :align: center :alt: Repeat shifts in Odoo Planning Application @@ -30,7 +30,7 @@ of re-planning it. Repeated shifts are generated for the next six months. A modification is possible in :ref:`developer mode `, from *Settings*. - .. image:: media/rate_shift_generation.png + .. image:: duplicate_a_planning/rate_shift_generation.png :align: center :alt: Repeat shifts in Odoo Planning Application @@ -43,7 +43,7 @@ Save shifts as templates If creating a shift on the fly and know you might use that template in the future, click on *Save as a Template*. -.. image:: media/cs3.png +.. image:: duplicate_a_planning/cs3.png :align: center :alt: Save shift as a Template in Odoo Planning Application @@ -57,7 +57,7 @@ Duplicate a planning from the previous week When in the Gantt view, either under *Schedule by Employee, Role or Project*, instead of re-planning shifts that have been planned before, simply click on *Copy Previous Week*. -.. image:: media/cs4.png +.. image:: duplicate_a_planning/cs4.png :align: center :alt: Shift recurrency in Odoo Planning Application diff --git a/content/applications/services/planning/overview/media/cs1.png b/content/applications/services/planning/overview/duplicate_a_planning/cs1.png similarity index 100% rename from content/applications/services/planning/overview/media/cs1.png rename to content/applications/services/planning/overview/duplicate_a_planning/cs1.png diff --git a/content/applications/services/planning/overview/media/cs2.png b/content/applications/services/planning/overview/duplicate_a_planning/cs2.png similarity index 100% rename from content/applications/services/planning/overview/media/cs2.png rename to content/applications/services/planning/overview/duplicate_a_planning/cs2.png diff --git a/content/applications/services/planning/overview/media/cs3.png b/content/applications/services/planning/overview/duplicate_a_planning/cs3.png similarity index 100% rename from content/applications/services/planning/overview/media/cs3.png rename to content/applications/services/planning/overview/duplicate_a_planning/cs3.png diff --git a/content/applications/services/planning/overview/media/cs4.png b/content/applications/services/planning/overview/duplicate_a_planning/cs4.png similarity index 100% rename from content/applications/services/planning/overview/media/cs4.png rename to content/applications/services/planning/overview/duplicate_a_planning/cs4.png diff --git a/content/applications/services/planning/overview/media/rate_shift_generation.png b/content/applications/services/planning/overview/duplicate_a_planning/rate_shift_generation.png similarity index 100% rename from content/applications/services/planning/overview/media/rate_shift_generation.png rename to content/applications/services/planning/overview/duplicate_a_planning/rate_shift_generation.png diff --git a/content/applications/services/planning/overview/send_planned_shifts.rst b/content/applications/services/planning/overview/send_planned_shifts.rst index dcc5cd0a4e..ec20cb85bc 100644 --- a/content/applications/services/planning/overview/send_planned_shifts.rst +++ b/content/applications/services/planning/overview/send_planned_shifts.rst @@ -12,14 +12,14 @@ Publish and send the planned week by email Once you have your shifts planned, click on *Send Schedule*. Select *Include Open shift* if you would like the *Unassigned* shifts to be seen. -.. image:: media/sp1.png +.. image:: send_planned_shifts/sp1.png :align: center :alt: Publish and Send planned shifts in Odoo Planning Application Choose if you just want to *Publish* or *Publish and Send*. If you *Publish and Send*, employees get an email that redirects them to their planned tasks: -.. image:: media/sp2.png +.. image:: send_planned_shifts/sp2.png :alt: Publish and Send planned shifts in Odoo Planning Application .. note:: @@ -32,11 +32,11 @@ Go to *Configuration* and enable *Allow Unassignment*. From now on, when an employee opens his tasks, he can indicate his unavailability clicking on *I am unavailable*. The shift will be opened again, allowing someone else to take it. -.. image:: media/sp3.png +.. image:: send_planned_shifts/sp3.png :align: center :alt: Allow Unassignment in Odoo Planning Application -.. image:: media/sp4.png +.. image:: send_planned_shifts/sp4.png :align: center :alt: Allow Unassignment in Odoo Planning Application diff --git a/content/applications/services/planning/overview/media/sp1.png b/content/applications/services/planning/overview/send_planned_shifts/sp1.png similarity index 100% rename from content/applications/services/planning/overview/media/sp1.png rename to content/applications/services/planning/overview/send_planned_shifts/sp1.png diff --git a/content/applications/services/planning/overview/media/sp2.png b/content/applications/services/planning/overview/send_planned_shifts/sp2.png similarity index 100% rename from content/applications/services/planning/overview/media/sp2.png rename to content/applications/services/planning/overview/send_planned_shifts/sp2.png diff --git a/content/applications/services/planning/overview/media/sp3.png b/content/applications/services/planning/overview/send_planned_shifts/sp3.png similarity index 100% rename from content/applications/services/planning/overview/media/sp3.png rename to content/applications/services/planning/overview/send_planned_shifts/sp3.png diff --git a/content/applications/services/planning/overview/media/sp4.png b/content/applications/services/planning/overview/send_planned_shifts/sp4.png similarity index 100% rename from content/applications/services/planning/overview/media/sp4.png rename to content/applications/services/planning/overview/send_planned_shifts/sp4.png diff --git a/content/applications/services/project/advanced/advanced_projects.rst b/content/applications/services/project/advanced/advanced_projects.rst index 5868e38a45..f8dd360ea6 100644 --- a/content/applications/services/project/advanced/advanced_projects.rst +++ b/content/applications/services/project/advanced/advanced_projects.rst @@ -12,7 +12,7 @@ Create advanced projects | Choose a *Customer* in order to create a project specifically for him. If not, simply leave the field blank. -.. image:: media/advanced_project.png +.. image:: advanced_projects/advanced_project.png :align: center :alt: Click on create and enable multiple options for an advanced project in Odoo Project @@ -35,7 +35,7 @@ Timesheet and record time on tasks | To track the time spent on tasks, enable *Timesheets*. | In order to be able to launch a timer, also enable *Timesheet timer*. -.. image:: media/timesheet.png +.. image:: advanced_projects/timesheet.png :align: center :alt: Tab timesheet is being shown under a task in Odoo Project @@ -45,7 +45,7 @@ Create sales orders from a task To invoice the time (service) and material used on a task, enable *Bill from tasks*. Then, choose the service/product which you would like to bill, or create one on the fly. -.. image:: media/create_sales_order.png +.. image:: advanced_projects/create_sales_order.png :align: center :height: 270 :alt: Menu create sales order is being shown under a task in Odoo Project @@ -56,7 +56,7 @@ Track the material used on a task After enabling *Bill from Tasks*, enable *Products on Tasks* to track the products/material used during the work on a specific task. -.. image:: media/track_material.png +.. image:: advanced_projects/track_material.png :align: center :alt: Menu to add products is being shown under a task in Odoo Project @@ -66,7 +66,7 @@ Take advantage of worksheets Worksheets are reports of the work done. To customize and include them in your tasks, enable *Worksheets*. Choose an existing template or create one on the fly. -.. image:: media/worksheets.png +.. image:: advanced_projects/worksheets.png :align: center :alt: Options worksheet and send report being shown under a task in Odoo Project @@ -75,12 +75,12 @@ Schedule shifts on projects To create shifts to manage your tasks, assign employees, and stay organized, enable *Planning*. -.. image:: media/planning_menu.png +.. image:: advanced_projects/planning_menu.png :align: center :width: 290 :alt: Shortcut to planning from the dashboard in Odoo Project -.. image:: media/planning_view.png +.. image:: advanced_projects/planning_view.png :align: center :alt: Planning view from a project in Odoo Project @@ -90,7 +90,7 @@ Manage employees work hours *Working time* defines the number of your employees’ working hours. It adjusts the Gantt planning view of your interventions. Open the external link to adjust the daily hours. -.. image:: media/work_hours.png +.. image:: advanced_projects/work_hours.png :align: center :height: 380 :alt: Edit the working hours from Odoo Project @@ -104,7 +104,7 @@ Share stages across projects Configuration --> Stages`. Choose the respective one and add the projects among which you would like to share stages. -.. image:: media/share_stages.png +.. image:: advanced_projects/share_stages.png :align: center :alt: Open a stage and choose the projects to share it with in Odoo Project diff --git a/content/applications/services/project/advanced/media/advanced_project.png b/content/applications/services/project/advanced/advanced_projects/advanced_project.png similarity index 100% rename from content/applications/services/project/advanced/media/advanced_project.png rename to content/applications/services/project/advanced/advanced_projects/advanced_project.png diff --git a/content/applications/services/project/advanced/media/create_sales_order.png b/content/applications/services/project/advanced/advanced_projects/create_sales_order.png similarity index 100% rename from content/applications/services/project/advanced/media/create_sales_order.png rename to content/applications/services/project/advanced/advanced_projects/create_sales_order.png diff --git a/content/applications/services/project/advanced/media/planning_menu.png b/content/applications/services/project/advanced/advanced_projects/planning_menu.png similarity index 100% rename from content/applications/services/project/advanced/media/planning_menu.png rename to content/applications/services/project/advanced/advanced_projects/planning_menu.png diff --git a/content/applications/services/project/advanced/media/planning_view.png b/content/applications/services/project/advanced/advanced_projects/planning_view.png similarity index 100% rename from content/applications/services/project/advanced/media/planning_view.png rename to content/applications/services/project/advanced/advanced_projects/planning_view.png diff --git a/content/applications/services/project/advanced/media/share_stages.png b/content/applications/services/project/advanced/advanced_projects/share_stages.png similarity index 100% rename from content/applications/services/project/advanced/media/share_stages.png rename to content/applications/services/project/advanced/advanced_projects/share_stages.png diff --git a/content/applications/services/project/advanced/media/timesheet.png b/content/applications/services/project/advanced/advanced_projects/timesheet.png similarity index 100% rename from content/applications/services/project/advanced/media/timesheet.png rename to content/applications/services/project/advanced/advanced_projects/timesheet.png diff --git a/content/applications/services/project/advanced/media/track_material.png b/content/applications/services/project/advanced/advanced_projects/track_material.png similarity index 100% rename from content/applications/services/project/advanced/media/track_material.png rename to content/applications/services/project/advanced/advanced_projects/track_material.png diff --git a/content/applications/services/project/advanced/media/work_hours.png b/content/applications/services/project/advanced/advanced_projects/work_hours.png similarity index 100% rename from content/applications/services/project/advanced/media/work_hours.png rename to content/applications/services/project/advanced/advanced_projects/work_hours.png diff --git a/content/applications/services/project/advanced/media/worksheets.png b/content/applications/services/project/advanced/advanced_projects/worksheets.png similarity index 100% rename from content/applications/services/project/advanced/media/worksheets.png rename to content/applications/services/project/advanced/advanced_projects/worksheets.png diff --git a/content/applications/services/project/advanced/feedback.rst b/content/applications/services/project/advanced/feedback.rst index fe1d4df2bd..72bea96e23 100644 --- a/content/applications/services/project/advanced/feedback.rst +++ b/content/applications/services/project/advanced/feedback.rst @@ -12,14 +12,14 @@ Set up Go to :menuselection:`Project --> Configuration --> Settings` and enable *Use Rating on Project*. -.. image:: media/rating_project.png +.. image:: feedback/rating_project.png :align: center :alt: Enable the feature on settings in Odoo Project | *Set Email Template to Stages* in order to define the template to be sent at a specific stage(s). | Choose an existing template or create one on the fly. -.. image:: media/rating_template.png +.. image:: feedback/rating_template.png :align: center :alt: Click on set email template and choose one in Odoo Project @@ -31,7 +31,7 @@ Choosing the projects I want feedback from | Enable *Rating visible publicly* if you would like to publish the ratings in order to communicate them to a customer, prospect or the rest of your team. -.. image:: media/customer_rating.png +.. image:: feedback/customer_rating.png :align: center :height: 370 :alt: View of a project's form to choose the customer rating in Odoo Project @@ -39,7 +39,7 @@ Choosing the projects I want feedback from .. tip:: See the customer rating email sent under the *Log notes* of your task. - .. image:: media/rating_chatter.png + .. image:: feedback/rating_chatter.png :align: center :alt: View of the chatter and the rating email sent to the customer in Odoo Project @@ -48,14 +48,14 @@ Get reports Under :menuselection:`Project --> Reporting --> Customer Ratings` see ratings by task. -.. image:: media/rating_report.png +.. image:: feedback/rating_report.png :align: center :alt: View of the customer rating report in Odoo Project Clicking on the percentage of happy ratings over the last 30 days in the *Projects* overview, redirects you to your website with more rating details. -.. image:: media/percentage_happy.png +.. image:: feedback/percentage_happy.png :align: center :height: 300 :alt: Project overview shows the percentage of happy ratings in Odoo Project diff --git a/content/applications/services/project/advanced/media/customer_rating.png b/content/applications/services/project/advanced/feedback/customer_rating.png similarity index 100% rename from content/applications/services/project/advanced/media/customer_rating.png rename to content/applications/services/project/advanced/feedback/customer_rating.png diff --git a/content/applications/services/project/advanced/media/percentage_happy.png b/content/applications/services/project/advanced/feedback/percentage_happy.png similarity index 100% rename from content/applications/services/project/advanced/media/percentage_happy.png rename to content/applications/services/project/advanced/feedback/percentage_happy.png diff --git a/content/applications/services/project/advanced/media/rating_chatter.png b/content/applications/services/project/advanced/feedback/rating_chatter.png similarity index 100% rename from content/applications/services/project/advanced/media/rating_chatter.png rename to content/applications/services/project/advanced/feedback/rating_chatter.png diff --git a/content/applications/services/project/advanced/media/rating_project.png b/content/applications/services/project/advanced/feedback/rating_project.png similarity index 100% rename from content/applications/services/project/advanced/media/rating_project.png rename to content/applications/services/project/advanced/feedback/rating_project.png diff --git a/content/applications/services/project/advanced/media/rating_report.png b/content/applications/services/project/advanced/feedback/rating_report.png similarity index 100% rename from content/applications/services/project/advanced/media/rating_report.png rename to content/applications/services/project/advanced/feedback/rating_report.png diff --git a/content/applications/services/project/advanced/media/rating_template.png b/content/applications/services/project/advanced/feedback/rating_template.png similarity index 100% rename from content/applications/services/project/advanced/media/rating_template.png rename to content/applications/services/project/advanced/feedback/rating_template.png diff --git a/content/applications/services/project/advanced/profitability.rst b/content/applications/services/project/advanced/profitability.rst index da7cc63ece..b1a25c30ce 100644 --- a/content/applications/services/project/advanced/profitability.rst +++ b/content/applications/services/project/advanced/profitability.rst @@ -15,14 +15,14 @@ If you have the Timesheets application installed Go to :menuselection:`Project --> Configuration --> Projects`, choose the respective project, *Edit* and enable *Timesheets*. A menu *Overview* becomes available in the Kanban view. -.. image:: media/timesheet_instaled.png +.. image:: profitability/timesheet_instaled.png :align: center :alt: View of the dashboard and overview menu available in Odoo Project The overview shows the hours recorded split by the different billable options, profitability, time by people according to the billable hours recorded, and even a timesheet table. -.. image:: media/hours_profitability.png +.. image:: profitability/hours_profitability.png :align: center :alt: Click on overview and have a detailed view of the hours recorded in Odoo Project @@ -35,7 +35,7 @@ If you do not have the Timesheets application installed | A *Profitability* menu to the costs and revenues of this analytic account is directly available in the Kanban view. -.. image:: media/not_timesheet_installed.png +.. image:: profitability/not_timesheet_installed.png :align: center :height: 270 :alt: Profitability menu being shown on the dashboard view in Odoo Project @@ -46,7 +46,7 @@ Reporting Under *Reporting*, obtain a report on the *Project Costs and Revenues*. Choose among graph options or do your analysis through a pivot view. -.. image:: media/reporting.png +.. image:: profitability/reporting.png :align: center :alt: Overview of the reporting page showing costs and revenues in Odoo Project diff --git a/content/applications/services/project/advanced/media/hours_profitability.png b/content/applications/services/project/advanced/profitability/hours_profitability.png similarity index 100% rename from content/applications/services/project/advanced/media/hours_profitability.png rename to content/applications/services/project/advanced/profitability/hours_profitability.png diff --git a/content/applications/services/project/advanced/media/not_timesheet_installed.png b/content/applications/services/project/advanced/profitability/not_timesheet_installed.png similarity index 100% rename from content/applications/services/project/advanced/media/not_timesheet_installed.png rename to content/applications/services/project/advanced/profitability/not_timesheet_installed.png diff --git a/content/applications/services/project/advanced/media/reporting.png b/content/applications/services/project/advanced/profitability/reporting.png similarity index 100% rename from content/applications/services/project/advanced/media/reporting.png rename to content/applications/services/project/advanced/profitability/reporting.png diff --git a/content/applications/services/project/advanced/media/timesheet_instaled.png b/content/applications/services/project/advanced/profitability/timesheet_instaled.png similarity index 100% rename from content/applications/services/project/advanced/media/timesheet_instaled.png rename to content/applications/services/project/advanced/profitability/timesheet_instaled.png diff --git a/content/applications/services/project/advanced/so_to_task.rst b/content/applications/services/project/advanced/so_to_task.rst index d4a3036015..178557a897 100644 --- a/content/applications/services/project/advanced/so_to_task.rst +++ b/content/applications/services/project/advanced/so_to_task.rst @@ -22,7 +22,7 @@ Product set up | - *Create a new project but no task*: only creates a new project, for each time that service is sold, based on the skeleton of the project template chosen. -.. image:: media/sales_invoicing.png +.. image:: so_to_task/sales_invoicing.png :align: center :alt: Choose the invoicing options on a product form under the sales tab in Odoo Project @@ -32,7 +32,7 @@ Confirm a quotation and have a project/task created Now, once a *Quotation* is confirmed and transformed into a *Sales Order*, a project or task is automatically created. -.. image:: media/confirm_quotation.png +.. image:: so_to_task/confirm_quotation.png :align: center :alt: Click on confirm in a quotation and have a task or project created for Odoo Project @@ -42,7 +42,7 @@ Access the task generated from Project On the *Project* application, your new project and/or task (depending on the previous *Service Tracking* options chosen), is shown: -.. image:: media/access_tasks.png +.. image:: so_to_task/access_tasks.png :align: center :height: 250 :alt: Click on tasks in the dashboard view to access them in Odoo Project @@ -52,13 +52,13 @@ Record the time spent and create an invoice From *Project*, access your task and document the time spent under the *Timesheets* tab. -.. image:: media/record_time.png +.. image:: so_to_task/record_time.png :align: center :alt: Access the task and under the tab timesheet record the time spent in Odoo Project Once the task is complete, click on *Sales Order* and *Create Invoice*. -.. image:: media/sales_order.png +.. image:: so_to_task/sales_order.png :align: center :alt: Click on sales order in the task once it is complete in Odoo Project diff --git a/content/applications/services/project/advanced/media/access_tasks.png b/content/applications/services/project/advanced/so_to_task/access_tasks.png similarity index 100% rename from content/applications/services/project/advanced/media/access_tasks.png rename to content/applications/services/project/advanced/so_to_task/access_tasks.png diff --git a/content/applications/services/project/advanced/media/confirm_quotation.png b/content/applications/services/project/advanced/so_to_task/confirm_quotation.png similarity index 100% rename from content/applications/services/project/advanced/media/confirm_quotation.png rename to content/applications/services/project/advanced/so_to_task/confirm_quotation.png diff --git a/content/applications/services/project/advanced/media/record_time.png b/content/applications/services/project/advanced/so_to_task/record_time.png similarity index 100% rename from content/applications/services/project/advanced/media/record_time.png rename to content/applications/services/project/advanced/so_to_task/record_time.png diff --git a/content/applications/services/project/advanced/media/sales_invoicing.png b/content/applications/services/project/advanced/so_to_task/sales_invoicing.png similarity index 100% rename from content/applications/services/project/advanced/media/sales_invoicing.png rename to content/applications/services/project/advanced/so_to_task/sales_invoicing.png diff --git a/content/applications/services/project/advanced/media/sales_order.png b/content/applications/services/project/advanced/so_to_task/sales_order.png similarity index 100% rename from content/applications/services/project/advanced/media/sales_order.png rename to content/applications/services/project/advanced/so_to_task/sales_order.png diff --git a/content/applications/services/project/overview/media/visualization01.png b/content/applications/services/project/overview/media/visualization01.png deleted file mode 100644 index f9489bb4ab..0000000000 Binary files a/content/applications/services/project/overview/media/visualization01.png and /dev/null differ diff --git a/content/applications/services/project/overview/media/visualization02.png b/content/applications/services/project/overview/media/visualization02.png deleted file mode 100644 index 9d30e46953..0000000000 Binary files a/content/applications/services/project/overview/media/visualization02.png and /dev/null differ diff --git a/content/applications/services/project/overview/media/visualization03.png b/content/applications/services/project/overview/media/visualization03.png deleted file mode 100644 index 27ded7a23c..0000000000 Binary files a/content/applications/services/project/overview/media/visualization03.png and /dev/null differ diff --git a/content/applications/services/project/overview/media/visualization04.png b/content/applications/services/project/overview/media/visualization04.png deleted file mode 100644 index 3227edbffe..0000000000 Binary files a/content/applications/services/project/overview/media/visualization04.png and /dev/null differ diff --git a/content/applications/services/project/overview/media/visualization05.png b/content/applications/services/project/overview/media/visualization05.png deleted file mode 100644 index 414fd19a8a..0000000000 Binary files a/content/applications/services/project/overview/media/visualization05.png and /dev/null differ diff --git a/content/applications/services/project/overview/media/visualization06.png b/content/applications/services/project/overview/media/visualization06.png deleted file mode 100644 index 4b3f5270e7..0000000000 Binary files a/content/applications/services/project/overview/media/visualization06.png and /dev/null differ diff --git a/content/applications/services/project/overview/setup.rst b/content/applications/services/project/overview/setup.rst index 70ff575933..2c7875ff38 100644 --- a/content/applications/services/project/overview/setup.rst +++ b/content/applications/services/project/overview/setup.rst @@ -13,7 +13,7 @@ Creating a new project Click on *Create*. Specify the name of the project and choose which features you would like to integrate. Note that they can be enabled afterward through *Settings*. -.. image:: media/create_new.png +.. image:: setup/create_new.png :align: center :alt: Click on create to start a new project in Odoo Project @@ -26,14 +26,14 @@ Manage your project’s stages lead you from the first idea or step to its conclusion, contributing to the overall success of your project. -.. image:: media/stages.png +.. image:: setup/stages.png :align: center :alt: View of the stages created under a project in Odoo Project | For each stage, there are markers for the status of tasks that you can personalize. | Drag your mouse over a stage name, and click on :menuselection:`Settings --> Edit`. -.. image:: media/edit_stage.png +.. image:: setup/edit_stage.png :align: center :height: 300 :alt: Click on settings then edit stage to edit in Odoo Project @@ -41,7 +41,7 @@ Manage your project’s stages The dots correspond to customizable markers applied on tasks, making it easier to know which tasks require attention. You can give them any signification you like. -.. image:: media/edit_form.png +.. image:: setup/edit_form.png :align: center :height: 300 :alt: Image of the edit form of a stage in Odoo Project @@ -53,7 +53,7 @@ Rearrange stages | To rearrange the order of your stages easily do so by dragging and dropping columns. You can also fold or unfold them on *Settings*. -.. image:: media/fold_stage.png +.. image:: setup/fold_stage.png :align: center :height: 280 :alt: Click on setting then fold to hide a column in Odoo Project diff --git a/content/applications/services/project/overview/media/create_new.png b/content/applications/services/project/overview/setup/create_new.png similarity index 100% rename from content/applications/services/project/overview/media/create_new.png rename to content/applications/services/project/overview/setup/create_new.png diff --git a/content/applications/services/project/overview/media/edit_form.png b/content/applications/services/project/overview/setup/edit_form.png similarity index 100% rename from content/applications/services/project/overview/media/edit_form.png rename to content/applications/services/project/overview/setup/edit_form.png diff --git a/content/applications/services/project/overview/media/edit_stage.png b/content/applications/services/project/overview/setup/edit_stage.png similarity index 100% rename from content/applications/services/project/overview/media/edit_stage.png rename to content/applications/services/project/overview/setup/edit_stage.png diff --git a/content/applications/services/project/overview/media/fold_stage.png b/content/applications/services/project/overview/setup/fold_stage.png similarity index 100% rename from content/applications/services/project/overview/media/fold_stage.png rename to content/applications/services/project/overview/setup/fold_stage.png diff --git a/content/applications/services/project/overview/media/stages.png b/content/applications/services/project/overview/setup/stages.png similarity index 100% rename from content/applications/services/project/overview/media/stages.png rename to content/applications/services/project/overview/setup/stages.png diff --git a/content/applications/services/project/overview/share.rst b/content/applications/services/project/overview/share.rst index 8cc335ce28..e4a497b0d7 100644 --- a/content/applications/services/project/overview/share.rst +++ b/content/applications/services/project/overview/share.rst @@ -11,7 +11,7 @@ Share projects and tasks To share a project, go to :menuselection:`Manage --> Share`. -.. image:: media/share_project.png +.. image:: share/share_project.png :align: center :height: 270 :alt: Edit a project from the dashboard view and click on share in Odoo Project @@ -19,7 +19,7 @@ To share a project, go to :menuselection:`Manage --> Share`. To share a task, open it and click on :menuselection:`Action --> Share`. Choose an existing *Recipient(s)* or create it on the fly. -.. image:: media/share_task.png +.. image:: share/share_task.png :align: center :height: 300 :alt: Open a task and click on action then share in Odoo Project @@ -28,6 +28,6 @@ The recipient receives an email saying that he has been invited to access a docu below, a project was shared. When the user opens it, he sees the settings of that project and can access its tasks, for example. -.. image:: media/shared_project.png +.. image:: share/shared_project.png :align: center :alt: View of a shared project from the recipients side for Odoo Project \ No newline at end of file diff --git a/content/applications/services/project/overview/media/share_project.png b/content/applications/services/project/overview/share/share_project.png similarity index 100% rename from content/applications/services/project/overview/media/share_project.png rename to content/applications/services/project/overview/share/share_project.png diff --git a/content/applications/services/project/overview/media/share_task.png b/content/applications/services/project/overview/share/share_task.png similarity index 100% rename from content/applications/services/project/overview/media/share_task.png rename to content/applications/services/project/overview/share/share_task.png diff --git a/content/applications/services/project/overview/media/shared_project.png b/content/applications/services/project/overview/share/shared_project.png similarity index 100% rename from content/applications/services/project/overview/media/shared_project.png rename to content/applications/services/project/overview/share/shared_project.png diff --git a/content/applications/services/project/planning/forecast.rst b/content/applications/services/project/planning/forecast.rst index f265eda963..45d764a2ae 100644 --- a/content/applications/services/project/planning/forecast.rst +++ b/content/applications/services/project/planning/forecast.rst @@ -12,7 +12,7 @@ Allocate times under shifts When planning a shift, in the *Planning* application, create a project and a task on the fly, or simply select the one you want. -.. image:: media/allocate_time.png +.. image:: forecast/allocate_time.png :align: center :alt: Planning form to choose the project, task and allocated hours in Odoo Planning @@ -23,7 +23,7 @@ or simply select the one you want. | On :menuselection:`Project --> Planning --> By Project`, immediately see the total number of employees allocated per project. -.. image:: media/planning_project.png +.. image:: forecast/planning_project.png :align: center :alt: Planning by project view in Odoo Project @@ -34,14 +34,14 @@ Now, once the employee has timesheeted his hours in the task, go to *Project* an *View list*, under *All Tasks*, conveniently see the *Planned Hours* compared to the *Remaining Hours*, and a calculation of the *Progress*. -.. image:: media/compare_forecast.png +.. image:: forecast/compare_forecast.png :align: center :alt: View of all tasks and their planned and remaining hours in Odoo Project .. important:: Reminder: the option *Timesheets* has to be enabled on your project. - .. image:: media/enable_timesheets.png + .. image:: forecast/enable_timesheets.png :align: center :height: 400 :alt: Under the settings of a project enable timesheets in Odoo Project diff --git a/content/applications/services/project/planning/media/allocate_time.png b/content/applications/services/project/planning/forecast/allocate_time.png similarity index 100% rename from content/applications/services/project/planning/media/allocate_time.png rename to content/applications/services/project/planning/forecast/allocate_time.png diff --git a/content/applications/services/project/planning/media/compare_forecast.png b/content/applications/services/project/planning/forecast/compare_forecast.png similarity index 100% rename from content/applications/services/project/planning/media/compare_forecast.png rename to content/applications/services/project/planning/forecast/compare_forecast.png diff --git a/content/applications/services/project/planning/media/enable_timesheets.png b/content/applications/services/project/planning/forecast/enable_timesheets.png similarity index 100% rename from content/applications/services/project/planning/media/enable_timesheets.png rename to content/applications/services/project/planning/forecast/enable_timesheets.png diff --git a/content/applications/services/project/planning/media/planning_project.png b/content/applications/services/project/planning/forecast/planning_project.png similarity index 100% rename from content/applications/services/project/planning/media/planning_project.png rename to content/applications/services/project/planning/forecast/planning_project.png diff --git a/content/applications/services/project/record_and_invoice/invoice_time.rst b/content/applications/services/project/record_and_invoice/invoice_time.rst index 5ca9feec54..1c0e74893a 100644 --- a/content/applications/services/project/record_and_invoice/invoice_time.rst +++ b/content/applications/services/project/record_and_invoice/invoice_time.rst @@ -19,7 +19,7 @@ Create a sales order and invoice from a task | Once the time spent on a task under that project has been recorded, click on *Create Sales Order* and continue to create your invoice. -.. image:: media/sales_timesheet.png +.. image:: invoice_time/sales_timesheet.png :align: center :alt: Have the sales order menu and the timesheet tab being shown under a task in Odoo Project @@ -37,7 +37,7 @@ Create a sales order and invoice from a project billed by the same rate, or by the employee rate: timesheets are billed by the individual rate of the employee. -.. image:: media/create_sales.png +.. image:: invoice_time/create_sales.png :align: center :alt: Click on create sales order and choose the billing type in Odoo Project @@ -52,7 +52,7 @@ Invoice only approved timesheets Go to :menuselection:`Timesheets --> Configuration --> Settings --> Invoicing Policy`, and choose *Approved timesheets only*. -.. image:: media/invoice_approved.png +.. image:: invoice_time/invoice_approved.png :align: center :alt: Enabling the feature to invoice only approved timesheets in Odoo Project diff --git a/content/applications/services/project/record_and_invoice/media/create_sales.png b/content/applications/services/project/record_and_invoice/invoice_time/create_sales.png similarity index 100% rename from content/applications/services/project/record_and_invoice/media/create_sales.png rename to content/applications/services/project/record_and_invoice/invoice_time/create_sales.png diff --git a/content/applications/services/project/record_and_invoice/media/invoice_approved.png b/content/applications/services/project/record_and_invoice/invoice_time/invoice_approved.png similarity index 100% rename from content/applications/services/project/record_and_invoice/media/invoice_approved.png rename to content/applications/services/project/record_and_invoice/invoice_time/invoice_approved.png diff --git a/content/applications/services/project/record_and_invoice/media/sales_timesheet.png b/content/applications/services/project/record_and_invoice/invoice_time/sales_timesheet.png similarity index 100% rename from content/applications/services/project/record_and_invoice/media/sales_timesheet.png rename to content/applications/services/project/record_and_invoice/invoice_time/sales_timesheet.png diff --git a/content/applications/services/project/record_and_invoice/time_record.rst b/content/applications/services/project/record_and_invoice/time_record.rst index 13abd5b438..ade0bbc774 100644 --- a/content/applications/services/project/record_and_invoice/time_record.rst +++ b/content/applications/services/project/record_and_invoice/time_record.rst @@ -14,7 +14,7 @@ Manually timesheet on task enable the *Timesheets* option on the project. | Now, once you are in your task, under the *Timesheet* tab, *Add a line* and specify the *Duration*. -.. image:: media/manually_timesheet.png +.. image:: time_record/manually_timesheet.png :align: center :alt: On the task under the timesheets tab add the time spent in Odoo Project Application @@ -26,7 +26,7 @@ Time tasks | Now, you can time your task clicking on *Start*. *Pause* at any moment, and *Stop* to confirm the recorded time and add a description. -.. image:: media/time_tasks.png +.. image:: time_record/time_tasks.png :align: center :alt: Click on start in the task to initiate the timer in Odoo Project Application diff --git a/content/applications/services/project/record_and_invoice/media/manually_timesheet.png b/content/applications/services/project/record_and_invoice/time_record/manually_timesheet.png similarity index 100% rename from content/applications/services/project/record_and_invoice/media/manually_timesheet.png rename to content/applications/services/project/record_and_invoice/time_record/manually_timesheet.png diff --git a/content/applications/services/project/record_and_invoice/media/time_tasks.png b/content/applications/services/project/record_and_invoice/time_record/time_tasks.png similarity index 100% rename from content/applications/services/project/record_and_invoice/media/time_tasks.png rename to content/applications/services/project/record_and_invoice/time_record/time_tasks.png diff --git a/content/applications/services/project/tasks/collaborate.rst b/content/applications/services/project/tasks/collaborate.rst index 4ad276bfee..6ac1096987 100644 --- a/content/applications/services/project/tasks/collaborate.rst +++ b/content/applications/services/project/tasks/collaborate.rst @@ -13,7 +13,7 @@ Add followers to a project | Followers are notified of any changes: tasks sliding from one stage to another, conversations taking place, etc. -.. image:: media/add_followers.png +.. image:: collaborate/add_followers.png :align: center :alt: Click on the follower icon to add followers to a project in Odoo Project @@ -26,7 +26,7 @@ Add followers to a task Within a task, click on the *Followers* icon. Followers get notified of any changes in the task and can see the task like you do, with the description and the chatter. -.. image:: media/follower_task.png +.. image:: collaborate/follower_task.png :align: center :alt: Click on the follower icon to add followers to a task in Odoo Project @@ -36,7 +36,7 @@ Select which notifications to get For a project or task, select what you would like to be notified about. For that, *Edit subscription*. -.. image:: media/select_notif.png +.. image:: collaborate/select_notif.png :align: center :alt: Click on the follower icon, then on edit subscription in Odoo Project @@ -50,7 +50,7 @@ Use the pad like a collaborative note collaborative note. Every user has his own color and you can replay the whole creation of the content. -.. image:: media/pad_collaborative.png +.. image:: collaborate/pad_collaborative.png :align: center :alt: View of the collaborative pad in Odoo Project @@ -69,7 +69,7 @@ The Chatter | You can also ping a channel using the hashtag sign (*#*). This way, users can have a channel per project team, for example. -.. image:: media/the_chatter.png +.. image:: collaborate/the_chatter.png :align: center :alt: Overview of the chatter in Odoo Project @@ -79,7 +79,7 @@ Schedule activities Do not forget promises made and stay organized by conveniently *Scheduling activities* from the chatter. -.. image:: media/schedule_activities.png +.. image:: collaborate/schedule_activities.png :align: center :alt: Click on schedule activity and choose the activity to be scheduled in Odoo Project @@ -88,6 +88,6 @@ Edit or create new activities types Go to :menuselection:`Project --> Configuration --> Activity Types`. -.. image:: media/activity_type.png +.. image:: collaborate/activity_type.png :align: center :alt: Overview of the activity types form in Odoo Project \ No newline at end of file diff --git a/content/applications/services/project/tasks/media/activity_type.png b/content/applications/services/project/tasks/collaborate/activity_type.png similarity index 100% rename from content/applications/services/project/tasks/media/activity_type.png rename to content/applications/services/project/tasks/collaborate/activity_type.png diff --git a/content/applications/services/project/tasks/media/add_followers.png b/content/applications/services/project/tasks/collaborate/add_followers.png similarity index 100% rename from content/applications/services/project/tasks/media/add_followers.png rename to content/applications/services/project/tasks/collaborate/add_followers.png diff --git a/content/applications/services/project/tasks/media/follower_task.png b/content/applications/services/project/tasks/collaborate/follower_task.png similarity index 100% rename from content/applications/services/project/tasks/media/follower_task.png rename to content/applications/services/project/tasks/collaborate/follower_task.png diff --git a/content/applications/services/project/tasks/media/pad_collaborative.png b/content/applications/services/project/tasks/collaborate/pad_collaborative.png similarity index 100% rename from content/applications/services/project/tasks/media/pad_collaborative.png rename to content/applications/services/project/tasks/collaborate/pad_collaborative.png diff --git a/content/applications/services/project/tasks/media/schedule_activities.png b/content/applications/services/project/tasks/collaborate/schedule_activities.png similarity index 100% rename from content/applications/services/project/tasks/media/schedule_activities.png rename to content/applications/services/project/tasks/collaborate/schedule_activities.png diff --git a/content/applications/services/project/tasks/media/select_notif.png b/content/applications/services/project/tasks/collaborate/select_notif.png similarity index 100% rename from content/applications/services/project/tasks/media/select_notif.png rename to content/applications/services/project/tasks/collaborate/select_notif.png diff --git a/content/applications/services/project/tasks/media/the_chatter.png b/content/applications/services/project/tasks/collaborate/the_chatter.png similarity index 100% rename from content/applications/services/project/tasks/media/the_chatter.png rename to content/applications/services/project/tasks/collaborate/the_chatter.png diff --git a/content/applications/services/project/tasks/email_alias.rst b/content/applications/services/project/tasks/email_alias.rst index 5729c92d70..8a3653fc1e 100644 --- a/content/applications/services/project/tasks/email_alias.rst +++ b/content/applications/services/project/tasks/email_alias.rst @@ -22,7 +22,7 @@ Configure the email alias in your project the wanted email alias and choose the policy to receive a message. | In addition, you can now directly set it when creating a new project. -.. image:: media/email_project.png +.. image:: email_alias/email_project.png :align: center :alt: In the settings of your project, define the emails alias under the tab email in Odoo Project @@ -31,7 +31,7 @@ Configure the email alias in your project The email can be seen under the name of your project on the dashboard. -.. image:: media/email_dashboard_project.png +.. image:: email_alias/email_dashboard_project.png :align: center :height: 300 :alt: View of the email alias chosen on the dashboard view in Odoo Project diff --git a/content/applications/services/project/tasks/media/email_dashboard_project.png b/content/applications/services/project/tasks/email_alias/email_dashboard_project.png similarity index 100% rename from content/applications/services/project/tasks/media/email_dashboard_project.png rename to content/applications/services/project/tasks/email_alias/email_dashboard_project.png diff --git a/content/applications/services/project/tasks/media/email_project.png b/content/applications/services/project/tasks/email_alias/email_project.png similarity index 100% rename from content/applications/services/project/tasks/media/email_project.png rename to content/applications/services/project/tasks/email_alias/email_project.png diff --git a/content/applications/services/project/tasks/get_started.rst b/content/applications/services/project/tasks/get_started.rst index 9775b01069..e2cae43701 100644 --- a/content/applications/services/project/tasks/get_started.rst +++ b/content/applications/services/project/tasks/get_started.rst @@ -12,7 +12,7 @@ Create a task Click on *Create*. Once created, add more details opening it and clicking on *Edit*. -.. image:: media/create.png +.. image:: get_started/create.png :align: center :height: 300 :alt: Click on create under a project to initiate a task in Odoo Project @@ -22,7 +22,7 @@ Assignation Choose the responsible person for a task under *Assigned to*. -.. image:: media/assignation.png +.. image:: get_started/assignation.png :align: center :alt: Choosing the responsible person for the task in Odoo Project @@ -35,7 +35,7 @@ Sort tasks by priority | Note that tasks with dates passed their deadlines are shown in red; tasks with a deadline for the current date are orange. -.. image:: media/priority.png +.. image:: get_started/priority.png :align: center :alt: Tasks prioritized are shown first in the list in Odoo Project @@ -44,7 +44,7 @@ Manage files in tasks Add images/documents to your task by clicking on the *Attachment icon*. -.. image:: media/manage_files.png +.. image:: get_started/manage_files.png :align: center :alt: Click on the attachment icon to manage files in Odoo Project @@ -57,7 +57,7 @@ Set cover images in tasks Use *Set Cover Image* to your task and quickly get to comprehend what the task is about. The image is directly shown in the Kanban view. -.. image:: media/cover_image.png +.. image:: get_started/cover_image.png :align: center :height: 280 :alt: Click on the drop down menu and set a cover image in Odoo Project @@ -68,13 +68,13 @@ Choose how to visualize tasks Tasks can be managed and followed up in the Kanban view, which is a post-it kind of view divided into different stages. More options are otherwise available. -.. image:: media/visualize_tasks.png +.. image:: get_started/visualize_tasks.png :align: center :alt: Overview of the kanban view in Odoo Project Drag and drop tasks to change their stage and define colors to help you identify them. -.. image:: media/colors.png +.. image:: get_started/colors.png :align: center :height: 340 :alt: Choose a color to identify your task in Odoo Project diff --git a/content/applications/services/project/tasks/media/assignation.png b/content/applications/services/project/tasks/get_started/assignation.png similarity index 100% rename from content/applications/services/project/tasks/media/assignation.png rename to content/applications/services/project/tasks/get_started/assignation.png diff --git a/content/applications/services/project/tasks/media/colors.png b/content/applications/services/project/tasks/get_started/colors.png similarity index 100% rename from content/applications/services/project/tasks/media/colors.png rename to content/applications/services/project/tasks/get_started/colors.png diff --git a/content/applications/services/project/tasks/media/cover_image.png b/content/applications/services/project/tasks/get_started/cover_image.png similarity index 100% rename from content/applications/services/project/tasks/media/cover_image.png rename to content/applications/services/project/tasks/get_started/cover_image.png diff --git a/content/applications/services/project/tasks/media/create.png b/content/applications/services/project/tasks/get_started/create.png similarity index 100% rename from content/applications/services/project/tasks/media/create.png rename to content/applications/services/project/tasks/get_started/create.png diff --git a/content/applications/services/project/tasks/media/manage_files.png b/content/applications/services/project/tasks/get_started/manage_files.png similarity index 100% rename from content/applications/services/project/tasks/media/manage_files.png rename to content/applications/services/project/tasks/get_started/manage_files.png diff --git a/content/applications/services/project/tasks/media/priority.png b/content/applications/services/project/tasks/get_started/priority.png similarity index 100% rename from content/applications/services/project/tasks/media/priority.png rename to content/applications/services/project/tasks/get_started/priority.png diff --git a/content/applications/services/project/tasks/media/visualize_tasks.png b/content/applications/services/project/tasks/get_started/visualize_tasks.png similarity index 100% rename from content/applications/services/project/tasks/media/visualize_tasks.png rename to content/applications/services/project/tasks/get_started/visualize_tasks.png diff --git a/content/applications/services/project/tasks/sub_tasks.rst b/content/applications/services/project/tasks/sub_tasks.rst index 7d03c329b6..d6d19989b0 100644 --- a/content/applications/services/project/tasks/sub_tasks.rst +++ b/content/applications/services/project/tasks/sub_tasks.rst @@ -11,13 +11,13 @@ Configuration Go to :menuselection:`Project --> Configuration --> Settings --> Sub-tasks`. -.. image:: media/config.png +.. image:: sub_tasks/config.png :align: center :alt: Enable the feature under settings in Odoo Project From now on, a *Sub-tasks* menu is available within your task. -.. image:: media/sub_task_menu.png +.. image:: sub_tasks/sub_task_menu.png :align: center :alt: Overview of a task and the sub-tasks menu being shown in Odoo Project @@ -27,7 +27,7 @@ Select a specific project in which sub-tasks will be created by default By default, sub-tasks are created under the same project. However, you can select another one by going to :menuselection:`Project --> Configuration --> Projects --> Sub-task Project`. -.. image:: media/specific_project.png +.. image:: sub_tasks/specific_project.png :align: center :alt: Under the settings of a project, select the sub-task project in Odoo Project @@ -38,7 +38,7 @@ Make sure the feature *Timesheets* is enabled under :menuselection:`Project --> Settings` and under the settings of the needed *Project*. Now you are able to timesheet on your tasks and sub-tasks. The time recorded on a sub-task is counted on the parent task. -.. image:: media/timesheet_sub_tasks.png +.. image:: sub_tasks/timesheet_sub_tasks.png :align: center :alt: Timesheets tab being shown under a task in Odoo Project @@ -48,7 +48,7 @@ Transform an existing task into a sub-task | Go to :menuselection:`Settings --> Activate the developer mode`. | Now access your task, *Edit*, and add a *Parent Task*. -.. image:: media/task_subtask.png +.. image:: sub_tasks/task_subtask.png :align: center :alt: A tab extra info with a field parent task is being shown in Odoo Project @@ -58,7 +58,7 @@ Unlink a sub-task from a parent task | Go to :menuselection:`Settings --> Activate the developer mode`. | Open and *Edit* the respective sub-task to remove the *Parent Task*. -.. image:: media/unlink_sub.png +.. image:: sub_tasks/unlink_sub.png :align: center :alt: A tab extra info with a field parent task is being shown in Odoo Project diff --git a/content/applications/services/project/tasks/media/config.png b/content/applications/services/project/tasks/sub_tasks/config.png similarity index 100% rename from content/applications/services/project/tasks/media/config.png rename to content/applications/services/project/tasks/sub_tasks/config.png diff --git a/content/applications/services/project/tasks/media/specific_project.png b/content/applications/services/project/tasks/sub_tasks/specific_project.png similarity index 100% rename from content/applications/services/project/tasks/media/specific_project.png rename to content/applications/services/project/tasks/sub_tasks/specific_project.png diff --git a/content/applications/services/project/tasks/media/sub_task_menu.png b/content/applications/services/project/tasks/sub_tasks/sub_task_menu.png similarity index 100% rename from content/applications/services/project/tasks/media/sub_task_menu.png rename to content/applications/services/project/tasks/sub_tasks/sub_task_menu.png diff --git a/content/applications/services/project/tasks/media/task_subtask.png b/content/applications/services/project/tasks/sub_tasks/task_subtask.png similarity index 100% rename from content/applications/services/project/tasks/media/task_subtask.png rename to content/applications/services/project/tasks/sub_tasks/task_subtask.png diff --git a/content/applications/services/project/tasks/media/timesheet_sub_tasks.png b/content/applications/services/project/tasks/sub_tasks/timesheet_sub_tasks.png similarity index 100% rename from content/applications/services/project/tasks/media/timesheet_sub_tasks.png rename to content/applications/services/project/tasks/sub_tasks/timesheet_sub_tasks.png diff --git a/content/applications/services/project/tasks/media/unlink_sub.png b/content/applications/services/project/tasks/sub_tasks/unlink_sub.png similarity index 100% rename from content/applications/services/project/tasks/media/unlink_sub.png rename to content/applications/services/project/tasks/sub_tasks/unlink_sub.png diff --git a/content/applications/services/timesheets/overview/compare.rst b/content/applications/services/timesheets/overview/compare.rst index e81d80a3b1..cfd239c32e 100644 --- a/content/applications/services/timesheets/overview/compare.rst +++ b/content/applications/services/timesheets/overview/compare.rst @@ -11,7 +11,7 @@ Compare the planned and effective hours of your tasks Go to :menuselection:`Project --> Reporting --> Tasks Analysis`, select the *Pivot* view and refine your *Measures* to *Effective Hours* and *Planned Hours*. -.. image:: media/compare1.png +.. image:: compare/compare1.png :align: center :alt: Select effective and planned hours under measures in Odoo Timesheets application @@ -19,7 +19,7 @@ Still on *Project*, under :menuselection:`Reporting --> Planning Analysis` find an analysis of allocated and effective hours of your tasks by user and start date, or by any of the other available filters. -.. image:: media/compare2.png +.. image:: compare/compare2.png :align: center :alt: Go to reporting to see a planning analyses in Odoo Timesheets application @@ -29,6 +29,6 @@ HR analysis Under :menuselection:`Timesheets --> Reporting --> Timesheet/Attendance` have an overview of the worked hours and allocated time of your employees. -.. image:: media/compare3.png +.. image:: compare/compare3.png :align: center :alt: Report about employees' attendance in Odoo Timesheets application diff --git a/content/applications/services/timesheets/overview/media/compare1.png b/content/applications/services/timesheets/overview/compare/compare1.png similarity index 100% rename from content/applications/services/timesheets/overview/media/compare1.png rename to content/applications/services/timesheets/overview/compare/compare1.png diff --git a/content/applications/services/timesheets/overview/media/compare2.png b/content/applications/services/timesheets/overview/compare/compare2.png similarity index 100% rename from content/applications/services/timesheets/overview/media/compare2.png rename to content/applications/services/timesheets/overview/compare/compare2.png diff --git a/content/applications/services/timesheets/overview/media/compare3.png b/content/applications/services/timesheets/overview/compare/compare3.png similarity index 100% rename from content/applications/services/timesheets/overview/media/compare3.png rename to content/applications/services/timesheets/overview/compare/compare3.png diff --git a/content/applications/services/timesheets/overview/get_started.rst b/content/applications/services/timesheets/overview/get_started.rst index d43b9d1e18..b378d28531 100644 --- a/content/applications/services/timesheets/overview/get_started.rst +++ b/content/applications/services/timesheets/overview/get_started.rst @@ -17,7 +17,7 @@ Choose an encoding unit For example: if the interval is set to 30min, a 14min entry shows up in reports as 0min, and a 29min entry as 30min. -.. image:: media/get1.png +.. image:: get_started/get1.png :align: center :alt: Set the time unit used to record your timesheets in Odoo Timesheets application @@ -36,7 +36,7 @@ Create a task from a SO & timesheet on it Odoo automatically creates a task/project (if that was the chosen option) and allows you to timesheet on it. -.. image:: media/get2.png +.. image:: get_started/get2.png :align: center :alt: Choose the invoicing options under a product form in Odoo Timesheets application @@ -46,7 +46,7 @@ Choose an Invoicing Policy Go to :menuselection:`Timesheets --> Configuration --> Settings` and choose if you want the recorded time to be directly invoiced, or if it should be approved first. -.. image:: media/get3.png +.. image:: get_started/get3.png :align: center :alt: Choose how to invoice the recorded times in Odoo Timesheets application @@ -58,7 +58,7 @@ Send reminders | Go to :menuselection:`Timesheets --> Configuration --> Settings` and enable the *Employee Reminder* and *Manager Reminder* features. -.. image:: media/get4.png +.. image:: get_started/get4.png :align: center :alt: Activate timesheet reminders for managers and employees in Odoo Timesheets application diff --git a/content/applications/services/timesheets/overview/media/get1.png b/content/applications/services/timesheets/overview/get_started/get1.png similarity index 100% rename from content/applications/services/timesheets/overview/media/get1.png rename to content/applications/services/timesheets/overview/get_started/get1.png diff --git a/content/applications/services/timesheets/overview/media/get2.png b/content/applications/services/timesheets/overview/get_started/get2.png similarity index 100% rename from content/applications/services/timesheets/overview/media/get2.png rename to content/applications/services/timesheets/overview/get_started/get2.png diff --git a/content/applications/services/timesheets/overview/media/get3.png b/content/applications/services/timesheets/overview/get_started/get3.png similarity index 100% rename from content/applications/services/timesheets/overview/media/get3.png rename to content/applications/services/timesheets/overview/get_started/get3.png diff --git a/content/applications/services/timesheets/overview/media/get4.png b/content/applications/services/timesheets/overview/get_started/get4.png similarity index 100% rename from content/applications/services/timesheets/overview/media/get4.png rename to content/applications/services/timesheets/overview/get_started/get4.png diff --git a/content/applications/services/timesheets/overview/time_off.rst b/content/applications/services/timesheets/overview/time_off.rst index e47fa9e15a..b56b9d40bc 100644 --- a/content/applications/services/timesheets/overview/time_off.rst +++ b/content/applications/services/timesheets/overview/time_off.rst @@ -9,14 +9,14 @@ and questions after hours that have not been timesheeted by the employee. Activate the :ref:`developer mode `, go to *Timesheets*, and change the *Project* and *Task* set by default, if you like. -.. image:: media/record_time_off.png +.. image:: time_off/record_time_off.png :align: center :alt: View of Timesheets setting enabling the feature record time off in Odoo Timesheets Go to :menuselection:`Time Off --> Configuration --> Time Off Types`. Select or create the needed type, and decide if you would like the requests to be validated or not. -.. image:: media/time_off_types.png +.. image:: time_off/time_off_types.png :align: center :alt: View of a time off types form emphasizing the time off requests and timesheets section in Odoo Time Off @@ -26,7 +26,7 @@ needed type, and decide if you would like the requests to be validated or not. respective project and task. | On the example below, the user requested *Paid Time off* from July 13th to 15th. -.. image:: media/time_off_request.png +.. image:: time_off/time_off_request.png :align: center :alt: View of the time off request form in Odoo Time Off @@ -34,14 +34,14 @@ Considering that validation is not required, the requested time off is automatic *Timesheets*. If validation is necessary, the time is automatically allocated after the responsible person for validating does it so. -.. image:: media/timesheets.png +.. image:: time_off/timesheets.png :align: center :alt: Video of timesheets emphasizing the requested time off from the employee in Odoo Timesheets Click on the magnifying glass, hovering over the concerned cell, to access all the aggregated data on that cell (day), and see details regarding the project/task. -.. image:: media/timesheet_description.png +.. image:: time_off/timesheet_description.png :align: center :alt: View of the details of a project/task in Odoo Timeheets diff --git a/content/applications/services/timesheets/overview/media/record_time_off.png b/content/applications/services/timesheets/overview/time_off/record_time_off.png similarity index 100% rename from content/applications/services/timesheets/overview/media/record_time_off.png rename to content/applications/services/timesheets/overview/time_off/record_time_off.png diff --git a/content/applications/services/timesheets/overview/media/time_off_request.png b/content/applications/services/timesheets/overview/time_off/time_off_request.png similarity index 100% rename from content/applications/services/timesheets/overview/media/time_off_request.png rename to content/applications/services/timesheets/overview/time_off/time_off_request.png diff --git a/content/applications/services/timesheets/overview/media/time_off_types.png b/content/applications/services/timesheets/overview/time_off/time_off_types.png similarity index 100% rename from content/applications/services/timesheets/overview/media/time_off_types.png rename to content/applications/services/timesheets/overview/time_off/time_off_types.png diff --git a/content/applications/services/timesheets/overview/media/timesheet_description.png b/content/applications/services/timesheets/overview/time_off/timesheet_description.png similarity index 100% rename from content/applications/services/timesheets/overview/media/timesheet_description.png rename to content/applications/services/timesheets/overview/time_off/timesheet_description.png diff --git a/content/applications/services/timesheets/overview/media/timesheets.png b/content/applications/services/timesheets/overview/time_off/timesheets.png similarity index 100% rename from content/applications/services/timesheets/overview/media/timesheets.png rename to content/applications/services/timesheets/overview/time_off/timesheets.png diff --git a/content/applications/websites/ecommerce/getting_started/catalog.rst b/content/applications/websites/ecommerce/getting_started/catalog.rst index b5f46253dd..7519410a24 100644 --- a/content/applications/websites/ecommerce/getting_started/catalog.rst +++ b/content/applications/websites/ecommerce/getting_started/catalog.rst @@ -7,13 +7,13 @@ Product Catalog All your published items show up in your catalog page (or *Shop* page). -.. image:: ./media/shop.png +.. image:: catalog/shop.png :align: center Most options are available in the *Customize* menu: display attributes, website categories, etc. -.. image:: ./media/shop_customize.png +.. image:: catalog/shop_customize.png :align: center Highlight a product @@ -33,5 +33,5 @@ the catalog page. To do so, add product description and add to cart button. Turn options in *Customize* menu: Product Description, Add to Cart, List View (to display product description better). -.. image:: ./media/shop_list.png +.. image:: catalog/shop_list.png :align: center \ No newline at end of file diff --git a/content/applications/websites/ecommerce/getting_started/media/shop.png b/content/applications/websites/ecommerce/getting_started/catalog/shop.png similarity index 100% rename from content/applications/websites/ecommerce/getting_started/media/shop.png rename to content/applications/websites/ecommerce/getting_started/catalog/shop.png diff --git a/content/applications/websites/ecommerce/getting_started/media/shop_customize.png b/content/applications/websites/ecommerce/getting_started/catalog/shop_customize.png similarity index 100% rename from content/applications/websites/ecommerce/getting_started/media/shop_customize.png rename to content/applications/websites/ecommerce/getting_started/catalog/shop_customize.png diff --git a/content/applications/websites/ecommerce/getting_started/media/shop_list.png b/content/applications/websites/ecommerce/getting_started/catalog/shop_list.png similarity index 100% rename from content/applications/websites/ecommerce/getting_started/media/shop_list.png rename to content/applications/websites/ecommerce/getting_started/catalog/shop_list.png diff --git a/content/applications/websites/ecommerce/getting_started/product_page.rst b/content/applications/websites/ecommerce/getting_started/product_page.rst index 3c469acc9f..29cd848463 100644 --- a/content/applications/websites/ecommerce/getting_started/product_page.rst +++ b/content/applications/websites/ecommerce/getting_started/product_page.rst @@ -6,17 +6,17 @@ On the website click *New Page* in the top-right corner. Then click *New Product* and follow the blinking tips. -.. image:: ./media/create_product.png +.. image:: product_page/create_product.png :align: center Here are the main elements of the Product page: -.. image:: ./media/product_page_tips.png +.. image:: product_page/product_page_tips.png :align: center Many elements can be made visible from the *Customize* menu. -.. image:: ./media/product_customize.png +.. image:: product_page/product_customize.png :align: center See how to configure your products from links here below. diff --git a/content/applications/websites/ecommerce/getting_started/media/create_product.png b/content/applications/websites/ecommerce/getting_started/product_page/create_product.png similarity index 100% rename from content/applications/websites/ecommerce/getting_started/media/create_product.png rename to content/applications/websites/ecommerce/getting_started/product_page/create_product.png diff --git a/content/applications/websites/ecommerce/getting_started/media/product_customize.png b/content/applications/websites/ecommerce/getting_started/product_page/product_customize.png similarity index 100% rename from content/applications/websites/ecommerce/getting_started/media/product_customize.png rename to content/applications/websites/ecommerce/getting_started/product_page/product_customize.png diff --git a/content/applications/websites/ecommerce/getting_started/media/product_page_tips.png b/content/applications/websites/ecommerce/getting_started/product_page/product_page_tips.png similarity index 100% rename from content/applications/websites/ecommerce/getting_started/media/product_page_tips.png rename to content/applications/websites/ecommerce/getting_started/product_page/product_page_tips.png diff --git a/content/applications/websites/ecommerce/managing_products/multi_images.rst b/content/applications/websites/ecommerce/managing_products/multi_images.rst index d717f3c19d..8a096947e3 100644 --- a/content/applications/websites/ecommerce/managing_products/multi_images.rst +++ b/content/applications/websites/ecommerce/managing_products/multi_images.rst @@ -5,14 +5,14 @@ How to display several images per product By default your product web page displays the main image of your product only. If you like to show your products under several angles, you can turn the image into a carrousel. -.. image:: ./media/multi_images01.png +.. image:: multi_images/multi_images01.png :align: center * Check *Several images per product* in :menuselection:`Website Admin --> Configuration --> Settings`. * Open a product detail form and upload images from *Images* tab. Hit *Create* in Edit mode to get the upload wizard. -.. image:: ./media/multi_images02.png +.. image:: multi_images/multi_images02.png :align: center .. note:: diff --git a/content/applications/websites/ecommerce/managing_products/media/multi_images01.png b/content/applications/websites/ecommerce/managing_products/multi_images/multi_images01.png similarity index 100% rename from content/applications/websites/ecommerce/managing_products/media/multi_images01.png rename to content/applications/websites/ecommerce/managing_products/multi_images/multi_images01.png diff --git a/content/applications/websites/ecommerce/managing_products/media/multi_images02.png b/content/applications/websites/ecommerce/managing_products/multi_images/multi_images02.png similarity index 100% rename from content/applications/websites/ecommerce/managing_products/media/multi_images02.png rename to content/applications/websites/ecommerce/managing_products/multi_images/multi_images02.png diff --git a/content/applications/websites/ecommerce/managing_products/stock.rst b/content/applications/websites/ecommerce/managing_products/stock.rst index 61410b1dff..a2c8411afd 100644 --- a/content/applications/websites/ecommerce/managing_products/stock.rst +++ b/content/applications/websites/ecommerce/managing_products/stock.rst @@ -4,18 +4,18 @@ Show product availability The availability of your products can be shown on the website to reassure your customers. -.. image:: ./media/stock_web.png +.. image:: stock/stock_web.png :align: center To display this, open the *eCommerce* tab in the product detail form and select an option in *Availability*. -.. image:: ./media/stock.png +.. image:: stock/stock.png :align: center A custom warning message can be anything related to a stock out, delivery delay, etc. -.. image:: ./media/stock_warning.png +.. image:: stock/stock_warning.png :align: center .. note:: diff --git a/content/applications/websites/ecommerce/managing_products/media/stock.png b/content/applications/websites/ecommerce/managing_products/stock/stock.png similarity index 100% rename from content/applications/websites/ecommerce/managing_products/media/stock.png rename to content/applications/websites/ecommerce/managing_products/stock/stock.png diff --git a/content/applications/websites/ecommerce/managing_products/media/stock_warning.png b/content/applications/websites/ecommerce/managing_products/stock/stock_warning.png similarity index 100% rename from content/applications/websites/ecommerce/managing_products/media/stock_warning.png rename to content/applications/websites/ecommerce/managing_products/stock/stock_warning.png diff --git a/content/applications/websites/ecommerce/managing_products/media/stock_web.png b/content/applications/websites/ecommerce/managing_products/stock/stock_web.png similarity index 100% rename from content/applications/websites/ecommerce/managing_products/media/stock_web.png rename to content/applications/websites/ecommerce/managing_products/stock/stock_web.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/cross_selling.rst b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling.rst index 443beb3eae..6e221fa8ed 100644 --- a/content/applications/websites/ecommerce/maximizing_revenue/cross_selling.rst +++ b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling.rst @@ -14,12 +14,12 @@ Accessory products when checking out Accessories (e.g. for computers: mouse, keyboard) show up when the customer reviews the cart before paying. -.. image:: ./media/cross_sell_accessory_web.png +.. image:: cross_selling/cross_sell_accessory_web.png :align: center Select accessories in the *Sales* tab of the product detail page. -.. image:: ./media/cross_sell_accessory.png +.. image:: cross_selling/cross_sell_accessory.png :align: center .. note:: @@ -34,7 +34,7 @@ Optional products are directly related to the item added to cart (e.g. for compu warranty, OS software, extra components). Whenever the main product is added to cart, such a new screen pops up as an extra step. -.. image:: ./media/cross_sell_optional_web.png +.. image:: cross_selling/cross_sell_optional_web.png :align: center To publish optional products: @@ -42,12 +42,12 @@ To publish optional products: * Install *eCommerce Optional Products* addon in *Apps* menu. Remove the default filter to search on addons as well, otherwise only main apps show up. -.. image:: ./media/cross_sell_optional_install.png +.. image:: cross_selling/cross_sell_optional_install.png :align: center * Select optional items from the *Sales* tab of the product detail form. -.. image:: ./media/cross_sell_optional.png +.. image:: cross_selling/cross_sell_optional.png :align: center .. note:: diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_accessory.png b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_accessory.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_accessory.png rename to content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_accessory.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_accessory_web.png b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_accessory_web.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_accessory_web.png rename to content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_accessory_web.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_optional.png b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_optional.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_optional.png rename to content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_optional.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_optional_install.png b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_optional_install.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_optional_install.png rename to content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_optional_install.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_optional_web.png b/content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_optional_web.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/cross_sell_optional_web.png rename to content/applications/websites/ecommerce/maximizing_revenue/cross_selling/cross_sell_optional_web.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/pricing.rst b/content/applications/websites/ecommerce/maximizing_revenue/pricing.rst index 612db3d0a6..fc074b7f2d 100644 --- a/content/applications/websites/ecommerce/maximizing_revenue/pricing.rst +++ b/content/applications/websites/ecommerce/maximizing_revenue/pricing.rst @@ -26,7 +26,7 @@ In the case that you sell in several currencies, you can let your customers choo their own. Check the *Selectable* box to add the pricelist to the website drop-down menu, which can be found in *Pricelists* under the *Products* menu, located in the Website application. -.. image:: ./media/website_pricelist_select.png +.. image:: pricing/website_pricelist_select.png :align: center :width: 50 % diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/website_pricelist_select.png b/content/applications/websites/ecommerce/maximizing_revenue/pricing/website_pricelist_select.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/website_pricelist_select.png rename to content/applications/websites/ecommerce/maximizing_revenue/pricing/website_pricelist_select.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/promo_code.rst b/content/applications/websites/ecommerce/maximizing_revenue/promo_code.rst index 8c26b6ed6b..be2b468121 100644 --- a/content/applications/websites/ecommerce/maximizing_revenue/promo_code.rst +++ b/content/applications/websites/ecommerce/maximizing_revenue/promo_code.rst @@ -15,25 +15,25 @@ Setup pricelist with the discount rule (see :doc:`pricing`). Then enter a code. -.. image:: ./media/promocode.png +.. image:: promo_code/promocode.png :align: center * Make the promocode field available on your *Shopping Cart* page (option in *Customize* menu). Add a product to cart to reach it. -.. image:: ./media/promocode_publish.png +.. image:: promo_code/promocode_publish.png :align: center Once turned on you see a new section on the right side. On clicking *Apply* prices get automatically updated in the cart. -.. image:: ./media/promocode_web.png +.. image:: promo_code/promocode_web.png :align: center The promocode used by the customer is stored in the system so you can analyze the performance of your marketing campaigns. -.. image:: ./media/promocode_backend.png +.. image:: promo_code/promocode_backend.png :align: center + Show sales per pricelists... diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/promocode.png b/content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/promocode.png rename to content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/promocode_backend.png b/content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode_backend.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/promocode_backend.png rename to content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode_backend.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/promocode_publish.png b/content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode_publish.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/promocode_publish.png rename to content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode_publish.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/promocode_web.png b/content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode_web.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/promocode_web.png rename to content/applications/websites/ecommerce/maximizing_revenue/promo_code/promocode_web.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/reviews.rst b/content/applications/websites/ecommerce/maximizing_revenue/reviews.rst index 8466b573f2..729f6f1721 100644 --- a/content/applications/websites/ecommerce/maximizing_revenue/reviews.rst +++ b/content/applications/websites/ecommerce/maximizing_revenue/reviews.rst @@ -6,7 +6,7 @@ Publishing and monitoring customer experience will help you gain the trust of new customers and better engage with your community. In 2 clicks, allow your customer to share their feedback! -.. image:: ./media/comment_post.png +.. image:: reviews/comment_post.png :align: center Setup @@ -14,7 +14,7 @@ Setup Activate comments & rating from the *Customize* menu of the product web page. -.. image:: ./media/comment_setup.png +.. image:: reviews/comment_setup.png :align: center .. note:: @@ -27,7 +27,7 @@ Review the posts in real time Whenever a post is published, the product manager and all the product followers get notified in their Inbox (*Discuss* menu). -.. image:: ./media/comment_new.png +.. image:: reviews/comment_new.png :align: center .. note:: @@ -36,7 +36,7 @@ get notified in their Inbox (*Discuss* menu). Click the product name to open the detail form and review the comment (in the product discussion thread). -.. image:: ./media/comment_inbox.png +.. image:: reviews/comment_inbox.png :align: center Moderate & unpublish @@ -48,12 +48,12 @@ or on the web page. To unpublish the post, open the product web page and click the *Published* button to turn it red (*Unpublished*). -.. image:: ./media/comment_unpublish.png +.. image:: reviews/comment_unpublish.png :align: center ..tip:: You can access the web page from the detail form by clicking the *Published* smart button (and vice versa). -.. image:: ./media/comment_webpage.png +.. image:: reviews/comment_webpage.png :align: center diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/comment_inbox.png b/content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_inbox.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/comment_inbox.png rename to content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_inbox.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/comment_new.png b/content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_new.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/comment_new.png rename to content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_new.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/comment_post.png b/content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_post.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/comment_post.png rename to content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_post.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/comment_setup.png b/content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_setup.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/comment_setup.png rename to content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_setup.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/comment_unpublish.png b/content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_unpublish.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/comment_unpublish.png rename to content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_unpublish.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/comment_webpage.png b/content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_webpage.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/comment_webpage.png rename to content/applications/websites/ecommerce/maximizing_revenue/reviews/comment_webpage.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/upselling.rst b/content/applications/websites/ecommerce/maximizing_revenue/upselling.rst index 9326c93ea9..eef2503335 100644 --- a/content/applications/websites/ecommerce/maximizing_revenue/upselling.rst +++ b/content/applications/websites/ecommerce/maximizing_revenue/upselling.rst @@ -6,7 +6,7 @@ In order to maximize your revenue, suggesting pricier alternative products is strongly advised for basic items. That way, your customer will spend more time browsing your catalog. -.. image:: ./media/upsell_web.png +.. image:: upselling/upsell_web.png :align: center To do so: @@ -14,12 +14,12 @@ To do so: * Select such *Alternative Products* in the *Sales* tab of the product detail form. 3 alternatives are fine! Don't publish too many otherwise your customers will be confused. -.. image:: ./media/upsell.png +.. image:: upselling/upsell.png :align: center * Turn on *Alternative Products* from the *Customize* menu of the product web page. -.. image:: ./media/upsell_publish.png +.. image:: upselling/upsell_publish.png :align: center diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/upsell.png b/content/applications/websites/ecommerce/maximizing_revenue/upselling/upsell.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/upsell.png rename to content/applications/websites/ecommerce/maximizing_revenue/upselling/upsell.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/upsell_publish.png b/content/applications/websites/ecommerce/maximizing_revenue/upselling/upsell_publish.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/upsell_publish.png rename to content/applications/websites/ecommerce/maximizing_revenue/upselling/upsell_publish.png diff --git a/content/applications/websites/ecommerce/maximizing_revenue/media/upsell_web.png b/content/applications/websites/ecommerce/maximizing_revenue/upselling/upsell_web.png similarity index 100% rename from content/applications/websites/ecommerce/maximizing_revenue/media/upsell_web.png rename to content/applications/websites/ecommerce/maximizing_revenue/upselling/upsell_web.png diff --git a/content/applications/websites/ecommerce/shopper_experience/payment_acquirer.rst b/content/applications/websites/ecommerce/shopper_experience/payment_acquirer.rst index 2dc9c46778..5f5a1c09ae 100644 --- a/content/applications/websites/ecommerce/shopper_experience/payment_acquirer.rst +++ b/content/applications/websites/ecommerce/shopper_experience/payment_acquirer.rst @@ -12,7 +12,7 @@ What are the payment status =========================== At anytime, the salesman can check the transaction status from the order. -.. image:: media/payment_transaction.png +.. image:: payment_acquirer/payment_transaction.png :align: center * *Draft*: transaction under processing. @@ -47,7 +47,7 @@ When the order is confirmed you can also have an invoice automatically issued and paid. This fully-automated made for businesses that invoice orders straight on. -.. image:: media/payment_invoice.png +.. image:: payment_acquirer/payment_invoice.png :align: center .. note:: @@ -65,13 +65,13 @@ With this mode, the order is confirmed but the amount is kept on hold. Once the delivery processed, you can capture the payment from Odoo. This mode is only available with Authorize.net. -.. image:: media/payment_capture_mode.png +.. image:: payment_acquirer/payment_capture_mode.png :align: center To capture the payment, open the transaction from the order. Then click *Capture Transaction*. -.. image:: media/payment_capture.png +.. image:: payment_acquirer/payment_capture.png :align: center With other payment acquirers, you can manage the capture in diff --git a/content/applications/websites/ecommerce/shopper_experience/media/payment_capture.png b/content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_capture.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/payment_capture.png rename to content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_capture.png diff --git a/content/applications/websites/ecommerce/shopper_experience/media/payment_capture_mode.png b/content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_capture_mode.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/payment_capture_mode.png rename to content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_capture_mode.png diff --git a/content/applications/websites/ecommerce/shopper_experience/media/payment_invoice.png b/content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_invoice.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/payment_invoice.png rename to content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_invoice.png diff --git a/content/applications/websites/ecommerce/shopper_experience/media/payment_transaction.png b/content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_transaction.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/payment_transaction.png rename to content/applications/websites/ecommerce/shopper_experience/payment_acquirer/payment_transaction.png diff --git a/content/applications/websites/ecommerce/shopper_experience/portal.rst b/content/applications/websites/ecommerce/shopper_experience/portal.rst index f02e58de11..66e334d05e 100644 --- a/content/applications/websites/ecommerce/shopper_experience/portal.rst +++ b/content/applications/websites/ecommerce/shopper_experience/portal.rst @@ -16,7 +16,7 @@ Sign up The invitation to sign up shows up when the customer wants to visualize the order from order confirmation email. -.. image:: ./media/portal_odoo_signup.png +.. image:: portal/portal_odoo_signup.png :align: center Customer account @@ -25,12 +25,12 @@ Customer account Once logged in the customer will access the account by clicking *My Account* in the login dropdown menu. -.. image:: ./media/portal_link.png +.. image:: portal/portal_link.png :align: center THere they find all their history. The main address (billing) can also be modified. -.. image:: ./media/portal_menu.png +.. image:: portal/portal_menu.png :align: center .. note:: diff --git a/content/applications/websites/ecommerce/shopper_experience/media/portal_link.png b/content/applications/websites/ecommerce/shopper_experience/portal/portal_link.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/portal_link.png rename to content/applications/websites/ecommerce/shopper_experience/portal/portal_link.png diff --git a/content/applications/websites/ecommerce/shopper_experience/media/portal_menu.png b/content/applications/websites/ecommerce/shopper_experience/portal/portal_menu.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/portal_menu.png rename to content/applications/websites/ecommerce/shopper_experience/portal/portal_menu.png diff --git a/content/applications/websites/ecommerce/shopper_experience/media/portal_odoo_signup.png b/content/applications/websites/ecommerce/shopper_experience/portal/portal_odoo_signup.png similarity index 100% rename from content/applications/websites/ecommerce/shopper_experience/media/portal_odoo_signup.png rename to content/applications/websites/ecommerce/shopper_experience/portal/portal_odoo_signup.png diff --git a/content/applications/websites/livechat/overview/get_started.rst b/content/applications/websites/livechat/overview/get_started.rst index 29a6f1a628..7be4fc1335 100644 --- a/content/applications/websites/livechat/overview/get_started.rst +++ b/content/applications/websites/livechat/overview/get_started.rst @@ -13,14 +13,14 @@ Once *Live Chat* is installed on your database, if your website was created with application is automatically added to it. All that is left to do is to go to :menuselection:`Website --> Configuration --> Settings --> Live Chat`. -.. image:: media/livechat_settings.png +.. image:: get_started/livechat_settings.png :align: center :height: 300 :alt: View of the settings page and the live chat feature for Odoo Live Chat Select the channel to be linked to your website or create one on the fly. -.. image:: media/channels.png +.. image:: get_started/channels.png :align: center :alt: View of a live chat channel form for Odoo Live Chat @@ -35,7 +35,7 @@ Select the channel to be linked to your website or create one on the fly. the chat window automatically pops-up 3 seconds after users (from any country) land on the contact us page. -.. image:: media/rules.png +.. image:: get_started/rules.png :align: center :alt: View of a channel’s rules form for Odoo Live Chat @@ -51,7 +51,7 @@ External options the *Widget* tab. | Odoo also offers an URL you can send to users so they can have access to a single live chat page. -.. image:: media/widget.png +.. image:: get_started/widget.png :align: center :alt: View of the widget tab for Odoo Live Chat @@ -61,7 +61,7 @@ Managing chat requests Conversations initiated by visitors pop up as a direct message, and are shown in *Discuss*. Therefore, inquiries can be answered wherever you are in Odoo. -.. image:: media/discuss.png +.. image:: get_started/discuss.png :align: center :alt: View of the discuss application with a message sent through live chat in Odoo @@ -74,7 +74,7 @@ Leave or join a channel Go to :menuselection:`Website --> Configuration --> Settings`, access your channel under *Live Chat*, and *Join Channel* or *Leave Channel*. -.. image:: media/joinchannel.png +.. image:: get_started/joinchannel.png :align: center :alt: View of a channel form and the option to join a channel for Odoo Live Chat diff --git a/content/applications/websites/livechat/overview/media/channels.png b/content/applications/websites/livechat/overview/get_started/channels.png similarity index 100% rename from content/applications/websites/livechat/overview/media/channels.png rename to content/applications/websites/livechat/overview/get_started/channels.png diff --git a/content/applications/websites/livechat/overview/media/discuss.png b/content/applications/websites/livechat/overview/get_started/discuss.png similarity index 100% rename from content/applications/websites/livechat/overview/media/discuss.png rename to content/applications/websites/livechat/overview/get_started/discuss.png diff --git a/content/applications/websites/livechat/overview/media/joinchannel.png b/content/applications/websites/livechat/overview/get_started/joinchannel.png similarity index 100% rename from content/applications/websites/livechat/overview/media/joinchannel.png rename to content/applications/websites/livechat/overview/get_started/joinchannel.png diff --git a/content/applications/websites/livechat/overview/media/livechat_settings.png b/content/applications/websites/livechat/overview/get_started/livechat_settings.png similarity index 100% rename from content/applications/websites/livechat/overview/media/livechat_settings.png rename to content/applications/websites/livechat/overview/get_started/livechat_settings.png diff --git a/content/applications/websites/livechat/overview/media/rules.png b/content/applications/websites/livechat/overview/get_started/rules.png similarity index 100% rename from content/applications/websites/livechat/overview/media/rules.png rename to content/applications/websites/livechat/overview/get_started/rules.png diff --git a/content/applications/websites/livechat/overview/media/widget.png b/content/applications/websites/livechat/overview/get_started/widget.png similarity index 100% rename from content/applications/websites/livechat/overview/media/widget.png rename to content/applications/websites/livechat/overview/get_started/widget.png diff --git a/content/applications/websites/livechat/overview/ratings.rst b/content/applications/websites/livechat/overview/ratings.rst index 58e3a2e41a..9c6f920fe3 100644 --- a/content/applications/websites/livechat/overview/ratings.rst +++ b/content/applications/websites/livechat/overview/ratings.rst @@ -14,20 +14,20 @@ Customer Rating is shown. | A copy of the conversation can also be sent by email. -.. image:: media/user_chatwindow.png +.. image:: ratings/user_chatwindow.png :align: center :height: 400 :alt: View of the chat window from a user’s side for Odoo Live Chat The rating is shown on the chat window itself for the operator. -.. image:: media/operator_chatwindow.png +.. image:: ratings/operator_chatwindow.png :align: center :alt: View of a chat window from an operator’s side highlighting a rating for Odoo Live Chat And under :menuselection:`Report --> Customer Ratings`. -.. image:: media/customer_ratings.png +.. image:: ratings/customer_ratings.png :align: center :alt: View of the customer ratings page in Odoo Live Chat @@ -37,7 +37,7 @@ Make the rating public Go to :menuselection:`Website --> Configuration --> Settings`, access your channel form, click on *Go to Website* and on *Unpublished*, to publish the rating of that channel on your website. -.. image:: media/publish_ratings.png +.. image:: ratings/publish_ratings.png :align: center :alt: View of the public ratings in the website for Odoo Live Chat diff --git a/content/applications/websites/livechat/overview/media/customer_ratings.png b/content/applications/websites/livechat/overview/ratings/customer_ratings.png similarity index 100% rename from content/applications/websites/livechat/overview/media/customer_ratings.png rename to content/applications/websites/livechat/overview/ratings/customer_ratings.png diff --git a/content/applications/websites/livechat/overview/media/operator_chatwindow.png b/content/applications/websites/livechat/overview/ratings/operator_chatwindow.png similarity index 100% rename from content/applications/websites/livechat/overview/media/operator_chatwindow.png rename to content/applications/websites/livechat/overview/ratings/operator_chatwindow.png diff --git a/content/applications/websites/livechat/overview/media/publish_ratings.png b/content/applications/websites/livechat/overview/ratings/publish_ratings.png similarity index 100% rename from content/applications/websites/livechat/overview/media/publish_ratings.png rename to content/applications/websites/livechat/overview/ratings/publish_ratings.png diff --git a/content/applications/websites/livechat/overview/media/user_chatwindow.png b/content/applications/websites/livechat/overview/ratings/user_chatwindow.png similarity index 100% rename from content/applications/websites/livechat/overview/media/user_chatwindow.png rename to content/applications/websites/livechat/overview/ratings/user_chatwindow.png diff --git a/content/applications/websites/livechat/overview/responses.rst b/content/applications/websites/livechat/overview/responses.rst index 1d01c8682a..045c915d92 100644 --- a/content/applications/websites/livechat/overview/responses.rst +++ b/content/applications/websites/livechat/overview/responses.rst @@ -25,7 +25,7 @@ Commands are shortcuts that do specific actions within the chat window: To access the ticket or lead created from the chat, click on the shortcut link. -.. image:: media/create_ticket.png +.. image:: responses/create_ticket.png :align: center :alt: View of the chat window with a helpdesk ticket created in Odoo Live Chat @@ -40,7 +40,7 @@ Send canned responses To create them, go to :menuselection:`Live Chat --> Configuration --> Canned Responses`. | To use them during a conversation, simply type **:** followed by the shortcut word you created. -.. image:: media/canned_response.png +.. image:: responses/canned_response.png :align: center :alt: View of a chat window and the use of a canned response in Odoo Live Chat diff --git a/content/applications/websites/livechat/overview/media/canned_response.png b/content/applications/websites/livechat/overview/responses/canned_response.png similarity index 100% rename from content/applications/websites/livechat/overview/media/canned_response.png rename to content/applications/websites/livechat/overview/responses/canned_response.png diff --git a/content/applications/websites/livechat/overview/media/create_ticket.png b/content/applications/websites/livechat/overview/responses/create_ticket.png similarity index 100% rename from content/applications/websites/livechat/overview/media/create_ticket.png rename to content/applications/websites/livechat/overview/responses/create_ticket.png diff --git a/content/applications/websites/website/optimize/google_analytics.rst b/content/applications/websites/website/optimize/google_analytics.rst index 5f12b485ad..e7151c25dd 100644 --- a/content/applications/websites/website/optimize/google_analytics.rst +++ b/content/applications/websites/website/optimize/google_analytics.rst @@ -9,19 +9,19 @@ To follow your website's traffic with Google Analytics: - Go through the creation form and accept the conditions to get the tracking ID. - .. image:: media/google_analytics_account.png + .. image:: google_analytics/google_analytics_account.png :align: center - Copy the tracking ID to insert it in Odoo. - .. image:: media/google_analytics_tracking_id.png + .. image:: google_analytics/google_analytics_tracking_id.png :align: center - Go to the *Configuration* menu of your Odoo's Website app. In the settings, turn on Google Analytics and paste the tracking ID. Then save the page. - .. image:: media/google_analytics_settings.png + .. image:: google_analytics/google_analytics_settings.png :align: center To make your first steps in Google Analytics, refer to `Google Documentation diff --git a/content/applications/websites/website/optimize/media/google_analytics_account.png b/content/applications/websites/website/optimize/google_analytics/google_analytics_account.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_account.png rename to content/applications/websites/website/optimize/google_analytics/google_analytics_account.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_settings.png b/content/applications/websites/website/optimize/google_analytics/google_analytics_settings.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_settings.png rename to content/applications/websites/website/optimize/google_analytics/google_analytics_settings.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_tracking_id.png b/content/applications/websites/website/optimize/google_analytics/google_analytics_tracking_id.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_tracking_id.png rename to content/applications/websites/website/optimize/google_analytics/google_analytics_tracking_id.png diff --git a/content/applications/websites/website/optimize/google_analytics_dashboard.rst b/content/applications/websites/website/optimize/google_analytics_dashboard.rst index 93d944a9a0..b2250938d6 100644 --- a/content/applications/websites/website/optimize/google_analytics_dashboard.rst +++ b/content/applications/websites/website/optimize/google_analytics_dashboard.rst @@ -13,29 +13,29 @@ Dashboard thanks to Google Analytics. - Select Analytics API. -.. image:: media/google_analytics_api.png +.. image:: google_analytics_dashboard/google_analytics_api.png :align: center - Create a new project and give it a name (e.g. Odoo). This project is needed to store your API credentials. -.. image:: media/google_analytics_create_project.png +.. image:: google_analytics_dashboard/google_analytics_create_project.png :align: center - Enable the API. -.. image:: media/google_analytics_enable.png +.. image:: google_analytics_dashboard/google_analytics_enable.png :align: center - Create credentials to use in Odoo. -.. image:: media/google_analytics_create_credentials.png +.. image:: google_analytics_dashboard/google_analytics_create_credentials.png :align: center - Select *Web browser (Javascript)* as calling source and *User data* as kind of data. -.. image:: media/google_analytics_get_credentials.png +.. image:: google_analytics_dashboard/google_analytics_get_credentials.png :align: center - Then you can create a Client ID. @@ -44,7 +44,7 @@ Dashboard thanks to Google Analytics. Odoo's instance URL. The *Authorized redirect URI* is your Odoo's instance URL followed by '/google_account/authentication'. -.. image:: media/google_analytics_authorization.png +.. image:: google_analytics_dashboard/google_analytics_authorization.png :align: center @@ -55,16 +55,16 @@ Dashboard thanks to Google Analytics. - Finally you are provided with your Client ID. Copy and paste it in Odoo. -.. image:: media/google_analytics_client_id.png +.. image:: google_analytics_dashboard/google_analytics_client_id.png :align: center - Open your Website Dashboard in Odoo and link your Analytics account. to past your Client ID. -.. image:: media/google_analytics_start.png +.. image:: google_analytics_dashboard/google_analytics_start.png :align: center - As a last step, authorize Odoo to access Google API. -.. image:: media/google_analytics_login.png +.. image:: google_analytics_dashboard/google_analytics_login.png :align: center diff --git a/content/applications/websites/website/optimize/media/google_analytics_api.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_api.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_api.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_api.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_authorization.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_authorization.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_authorization.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_authorization.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_client_id.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_client_id.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_client_id.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_client_id.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_create_credentials.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_create_credentials.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_create_credentials.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_create_credentials.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_create_project.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_create_project.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_create_project.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_create_project.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_enable.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_enable.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_enable.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_enable.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_get_credentials.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_get_credentials.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_get_credentials.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_get_credentials.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_login.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_login.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_login.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_login.png diff --git a/content/applications/websites/website/optimize/media/google_analytics_start.png b/content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_start.png similarity index 100% rename from content/applications/websites/website/optimize/media/google_analytics_start.png rename to content/applications/websites/website/optimize/google_analytics_dashboard/google_analytics_start.png diff --git a/content/applications/websites/website/optimize/link_tracker.rst b/content/applications/websites/website/optimize/link_tracker.rst index dbd6dd80c5..8d91128846 100644 --- a/content/applications/websites/website/optimize/link_tracker.rst +++ b/content/applications/websites/website/optimize/link_tracker.rst @@ -11,7 +11,7 @@ Configuration Go to :menuselection:`Website --> Configuration --> Settings` and activate *Link Trackers*. -.. image:: media/enable_link_tracker.png +.. image:: link_tracker/enable_link_tracker.png :align: center :alt: View of Website settings page emphasizing the link trackers field in Odoo Website @@ -21,7 +21,7 @@ Set up traceable URLs Go to :menuselection:`Website --> Go to website --> Promote --> Track this page`. Here, you are able to get a specific tracked URL based on the campaign, medium, and source being used. -.. image:: media/link_tracker_fields.png +.. image:: link_tracker/link_tracker_fields.png :align: center :alt: View of the link tracker fields for Odoo Website @@ -41,7 +41,7 @@ To look at statistics of your links, go to :menuselection:`Website --> Go to web on *Stats* to see complete statistics about the number of clicks and the country of origin of those clicks. -.. image:: media/links_statistics.png +.. image:: link_tracker/links_statistics.png :align: center :alt: View of the tracked list emphasizing the statistics buttons in Odoo Website diff --git a/content/applications/websites/website/optimize/media/enable_link_tracker.png b/content/applications/websites/website/optimize/link_tracker/enable_link_tracker.png similarity index 100% rename from content/applications/websites/website/optimize/media/enable_link_tracker.png rename to content/applications/websites/website/optimize/link_tracker/enable_link_tracker.png diff --git a/content/applications/websites/website/optimize/media/link_tracker_fields.png b/content/applications/websites/website/optimize/link_tracker/link_tracker_fields.png similarity index 100% rename from content/applications/websites/website/optimize/media/link_tracker_fields.png rename to content/applications/websites/website/optimize/link_tracker/link_tracker_fields.png diff --git a/content/applications/websites/website/optimize/media/links_statistics.png b/content/applications/websites/website/optimize/link_tracker/links_statistics.png similarity index 100% rename from content/applications/websites/website/optimize/media/links_statistics.png rename to content/applications/websites/website/optimize/link_tracker/links_statistics.png diff --git a/content/applications/websites/website/optimize/seo.rst b/content/applications/websites/website/optimize/seo.rst index 4b839e359c..3b3f7b61e0 100644 --- a/content/applications/websites/website/optimize/seo.rst +++ b/content/applications/websites/website/optimize/seo.rst @@ -32,7 +32,7 @@ They are automatically generated based on page title & content, but you can finetune them. Make sure they fit the content of the page, otherwise you will be downgraded by search engines. -.. image:: media/seo01.png +.. image:: seo/seo01.png :align: center Keywords @@ -43,7 +43,7 @@ towards your website. For each keyword, you see how it is used in the content (H1, H2, page title, page description, page content) and what are the related searches in Google. The more keywords are used the better. -.. image:: media/seo02.png +.. image:: seo/seo02.png :align: center .. note:: @@ -92,7 +92,7 @@ Social Network Odoo allows to link all your social network accounts in your website footer. All you have to do is to refer all your accounts in your company settings. -.. image:: media/seo03.png +.. image:: seo/seo03.png :align: center Social Share @@ -102,14 +102,14 @@ Drop the building block *Share* on any page you want your visitors to share. By clicking the icon, they are prompted to share the page in their social media wall. -.. image:: media/seo04.png +.. image:: seo/seo04.png :align: center Most social media use a picture of the picture to decorate the share post. Odoo uses the website logo by default but you can choose any other image of your page in the Promote tool. -.. image:: media/seo05.png +.. image:: seo/seo05.png :align: center Facebook Page @@ -319,7 +319,7 @@ visitor abandonment rate is also divided by two. (25% to 12.5%). One extra second to load a page could `cost $1.6b to Amazon in sales `__. -.. image:: media/seo06.png +.. image:: seo/seo06.png :align: center Fortunately, Odoo does all the magic for you. Below, you will find the @@ -341,7 +341,7 @@ From the upload button, you have the option to keep the original image unmodified if you prefer to optimize the quality of the image rather than performance. -.. image:: media/seo07.png +.. image:: seo/seo07.png :align: center .. note:: @@ -355,12 +355,12 @@ When you click on an image, Odoo shows you the Alt and title attributes of the ```` tag. You can click on it to set your own title and Alt attributes for the image. -.. image:: media/seo08.png +.. image:: seo/seo08.png :align: center When you click on this link, the following window will appear: -.. image:: media/seo09.png +.. image:: seo/seo09.png :align: center Odoo's pictograms are implemented using a font (`Font @@ -368,7 +368,7 @@ Awesome `__ in most Odoo themes). Thus, you can use as many pictograms as you want in your page, they will not result in extra requests to load the page. -.. image:: media/seo10.png +.. image:: seo/seo10.png :align: center Static Resources: CSS @@ -504,7 +504,7 @@ Delivery Network has three advantages: You can configure your CDN options from the **Website Admin** app, using the Configuration menu. Here is an example of configuration you can use: -.. image:: media/seo11.png +.. image:: seo/seo11.png :align: center HTML Pages @@ -535,7 +535,7 @@ Websites that are not mobile-friendly are negatively impacted in search engine rankings. All Odoo themes rely on Bootstrap to render efficiently according to the device: desktop, tablet or mobile. -.. image:: media/seo12.png +.. image:: seo/seo12.png :align: center As all Odoo modules share the same technology, absolutely all pages in @@ -569,7 +569,7 @@ eCommerce compared to Odoo when it comes to high query volumes: Here is the slide that summarizes the scalability of Odoo Website & eCommerce. -.. image:: media/seo13.png +.. image:: seo/seo13.png :align: center Search Engines Files @@ -620,7 +620,7 @@ products, forum posts and contact addresses. This allows your product pages to be displayed in Google using extra information like the price and rating of a product: -.. image:: media/seo14.png +.. image:: seo/seo14.png :align: center robots.txt diff --git a/content/applications/websites/website/optimize/media/seo01.png b/content/applications/websites/website/optimize/seo/seo01.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo01.png rename to content/applications/websites/website/optimize/seo/seo01.png diff --git a/content/applications/websites/website/optimize/media/seo02.png b/content/applications/websites/website/optimize/seo/seo02.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo02.png rename to content/applications/websites/website/optimize/seo/seo02.png diff --git a/content/applications/websites/website/optimize/media/seo03.png b/content/applications/websites/website/optimize/seo/seo03.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo03.png rename to content/applications/websites/website/optimize/seo/seo03.png diff --git a/content/applications/websites/website/optimize/media/seo04.png b/content/applications/websites/website/optimize/seo/seo04.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo04.png rename to content/applications/websites/website/optimize/seo/seo04.png diff --git a/content/applications/websites/website/optimize/media/seo05.png b/content/applications/websites/website/optimize/seo/seo05.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo05.png rename to content/applications/websites/website/optimize/seo/seo05.png diff --git a/content/applications/websites/website/optimize/media/seo06.png b/content/applications/websites/website/optimize/seo/seo06.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo06.png rename to content/applications/websites/website/optimize/seo/seo06.png diff --git a/content/applications/websites/website/optimize/media/seo07.png b/content/applications/websites/website/optimize/seo/seo07.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo07.png rename to content/applications/websites/website/optimize/seo/seo07.png diff --git a/content/applications/websites/website/optimize/media/seo08.png b/content/applications/websites/website/optimize/seo/seo08.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo08.png rename to content/applications/websites/website/optimize/seo/seo08.png diff --git a/content/applications/websites/website/optimize/media/seo09.png b/content/applications/websites/website/optimize/seo/seo09.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo09.png rename to content/applications/websites/website/optimize/seo/seo09.png diff --git a/content/applications/websites/website/optimize/media/seo10.png b/content/applications/websites/website/optimize/seo/seo10.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo10.png rename to content/applications/websites/website/optimize/seo/seo10.png diff --git a/content/applications/websites/website/optimize/media/seo11.png b/content/applications/websites/website/optimize/seo/seo11.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo11.png rename to content/applications/websites/website/optimize/seo/seo11.png diff --git a/content/applications/websites/website/optimize/media/seo12.png b/content/applications/websites/website/optimize/seo/seo12.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo12.png rename to content/applications/websites/website/optimize/seo/seo12.png diff --git a/content/applications/websites/website/optimize/media/seo13.png b/content/applications/websites/website/optimize/seo/seo13.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo13.png rename to content/applications/websites/website/optimize/seo/seo13.png diff --git a/content/applications/websites/website/optimize/media/seo14.png b/content/applications/websites/website/optimize/seo/seo14.png similarity index 100% rename from content/applications/websites/website/optimize/media/seo14.png rename to content/applications/websites/website/optimize/seo/seo14.png diff --git a/content/applications/websites/website/publish/multi_website.rst b/content/applications/websites/website/publish/multi_website.rst index 86948186a5..2afc3e19a7 100644 --- a/content/applications/websites/website/publish/multi_website.rst +++ b/content/applications/websites/website/publish/multi_website.rst @@ -2,7 +2,7 @@ Manage Multi Websites ===================== -.. image:: media/multi_website04.png +.. image:: multi_website/multi_website04.png :align: center Odoo’s Multi-Websites opens up broad possibilities of diversification and @@ -22,7 +22,7 @@ The button, *Create a new website*, lays in the first section. -.. image:: media/multi_website05.png +.. image:: multi_website/multi_website05.png :align: center In the upcoming prompt, set a name for your new website and a specific @@ -30,7 +30,7 @@ domain name. Leave empty to publish the new website under the default domain of your Odoo database. You can later set some country groups to redirect visitors to it using Geo IP. -.. image:: media/multi_website01.png +.. image:: multi_website/multi_website01.png :align: center Then, select a theme. This new website might have an entirely different @@ -40,7 +40,7 @@ different theme! Once the theme is selected, you can start to build the homepage of your website. Follow the purple drops; they will help you in the first steps. -.. image:: media/multi_website08.png +.. image:: multi_website/multi_website08.png :align: center @@ -64,7 +64,7 @@ edit bar. Switching to another website will connect to the domain of this website. If you use another domain for the website, the user is requested to sign in. -.. image:: media/multi_website03.png +.. image:: multi_website/multi_website03.png :align: center .. note:: @@ -82,13 +82,13 @@ removing the menu item. Each website comes with a high range of specific options in the settings. First, select the website to configure. -.. image:: media/multi_website15.png +.. image:: multi_website/multi_website15.png :align: center Then, take a look at the options flagged with the earth icon. It means they only impact the very website you are working on. -.. image:: media/multi_website12.png +.. image:: multi_website/multi_website12.png :align: center You can, for instance, set specific : @@ -115,7 +115,7 @@ use a specific one. If you share it and want to adapt the content per region, set country groups in the setting of each website. Visitors will be redirected to the right website using GeoIP. -.. image:: media/multi_website18.png +.. image:: multi_website/multi_website18.png :align: center .. note:: @@ -145,7 +145,7 @@ each website. Go through the different pages to adapt them to this new audience. Focus on workflows, and automatic pages (eCommerce checkout, blogs, events, etc.) as the number of available options is higher there. -.. image:: media/multi_website14.png +.. image:: multi_website/multi_website14.png :align: center Publish specific content per website @@ -157,7 +157,7 @@ post, etc.) is always only published in the current website. You can change that from the edit form view in the backend and leave the *Website* field blank. This will publish it in all the websites. -.. image:: media/multi_website06.png +.. image:: multi_website/multi_website06.png :align: center Here are all the objects that you can link to *either one or all the @@ -191,7 +191,7 @@ website. You can duplicate it to other websites from If you want to duplicate it in just one other website, duplicate the page and set the new website. -.. image:: media/multi_website09.png +.. image:: multi_website/multi_website09.png :align: center When you edit the page again, the change only affects the current @@ -202,7 +202,7 @@ The original page still being linked to all websites. By grouping pages by URL in the page manager, you quickly find the original page behind each edited page. -.. image:: media/multi_website10.png +.. image:: multi_website/multi_website10.png :align: center Multi-companies @@ -211,7 +211,7 @@ Multi-companies Each website can be linked to a specific company of your system, in a multi-companies environment. -.. image:: media/multi_website16.png +.. image:: multi_website/multi_website16.png :align: center With such a configuration, only company-related data appear on the @@ -225,7 +225,7 @@ is it for visitors. .. note:: If websites are multi-companies, you don’t change company when switching websites. To change the company and see the related content, use the company selector in the menu. -.. image:: media/multi_website02.png +.. image:: multi_website/multi_website02.png :align: center Configure your eCommerce website @@ -242,7 +242,7 @@ We already saw earlier how to publish a specific record in only one website. You will find the \*Website\* field in the eCommerce tab of the product edit form. Empty means available in all websites. -.. image:: media/multi_website13.png +.. image:: multi_website/multi_website13.png :align: center Products available on *some* websites @@ -269,7 +269,7 @@ pricelists. See :doc:`../../ecommerce/maximizing_revenue/pricing`. If you need help. Select a website to make a pricelist only available on this website. -.. image:: media/multi_website07.png +.. image:: multi_website/multi_website07.png :align: center Leaving the field empty means that you make it work in all websites if @@ -293,7 +293,7 @@ the websites or compel them to create one account for each website. This last option is convenient if your websites shouldn’t be related to each other in the visitor mind. -.. image:: media/multi_website17.png +.. image:: multi_website/multi_website17.png :align: center Technical hints for customization @@ -313,5 +313,5 @@ tips to make it work with multi websites: the domain to only display records available for the current website. -.. image:: media/multi_website11.png +.. image:: multi_website/multi_website11.png :align: center diff --git a/content/applications/websites/website/publish/media/multi_website01.png b/content/applications/websites/website/publish/multi_website/multi_website01.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website01.png rename to content/applications/websites/website/publish/multi_website/multi_website01.png diff --git a/content/applications/websites/website/publish/media/multi_website02.png b/content/applications/websites/website/publish/multi_website/multi_website02.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website02.png rename to content/applications/websites/website/publish/multi_website/multi_website02.png diff --git a/content/applications/websites/website/publish/media/multi_website03.png b/content/applications/websites/website/publish/multi_website/multi_website03.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website03.png rename to content/applications/websites/website/publish/multi_website/multi_website03.png diff --git a/content/applications/websites/website/publish/media/multi_website04.png b/content/applications/websites/website/publish/multi_website/multi_website04.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website04.png rename to content/applications/websites/website/publish/multi_website/multi_website04.png diff --git a/content/applications/websites/website/publish/media/multi_website05.png b/content/applications/websites/website/publish/multi_website/multi_website05.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website05.png rename to content/applications/websites/website/publish/multi_website/multi_website05.png diff --git a/content/applications/websites/website/publish/media/multi_website06.png b/content/applications/websites/website/publish/multi_website/multi_website06.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website06.png rename to content/applications/websites/website/publish/multi_website/multi_website06.png diff --git a/content/applications/websites/website/publish/media/multi_website07.png b/content/applications/websites/website/publish/multi_website/multi_website07.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website07.png rename to content/applications/websites/website/publish/multi_website/multi_website07.png diff --git a/content/applications/websites/website/publish/media/multi_website08.png b/content/applications/websites/website/publish/multi_website/multi_website08.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website08.png rename to content/applications/websites/website/publish/multi_website/multi_website08.png diff --git a/content/applications/websites/website/publish/media/multi_website09.png b/content/applications/websites/website/publish/multi_website/multi_website09.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website09.png rename to content/applications/websites/website/publish/multi_website/multi_website09.png diff --git a/content/applications/websites/website/publish/media/multi_website10.png b/content/applications/websites/website/publish/multi_website/multi_website10.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website10.png rename to content/applications/websites/website/publish/multi_website/multi_website10.png diff --git a/content/applications/websites/website/publish/media/multi_website11.png b/content/applications/websites/website/publish/multi_website/multi_website11.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website11.png rename to content/applications/websites/website/publish/multi_website/multi_website11.png diff --git a/content/applications/websites/website/publish/media/multi_website12.png b/content/applications/websites/website/publish/multi_website/multi_website12.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website12.png rename to content/applications/websites/website/publish/multi_website/multi_website12.png diff --git a/content/applications/websites/website/publish/media/multi_website13.png b/content/applications/websites/website/publish/multi_website/multi_website13.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website13.png rename to content/applications/websites/website/publish/multi_website/multi_website13.png diff --git a/content/applications/websites/website/publish/media/multi_website14.png b/content/applications/websites/website/publish/multi_website/multi_website14.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website14.png rename to content/applications/websites/website/publish/multi_website/multi_website14.png diff --git a/content/applications/websites/website/publish/media/multi_website15.png b/content/applications/websites/website/publish/multi_website/multi_website15.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website15.png rename to content/applications/websites/website/publish/multi_website/multi_website15.png diff --git a/content/applications/websites/website/publish/media/multi_website16.png b/content/applications/websites/website/publish/multi_website/multi_website16.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website16.png rename to content/applications/websites/website/publish/multi_website/multi_website16.png diff --git a/content/applications/websites/website/publish/media/multi_website17.png b/content/applications/websites/website/publish/multi_website/multi_website17.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website17.png rename to content/applications/websites/website/publish/multi_website/multi_website17.png diff --git a/content/applications/websites/website/publish/media/multi_website18.png b/content/applications/websites/website/publish/multi_website/multi_website18.png similarity index 100% rename from content/applications/websites/website/publish/media/multi_website18.png rename to content/applications/websites/website/publish/multi_website/multi_website18.png diff --git a/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst b/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst index 8ca66e49ba..bbc58350c0 100644 --- a/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst +++ b/content/applications/websites/website/publish/on-premise_geo-ip-installation.rst @@ -52,7 +52,7 @@ How To Test GeoIP Geolocation In Your Odoo Website You should end up with a dictionary indicating the location of the IP address. -.. image:: media/on-premise_geo-ip-installation01.png +.. image:: on-premise_geo-ip-installation/on-premise_geo-ip-installation01.png :align: center .. note:: diff --git a/content/applications/websites/website/publish/media/on-premise_geo-ip-installation01.png b/content/applications/websites/website/publish/on-premise_geo-ip-installation/on-premise_geo-ip-installation01.png similarity index 100% rename from content/applications/websites/website/publish/media/on-premise_geo-ip-installation01.png rename to content/applications/websites/website/publish/on-premise_geo-ip-installation/on-premise_geo-ip-installation01.png diff --git a/content/applications/websites/website/publish/translate.rst b/content/applications/websites/website/publish/translate.rst index a69d329e92..434f59ce04 100644 --- a/content/applications/websites/website/publish/translate.rst +++ b/content/applications/websites/website/publish/translate.rst @@ -29,20 +29,20 @@ don't install anything, and follow the next step. Now go to your website. On the bottom right corner of the page, click on **Add a language**. -.. image:: media/translate_website01.png +.. image:: translate/translate_website01.png :align: center Choose the language in which you want to translate your website and then click on **Load.** -.. image:: media/translate_website02.png +.. image:: translate/translate_website02.png :align: center You will see that Now, next to English there is also French, which means that the page for the translation has been created. You can also see that some of the text has been translated automatically. -.. image:: media/translate_website03.png +.. image:: translate/translate_website03.png :align: center To translate the content of the website, click on **Translate** (here @@ -58,7 +58,7 @@ key. The content you wish to translate will then be translated automatically. -.. image:: media/translate_website04.png +.. image:: translate/translate_website04.png :align: center Now you can see that most of the content is highlighted in yellow or @@ -66,5 +66,5 @@ in green. The yellow represents the content that you have to translate by yourself. The green represents the content that has already been translated automatically. -.. image:: media/translate_website05.png +.. image:: translate/translate_website05.png :align: center diff --git a/content/applications/websites/website/publish/media/translate_website01.png b/content/applications/websites/website/publish/translate/translate_website01.png similarity index 100% rename from content/applications/websites/website/publish/media/translate_website01.png rename to content/applications/websites/website/publish/translate/translate_website01.png diff --git a/content/applications/websites/website/publish/media/translate_website02.png b/content/applications/websites/website/publish/translate/translate_website02.png similarity index 100% rename from content/applications/websites/website/publish/media/translate_website02.png rename to content/applications/websites/website/publish/translate/translate_website02.png diff --git a/content/applications/websites/website/publish/media/translate_website03.png b/content/applications/websites/website/publish/translate/translate_website03.png similarity index 100% rename from content/applications/websites/website/publish/media/translate_website03.png rename to content/applications/websites/website/publish/translate/translate_website03.png diff --git a/content/applications/websites/website/publish/media/translate_website04.png b/content/applications/websites/website/publish/translate/translate_website04.png similarity index 100% rename from content/applications/websites/website/publish/media/translate_website04.png rename to content/applications/websites/website/publish/translate/translate_website04.png diff --git a/content/applications/websites/website/publish/media/translate_website05.png b/content/applications/websites/website/publish/translate/translate_website05.png similarity index 100% rename from content/applications/websites/website/publish/media/translate_website05.png rename to content/applications/websites/website/publish/translate/translate_website05.png diff --git a/content/developer/howtos/backend.rst b/content/developer/howtos/backend.rst index 3fd6088a0e..5fe47d3b88 100644 --- a/content/developer/howtos/backend.rst +++ b/content/developer/howtos/backend.rst @@ -536,7 +536,7 @@ The second inheritance mechanism (delegation) allows to link every record of a model to a record in a parent model, and provides transparent access to the fields of the parent record. -.. image:: ../images/inheritance_methods.png +.. image:: ../reference/addons/orm/inheritance_methods.png :align: center .. seealso:: diff --git a/content/developer/howtos/profilecode.rst b/content/developer/howtos/profilecode.rst index 55c8d008c1..da786f7f07 100644 --- a/content/developer/howtos/profilecode.rst +++ b/content/developer/howtos/profilecode.rst @@ -129,4 +129,4 @@ the flamegraph tool: flamegraph.pl ./test.flame > ~/mycode.svg -.. image:: profile/flamegraph.svg +.. image:: profilecode/flamegraph.svg diff --git a/content/developer/howtos/profile/flamegraph.svg b/content/developer/howtos/profilecode/flamegraph.svg similarity index 100% rename from content/developer/howtos/profile/flamegraph.svg rename to content/developer/howtos/profilecode/flamegraph.svg diff --git a/content/developer/howtos/theme_tutorial_assets/img/seo_promote.png b/content/developer/howtos/theme_tutorial_assets/img/seo_promote.png deleted file mode 100644 index 54ca048eac..0000000000 Binary files a/content/developer/howtos/theme_tutorial_assets/img/seo_promote.png and /dev/null differ diff --git a/content/developer/howtos/theme_tutorial_assets/img/services_page_styled.png b/content/developer/howtos/theme_tutorial_assets/img/services_page_styled.png deleted file mode 100755 index bd66b70e5d..0000000000 Binary files a/content/developer/howtos/theme_tutorial_assets/img/services_page_styled.png and /dev/null differ diff --git a/content/developer/howtos/theme_tutorial_assets/img/upgrade_module.png b/content/developer/howtos/theme_tutorial_assets/img/upgrade_module.png deleted file mode 100644 index 3806cfb9bd..0000000000 Binary files a/content/developer/howtos/theme_tutorial_assets/img/upgrade_module.png and /dev/null differ diff --git a/content/developer/howtos/themes.rst b/content/developer/howtos/themes.rst index ead6d6cdbb..253b94e759 100644 --- a/content/developer/howtos/themes.rst +++ b/content/developer/howtos/themes.rst @@ -17,7 +17,7 @@ freedom for the user to customize everything according to their needs. Ready to create your own theme? Great. Here are some things you should know before you begin. This tutorial is a guide to creating an Odoo theme. -.. image:: theme_tutorial_assets/img/Intro.jpg +.. image:: themes/Intro.jpg An introduction for web designers @@ -43,7 +43,7 @@ This is usually the first question from a web designer used to working with Word .. container:: col-sm-4 - .. image:: theme_tutorial_assets/img/cms.jpg + .. image:: themes/cms.jpg .. container:: col-sm-7 @@ -71,7 +71,7 @@ Odoo default theme structure .. container:: col-sm-4 - .. image:: theme_tutorial_assets/img/def_structure.jpg + .. image:: themes/def_structure.jpg .. container:: row @@ -111,14 +111,14 @@ Let’s take a tour of our “list” elements: .. container:: row - .. figure:: theme_tutorial_assets/img/snippet.jpg + .. figure:: themes/snippet.jpg :figclass: col-sm-6 Snippets (or building-blocks) A piece of HTML code. The user will drag&drop, modify and combine them using our built-in Website Builder interface. You can define sets of options and styles for each snippet. The user will choose from them according to their needs. - .. figure:: theme_tutorial_assets/img/page.jpg + .. figure:: themes/page.jpg :figclass: col-sm-6 Pages @@ -131,14 +131,14 @@ Let’s take a tour of our “list” elements: .. container:: row - .. figure:: theme_tutorial_assets/img/styles.jpg + .. figure:: themes/styles.jpg :figclass: col-sm-6 Styles Styles are defined using SCSS files (or you can use standard CSS files). You can define a style as **default** or **optional**. The default styles are always active in your theme, the optional styles can be enabled or disabled by the user. - .. figure:: theme_tutorial_assets/img/functionalities.jpg + .. figure:: themes/functionalities.jpg :figclass: col-sm-6 Functionalities @@ -217,7 +217,7 @@ Odoo’s themes are packaged like modules. Even if you are designing a very simp The final result should be like this: -.. image:: theme_tutorial_assets/img/theme_folder.jpg +.. image:: themes/theme_folder.jpg Edit ``__manifest__.py`` ------------------------ @@ -272,7 +272,7 @@ Since XML files are only loaded when you install the theme, you will have to for To do that, click on the Upgrade button in the theme selection screen. -.. image:: theme_tutorial_assets/img/restart.png +.. image:: themes/restart.png Structure of an Odoo page ========================= @@ -284,7 +284,7 @@ By default, Odoo provides you with a **Header** and a **Footer** (cross-pages) a Cross-pages elements will be the same on every page. Unique elements are related to a specific page only. -.. image:: theme_tutorial_assets/img/page_structure.jpg +.. image:: themes/page_structure.jpg To inspect the default layout, simply create a new page using the Website Builder. Click on :menuselection:`New --> New Page` and @@ -357,7 +357,7 @@ Finally add **assets.xml** in your **__manifest__.py** file in the data section. Update your theme. -.. image:: theme_tutorial_assets/img/restart.png +.. image:: themes/restart.png Our scss file is now included in our theme, it will be automatically compiled, minified and combined with all Odoo’s assets. @@ -522,13 +522,13 @@ the theme. To do that, edit your ``__manifest__.py`` file like this Update your theme -.. image:: theme_tutorial_assets/img/restart.png +.. image:: themes/restart.png Great! We successfully added an id to the header and an element after the navigation menu. These changes will be applied to each page of the website. -.. image:: theme_tutorial_assets/img/after-menu.png +.. image:: themes/after-menu.png :class: shadow-0 Create a specific page layout @@ -696,14 +696,14 @@ Our page is almost ready. Now all we have to do is add **pages.xml** in our **__ Update your theme -.. image:: theme_tutorial_assets/img/restart.png +.. image:: themes/restart.png Great, our Services page is ready and you’ll be able to access it by navigating to ``/services`` (the URL we chose above). You will notice that it's possible to drag/drop snippets underneath the *Our Services* list. -.. image:: theme_tutorial_assets/img/services_page_nostyle.png +.. image:: themes/services_page_nostyle.png :class: shadow-0 Now let's go back to our *pages.xml* and, after our page template, @@ -720,7 +720,7 @@ copy/paste the following code. This code will add a link to the main menu, referring to the page we created. -.. image:: theme_tutorial_assets/img/services_page_menu.png +.. image:: themes/services_page_menu.png :class: shadow-0 The **sequence** attribute defines the link’s position in the top menu. @@ -785,7 +785,7 @@ Structure tab. If you want to change the destination tab, you have just to repla -.. image:: theme_tutorial_assets/img/snippet_bar.png +.. image:: themes/snippet_bar.png :class: col-sm-6 shadow-0 @@ -802,7 +802,7 @@ Effect ``//div[@id='snippet_effect']`` The ```` tag will call our snippet's template and will assign a thumbnail placed in the img folder. You can now drag your snippet from the snippet bar, drop it in your page and see the result. -.. image:: theme_tutorial_assets/img/snippet_default.png +.. image:: themes/snippet_default.png Snippet options @@ -876,11 +876,11 @@ option will reset the snippet to default. Add **options.xml** to ``__manifest__.py`` and update your theme. -.. image:: theme_tutorial_assets/img/restart.png +.. image:: themes/restart.png Dropping our snippet onto the page, you will notice that our new options are automatically added to the customize menu. Inspecting the page, you will also notice that the class will be applied to the element when selecting an option. -.. image:: theme_tutorial_assets/img/snippet_options.png +.. image:: themes/snippet_options.png Let’s create some css rules in order to provide a visual feedback for our options. Open our **style.scss** file and add the following @@ -901,7 +901,7 @@ Let’s create some css rules in order to provide a visual feedback for our opti } } -.. image:: theme_tutorial_assets/img/snippet_options2.png +.. image:: themes/snippet_options2.png :class: shadow-0 Great! We successfully created options for our snippet. @@ -981,14 +981,14 @@ This time we have to inherit ``assets_editor`` instead of ``assets_frontend``. Update your theme -.. image:: theme_tutorial_assets/img/restart.png +.. image:: themes/restart.png Let’s test our new javascript function. Enter in Edit mode and drop into the page. You should now see the javascript alert that we bound on the ``onFocus`` event. If you close it, then click outside of your snippet and then click in it again, the event will trigger again. -.. image:: theme_tutorial_assets/img/snippet_custom_method.png +.. image:: themes/snippet_custom_method.png :class: shadow-0 @@ -1053,7 +1053,7 @@ Let’s have a look to this example of a classic two column snippet, implemented .. container:: col-sm-7 - .. image:: theme_tutorial_assets/img/seo_snippet_wrong.png + .. image:: themes/seo_snippet_wrong.png .. container:: col-sm-5 @@ -1065,7 +1065,7 @@ Let’s have a look to this example of a classic two column snippet, implemented .. container:: col-sm-7 - .. image:: theme_tutorial_assets/img/seo_snippet_good.png + .. image:: themes/seo_snippet_good.png .. container:: col-sm-5 diff --git a/content/developer/howtos/theme_tutorial_assets/img/Intro.jpg b/content/developer/howtos/themes/Intro.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/Intro.jpg rename to content/developer/howtos/themes/Intro.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/after-menu.png b/content/developer/howtos/themes/after-menu.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/after-menu.png rename to content/developer/howtos/themes/after-menu.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/cms.jpg b/content/developer/howtos/themes/cms.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/cms.jpg rename to content/developer/howtos/themes/cms.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/def_structure.jpg b/content/developer/howtos/themes/def_structure.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/def_structure.jpg rename to content/developer/howtos/themes/def_structure.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/functionalities.jpg b/content/developer/howtos/themes/functionalities.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/functionalities.jpg rename to content/developer/howtos/themes/functionalities.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/page.jpg b/content/developer/howtos/themes/page.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/page.jpg rename to content/developer/howtos/themes/page.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/page_structure.jpg b/content/developer/howtos/themes/page_structure.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/page_structure.jpg rename to content/developer/howtos/themes/page_structure.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/restart.png b/content/developer/howtos/themes/restart.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/restart.png rename to content/developer/howtos/themes/restart.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/seo_snippet_good.png b/content/developer/howtos/themes/seo_snippet_good.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/seo_snippet_good.png rename to content/developer/howtos/themes/seo_snippet_good.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/seo_snippet_wrong.png b/content/developer/howtos/themes/seo_snippet_wrong.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/seo_snippet_wrong.png rename to content/developer/howtos/themes/seo_snippet_wrong.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/services_page_menu.png b/content/developer/howtos/themes/services_page_menu.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/services_page_menu.png rename to content/developer/howtos/themes/services_page_menu.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/services_page_nostyle.png b/content/developer/howtos/themes/services_page_nostyle.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/services_page_nostyle.png rename to content/developer/howtos/themes/services_page_nostyle.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/snippet.jpg b/content/developer/howtos/themes/snippet.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/snippet.jpg rename to content/developer/howtos/themes/snippet.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/snippet_bar.png b/content/developer/howtos/themes/snippet_bar.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/snippet_bar.png rename to content/developer/howtos/themes/snippet_bar.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/snippet_custom_method.png b/content/developer/howtos/themes/snippet_custom_method.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/snippet_custom_method.png rename to content/developer/howtos/themes/snippet_custom_method.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/snippet_default.png b/content/developer/howtos/themes/snippet_default.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/snippet_default.png rename to content/developer/howtos/themes/snippet_default.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/snippet_options.png b/content/developer/howtos/themes/snippet_options.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/snippet_options.png rename to content/developer/howtos/themes/snippet_options.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/snippet_options2.png b/content/developer/howtos/themes/snippet_options2.png similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/snippet_options2.png rename to content/developer/howtos/themes/snippet_options2.png diff --git a/content/developer/howtos/theme_tutorial_assets/img/styles.jpg b/content/developer/howtos/themes/styles.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/styles.jpg rename to content/developer/howtos/themes/styles.jpg diff --git a/content/developer/howtos/theme_tutorial_assets/img/theme_folder.jpg b/content/developer/howtos/themes/theme_folder.jpg similarity index 100% rename from content/developer/howtos/theme_tutorial_assets/img/theme_folder.jpg rename to content/developer/howtos/themes/theme_folder.jpg diff --git a/content/developer/howtos/web.rst b/content/developer/howtos/web.rst index 62d96c1202..2dd463ba13 100644 --- a/content/developer/howtos/web.rst +++ b/content/developer/howtos/web.rst @@ -907,7 +907,7 @@ Exercise border-radius: 3px; } - .. image:: web/qweb.* + .. image:: web/qweb.png :align: center :width: 70% @@ -1815,7 +1815,7 @@ When an ``ActionManager`` instance receive an action of type the views themselves to a *view manager*, which will then set up one or multiple views depending on the original action's requirements: -.. image:: web/viewarchitecture.* +.. image:: web/viewarchitecture.png :align: center :width: 40% diff --git a/content/developer/images/rating_request.png b/content/developer/images/rating_request.png deleted file mode 100644 index 761794c165..0000000000 Binary files a/content/developer/images/rating_request.png and /dev/null differ diff --git a/content/developer/misc/api/iap.rst b/content/developer/misc/api/iap.rst index 5b752c578e..f2264aaec5 100644 --- a/content/developer/misc/api/iap.rst +++ b/content/developer/misc/api/iap.rst @@ -25,7 +25,7 @@ App Developer: Overview ======== -.. figure:: images/players.png +.. figure:: iap/players.png :align: center The Players @@ -40,7 +40,7 @@ Overview bridge/translator between an Odoo system and the actual service. -.. figure:: images/credits.jpg +.. figure:: iap/credits.jpg :align: center The Credits @@ -67,7 +67,7 @@ Overview .. note:: In the following explanations we will ignore the External Service, they are just a detail of the service you provide. -.. figure:: images/normal.png +.. figure:: iap/normal.png :align: center 'Normal' service flow @@ -87,7 +87,7 @@ Overview been rendered, possibly (depending on the service) displaying or storing its results in the client's system. -.. figure:: images/no-credit.png +.. figure:: iap/no-credit.png :align: center Insufficient credits @@ -174,16 +174,16 @@ The service has *seven* important fields: how you **use it, its relevance** to make your service work and inform the client on how they can **access, update or delete their personal information**. -.. image:: images/menu.png +.. image:: iap/menu.png :align: center -.. image:: images/service_list.png +.. image:: iap/service_list.png :align: center -.. image:: images/creating_service.png +.. image:: iap/creating_service.png :align: center -.. image:: images/service_created.png +.. image:: iap/service_created.png :align: center You can then create *credit packs* which clients can purchase in order to @@ -214,7 +214,7 @@ A credit pack is essentially a product with five characteristics: pack to another. -.. image:: images/package.png +.. image:: iap/package.png :align: center .. _iap-odoo-app: @@ -283,7 +283,7 @@ local value via your application and additional parts via a remote service. -.. image:: images/button.png +.. image:: iap/button.png :align: center We can now implement the action method/callback. This will *call our own @@ -512,7 +512,7 @@ parameters we can use to make things clearer to the end-user. JSON-RPC2_ Transaction API ========================== -.. image:: images/flow.png +.. image:: iap/flow.png :align: center * The IAP transaction API does not require using Odoo when implementing your diff --git a/content/developer/misc/api/images/button.png b/content/developer/misc/api/iap/button.png similarity index 100% rename from content/developer/misc/api/images/button.png rename to content/developer/misc/api/iap/button.png diff --git a/content/developer/misc/api/images/creating_service.png b/content/developer/misc/api/iap/creating_service.png similarity index 100% rename from content/developer/misc/api/images/creating_service.png rename to content/developer/misc/api/iap/creating_service.png diff --git a/content/developer/misc/api/images/credits.jpg b/content/developer/misc/api/iap/credits.jpg similarity index 100% rename from content/developer/misc/api/images/credits.jpg rename to content/developer/misc/api/iap/credits.jpg diff --git a/content/developer/misc/api/images/flow.png b/content/developer/misc/api/iap/flow.png similarity index 100% rename from content/developer/misc/api/images/flow.png rename to content/developer/misc/api/iap/flow.png diff --git a/content/developer/misc/api/images/menu.png b/content/developer/misc/api/iap/menu.png similarity index 100% rename from content/developer/misc/api/images/menu.png rename to content/developer/misc/api/iap/menu.png diff --git a/content/developer/misc/api/images/no-credit.png b/content/developer/misc/api/iap/no-credit.png similarity index 100% rename from content/developer/misc/api/images/no-credit.png rename to content/developer/misc/api/iap/no-credit.png diff --git a/content/developer/misc/api/images/normal.png b/content/developer/misc/api/iap/normal.png similarity index 100% rename from content/developer/misc/api/images/normal.png rename to content/developer/misc/api/iap/normal.png diff --git a/content/developer/misc/api/images/package.png b/content/developer/misc/api/iap/package.png similarity index 100% rename from content/developer/misc/api/images/package.png rename to content/developer/misc/api/iap/package.png diff --git a/content/developer/misc/api/images/players.png b/content/developer/misc/api/iap/players.png similarity index 100% rename from content/developer/misc/api/images/players.png rename to content/developer/misc/api/iap/players.png diff --git a/content/developer/misc/api/images/service_created.png b/content/developer/misc/api/iap/service_created.png similarity index 100% rename from content/developer/misc/api/images/service_created.png rename to content/developer/misc/api/iap/service_created.png diff --git a/content/developer/misc/api/images/service_list.png b/content/developer/misc/api/iap/service_list.png similarity index 100% rename from content/developer/misc/api/images/service_list.png rename to content/developer/misc/api/iap/service_list.png diff --git a/content/developer/misc/api/images/credits2.jpg b/content/developer/misc/api/images/credits2.jpg deleted file mode 100644 index 037bcb1c91..0000000000 Binary files a/content/developer/misc/api/images/credits2.jpg and /dev/null differ diff --git a/content/developer/misc/api/images/template.png b/content/developer/misc/api/images/template.png deleted file mode 100644 index 6256c01151..0000000000 Binary files a/content/developer/misc/api/images/template.png and /dev/null differ diff --git a/content/developer/misc/i18n/translations.rst b/content/developer/misc/i18n/translations.rst index 7d710d6a4b..b2acdce678 100644 --- a/content/developer/misc/i18n/translations.rst +++ b/content/developer/misc/i18n/translations.rst @@ -29,7 +29,7 @@ the backend interface and opening :menuselection:`Settings --> Translations * select your module * click :guilabel:`Export` and download the file -.. image:: translations/po-export.* +.. image:: translations/po-export.png :align: center :width: 75% diff --git a/content/developer/reference/addons/data.rst b/content/developer/reference/addons/data.rst index c7bdb49181..acc8930981 100644 --- a/content/developer/reference/addons/data.rst +++ b/content/developer/reference/addons/data.rst @@ -293,13 +293,13 @@ For this case, data files can also use csv_, this is often the case for Here's the first lines of the data file defining US states ``res.country.state.csv`` -.. literalinclude:: static/res.country.state.csv +.. literalinclude:: data/res.country.state.csv :language: text rendered in a more readable format: .. csv-table:: - :file: static/res.country.state.csv + :file: data/res.country.state.csv :header-rows: 1 :class: table-striped table-hover table-sm diff --git a/content/developer/reference/addons/static/res.country.state.csv b/content/developer/reference/addons/data/res.country.state.csv similarity index 100% rename from content/developer/reference/addons/static/res.country.state.csv rename to content/developer/reference/addons/data/res.country.state.csv diff --git a/content/developer/reference/addons/orm.rst b/content/developer/reference/addons/orm.rst index 531f3e16fc..983d66b2ce 100644 --- a/content/developer/reference/addons/orm.rst +++ b/content/developer/reference/addons/orm.rst @@ -933,7 +933,7 @@ Odoo provides three different mechanisms to extend models in a modular way: version * delegating some of the model's fields to records it contains -.. image:: ../../images/inheritance_methods.png +.. image:: orm/inheritance_methods.png :align: center Classical inheritance diff --git a/content/developer/images/inheritance_methods.png b/content/developer/reference/addons/orm/inheritance_methods.png similarity index 100% rename from content/developer/images/inheritance_methods.png rename to content/developer/reference/addons/orm/inheritance_methods.png diff --git a/content/developer/reference/addons/testing.rst b/content/developer/reference/addons/testing.rst index 04ce962059..727f8599ab 100644 --- a/content/developer/reference/addons/testing.rst +++ b/content/developer/reference/addons/testing.rst @@ -308,7 +308,7 @@ The main way to run the test suite is to have a running Odoo server, then navigate a web browser to ``/web/tests``. The test suite will then be executed by the web browser Javascript engine. -.. image:: ./images/tests.png +.. image:: testing/tests.png :align: center The web UI has many useful features: it can run only some submodules, or diff --git a/content/developer/reference/addons/images/tests.png b/content/developer/reference/addons/testing/tests.png similarity index 100% rename from content/developer/reference/addons/images/tests.png rename to content/developer/reference/addons/testing/tests.png diff --git a/content/developer/reference/javascript/images/runner.png b/content/developer/reference/javascript/images/runner.png deleted file mode 100644 index fba0121caf..0000000000 Binary files a/content/developer/reference/javascript/images/runner.png and /dev/null differ diff --git a/content/developer/reference/javascript/images/runner2.png b/content/developer/reference/javascript/images/runner2.png deleted file mode 100644 index 45bb5c5585..0000000000 Binary files a/content/developer/reference/javascript/images/runner2.png and /dev/null differ diff --git a/content/developer/reference/javascript/images/tests2.png b/content/developer/reference/javascript/images/tests2.png deleted file mode 100644 index b51da6b9e7..0000000000 Binary files a/content/developer/reference/javascript/images/tests2.png and /dev/null differ diff --git a/content/developer/reference/javascript/images/tests3.png b/content/developer/reference/javascript/images/tests3.png deleted file mode 100644 index e89da505f5..0000000000 Binary files a/content/developer/reference/javascript/images/tests3.png and /dev/null differ diff --git a/content/developer/reference/javascript/mobile.rst b/content/developer/reference/javascript/mobile.rst index d7462b1f86..54217e3096 100644 --- a/content/developer/reference/javascript/mobile.rst +++ b/content/developer/reference/javascript/mobile.rst @@ -26,7 +26,7 @@ How does it work? Internal workings of the mobile application: -.. image:: images/mobile_working.jpg +.. image:: mobile/mobile_working.jpg Of course, it is a web page that loads on a Mobile Native Web container. But it is integrated in such a way that you can access native resources from your web @@ -50,7 +50,7 @@ How to use it? Just like the Odoo Web Framework, the Mobile API can be used anywhere by getting the object from **web_mobile.rpc** -.. image:: images/odoo_mobile_api.png +.. image:: mobile/odoo_mobile_api.png The mobile RPC object provides a list of methods that are available (this only works with the mobile app). @@ -78,7 +78,7 @@ remains visible and interactive. mobile.methods.showToast({'message': 'Message sent'}); -.. image:: images/toast.png +.. image:: mobile/toast.png Vibrating device @@ -119,7 +119,7 @@ displayed at a time. } }); -.. image:: images/snackbar.png +.. image:: mobile/snackbar.png Showing notification ..................... @@ -139,7 +139,7 @@ view at any time. mobile.showNotification({'title': 'Simple Notification', 'message': 'This is a test for a simple notification'}) -.. image:: images/mobile_notification.png +.. image:: mobile/mobile_notification.png Create contact in device @@ -173,7 +173,7 @@ Create a new device contact with the given contact details. mobile.methods.addContact(contact); -.. image:: images/mobile_contact_create.png +.. image:: mobile/mobile_contact_create.png Scanning barcodes .................. @@ -208,4 +208,4 @@ Use switchAccount to switch from one account to another on the device. mobile.methods.switchAccount(); -.. image:: images/mobile_switch_account.png +.. image:: mobile/mobile_switch_account.png diff --git a/content/developer/reference/javascript/images/mobile_contact_create.png b/content/developer/reference/javascript/mobile/mobile_contact_create.png similarity index 100% rename from content/developer/reference/javascript/images/mobile_contact_create.png rename to content/developer/reference/javascript/mobile/mobile_contact_create.png diff --git a/content/developer/reference/javascript/images/mobile_notification.png b/content/developer/reference/javascript/mobile/mobile_notification.png similarity index 100% rename from content/developer/reference/javascript/images/mobile_notification.png rename to content/developer/reference/javascript/mobile/mobile_notification.png diff --git a/content/developer/reference/javascript/images/mobile_switch_account.png b/content/developer/reference/javascript/mobile/mobile_switch_account.png similarity index 100% rename from content/developer/reference/javascript/images/mobile_switch_account.png rename to content/developer/reference/javascript/mobile/mobile_switch_account.png diff --git a/content/developer/reference/javascript/images/mobile_working.jpg b/content/developer/reference/javascript/mobile/mobile_working.jpg similarity index 100% rename from content/developer/reference/javascript/images/mobile_working.jpg rename to content/developer/reference/javascript/mobile/mobile_working.jpg diff --git a/content/developer/reference/javascript/images/odoo_mobile_api.png b/content/developer/reference/javascript/mobile/odoo_mobile_api.png similarity index 100% rename from content/developer/reference/javascript/images/odoo_mobile_api.png rename to content/developer/reference/javascript/mobile/odoo_mobile_api.png diff --git a/content/developer/reference/javascript/images/snackbar.png b/content/developer/reference/javascript/mobile/snackbar.png similarity index 100% rename from content/developer/reference/javascript/images/snackbar.png rename to content/developer/reference/javascript/mobile/snackbar.png diff --git a/content/developer/reference/javascript/images/toast.png b/content/developer/reference/javascript/mobile/toast.png similarity index 100% rename from content/developer/reference/javascript/images/toast.png rename to content/developer/reference/javascript/mobile/toast.png