glovebx
3e4b026979
[FW][FIX] dev/view_architectures: domain attribute of search view fields
...
The domain in the `field` component cannot accept user-provided values or access self variables.
This commit removes the misleading sentence about it from the documentation.
closes odoo/documentation#8229
Forward-port-of: odoo/documentation#8193
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2024-03-22 03:08:58 +00:00
Felicious
d6cd27bc9d
[ADD]inventory: product type
...
closes odoo/documentation#8260
X-original-commit: bfcb1fa443
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-03-21 07:48:58 +00:00
tiku-odoo
0001bbaec4
[IMP] hosting: add admonition block on subscription
...
closes odoo/documentation#8256
X-original-commit: 9df807a532
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-03-20 20:02:09 +00:00
tiku-odoo
cbe068e3ab
[IMP] developer: external api add admonition block
...
closes odoo/documentation#8240
X-original-commit: d6f5e74971
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-03-20 16:31:57 +00:00
tiku-odoo
c411a9f924
[REM] voip: onsip scrub per onsip
...
closes odoo/documentation#8239
X-original-commit: 7b728a22f4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-03-20 16:31:56 +00:00
Bastien Fafchamps (bafa)
df1f1dd6b6
[FIX] web: adapted Dropdown component documentation to new api
...
This commit adapts the documentation to reflect changes made to the Dropdown
component after its refactor, namely:
- Adapted props list
- Adapted code snippets
- Added DropdownGroup component documentation
- More consise examples
closes odoo/documentation#8156
Task-id: 3266145
Signed-off-by: Bastien Fafchamps (bafa) <bafa@odoo.com>
2024-03-20 16:31:55 +00:00
Xavier (XPL)
379798b35c
[FIX] website: domain names
...
closes odoo/documentation#8236
X-original-commit: b7ffab804b
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-03-20 14:25:03 +00:00
Felicious
b3d06500ef
[DEL] remove usage; contains packages + packagings
...
closes odoo/documentation#8226
X-original-commit: 281d3976da
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-03-20 12:09:38 +00:00
Louis (loti)
5bb97c3fcb
[IMP] payment: render /payment/status entirely from the server
...
Previously, /payment/status would render a template on the server-side, and a JS widget would render subtemplates on the client-side and insert them in the server-side rendered template.
However, mixing server-side and client-side templates causes issues because the context is not properly communicated between client and server. It also makes the code more complex.
This change assumes that no new information returned by /payment/status is worth re-rendering part of the template. If the transaction moves from a pending ('draft', 'pending') state to a final state, the customer should be redirected to the final route that will display the updated information on the transaction.
task-3340354
closes odoo/documentation#8198
Related: odoo/upgrade#5829
Related: odoo/odoo#149821
Related: odoo/enterprise#58822
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-03-20 12:09:27 +00:00
Colu
fbbce69f56
[IMP] database management: update on-premise page
...
task-3627193
closes odoo/documentation#8181
X-original-commit: 739309b258
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-03-19 14:13:52 +00:00
Brandon Seltenrich (BRSE)
bec530e580
[IMP} barcode: update default nomenclature doc
...
closes odoo/documentation#8191
X-original-commit: 20865bfaea
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-03-19 06:27:57 +00:00
Brandon Seltenrich (BRSE)
de49e8f05a
[ADD] inventory: add manual res doc
...
closes odoo/documentation#8190
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-03-19 06:27:56 +00:00
Antoine Vandevenne (anv)
124f9743c6
[FIX] tutorials/discover_js_framework: clarify instructions
...
closes odoo/documentation#8184
X-original-commit: 632add350d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-03-19 01:31:02 +00:00
Martin Trigaux (mat)
f2ceb28cb5
[FIX] conf: don't use None in language switcher
...
In a lang is not present in languages_names, the menu was displaying None
X-original-commit: 8b40d49
add Swedish
closes odoo/documentation#8161
X-original-commit: 8e647c342a
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2024-03-18 17:31:17 +00:00
KC (ksc)
027fca4bbd
[IMP] email marketing: updated mailing lists for 17
...
closes odoo/documentation#8104
X-original-commit: 60d55082ce
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-03-16 18:34:35 +00:00
Brandon Seltenrich (BRSE)
8125ae7fc6
[ADD] inventory: add res at confirmation doc
...
closes odoo/documentation#8185
X-original-commit: 4255e514a9
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-03-16 11:44:05 +00:00
Ricardo Gomes Rodrigues
075b0e1036
[IMP] l10n: update/clarify CodaBox documentation
...
This commit:
- clarifies that the connection must be done by the Accounting Firm that
has valid CodaBox Connect credentials
- updates the general configuration part following changes in
https://github.com/odoo/enterprise/pull/58426
- adds a tip for multi-currencies bank statements
task-id 3795251
closes odoo/documentation#8155
X-original-commit: d36e0b095c
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-03-15 17:15:27 +00:00
Samuel Degueldre
ff36e1f7aa
[IMP] web: create how-to for using Owl components in the frontend
...
closes odoo/documentation#8149
X-original-commit: e259853486
Signed-off-by: Samuel Degueldre (sad) <sad@odoo.com>
2024-03-15 15:59:20 +00:00
Olivier Dony
7032c2e008
[FIX] legal: update license info for v17
...
closes odoo/documentation#8147
X-original-commit: fd8b628b0e
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2024-03-15 14:29:25 +00:00
Lara Martini (larm)
f459ba48ef
[IMP] fleet: updating new config changes
...
closes odoo/documentation#8143
X-original-commit: bcd3747156
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-03-15 14:29:24 +00:00
Lara Martini (larm)
b09b8847bf
[IMP] attendances: fixed typo and added details section
...
closes odoo/documentation#8142
X-original-commit: 1f1f574615
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-03-15 14:29:24 +00:00
Raphael Collet
cb948c7f05
[IMP] core: remove user_has_groups()
...
Simply align the documentation with the new API and usage of method
user.has_group().
closes odoo/documentation#8131
Related: odoo/odoo#151597
Related: odoo/upgrade#5616
Related: odoo/enterprise#55523
Signed-off-by: Raphael Collet <rco@odoo.com>
2024-03-15 14:29:11 +00:00
Stephan Wilson
858089caf7
[IMP] accounting: wrong line break in customer_invoices
...
Removed line break
closes odoo/documentation#8138
X-original-commit: 00b934c9d3
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-03-15 12:50:03 +00:00
Jess Rogers (jero)
65b28ce72e
[ADD] crm: unattended leads report doc
...
closes odoo/documentation#8128
X-original-commit: 25f95ce12d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-03-15 09:32:49 +00:00
tiku-odoo
9e2d8fb343
[IMP] misc: email comms alias admonition block odoo 17
...
closes odoo/documentation#8126
X-original-commit: 300345957a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-03-15 09:32:48 +00:00
vladstroia
dde0fcaba7
[ADD] point_of_sale: customer display doc page
...
task-3226201
There was previously no docs for the customer display feature in pos.
In this commit we add a docs page for it
closes odoo/documentation#8124
X-original-commit: 28bfdbc97a
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-03-15 08:03:35 +00:00
Marion (masp)
edb806cd7a
[ADD] Website/Configuration: Google Search Console
...
closes odoo/documentation#8119
Taskid: 3696023
X-original-commit: bf8491feda
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2024-03-15 08:03:29 +00:00
Pierre Pulinckx (PIPU)
bf79132249
[IMP] dev/testing: document new tour debug mode
...
In this commit, documentation about debug mode feature in tour
(implemented in https://github.com/odoo/odoo/pull/155082 ) is added.
closes odoo/documentation#7807
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-03-13 19:23:45 +00:00
Jonathan Castillo (jcs)
9faae76bd3
[FIX] redirections: wrong rule for supported versions
...
closes odoo/documentation#8114
X-original-commit: 0c392041ab
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-03-13 06:53:44 +00:00
Jess Rogers (jero)
4699d17669
[IMP] helpdesk: track and bill time
...
closes odoo/documentation#8099
X-original-commit: d8b4b1d60f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-03-13 06:53:30 +00:00
Jess Rogers (jero)
e7d621c492
[IMP] helpdesk: after sales updates
...
closes odoo/documentation#8023
X-original-commit: dc0dfea959
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-03-12 16:41:10 +00:00
Brandon Seltenrich (BRSE)
035c9b95f7
[ADD] barcode: add troubleshooting doc
...
closes odoo/documentation#8094
X-original-commit: dc5136cc45
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-03-12 07:08:41 +00:00
Jonathan Castillo (jcs)
0249d9d0a6
[MOV] documentation structure reorganization
...
This commit aims to improve the documentation's navigability by
redefining some categories' purposes and titles.
There is a redirection rule for each documentation page moved.
This ensures that users won't have a 404 error message.
task-3217827
closes odoo/documentation#8064
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-03-12 07:08:34 +00:00
masi-odoo
dbe0300b84
[IMP] accounting/l10n_ar: ecommerce electronic invoicing
...
Improving l10n_ar documentation adding eCommerce feature
closes odoo/documentation#7984
X-original-commit: a7f87a913a
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Marco Antonio Iribe Sepulveda (masi) <masi@odoo.com>
Co-authored-by: Jess Rogers <104637850+jero-odoo@users.noreply.github.com>
2024-03-12 01:32:10 +00:00
Martin Trigaux (mat)
809f29dc71
[I18N] *: export 15.0 translations
...
closes odoo/documentation#8079
X-original-commit: ef3e57c994
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2024-03-09 16:03:48 +00:00
Brandon Seltenrich (BRSE)
041929d7b0
[ADD] inventory: add reservation methods docs
...
closes odoo/documentation#8095
X-original-commit: 2d0505c0bd
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-03-09 08:18:01 +00:00
tiku-odoo
d90d6d990e
[IMP] misc: email comm add allowed alias sys parameter
...
closes odoo/documentation#8090
X-original-commit: 256c96b56f
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-03-08 23:49:00 +00:00
tiku-odoo
9e21fdea23
[IMP] iot: ts scale exception
...
closes odoo/documentation#8085
X-original-commit: 8a89c4311c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-03-08 23:48:59 +00:00
Brandon Seltenrich (BRSE)
e2fec985a6
[IMP] barcode: update hardware setup doc
...
closes odoo/documentation#8071
X-original-commit: 4742f77ef9
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-03-08 18:29:51 +00:00
Felicious
f4cfa38ac0
[IMP] inventory: putaway rules
...
closes odoo/documentation#8051
X-original-commit: 43f2ecd375
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: brse-odoo <brse@odoo.com>
2024-03-08 11:19:24 +00:00
Felicious
a5c3441bda
[ADD] inventory: packaging
...
closes odoo/documentation#8030
X-original-commit: a8659727e3
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
2024-03-07 04:53:32 +00:00
Jess Rogers (jero)
cc427a0fea
[IMP] helpdesk: update helpcenter doc
...
closes odoo/documentation#8033
X-original-commit: df48788817
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-03-06 13:07:22 +00:00
Julien Castiaux
156980164a
[FIX] deploy: enable HSTS also for websocket
...
Fine tunning of 6a2725e604
closes odoo/documentation#8017
X-original-commit: c00571d724
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2024-03-06 13:07:20 +00:00
Claire Bretton (clbr)
0fab281c12
[IMP] getting_started: use odoo/tutorials repository + runbot
...
We now use the odoo/tutorials to make the technical onboarding.
- Change the current documentation accordingly.
- Add a section for employees only so that they use odoo-dev/tutorials
as shared fork. It's closer to our way to work so we think it's better
to make them use to it as fast as possible.
- Add some explanations about runbot.
`odoo/technical-training-sandbox` will no longer be used and can be considered deprecated.
closes odoo/documentation#8043
X-original-commit: e60affa6fe
Signed-off-by: Claire Bretton (clbr) <clbr@odoo.com>
2024-03-06 11:37:58 +00:00
Felicious
e23005c5cc
[IMP] inventory: gme's comments on packages
...
closes odoo/documentation#8002
X-original-commit: 4f15ba1eea
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
2024-03-05 20:10:09 +00:00
Felicious
1d0d45d928
[ADD] inventory: package use and type
...
closes odoo/documentation#7993
X-original-commit: 03a871a88b
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-03-04 23:20:00 +00:00
Demesmaeker
0a0991bbca
[FIX] amazon_connector: change to more complete links
...
closes odoo/documentation#7943
X-original-commit: eb41f30593
Signed-off-by: Morgane Demesmaeker <edm@odoo.com>
2024-03-04 12:33:37 +00:00
Marion (masp)
5824b76579
[ADD] integration: geolocation
...
task-3694395
closes odoo/documentation#7978
X-original-commit: 22b75fd6de
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-03-01 22:20:31 +00:00
Lara Martini (larm)
10cc7aa831
[ADD] appraisals: new documentation
...
closes odoo/documentation#7891
X-original-commit: 1ad921a1d1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-03-01 17:16:01 +00:00
Lara Martini (larm)
2ad21589d7
[IMP] Employees: updating new employee doc for version 17
...
closes odoo/documentation#7875
X-original-commit: 9cbc9e3610
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-03-01 17:16:00 +00:00