Compare commits

..

10 Commits

Author SHA1 Message Date
Odoo's Mergebot
e429e019d4 force rebuild
uniquifier: kCG2jPDC8IRx1/wo
For-Commit-Id: ef9e390ab0
2025-12-28 14:04:58 +00:00
xpl-odoo
ef9e390ab0 [IMP] db: online editor update
closes odoo/documentation#15849

X-original-commit: cff5d61373
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-12-25 00:28:12 +00:00
Dylan Kiss (dyki)
aad582e99a [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#15837

X-original-commit: 851933932e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
2025-12-24 00:59:46 +00:00
jacbodoo
3457109fe1 [IMP] Website: add alt tag and metadata translation tips
task-5003381

closes odoo/documentation#15840

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

closes odoo/documentation#15831

X-original-commit: 8595b136c8
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2025-12-23 17:21:38 +00:00
Thomas (thsc)
8fba07203e [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#15727

X-original-commit: c1a0ede987
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-12-23 10:58:15 +00:00
Loredana Perazzo
1330e84e2f [IMP] POS: store timings
task-4893669

closes odoo/documentation#15728

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

closes odoo/documentation#15687

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 10:58:01 +00:00
huisit
f3a8ff3116 [IMP] accounting: wise direct deposit for usa vendor payments
closes odoo/documentation#15814

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 20:03:37 +00:00
Olivier Dony
12213653b6 [CHG] legal/enterprise: change 7% renewal increase to be per year
closes odoo/documentation#15812

X-original-commit: bc1666ac0d
Signed-off-by: Thibault Francois <tfr@odoo.com>
2025-12-22 13:05:50 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ SOURCE_DIR = content
HTML_BUILD_DIR = $(BUILD_DIR)/html
ifdef VERSIONS
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/saas-19.1
HTML_BUILD_DIR := $(HTML_BUILD_DIR)/master
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 = 'saas-19.1'
version = release = 'master'
# `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,7 +232,6 @@ 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",