Commit Graph

2985 Commits

Author SHA1 Message Date
Martin Trigaux
260c39d612 [I18N] &: export 14.0 source terms 2022-04-08 15:25:33 +02:00
Christophe Simonis
f235eb94b1 [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#1805

X-original-commit: 30f55dfd72
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-04-06 17:49:46 +02:00
Antoine Vandevenne (anv)
5144eeff40 [ADD] last_build: add an orphan page informing on the last build date
closes odoo/documentation#1798

X-original-commit: 683840be18
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-04-05 17:16:06 +02:00
LoredanaLrpz
db7022244b [IMP] pos: add tip usable decimal separator
task-id 2608735

closes odoo/documentation#1784

X-original-commit: ae76baa20e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-31 10:26:07 +02:00
Ray Carnes
5059a6be33 [IMP] inventory: add note about detailed operations in one_step.rst
User tripped up due to the creation of a second warehouse enabling
Storage Locations and changingthe workflow.

https://www.odoo.com/forum/help-1/inventory-receipt-in-second-warehouse-199962

closes odoo/documentation#1778

X-original-commit: bdf526af2c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-30 14:28:01 +02:00
Antoine Vandevenne (anv)
0a6a247d2c [REF] general: move images in their respective page's folder
Codeowner regexes need images to be in the correct location, otherwise
some image files might not be assigned to a GitHub team when the regex
covering the parent folder is split into multiple codeowner rules.

closes odoo/documentation#1773

X-original-commit: 4e0a9b615f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-30 13:36:53 +02:00
Donatienne Pirlot
e73e422ce8 [FIX] upgrade: small fixes
task-2684744

closes odoo/documentation#1765

X-original-commit: 6a316ca86e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-29 11:25:56 +02:00
Jonathan Castillo (jcs)
9cd3d96f30 [FIX] redirects: add missing redirection for maintain/online.rst
closes odoo/documentation#1760

X-original-commit: 73a7ec6d6e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-28 18:11:05 +02:00
Eric Macharia
419170689e [FIX] install/maintain: typo in deploy.rst
closes odoo/documentation#1755

X-original-commit: 5c5ef6e603
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-28 18:10:58 +02:00
Odoo Translation Bot
11551c42fe [I18N] Update translation terms from Transifex 2022-03-27 01:31:03 +01:00
Donatienne Pirlot
825e0ede21 [IMP] upgrade: update and improve the upgrade processes and information
task ID: 2684744

closes odoo/documentation#1738

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-25 20:31:38 +01:00
Antoine Vandevenne (anv)
928e7ed3a6 [IMP] supported_versions: flag saas-15.2 as supported
closes odoo/documentation#1740

X-original-commit: ba0e93e836
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-25 19:43:09 +01:00
Odoo Translation Bot
72eef0055b [I18N] Update translation terms from Transifex 2022-03-20 01:31:10 +01:00
Jonathan Castillo (jcs)
e91949e893 [ADD] accounting/l10n: new localization for luxembourg
task-id 2780977

closes odoo/documentation#1718

X-original-commit: ad21a7a791
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-18 17:44:55 +01:00
Antoine Vandevenne (anv)
aee39ed51a [FIX] odoo_theme: fix CSS issues and warnings
closes odoo/documentation#1713

X-original-commit: cb7a41b75b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-18 15:59:28 +01:00
0b11001111
112b6c1267 [IMP] developer: extend internationalization guide
In order for javascript translations to become active, the corresponding
addon needs to follow a certain naming scheme or register explicitly.
This commit updates the internationalization guide with a respective
hint.

Fixes odoo/documentation#1676

closes odoo/documentation#1710

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2022-03-18 15:09:10 +01:00
Martin Trigaux
a02e84cae0 [I18N] *: export 14.0 source terms 2022-03-18 14:50:27 +01:00
bve-odoo
c90d977653 [FIX] dev/misc/cmdline: update url werkzeug
URL was pointing to a dead end.
Update from
http://werkzeug.pocoo.org/docs/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix
to
https://werkzeug.palletsprojects.com/en/0.16.x/middleware/proxy_fix/#module-werkzeug.middleware.proxy_fix
new URL as we are using 0.16.1

closes odoo/documentation#1705

X-original-commit: 7ce175ff55
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-17 11:48:56 +01:00
Antoine Vandevenne (anv)
c123d0b978 [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#1695

X-original-commit: b81c121ea0
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-14 11:08:24 +00:00
Odoo Translation Bot
cabc254cea [I18N] Update translation terms from Transifex 2022-03-13 01:31:04 +01:00
Antoine Vandevenne (anv)
85b7200944 [IMP] developer/api/extract_api: rework page to get rid of switchers
task-2787415

closes odoo/documentation#1688

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-11 14:14:17 +00:00
Antoine Vandevenne (anv)
1afdec3784 [IMP] developer/api/odoo: rework page to use examples and content tabs
task-2787415

Part-of: odoo/documentation#1688
2022-03-11 14:14:17 +00:00
Antoine Vandevenne (anv)
269173caac [REM] extensions: remove the 'switcher' extension
The 'sphinx-tabs' extension is better in every aspect:
- Synchronize selected tabs (group tabs feature).
- No need for extra `code-block` directive (code tabs feature).
- Better looking.
- No custom Python, JS, or CSS.

task-2787415

Part-of: odoo/documentation#1688
2022-03-11 14:14:16 +00:00
Antoine Vandevenne (anv)
1e24b482b6 [IMP] contributing/documentation: document usage of code tabs
task-2787415

Part-of: odoo/documentation#1688
2022-03-11 14:14:16 +00:00
Jonathan Castillo (jcs)
df527a256c [IMP] install/maintain: add use of :guilabel: in domain_names
+ fix two small typos.

closes odoo/documentation#1677

X-original-commit: 787b82bab9
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-10 16:13:01 +00:00
nle-odoo
beda3f95ff [FIX] developer/mixins: mail.thread method names
In d46e358d3e88aea9f9289c4845c6c87ab9491c55 some mail.thread method
names were changed: it should be changed in documentation too.

closes odoo/documentation#1682

X-original-commit: b24560e224
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-10 15:00:05 +00:00
Elisabeth Dickinson
e532e213f5 [IMP] scss: content tabs refining
This commit removes unnecessary negative margins and makes code-blocks
inside content tabs lose their bottom margin and border.

closes odoo/documentation#1669

X-original-commit: ac28acee4a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-08 16:31:31 +00:00
Elisabeth Dickinson
0c133def8c [IMP] scss: make alert full width of parent
Before this commit, the alerts would all have different widths according
to their content, some stretching and getting pushed under the
"on this page" menu. This way all alerts are aligned.

X-original-commit: b76a566522
Part-of: odoo/documentation#1669
2022-03-08 16:31:31 +00:00
Carlos Valverde
764348d23f [IMP] documentation: content tabs design
This commit improves current css style added by default to the Odoo
Documentation's content tabs.

This design improvement has been made by following the current theme's
style, especially in terms of palette and borders.

Tabs are responsive and have been optimised in order to have a
cross-browser compatibility.

--
Task-2755240

closes odoo/documentation#1662

X-original-commit: 7250f88b8d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-03-08 10:17:04 +00:00
Ray Carnes
dc6da15c5a [IMP] accounting: improve phrasing OCR
Add link to try the OCR service, cleanup copy.

closes odoo/documentation#1656

X-original-commit: b83df4f6d2
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-03-07 14:33:55 +00:00
Odoo Translation Bot
656e360dd8 [I18N] Update translation terms from Transifex 2022-03-06 01:31:04 +01:00
Jonathan Castillo (jcs)
fc308f3479 [IMP] install/maintain: new improved doc about domain names
task-id 2680490

closes odoo/documentation#1647

X-original-commit: d22f95362a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-03-03 17:13:56 +00:00
Odoo Translation Bot
b0abac76ec [I18N] Update translation terms from Transifex 2022-02-27 01:31:02 +01:00
Jonathan Castillo (jcs)
3e032534c3 [IMP] accounting: fix a typo in eu_distance_selling.rst
closes odoo/documentation#1634

X-original-commit: 3c0b7783b8
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-24 16:46:07 +00:00
Antoine Vandevenne (anv)
b591fcfcf2 [IMP] extensions: add content tabs (backport of cf6ca0fb)
closes odoo/documentation#1625

X-original-commit: 286b01a241
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-23 13:55:12 +00:00
Stanislas Sobieski
8e32a65c98 [FW][REV] odoo_sh: revert commit 6c48f90
closes odoo/documentation#1619

Forward-port-of: odoo/documentation#1618
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-22 17:02:37 +00:00
Obay Abdelgadir
a80f3c3899 [IMP] install: remove deprecated ssl instruction in deploy.rst
Backport of commit d227ab66b0 on #1448

closes odoo/documentation#1613

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-22 13:24:55 +00:00
Stanislas Sobieski
1a68d2dbf2 [IMP] odoo_sh doc update
closes odoo/documentation#1606

X-original-commit: 6c48f90739
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-21 17:55:24 +00:00
Odoo Translation Bot
0d8b64b08d [I18N] Update translation terms from Transifex 2022-02-20 01:31:04 +01:00
Antoine Vandevenne (anv)
6458092f28 [FIX] conf: upper-case 'master' in the version switcher
closes odoo/documentation#1600

X-original-commit: a7f0651773
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-16 12:01:58 +00:00
Elisabeth Dickinson
f9b373361d [IMP] odoo_theme: switch admonitions' display type to inline-block
When placing an image before an admonition block and setting its
alignment to left or right, the admonition block would hide the image.
The reason for this is the use of "float" on the image. In order for
the image to reappear, we change the admonition's `display: block` to
`display: inline-block`.

task-2582954

closes odoo/documentation#1591

X-original-commit: c30f2735b8
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-15 08:49:28 +00:00
Odoo Translation Bot
ddc10712ae [I18N] Update translation terms from Transifex 2022-02-13 01:31:04 +01:00
Antoine Vandevenne (anv)
6165aac156 [FIX] conf: list saas-15.2 in existing versions
closes odoo/documentation#1585

X-original-commit: a64e95d1c6
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-11 15:29:57 +00:00
Antoine Vandevenne (anv)
a00dde5d73 [IMP] conf: show all relevant versions in the version switcher
From now on, the master branch and the latest released SaaS branch are
always shown. SaaS branches are labeled "Odoo Online".

The list of the versions shown in the switcher is hard-coded to force
their ordering.

The class `dropdown-toggle` is always added to the version|language
switcher regardless of whether other versions|languages are available,
as a quick fix to a CSS issue that occurs when the class is missing.

closes odoo/documentation#1577

X-original-commit: fb469b8211
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-11 14:30:01 +00:00
Jonathan Castillo (jcs)
07347498a2 [IMP] install/maintain: add info about upgrading Odoo Online databases
closes odoo/documentation#1574

X-original-commit: 5893edda93
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-11 10:28:50 +00:00
Antoine Vandevenne (anv)
ac09f3b417 [IMP] supported_versions: emphasis short-term support of SaaS versions
X-original-commit: ec8804a1e5
Part-of: odoo/documentation#1574
2022-02-11 10:28:50 +00:00
Antoine Vandevenne (anv)
97a5c984ff [IMP] supported_versions: flag saas-15.1 as supported
X-original-commit: 04992995a6
Part-of: odoo/documentation#1574
2022-02-11 10:28:50 +00:00
Jonathan Castillo (jcs)
47c37f62a2 [FIX] redirections: duplicate rule + misplaced rules
- removes a duplicate rule:
  applications/finance/sign/overview/signature_validity.rst
  applications/finance/sign.rst
- moves two rules closer to their related redirections
- adds comments to these two rules
- updates redirection to "email_servers" with the new path (line 203)

closes odoo/documentation#1552

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2022-02-07 15:19:49 +00:00
BVE
bf2a9bb23f [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#1525

X-original-commit: cf6af904f9
Signed-off-by: Vergote Baptiste (bve) <bve@odoo.com>
2022-02-06 19:49:38 +00:00
Odoo Translation Bot
3d9a0f702c [I18N] Update translation terms from Transifex 2022-02-06 01:31:00 +01:00