Commit Graph

3466 Commits

Author SHA1 Message Date
tiku-odoo
90960a9c3f [ADD] Accounting: Admonition Block Sunset TaxCloud
closes odoo/documentation#5978

closes odoo/documentation#6040

X-original-commit: 8e1031d9ed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-06 02:49:20 +00:00
bve-odoo
efbf84fdb6 [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#6032

X-original-commit: 41b9ba6383
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-06 02:49:19 +00:00
Marianna cima
4ef77016cc [FIX] marketing automation: correction of a typo in the description of an image
closes odoo/documentation#6015

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 00:03:00 +00:00
Larissa
308ea13db2 [FIX] maintain/bugfix updates: fix typo
closes odoo/documentation#6005

X-original-commit: caf2e69d1f
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-05 14:14:57 +00:00
Louis Baudoux
0d7e6cb0b8 [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#6004

X-original-commit: cade61dd56
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-10-05 14:14:56 +00:00
Louis Baudoux
0404cce0ba [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#6004
2023-10-05 14:14:56 +00:00
Donatienne (dopi)
2955009bfc [IMP] accounting: bank reconciliation documentation updated
task-3237825

closes odoo/documentation#5979

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 12:13:37 +00:00
Felicious
b658102241 [IMP] inventory: update batch picking screenshots
closes odoo/documentation#5985

X-original-commit: 9b0f902c4e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: brse-odoo <brse@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
2023-10-04 00:03:11 +00:00
John Holton (hojo)
1806178f16 [ADD] MRP: Manufacturing backorders
closes odoo/documentation#5970

X-original-commit: cfc40f8cd1
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-01 05:36:09 +00:00
tiku-odoo
3f6b23c977 [IMP] Misc: Email Template 16
closes odoo/documentation#5962

X-original-commit: ca2feb8dd4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-30 16:22:46 +00:00
John Holton (hojo)
580793fcd9 [REF] Inventory and MRP: Update TOC tree
closes odoo/documentation#5957

X-original-commit: 7b67d69abd
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-30 03:37:46 +00:00
Loredana Perazzo
337c5508fe [IMP] POS: add info for iOS devices
task-3388561

closes odoo/documentation#5947

X-original-commit: 895d30cceb
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-29 12:12:18 +00:00
Julien Castiaux
944d7a4dcd [IMP] deploy: reword multi-thread/process section
Many users don't start odoo-bin in --workers (multi-processing) mode but
instead leave the default configuration which use the development/demo
multi-threaded server, even in production.

This commit rewords the section about the difference between the
built-in servers and highlight the many advantages of the
multi-processing on. It repeats that information when it comes to
running a dedicated cron server, that it should use the multi-processing
server instead of the default multi-threading one.

closes odoo/documentation#5930

Fixes: odoo/odoo#88984
Closes: odoo/odoo#128571
X-original-commit: 8e9ae99423
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-09-27 07:39:48 +00:00
Brandon Seltenrich (BRSE)
4cca1f33d1 [IMP] inventory: update cycle counts
closes odoo/documentation#5920

X-original-commit: 06a225587b
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-09-26 15:41:11 +00:00
rps-odoo
51265eba64 [IMP] l10n: add video link for ecuador + fix other latam links
This commit:
- adds the link for the Ecuatorian localization app tour
- changes the other latam app tour links as the short links embedded the
  `es_ES` language string in the URL, which should be avoided

closes odoo/documentation#5925

X-original-commit: 923839f2cf
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-26 14:09:54 +00:00
Jonathan Castillo (jcs)
26608b4caf [FIX] legal: broken links to the support page
task-3513581

closes odoo/documentation#5913

X-original-commit: 8253b6fdee
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-26 05:58:26 +00:00
dispread
1b0969443c [FW][FIX] developer/tutorials: wrong kanban view example
Pretty sure the previous wasnt the intended result as it would show the "this is new" in a new kanban card. This just groups it with the property it belongs to.

closes odoo/documentation#5902

Forward-port-of: odoo/documentation#5899
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-09-25 12:19:46 +00:00
Jonathan Castillo (jcs)
37b434b323 [FIX] l10n: change media filenames for thailand.rst
Backporting of the media filenames changes made in
master with the PR https://github.com/odoo/documentation/pull/5862/

closes odoo/documentation#5893

X-original-commit: 25330276d2
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-22 12:11:47 +00:00
Sam Lieber (sali)
fb6f8c626c [IMP] l10n: CO content updates
closes odoo/documentation#5879

X-original-commit: 429e52bdf9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-09-19 18:32:51 +00:00
tiku-odoo
48ab073cf8 [IMP] Discuss Team Comms Add Chatter Info
closes odoo/documentation#5815

X-original-commit: 21c4917a70
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-16 17:43:35 +00:00
Sam Lieber (sali)
fe8b601985 [IMP] accounting: l10n_mx content updates
closes odoo/documentation#5866

X-original-commit: 7e12726c32
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-09-15 14:48:48 +00:00
Martin Trigaux
3901c75eaf [IMP] install: clarify Windows is not recommended for prod
It has always been the case informally but write it in the doc.

closes odoo/documentation#5831

X-original-commit: 80e1065dff
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-14 15:11:49 +00:00
fdardenne
5916f16f76 [IMP] Views howtos: add details on how to use a view in arch
closes odoo/documentation#5776

X-original-commit: c1c04f90a8
Signed-off-by: Florent Dardenne (dafl) <dafl@odoo.com>
2023-09-14 11:26:48 +00:00
Martin Trigaux
896c251123 [I18N] *: export source terms
closes odoo/documentation#5824

X-original-commit: 09c9c445a4
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-09-14 10:23:39 +00:00
Olivier Dony
1ac9df84f2 [ADD] legal: update terms of sales for monthly subs, add ES,DE
closes odoo/documentation#5843

X-original-commit: 76570c1e9d
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 02:03:55 +00:00
Olivier Dony
b6be8ef8d9 [ADD] Add LICENSE and COPYRIGHT
closes odoo/documentation#5842

X-original-commit: a8be832f47
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 02:03:55 +00:00
Loredana Perazzo
e3c520245a [IMP] l11n: Odoo 16 is now certified to use the blackbox
task-3495357

closes odoo/documentation#5806

X-original-commit: 87b4f1817e
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-11 15:38:48 +00:00
Leloup Loïc (lole)
247b3dcf69 [IMP] cli: add unit to memory options
The documentation is unclear about the unit used for the --limit-memory-soft
and --limit-memory-hard options of odoo-bin.  The unit used is bytes, but
it isn't mentioned and the default unit is shown in mebibytes, causing
confusion.

closes odoo/documentation#5790

X-original-commit: 9fadc3355d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-09-11 08:55:49 +00:00
KC (ksc)
70e046e845 [IMP] sales: updated RST formatting for quote template doc
closes odoo/documentation#5795

X-original-commit: e689c98a05
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-09 04:43:51 +00:00
“Audrey
953cc46a94 [IMP] payment_provider/mercado pago: Add missing step for production credentials
task-3498727

closes odoo/documentation#5781

X-original-commit: fe7f72bf63
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-09-08 15:45:46 +00:00
“Audrey
23f3b19c9a [IMP] website: Google Analytics
task-2790245

- Update existing Google Analytics doc for GA4
- Merge GA and Plausible into one Analytics page
- Review Plausible.io instructions to adopt same style as GA instructions

closes odoo/documentation#5764

X-original-commit: d538ed070e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-09-08 07:06:48 +00:00
Sam Lieber (sali)
711c4af36e [IMP] accounting/l10n: add tour and smartclass links
closes odoo/documentation#5754

X-original-commit: 88c2aacbf5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-06 18:26:14 +00:00
baro-odoo
fb521c8d5a [FIX] odoo.sh: typo in branches.rst
closes odoo/documentation#5749

X-original-commit: cbbd5a5ee9
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-06 16:38:39 +00:00
Xavier (XPL)
37e9734089 [IMP] maintain: refresh the change hosting solution page
This PR updates the page's content as it is a bit dated in some places
(see task) and takes into consideration the latest rst guidelines.

task-3434787

closes odoo/documentation#5741

X-original-commit: 8e41b58834
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-06 14:37:12 +00:00
Tom Aarab (toaa)
02419d2eae [ADD] website: menus page
taskid-3414667

closes odoo/documentation#5733

X-original-commit: 0433155eab
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Co-authored-by: Toaa <toaa@odoo.com>
Co-authored-by: Auva <auva@odoo.com>
2023-09-06 10:02:05 +00:00
Augusto Perez
f0c9e5e53d [ADD] upgrade/on_premise: Add filestore explanation
Added a note explaining that the filestores from the upgraded database
and the production database have to be merged for on-premise upgrade,
on both the testing and the production phases

closes odoo/documentation#5725

X-original-commit: 28cacd3b98
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-05 15:23:09 +00:00
Odoo's Mergebot
15d681703f [FW][FIX] developer/tutorials/discover_js_framework: fix broken "domain.js" link
The link pointing to domain.js file was broken.
The xml id on the line before that is also broken but it will be fixed with PR#5699.

closes odoo/documentation#5705

Forward-port-of: odoo/documentation#5702
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Armin FalDiS <armin.fallah96@gmail.com>
Co-authored-by: Armin FalDiS <fara@odoo.com>
2023-09-04 10:43:56 +00:00
Nur Muhammad Naufaldo
c487dee6a4 [FIX] inventory: fix typo
closes odoo/documentation#5678

X-original-commit: cae0edcc83
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-04 04:43:05 +00:00
Zachary Straub (ZST)
6a7e04e22b [FIX] voip: update broken links, light markup cleaning
closes odoo/documentation#5693

X-original-commit: 2fff805029
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-30 23:11:43 +00:00
Andrea Tasselli
a05f07d4af [FW][FIX] developer/tutorials/discover_js_framework: add missing this
closes odoo/documentation#5679

Forward-port-of: odoo/documentation#5677
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-30 15:04:16 +00:00
Donatienne Pirlot
f4c091ba96 [ADD] forum: create the forum documentation
This PR adds a page describing how to create, use and moderate a forum.
It creates references in the elearning page as karma features are shared.
It removes redundant information from the helpdesk/overview/help_center
page and links back to the more detailed forum page.

task-3283274

closes odoo/documentation#5672

X-original-commit: c60ec48c9d
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-29 13:21:34 +00:00
arsi
040e5ac760 [FIX] localizations: guide to tax report to re-connect to HMRC
In the multi-company HMRC submission section, the documentation mentions
that you can connect to HMRC from the user form, after having reset the
credentials.
This is not true, you have to go back to the tax report and click the
"Connect to HMRC" button.

opw-3449939

closes odoo/documentation#5666

X-original-commit: 39c0515208
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Arnaud Sibille (arsi) <arsi@odoo.com>
2023-08-29 07:58:46 +00:00
Tom Aarab (toaa)
c32ec9eadb [FIX] PayPal: documentation dead link fix
Fixed a dead URL

taskid-3454286

closes odoo/documentation#5615

X-original-commit: f74e9568c0
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-08-28 08:58:25 +00:00
“Audrey
b05c1b770d [IMP] payment_providers/buckaroo: review doc page structure and fix small mistake
task-3382228

closes odoo/documentation#5647

X-original-commit: 4a42a9c327
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-08-28 07:53:32 +00:00
KC (ksc)
f49978b435 [IMP] fixed duplicate content in the Group By section
closes odoo/documentation#5657

X-original-commit: 575f6040a0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-26 01:01:03 +02:00
Tom Aarab (toaa)
12d7d051eb [FIX] Stripe: screenshot update
Updated an outdated screenshot from V14 to V15

Forward to master.

taskid-3467638

closes odoo/documentation#5640

X-original-commit: ac6d78f4d4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-08-25 11:43:47 +02:00
“Audrey
3a5500ea6e [FIX] ecommerce: broken link to cross-selling and upselling doc
task-3416686

closes odoo/documentation#5620

X-original-commit: b9cb5ffa1c
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-25 10:41:55 +02:00
“tap-odoo”~
7af346edd9 [ADD] Thailand localisation Documentation
- Added Thailand localisation documentation as it not exist before.
Features were pushed to Odoo 16 already

closes odoo/documentation#5609

X-original-commit: 7287989ea4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-25 09:45:54 +02:00
tiku-odoo
e89f6b7e58 [IMP] Discuss Team Communication edits
closes odoo/documentation#5635

X-original-commit: b6a3be322c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-25 06:16:45 +02:00
Brandon Seltenrich (BRSE)
98f91e0c55 [FIX] mrp: fix kits note
closes odoo/documentation#5627

X-original-commit: a02022e2fd
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-08-24 23:20:58 +02:00