Commit Graph

3342 Commits

Author SHA1 Message Date
Antoine Vandevenne (anv)
d67143410a [IMP] supported_versions: release 17.0
closes odoo/documentation#6306

X-original-commit: 2c805d9813
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-11-07 17:26:52 +00:00
Louis Baudoux
8da826d944 [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#6286

X-original-commit: 8d0ae3b5df
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-11-06 16:13:28 +00:00
Louis Baudoux
0c1b7c4636 [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: d8c7269786
Part-of: odoo/documentation#6286
2023-11-06 16:13:28 +00:00
Odoo Translation Bot
86b8353efb [I18N] Update translation terms from Transifex 2023-11-05 02:40:24 +01:00
Louis Baudoux
9f546a616b [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#6275

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:41:26 +00:00
Odoo Translation Bot
a30454bb47 [I18N] Update translation terms from Transifex 2023-10-29 02:40:43 +02:00
Rémy Voet (ryv)
1639d22efd [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#6236

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-10-27 14:32:40 +00:00
Tom Aarab (toaa)
323d3563c9 [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#6212

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-27 09:13:46 +00:00
Louis Baudoux
db908097e4 [IMP] extract_api: uniformize API documentation across all versions
We used to document the extract API according to the version of the
documentation that is being viewed, i.e. in version 14, we
documented the API version that was used in Odoo 14.

This is actually not a good idea as the extract API isn't strictly
linked to Odoo versions, it has its own versioning system.

It can also be an issue if users don't realize they're viewing an old
version of the API and start implementing customizations based on it.

This commit is an exact copy of the current `master` version of the
extract API documentation.

closes odoo/documentation#6218

X-original-commit: f8adea7845
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
2023-10-26 11:50:43 +00:00
Martin Trigaux
f3f0232847 [IMP] *: export translations
closes odoo/documentation#6216

X-original-commit: 1dedb18c09
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-10-26 06:45:25 +00:00
Mathieu Duckerts-Antoine
a4da1132ff [FIX] search panel: fix bad indentation
closes odoo/documentation#6194

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:02:11 +00:00
Odoo Translation Bot
01e1085645 [I18N] Update translation terms from Transifex 2023-10-22 01:40:30 +02:00
Lara Martini (larm)
a819e91c7b [IMP] employees: making targeted edits for v15 and updating images
closes odoo/documentation#5038

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-10-19 22:02:04 +00:00
tiku-odoo
2437687710 [IMP] Maintain/Productivity: Azure Name Change
closes odoo/documentation#6168

X-original-commit: b65dd60b25
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 03:58:59 +00:00
Lara Martini (larm)
51d027710f [ADD] payroll: adding new work entries doc
closes odoo/documentation#6140

X-original-commit: d349cf7bb1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-19 00:47:25 +00:00
Louis Baudoux
3d12e27f27 [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#6132

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

closes odoo/documentation#6148

X-original-commit: 8e7fd152ac
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-17 04:57:29 +00:00
Odoo Translation Bot
da69be08aa [I18N] Update translation terms from Transifex 2023-10-15 01:40:34 +02:00
Loredana Perazzo
78a26a0fa8 [IMP] pos: update content of the pricelists page
task-3005170

closes odoo/documentation#5688

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-12 11:49:13 +00:00
Lara Martini (larm)
56b647166e [ADD] payroll: adding new contract doc
closes odoo/documentation#6106

X-original-commit: d1ce712814
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-10-11 17:51:49 +00:00
Martin Trigaux
ea123b8a3c [I18N] *: export translations
closes odoo/documentation#6070

X-original-commit: c34f66ca3e
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-10-09 09:48:19 +00:00
Odoo Translation Bot
1a693b73fb [I18N] Update translation terms from Transifex 2023-10-08 01:40:20 +02:00
Loan (LSE)
974c59f0c7 [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#5367

Signed-off-by: StraubCreative <zst@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-07 02:50:12 +00:00
Denis Ledoux
d141144be5 [FIX] qweb: type "overrinding"
overrinding -> overriding

closes odoo/documentation#6047

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2023-10-06 14:12:28 +00:00
tiku-odoo
c34c5b190b [ADD] Accounting: Admonition Block Sunset TaxCloud
closes odoo/documentation#5978

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-05 18:59:53 +00:00
bve-odoo
41b9ba6383 [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#5909

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-05 17:57:43 +00:00
Loredana Perazzo
d8706cdd89 [IMP] POS: add info for iOS devices
task-3388561

closes odoo/documentation#5944

X-original-commit: 895d30cceb
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-02 09:06:23 +00:00
John Holton (hojo)
3a10fb4ea3 [ADD] MRP: Manufacturing backorders
closes odoo/documentation#5967

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:57 +00:00
Odoo Translation Bot
e03bd14e3b [I18N] Update translation terms from Transifex 2023-10-01 01:40:31 +02:00
Jonathan Castillo (jcs)
1924074d82 [FIX] legal: broken links to the support page
task-3513581

closes odoo/documentation#5908

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 09:42:50 +00:00
Brandon Seltenrich (BRSE)
06a225587b [IMP] inventory: update cycle counts
closes odoo/documentation#4464

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-09-26 01:02:25 +00:00
Odoo Translation Bot
5d696bab55 [I18N] Update translation terms from Transifex 2023-09-24 01:40:33 +02:00
Donatienne (dopi)
08369d0062 [IMP] Website: several images per product page to be corrected
closes odoo/documentation#5876

Taskid: 3490508
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-22 15:14:54 +00:00
Julien Castiaux
0b7c7e4c67 [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#5885

Fixes: odoo/odoo#88984
Closes: odoo/odoo#128571
X-original-commit: 9ee92c3a27
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-09-21 07:07:07 +00:00
Sam Lieber (sali)
429e52bdf9 [IMP] l10n: CO content updates
closes odoo/documentation#5871

X-original-commit: 897ddfefad
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-19 17:03:58 +00:00
Odoo Translation Bot
aeb0a9bb0f [I18N] Update translation terms from Transifex 2023-09-17 01:40:37 +02:00
Sam Lieber (sali)
7e12726c32 [IMP] accounting: l10n_mx content updates
closes odoo/documentation#5225

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-09-15 12:57:53 +00:00
Olivier Dony
7d8381f863 [ADD] legal: update terms of sales for monthly subs, add ES,DE
closes odoo/documentation#5837

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

X-original-commit: a8be832f47
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 00:33:26 +00:00
Martin Trigaux
573dcf1ef4 [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#5828

X-original-commit: 80e1065dff
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 00:33:25 +00:00
tiku-odoo
89fa7fb16f [IMP] Misc: 15.0 email templates / FAQ update
closes odoo/documentation#4229

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-11 21:05:45 +00:00
Martin Trigaux
f48a8e250c [I18N] *: export source terms
closes odoo/documentation#5813

X-original-commit: 5a0464911f
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-09-11 16:18:46 +00:00
Loredana Perazzo
3f172d0d99 [IMP] l11n: Odoo 16 is now certified to use the blackbox
task-3495357

closes odoo/documentation#5803

X-original-commit: 87b4f1817e
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-11 15:11:15 +00:00
Leloup Loïc (lole)
79380b49d7 [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#5787

X-original-commit: 9fadc3355d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-09-11 08:58:16 +00:00
Odoo Translation Bot
2e2306e658 [I18N] Update translation terms from Transifex 2023-09-10 01:40:26 +02:00
KC (ksc)
095ac84b07 [IMP] sales: updated RST formatting for quote template doc
closes odoo/documentation#5769

X-original-commit: 0232bdd96e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-09 00:06:15 +00:00
baro-odoo
6cde25ecca [FIX] odoo.sh: typo in branches.rst
closes odoo/documentation#5746

X-original-commit: cbbd5a5ee9
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-09-06 16:28:48 +00:00
Xavier (XPL)
2fb5610c05 [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#5738

X-original-commit: 8e41b58834
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-06 14:11:25 +00:00
Augusto Perez
38336c324b [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#5722

X-original-commit: 28cacd3b98
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-05 14:34:50 +00:00
Odoo Translation Bot
8902159dc6 [I18N] Update translation terms from Transifex 2023-09-03 01:40:33 +02:00