Compare commits

..

10 Commits

Author SHA1 Message Date
xpl-odoo
c7b003e303 [IMP] db: online editor update
closes odoo/documentation#15848

X-original-commit: cff5d61373
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-12-24 12:54:20 +00:00
Dylan Kiss (dyki)
926ece8fb4 [FIX] spain: remove reference to deleted module
In Odoo saas-17.1 the module `l10n_es_edi_facturae_adm_centers` was
merged into the module `l10n_es_edi_facturae`[^1] and doesn't need to be
installed separately anymore.

We remove the reference to this module and step in the documentation.

[^1]: 0f5c89b40d

closes odoo/documentation#15836

X-original-commit: 851933932e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
2025-12-23 20:08:29 +00:00
jacbodoo
46721e0557 [IMP] Website: add alt tag and metadata translation tips
task-5003381

closes odoo/documentation#15838

X-original-commit: 25ebc345a8
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-12-23 15:09:28 +00:00
Audrey (auva)
8595b136c8 [IMP] iot: 19.0 updates
task-5108135

closes odoo/documentation#15822

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-12-23 11:09:05 +00:00
Thomas (thsc)
2a32a0d53f [IMP] point_of_sale: configure epos w/ epson certified domain
Update of the documentation to match the new UI of Chrome and Windows 11 behavior

opw-5349624

closes odoo/documentation#15818

X-original-commit: c1a0ede987
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-12-23 11:08:57 +00:00
Loredana Perazzo
dd37d2321c [IMP] POS: store timings
task-4893669

closes odoo/documentation#15819

X-original-commit: 0961bd2850
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-12-23 11:08:56 +00:00
guillaume gallant (guga)
f650b7b91a [IMP] Project: Update Deadline feature
task-5403953

closes odoo/documentation#15820

X-original-commit: f9215afd14
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Guillaume Gallant (guga) <guga@odoo.com>
2025-12-23 09:40:18 +00:00
huisit
e14ca14ecc [IMP] accounting: wise direct deposit for usa vendor payments
closes odoo/documentation#15817

X-original-commit: f45cc13841
Signed-off-by: Rex Hu (rexhu) <rexhu@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: dade-odoo <87431108+dade-odoo@users.noreply.github.com>
2025-12-22 16:50:40 +00:00
Olivier Dony
1d4f78eaae [CHG] legal/enterprise: change 7% renewal increase to be per year
closes odoo/documentation#15816

X-original-commit: bc1666ac0d
Signed-off-by: Thibault Francois <tfr@odoo.com>
2025-12-22 15:25:58 +00:00
Christophe Monniez
b7027b4b69 [REL] saas-19.1 2025-12-22 07:37:24 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ SOURCE_DIR = content
HTML_BUILD_DIR = $(BUILD_DIR)/html
ifdef VERSIONS
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-19.1
endif
ifneq ($(CURRENT_LANG),en)
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/$(CURRENT_LANG)

View File

@@ -22,7 +22,7 @@ copyright = 'Odoo S.A.'
# `version` is the version info for the project being documented, acts as replacement for |version|,
# also used in various other places throughout the built documents.
# `release` is the full version, including a/b/rc tags. Acts as replacement for |release|.
version = release = 'master'
version = release = 'saas-19.1'
# `current_branch` is the technical name of the current branch.
# E.g., saas-15.4 -> saas-15.4; 12.0 -> 12.0, master -> master (*).
@@ -232,6 +232,7 @@ sphinx.transforms.i18n.docname_to_domain = (
# option. If a provided version has no label, the version string is used as label.
versions_names = {
'master': "Master",
'saas-19.1': "Odoo 19.1",
'19.0': "Odoo 19",
'saas-18.4': "Odoo 18.4",
'saas-18.3': "Odoo 18.3",