Commit Graph

2317 Commits

Author SHA1 Message Date
Jonathan Castillo (jcs)
fd006b4a3c [IMP] upgrade: create new "upgrade" section in "install and maintain"
closes odoo/documentation#1169

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-10-15 11:20:44 +00:00
Jonathan Castillo (jcs)
8ca7d66faa [IMP] maintain: on premise filename change and media movement
Part-of: odoo/documentation#1169
2021-10-15 11:20:43 +00:00
Jonathan Castillo (jcs)
84ceee3fda [IMP] maintain: update versions upgrade
task-2600310

Part-of: odoo/documentation#1169
2021-10-15 11:20:43 +00:00
Antoine Vandevenne (anv)
a9e218140f [REL] supported_versions: update list of versions and add end of support
closes odoo/documentation#1157

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-10-05 14:22:03 +00:00
Antoine Vandevenne (anv)
8043d92b24 [IMP] contributing: adapt the GitHub workflow to the new doc theme
closes odoo/documentation#1156

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-10-05 13:29:42 +00:00
Odoo Translation Bot
1d2677db83 [I18N] Update translation terms from Transifex 2021-09-26 02:30:32 +02:00
Denis Ledoux
7276929071 [FIX] maintain: upgrade command line link
closes odoo/documentation#1148

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-09-20 08:37:29 +00:00
Odoo Translation Bot
b1e309d69f [I18N] Update translation terms from Transifex 2021-09-19 02:30:29 +02:00
Raf Geens
fd69696721 [FIX] app/accounting: Fix outdated Colombian test server url (Spanish)
Update the test server link that was updated in the English documentation
(colombia.rst) in the Spanish version as well (colombia_ES.rst).

Remove the incorrect link to the production server (which was a duplicate
of the test link instead) to be consistent with other versions of the
document.

closes odoo/documentation#1144

X-original-commit: ad36915bf7
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Raf Geens <raf-odoo@users.noreply.github.com>
2021-09-15 10:27:54 +00:00
Jonathan Castillo (jcs)
0842b682fc [IMP] maintain: update test doc link in versions upgrade
closes odoo/documentation#1137

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-09-14 14:52:17 +00:00
Antoine Vandevenne (anv)
7f3c27b49c [IMP] conf: hide saas branches from the version switcher
closes odoo/documentation#1131

X-original-commit: 7f5b948f0b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-09-14 12:13:20 +00:00
Jonathan Castillo (jcs)
ebf216cc8e [FIX] subscriptions: wrong Odoo Tutorials link
task-2636416

closes odoo/documentation#1128

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-09-13 14:50:40 +00:00
Odoo Translation Bot
a9c962a29c [I18N] Update translation terms from Transifex 2021-09-12 01:30:27 +02:00
Raf Geens
b8fa076db5 [FIX] app/accounting: Fix outdated Colombian test server url
closes odoo/documentation#1124

X-original-commit: 38f0d9ebf2
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Raf Geens <raf-odoo@users.noreply.github.com>
2021-09-09 08:50:46 +00:00
“odoo-dama”
bef9941434 [ADD] ebay: new doc for account deletion notifications
task-2504306

closes odoo/documentation#1119

X-original-commit: abd3c56678
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne <anv@odoo.com>
2021-09-06 15:26:17 +00:00
Odoo Translation Bot
7521229148 [I18N] Update translation terms from Transifex 2021-09-05 01:30:20 +02:00
Odoo Translation Bot
c605eb715a [I18N] Update translation terms from Transifex 2021-08-22 01:30:15 +02:00
Raf Geens
9e4a57deae [IMP] app/website: Clarify supported platforms for Gengo
Gengo won't work by default on Odoo Online and Odoo.sh. To
prevent confusing customers, be explicit about this and explain
the platforms on which it can work.

closes odoo/documentation#1105

X-original-commit: 989a447dc8
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-08-18 09:16:08 +00:00
Odoo Translation Bot
9dcf918f65 [I18N] Update translation terms from Transifex 2021-08-15 01:30:21 +02:00
Odoo Translation Bot
5efd730a26 [I18N] Update translation terms from Transifex 2021-08-08 01:30:21 +02:00
Victor Feyens
bcf283115b [FIX] Makefile: avoid confusing // in build dir path
When locally building the doc (aka make), CURRENT_LANG is not defined,
which results in HTML_BUILD_DIR = _build/html//, resulting in commands
& logs like the following

mkdir -p _build/html//_static
pysassc extensions/odoo_theme/static/style.scss _build/html//_static/style.css

This has no impact on linux builds, but could be unclear/confusing for some non tech
users (can it have any impact on other OS's/distros ?)

closes odoo/documentation#1094

X-original-commit: d8684e8963
Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-08-06 15:09:50 +00:00
Xavier-Do
4331a56658 [FIX] makefile: fix overridden css
The previous makefile was compiling css beside the style.scss and
the style.css was copied at the end.

The new makefile compile css directly in the build dir.

Since this file was still present in the source because of the .gitignore,
sphinx was using this old version of style.css, overriding the new compiled
css file at the end.

Removing it from gitignore should helpFix this problem.

This commit also fix some path in makefile.
(not critical but this should fix a potential error in static command)

closes odoo/documentation#1085

X-original-commit: fd56d8c170
Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
2021-08-05 08:43:36 +00:00
Victor Feyens
1211d3ae40 [FIX] core: wrong redirections
Cf #1054

closes odoo/documentation#1074

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-08-04 15:39:26 +00:00
Donatienne Pirlot (dopi)
eee063a8b1 [REM] developer/upgrade: remove outdated page
task-2613841

closes odoo/documentation#1080

X-original-commit: 7af926e5aa
Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
2021-08-03 14:06:16 +00:00
Antoine Vandevenne (anv)
9316485da4 [FIX] Makefile: fix CSS compilation for multi-version/lang builds
Commit 547d90a allowed `BUILD_DIR` to be defined from the CLI but didn't
update usages of `HTML_BUILD_DIR`. When building the documentation for
multiple versions and/or languages, we should rely on `HTML_BUILD_DIR`
to point to the appropriate directory.

closes odoo/documentation#1076

X-original-commit: 9bad0540b0
Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
2021-08-03 12:14:28 +00:00
Antoine Vandevenne (anv)
d1da272f21 [MERGE] Forward-port of branch 12.0 to 13.0 2021-07-29 15:06:22 +02:00
Odoo Translation Bot
97524ccda0 [I18N] Update translation terms from Transifex 2021-07-25 02:30:24 +02:00
Odoo Translation Bot
666e7324bc [I18N] Update translation terms from Transifex 2021-07-25 01:30:31 +02:00
Antoine Vandevenne (anv)
5f29b23c70 [MERGE] Forward-port of branch 12.0 to 13.0 2021-07-20 12:53:44 +02:00
Xavier-Do
9a31ed8f67 [IMP] allow to define BUILD_DIR and better odoo detection
Building documentation implies some constraints: the source folder is
readonly, mainly because the sources are shared accros builds.

This implies that nor a symlink and a _build dir cannot be added in the
source directory.

The symlink will work in most cases localy for user with strange
multiverse structure, but if not found, the fallback will check in
parent directory. Most users and runbot will have all sources in the
same directory (both in universe and basic multiverse cases)
-(version?)
   -odoo
   -enterprise
   -upgrade
   -documentation

The second change will check if BUILD_DIR is defined before setting it,
allowing to use 'make BUILD_DIR=../build' to output the documentation
somewhere else.
2021-07-20 12:48:57 +02:00
Odoo Translation Bot
afdd438818 [I18N] Update translation terms from Transifex 2021-07-18 02:30:17 +02:00
Odoo Translation Bot
ec10063ab9 [I18N] Update translation terms from Transifex 2021-07-18 01:30:26 +02:00
Jonathan Castillo (jcs)
69364e7ddb [IMP] accounting: remove deprecated tip in "reconciliation/use_cases"
task-2605395
2021-07-16 10:14:48 +02:00
Odoo Translation Bot
bc257a8f5e [I18N] Update translation terms from Transifex 2021-07-11 02:30:18 +02:00
Odoo Translation Bot
2b076ce94f [I18N] Update translation terms from Transifex 2021-07-11 01:30:22 +02:00
Valentin Chevalier
d30cb941c5 [IMP] guidelines: remove a deprecated tag
The 'oldname' tag has been deprecated for a few years
2021-07-09 10:51:13 +02:00
Demesmaeker
e528bbcfb5 [IMP] amazon_connector: add a note about the new amazon delivery policy
task-2573260
2021-07-08 11:14:00 +02:00
Victor Feyens
6c2e3e099e [REV] services: keep what can i expect page
This doc page is still frequently used by the support.
This commit partly reverts 16418c020b
to keep the page as a hidden orphan page.

In the future, the content of this page should be moved
in the support contract and/or an independent odoo.com page
2021-07-07 16:38:09 +02:00
Florian Gilbert
4e070ab14c [DEL] accounting: doc about Paypal 2021-07-07 15:46:47 +02:00
Florian Gilbert
4bd0353e2f [ADD] accounting: new doc about Salt Edge 2021-07-07 15:46:47 +02:00
Florian Gilbert
2c9ce286d7 [IMP] accounting: update doc about Ponto 2021-07-07 15:46:47 +02:00
Florian Gilbert
64784c41ed [IMP] accounting: improve doc about bank synchronization 2021-07-07 15:46:47 +02:00
Fabien Pinckaers
16418c020b [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00
Antoine Vandevenne (anv)
b4ef20a970 [MERGE] Forward-port of branch 12.0 to 13.0 2021-07-05 16:24:34 +02:00
Jonathan Castillo
7548209ed1 [IMP] accounting: refresh tax mapping addition to "eu_distance_selling"
- since the merge, the feature name got a different capitalization. This
  is updated in the text
- the image is moved after the paragraph with `align:center` as the
  `align:right` currently has an overflow issue with the following
  admonition.

task-2587075
2021-07-05 16:21:33 +02:00
Jonathan Castillo
bfe6f805a8 [ADD] accounting: new doc about EU intra-community distance selling
task-2582383
2021-07-05 16:21:33 +02:00
Odoo Translation Bot
ebd932134d [I18N] Update translation terms from Transifex 2021-07-04 02:30:51 +02:00
Odoo Translation Bot
f63e7e77d1 [I18N] Update translation terms from Transifex 2021-07-04 01:31:08 +02:00
Jonathan Castillo
2fafbc1b15 [FIX] general: add a redirection for previous "base_import" toc page
This toc page seems to have been shared and used. This redirection
now helps users find the content they're looking for.

task-2587076
2021-07-01 10:51:31 +02:00
Odoo Translation Bot
a5ab764c04 [I18N] Update translation terms from Transifex 2021-06-27 02:30:52 +02:00