Commit Graph

51 Commits

Author SHA1 Message Date
Julian Roussieau
f52be8da2a [FIX] odoo_sh: change img who explain storage space
closes odoo/documentation#2607

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-19 08:52:09 +02:00
Moens Alexandre
a92671bd85 [IMP] maintain : process for odoo.sh to odoo online
Correction to a typo that made the line completly nonsensical and made
people think that they could migrate just part of the database.

opw-2947684

closes odoo/documentation#2583

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-08-18 10:54:52 +02:00
Stanislas Sobieski
815acb64c4 [IMP] install/maintain: update info about upgrade process on Odoo.sh
closes odoo/documentation#2426

Id: 2744270
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Stanislas <sts@odoo.com>
Co-authored-by: Donatienne <dopi@odoo.com>
2022-07-18 10:34:20 +02:00
Sam Lieber (sali)
9b75dfd2ac [ADD] maintain: google oauth doc
Added document and media files on the setup of Google Gmail using OAuth with Odoo.

closes odoo/documentation#2274

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-07-13 17:09:55 +02:00
Antoine Vandevenne (anv)
c6b0c1f60d [FIX] odoo_theme: show a cursor when hovering on an image without modal
The images that have the class `o-no-modal` cannot be clicked to open in
a modal, so the cursor should not be changed to a pointer when hovering
on them.

This commit also simplifies the theme's SCSS by replacing the hard-coded
SVG images used in the "Supported versions" page by unicode circles with
a custom styling.

Part-of: odoo/documentation#2438
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
2022-07-13 11:53:25 +02:00
Antoine Vandevenne (anv)
ad374af15d [MOV] developer/misc: move all pages to a more logical location
Before this commit, the "Developer/Misc" directory of the doc, and
more particularly the "Developer/Misc/Other" sub-directory, was used as
a garbage dump where we moved all the pages that didn't fit elsewhere.
Due to that, interesting and important pages, such as the Coding
Guidelines, were buried in that directory never to be read again by Odoo
developers.

This commit moves most pages under "Misc" one or two levels up to be
located directly under "Developer" hence making them more accessible. A
new "Contributing/Development" directory is added to host the Coding
Guidelines page and soon many other pages.

task-2897143

closes odoo/documentation#2337

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-30 16:12:41 +02:00
Denis Vermylen
1afee9e2c7 [FIX] odoo.sh: remove hidden folder from documentation
it will also be renamed to .repositories in the near future

closes odoo/documentation#2159

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-06-07 10:08:43 +02:00
Jason Aerts (jaae)
6dc4288e49 [IMP] maintain: process for odoo.sh to odoo online
task-id 2870122

closes odoo/documentation#2133

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-06-03 12:29:48 +02:00
Jonathan Castillo (jcs)
4cd0500408 [IMP] maintain: add note in hosting changes (on-premise to online)
task-id 2869953

closes odoo/documentation#2123

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-06-01 17:37:04 +02:00
Antoine Vandevenne (anv)
6f125de01b [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

closes odoo/documentation#2006

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-05-19 11:33:49 +02:00
Jason Aerts (jaae)
f92889baa3 [FIX] maintain: typo in domain names doc
closes odoo/documentation#1995

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-13 11:24:13 +02:00
Jonathan Castillo (jcs)
d7da800674 [IMP] install/maintain: add seealso links in domain names doc
closes odoo/documentation#1932

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-05-06 13:49:49 +02:00
Christophe Simonis
30f55dfd72 [FIX] supported_versions: correct naming of recent saas~x versions
Since 11.0, the naming scheme changed from `(x.)saas~y` to `saas~x.y`.

closes odoo/documentation#1804

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-06 16:00:42 +02:00
Donatienne Pirlot
6a316ca86e [FIX] upgrade: small fixes
task-2684744

closes odoo/documentation#1752

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-29 10:11:55 +02:00
Eric Macharia
5c5ef6e603 [FIX] install/maintain: typo in deploy.rst
closes odoo/documentation#1753

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-28 14:47:40 +02:00
Antoine Vandevenne (anv)
ba0e93e836 [IMP] supported_versions: flag saas-15.2 as supported
closes odoo/documentation#1739

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-25 15:50:45 +01:00
Donatienne Pirlot
bdc749e879 [IMP] upgrade: update and improve the upgrade processes and information
task ID: 2684744

closes odoo/documentation#1509

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-25 14:00:28 +01:00
Antoine Vandevenne (anv)
b81c121ea0 [IMP] developer/cli: mention the different ways of calling the CLI
All examples on the page suggest calling the CLI with "odoo-bin" while
it is recommended to call it with "odoo" when Odoo was installed from a
distribution package. It also failed to mention the location of
"odoo-bin" relative to the source files.

The chance is also taken to rename the somewhat unclear page title to
something more clear and generic.

closes odoo/documentation#1693

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-14 10:48:01 +00:00
Jonathan Castillo (jcs)
787b82bab9 [IMP] install/maintain: add use of :guilabel: in domain_names
+ fix two small typos.

closes odoo/documentation#1674

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-10 10:35:36 +00:00
Jonathan Castillo (jcs)
d22f95362a [IMP] install/maintain: new improved doc about domain names
task-id 2680490

closes odoo/documentation#1644

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-03 16:44:43 +00:00
Antoine Vandevenne (anv)
286b01a241 [IMP] extensions: add content tabs (backport of cf6ca0fb)
closes odoo/documentation#1624

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-23 10:58:12 +00:00
Stanislas Sobieski
3a51738995 [REV] odoo_sh: revert commit 6c48f90
closes odoo/documentation#1618

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-22 14:11:54 +00:00
Obay Abdelgadir
6d5e7bfcb5 [IMP] install: remove deprecated ssl instruction in deploy.rst
Backport of commit d227ab66b0 on #1448

closes odoo/documentation#1612

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-22 13:04:55 +00:00
Stanislas Sobieski
6c48f90739 [IMP] odoo_sh doc update
closes odoo/documentation#1597

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-21 17:33:02 +00:00
Jonathan Castillo (jcs)
5893edda93 [IMP] install/maintain: add info about upgrading Odoo Online databases
closes odoo/documentation#1558

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-11 10:03:54 +00:00
Antoine Vandevenne (anv)
ec8804a1e5 [IMP] supported_versions: emphasis short-term support of SaaS versions
Part-of: odoo/documentation#1558
2022-02-11 10:03:54 +00:00
Antoine Vandevenne (anv)
04992995a6 [IMP] supported_versions: flag saas-15.1 as supported
Part-of: odoo/documentation#1558
2022-02-11 10:03:54 +00:00
BVE
cf6af904f9 [ADD] email_communication: new documentation regarding general emailing
Creation of a new submenu under Applications/General for the Email communication.
Moved advanced of dicuss to this new submenu + adding of content regarding
frequently asked question in support.

Redirection has been done on other files pointing to Discuss/Advanced to match
the new folder email_communication.

Modified content in:
- Email servers: split and move configuration part under email_domain
- Email domain: covering information about SPF DKIM and DMARC configurations by JQU
- Email templates: (how to use the functions) by GOR
- Email common: answering frequently asked questions + common issues by ALA

closes odoo/documentation#1092

Signed-off-by: Vergote Baptiste (bve) <bve@odoo.com>
2022-02-02 15:04:56 +00:00
Fabien Meghazi
6d95821ed5 [IMP] supported_versions: end of support for v10 on Odoo.sh
python2 tooling will be removed gradually
2021-12-30 10:44:19 +01:00
Perman Atayev
806a96f8cb [IMP] install/maintain: fix a typo
original commit 5098eaf93f
in PR https://github.com/odoo/documentation/pull/1345/

closes odoo/documentation#1394

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-12-13 17:51:42 +00:00
Moens Alexandre
c3c054681c [IMP] hosting change: from PaaS to SaaS
Requesting a dump from the customers comming from the PaaS is useless
(since support has access to the odoo.sh projects) and counter
productive (since it only makes the migration outage longer while the
customer downloads the file, then uploads it, then we download it,
instead of just the support downloading it)

closes odoo/documentation#1361

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2021-12-08 13:30:40 +00:00
Jonathan Castillo (jcs)
d7f4475901 [ADD] maintain: revert and update "db_online"
task-2601835

closes odoo/documentation#1191

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-10-25 13:26:18 +00:00
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
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
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
Fabien Pinckaers
16418c020b [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00
Antoine Vandevenne (anv)
7faf5ff926 [MERGE] Forward-port of branch 12.0 to 13.0 2021-06-25 15:51:46 +02:00
Jonathan Castillo
c84ac0f7e4 [IMP] admin/odoo.sh: supported versions in "getting_started/create"
task-2581302
2021-06-24 16:48:17 +02:00
Antoine Vandevenne (anv)
251438d569 [MERGE] Forward-port of branch 12.0 to 13.0 2021-06-09 12:10:06 +02:00
Antoine Vandevenne (anv)
1d3375f1a8 [IMP] *: exclude empty TOC pages from search results
When searching for a string that can be found in a TOC page's content,
that page is listed in the search results. This is not a wanted behavior
because TOC pages without the 'show-content' metadata directive are not
supposed to be accessible.

This commit adds a 'nosearch' metadata directive to all TOC pages
without a 'show-content' metadata directive, hence removing them from
search results.

task-2527419
2021-06-09 11:55:34 +02:00
Jonathan Castillo
2fb77cf3ff [MOV] general: removes main "settings" section + move content
This commit is part of a larger work to improve the documentation's
structure. The toctree structure used to add levels to create categories
and make the structure visually more understandable.
With the new version of the documentation, plenty of these categories
are now redundant.

This commit:
- removes the main "settings" section
  - move its content to general/odoo_basics
- moves "general/mobile" content to "general"
- moves the content of the doc "developer_mode/activate" to "general"
  - it replaces the references to that doc with `:ref:` directives
    rather than `:doc:` directives
  - it is worth noting that it also fixes plenty of links that
    previously referred to "developer_mode" (the category) rather than
	"developer_mode/activate" (the document)

task-2535899
2021-06-04 13:51:18 +02:00
Victor Feyens
40afc9d9f0 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-31 14:54:23 +02:00
Victor Feyens
0a4e0610c6 [FIX] content/administration/*: typos 2021-05-31 14:44:18 +02:00
Victor Feyens
87ab494b42 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-17 18:29:11 +02:00
Victor Feyens
dc49cd9e7b [IMP] *: links improvements
* use absolute paths when cleaner than relative paths
* fix some sphinx issues / todos
2021-05-17 15:32:24 +02:00
Victor Feyens
326de4b39e [FIX] *: absolute links to odoo.com/documentation 2021-05-17 15:32:24 +02:00
Antoine Vandevenne (anv)
8a6ad77935 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-04 16:31:06 +02:00