Commit Graph

3554 Commits

Author SHA1 Message Date
John Holton (hojo)
5e5d076e31 [ADD] Inventory: Add Scrap inventory
closes odoo/documentation#6373

X-original-commit: 0e6576cc3d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-09 00:35:33 +00:00
tiku-odoo
47af5ceffc [ADD] IoT: OPC-UA Protocol
closes odoo/documentation#6348

X-original-commit: 4d2a3101ad
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 09:49:06 +00:00
John Holton (hojo)
739bb5f429 [ADD] MRP: Add Split and merge manufacturing orders
closes odoo/documentation#6339

X-original-commit: 83873dbd71
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 09:49:05 +00:00
John Holton (hojo)
cd9c11cd83 [ADD] MRP: Shop Floor Overview
closes odoo/documentation#6333

X-original-commit: cd881656b8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-08 06:42:30 +00:00
Louis Baudoux
b5fd3c90ea [IMP] iap: move from first-person to second-person writing
For some reason, the first-person was used throughout the IAP
documentation, and quite inconsistently.
As the rest of the documentation is using second-person writing, IAP
should be no exception.

closes odoo/documentation#6326

X-original-commit: df474342ba
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-11-07 18:08:53 +00:00
Louis Baudoux
f00cb82586 [IMP] iap: remove documentation related to IAP services creation
It has been decided to remove the possibility for our users to create
their own IAP services.
This decision was motivated by the fact that, in the 5 years of
existence of IAP, very few non-Odoo services have been created and
actively used by our customers.

X-original-commit: 282f041ed1
Part-of: odoo/documentation#6326
2023-11-07 18:08:53 +00:00
Nathan Marotte (nama)
28e50d6d14 [IMP] upgrade: overhaul upgrade doc
closes odoo/documentation#6319

X-original-commit: 41aebc3b05
Signed-off-by: Nathan Marotte (nama) <nama@odoo.com>
2023-11-07 15:48:49 +00:00
Antoine Vandevenne (anv)
2d80064140 [IMP] supported_versions: release 17.0
closes odoo/documentation#6312

X-original-commit: 2c805d9813
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-07 12:29:43 +00:00
Felicious
414beb1bfd [ADD] PLM: ECO approvals doc
closes odoo/documentation#6302

X-original-commit: 907e1ba854
Signed-off-by: Zachary Straub (zst) <zst@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) <zst@odoo.com>
2023-11-06 22:39:37 +00:00
Sam Lieber (sali)
ac9ba89824 [IMP] l10n: Chile new features
closes odoo/documentation#6255

X-original-commit: eff8e9d915
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: masi-odoo <masi@odoo.com>
Co-authored-by: StraubCreative <zst@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
2023-11-05 18:52:00 +00:00
Felicious
ccf51aaeb4 [ADD] PLM: version control
closes odoo/documentation#6292

Author:    Felicious <feku@odoo.com>
X-original-commit: 6a5c340a26
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-11-04 11:58:19 +00:00
Jess Rogers (jero)
36f9ef3487 [IMP] live chat: update ratings doc
closes odoo/documentation#6262

X-original-commit: 7a307320c3
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>
2023-11-03 22:23:31 +00:00
Louis Baudoux
f2d3ff1b97 [IMP] extract_api: document the new API version
We have introduced a second version of the Extract API that adds the IAP
account token to the `get_result` and `validate` routes.

There are also other changes in this commit:
 - The deprecated stuff has been removed as it's been deprecated for a
   while and won't be supported anymore in the future.
 - The `status` table of the `get_result` route has been added as it was
   missing for some reason.
 - The documentation regarding the `/validate` routes have been removed
   for security reasons.

closes odoo/documentation#6281

X-original-commit: a8c6272899
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-11-03 12:27:14 +00:00
Felicious
9b737c3676 [ADD] PLM: engineering change order
closes odoo/documentation#6271

X-original-commit: fc9bbb7d22
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: Sho Ketchum <96748231+odoo-shke@users.noreply.github.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-11-02 17:23:33 +00:00
Rémy Voet (ryv)
440acea734 [FIX] developer: fix bad documentation of --unaccent
In the CLI, `--unaccent` try to enable PostgreSQL unaccent extention
when odoo is responsible to create new database(s).

closes odoo/documentation#6242

X-original-commit: 1639d22efd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
2023-10-31 07:00:01 +00:00
Martin Trigaux
c1beaf8ba3 [IMP] *: export translations
closes odoo/documentation#6247

X-original-commit: bb4210cdbd
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-10-30 08:46:05 +00:00
Tom Aarab (toaa)
6a915736e1 [IMP] accounting: reconciliation
Updated screenshots and typos for 16.3

Forward to 16.4:
- Change: Dashboard links are improved, and audit features can be found
  in the journal items view.

closes odoo/documentation#6232

X-original-commit: a31bcec3ba
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-27 12:22:31 +00:00
Tom Aarab (toaa)
d52d845112 [IMP] silverfin: API key
Added a note to make it clearer that for fiduciaries, a single API key
is valid for all databases linked to the user.

taskid-3570700

closes odoo/documentation#6229

X-original-commit: 323d3563c9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-10-27 12:22:30 +00:00
Mathieu Duckerts-Antoine
0c5e1f836b [FIX] search panel: fix bad indentation
closes odoo/documentation#6203

X-original-commit: 82055c1f15
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Mathieu Duckerts-Antoine (dam) <dam@odoo.com>
2023-10-23 14:32:57 +00:00
lman-odoo
558758fd8a [FIX] Localization-Peru: duplicated words
closes odoo/documentation#6198

X-original-commit: 4abe6da354
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-23 13:25:47 +00:00
Lara Martini (larm)
90d3e58a93 [IMP] employees: making targeted edits for v15 and updating images
closes odoo/documentation#6186

X-original-commit: a819e91c7b
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-10-20 14:06:36 +00:00
tiku-odoo
b471945701 [IMP] Maintain/Productivity: Azure Name Change
closes odoo/documentation#6179

X-original-commit: b65dd60b25
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 03:57:43 +00:00
lman-odoo
344a61934a [FIX] partner_autocomplete: fix a typo
closes odoo/documentation#6176

X-original-commit: e24e708a14
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 03:57:42 +00:00
Lara Martini (larm)
5d91a59aef [ADD] payroll: adding new work entries doc
closes odoo/documentation#6146

X-original-commit: d349cf7bb1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 00:46:21 +00:00
“Audrey
c23c532775 [FIX] Studio: New button in Reports
closes odoo/documentation#6165

X-original-commit: f9db244a85
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-10-18 16:50:35 +00:00
Loredana Perazzo
22d7346609 [IMP] pos: update content of the pricelists page
task-3005170

closes odoo/documentation#6160

X-original-commit: 5086943de0
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-10-18 06:05:34 +00:00
Louis Baudoux
70a246daca [IMP] iap: document account deactivation
A new way to disable IAP accounts has been introduced recently.

This feature is mostly used in neutralization scripts to prevent
customers from accidentaly consuming their credits on their
staging/testing databases.

Documenting it will help users re-enable their accounts if they still
wish to use it in a testing environment.

closes odoo/documentation#6138

X-original-commit: fa604a95b0
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-10-17 08:30:04 +00:00
Lara Martini (larm)
7c22841b8d [ADD] Recruitment: add new job position
Co-authored by: hojo-odoo <hojo@odoo.com>
Co-authored by: StraubCreative <zst@odoo.com>

closes odoo/documentation#6154

X-original-commit: 8e7fd152ac
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-17 04:56:08 +00:00
Stan (stgu)
1bca9a709e [IMP] howtos/translations: text & tips
Remove parenthesis around a term that's fairly straightforward to
understand and later used as a title Add a much-needed point.

closes odoo/documentation#6125

X-original-commit: 6f3ed657fc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Stanislas Gueniffey (stgu) <stgu@odoo.com>
2023-10-16 16:25:18 +00:00
Xavier (XPL)
28c8444964 [IMP] l10n: clarify which BE FDM is supported
task-3552761

closes odoo/documentation#6130

X-original-commit: d2124b9e68
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-16 12:02:31 +00:00
Donatienne (dopi)
38ac54998b [ADD] to-do: create main page
task-3193463

closes odoo/documentation#6118

X-original-commit: 1381f9d391
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-12 16:24:11 +00:00
Martin Trigaux
45379d5633 [IMP] administration: add instructions to enable HSTS
closes odoo/documentation#6085

X-original-commit: 6a2725e604
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-10-12 16:24:10 +00:00
Jolien
72bd2fa269 [FIX] EMAIL TEMPLATES: fix typo
closes odoo/documentation#6101

X-original-commit: a5272c2845
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-12 00:13:19 +00:00
Jolien
f779e2cb9a [FIX] events: fix some typos on Essentials page
closes odoo/documentation#6100

X-original-commit: ab05778363
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-12 00:13:18 +00:00
Jolien
ea870ddf41 [FIX] SMS-MARKETING: Fix typo on SMS essentials page
closes odoo/documentation#6092

X-original-commit: 221464545f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-12 00:13:17 +00:00
Lara Martini (larm)
cebbde0426 [ADD] payroll: adding new contract doc
closes odoo/documentation#6112

X-original-commit: d1ce712814
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-10-11 18:27:49 +00:00
John Holton (hojo)
054ec3487f [ADD] Manufacturing: Configure product for manufacturing
closes odoo/documentation#6057

X-original-commit: c254c6fa05
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-11 05:52:01 +00:00
Martin Trigaux
24af06f0dd [I18N] *: export translations
closes odoo/documentation#6080

X-original-commit: a2bbd060ed
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-10-10 09:40:31 +00:00
Loan (LSE)
a505df902e [IMP] iot: esc-pos ESC * support documentation
Documentation regarding the fix:
https://github.com/odoo/odoo/pull/126689

opw-3351084,3341907

Authored by: lse-odoo <lse@odoo.com>
Co-authored by: tiku-odoo <tiku@odoo.com>
Co-authored by: Felicious <feku@odoo.com>
Co-authored by: jero-odoo <jero@odoo.com>

closes odoo/documentation#6064

X-original-commit: 974c59f0c7
Signed-off-by: StraubCreative <zst@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-07 17:42:02 +00:00
John Holton (hojo)
0e9102724a [ADD] Quality: Quality checks
closes odoo/documentation#5998

X-original-commit: 7a6c0a9247
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-06 21:08:23 +00:00
XPL
9ce0ede7c3 [FIX] localization: kenya typo
closes odoo/documentation#6027

X-original-commit: f7c04b1e35
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-06 11:22:08 +00:00
jopa-odoo
d978d7be3b [FIX] helpdesk: remove type on receiving tickets page
closes odoo/documentation#6021

X-original-commit: 590fc79726
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-06 11:22:07 +00:00
tiku-odoo
f108aed2ed [ADD] Accounting: Admonition Block Sunset TaxCloud
closes odoo/documentation#5978

closes odoo/documentation#6043

X-original-commit: 8e1031d9ed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-06 02:48:37 +00:00
Marianna cima
ece89b15df [FIX] marketing automation: correction of a typo in the description of an image
closes odoo/documentation#6020

X-original-commit: 38e00b7c45
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-06 01:07:00 +00:00
bve-odoo
c1b4a7aa56 [FIX] azure_oauth: configuration mail server Outlook.
Results of seeing a lot of wrong and missing configuration
on consultancy project for Outlook accounts.

The Multi outgoing mail server is harder to maintain than having
a unique mail server with an Odoo db correctly configured.

Insisting on the mail.default.from (ICP) and the From Filtering
parameters that NEEDS TO BE set up.

task-3512379

[FIX] Maintain: Azure_oauth: configuration mail server Outlook

Co-author-by: tiku-odoo <tiku@odoo.com>
Co-author-by: jqu-odoo <jqu@odoo.com>

Results of seeing a lot of wrong and missing configuration
on consultancy project for Outlook accounts.

The Multi outgoing mail server is harder to maintain than having
a unique mail server with an Odoo db correctly configured.

Insisting on the mail.default.from (ICP) and the From Filtering
parameters that NEEDS TO BE set up.

task-3512379

closes odoo/documentation#6035

X-original-commit: 41b9ba6383
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-05 23:44:37 +00:00
Larissa
eeea61e698 [FIX] maintain/bugfix updates: fix typo
closes odoo/documentation#6011

X-original-commit: caf2e69d1f
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-05 15:04:56 +00:00
Louis Baudoux
8bd727ff79 [FIX] extract_api: remove bill_reference from expense fields
The bill reference is no longer detected since a few months because it
had poor results and wasn't very useful.

closes odoo/documentation#6010

X-original-commit: cade61dd56
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-10-05 15:04:55 +00:00
Louis Baudoux
186fc1b5ed [REM] extract_api: remove documentation of get_result_batch
For security reasons, we had to drop the support of those routes.

X-original-commit: 24c7b2506e
Part-of: odoo/documentation#6010
2023-10-05 15:04:55 +00:00
Anita (anko)
a5ce378859 [IMP] payment_providers: remove IPN section from PayPal
Removing IPN mentions from the documentation.

Community PR: https://github.com/odoo/odoo/pull/104974

closes odoo/documentation#5992

X-original-commit: 3db442acbb
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-10-04 14:54:51 +00:00
Donatienne (dopi)
ccc00a6fa4 [IMP] accounting: bank reconciliation documentation updated
task-3237825

closes odoo/documentation#5982

X-original-commit: 1d14941e41
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Co-authored-by: Dallas Dean <dade@odoo.com>
2023-10-04 11:02:07 +00:00