Commit Graph

813 Commits

Author SHA1 Message Date
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 

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 

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 

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
Mathieu Duckerts-Antoine
a4da1132ff [FIX] search panel: fix bad indentation
closes 

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
Lara Martini (larm)
a819e91c7b [IMP] employees: making targeted edits for v15 and updating images
closes 

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 

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 

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 

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 

X-original-commit: 8e7fd152ac
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-10-17 04:57:29 +00:00
Loredana Perazzo
78a26a0fa8 [IMP] pos: update content of the pricelists page
task-3005170

closes 

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 

X-original-commit: d1ce712814
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-10-11 17:51:49 +00: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 

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 

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 

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 

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 

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 

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
Jonathan Castillo (jcs)
1924074d82 [FIX] legal: broken links to the support page
task-3513581

closes 

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 

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-09-26 01:02:25 +00:00
Donatienne (dopi)
08369d0062 [IMP] Website: several images per product page to be corrected
closes 

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 

Fixes: 
Closes: 
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 

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
Sam Lieber (sali)
7e12726c32 [IMP] accounting: l10n_mx content updates
closes 

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 

X-original-commit: 76570c1e9d
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-09-13 00:33:27 +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 

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 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-09-11 21:05:45 +00:00
Loredana Perazzo
3f172d0d99 [IMP] l11n: Odoo 16 is now certified to use the blackbox
task-3495357

closes 

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 

X-original-commit: 9fadc3355d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-09-11 08:58:16 +00:00
KC (ksc)
095ac84b07 [IMP] sales: updated RST formatting for quote template doc
closes 

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 

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 

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 

X-original-commit: 28cacd3b98
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-09-05 14:34:50 +00:00
“Audrey
5b6be43481 [IMP] website: Google Analytics
task-2790245

- Update existing Google Analytics page for GA4
- Move warning from google_analytics_dashboard.rst to GA doc page
- Remove google_analytics_dashboard.rst as it's no longer useful

closes 

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2023-09-01 13:15:51 +00:00
Zachary Straub (ZST)
143b0151d1 [FIX] voip: update broken links, light markup cleaning
closes 

X-original-commit: 2fff805029
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-30 23:02:06 +00:00
arsi
5c400284a9 [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 

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 09:13:03 +00:00
KC (ksc)
c8326607a9 [IMP] fixed duplicate content in the Group By section
closes 

X-original-commit: 575f6040a0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-26 01:01:43 +02:00
“Audrey
e8f504537d [IMP] ecommerce: product variants
task-2689091

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-25 18:27:29 +02:00
tiku-odoo
b6a3be322c [IMP] Discuss Team Communication edits
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-25 03:44:01 +02:00
Brandon Seltenrich (BRSE)
a02022e2fd [FIX] mrp: fix kits note
closes 

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-08-24 20:52:41 +02:00
Tom Aarab (toaa)
1c5a9bcb73 [FIX] Stripe: screenshot update
Updated an outdated screenshot from V14 to V15

Forward to master.

taskid-3467638

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-24 17:13:51 +02:00
Jonathan Castillo (jcs)
de84b75ad0 [REM] support: what_can_i_expect
This page used to be hosted as an "orphan" page in the documentation
repository. It now is displayed on the support form page at
www.odoo.com/help making this page redundant. This commit deletes that
page and a redirection pointing to the support form has been set.

task-3027584

closes 

X-original-commit: fd2c0b8010
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-23 16:48:40 +02:00
Felicious
3b2c2376c0 [ADD] barcode: GS1 nomenclature
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-08-21 23:27:47 +02:00
Xavier (XPL)
9d3f889415 [FIX] install: fix reference and redirect
closes 

X-original-commit: 2b9ffdb240
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-18 23:27:54 +02:00
Xavier (XPL)
c4c945e41c [REF] install: move intro to main install page and split by install type
This PR moves the introduction about the different installation methods and editions found on the
install/install.rst page directly under the main install/ page. It creates three pages, one per
installation method documented on the install/install.rst page (Docker being documented on
docker.com and maintained by us), and moves the related content there. In addition, it fixes various
typos/grammar issues and improves the content according to the documentation guidelines. Various
references and links across the documentation had to be fixed accordingly.

task-3459070

closes 

X-original-commit: b7d5d04229
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-17 20:39:02 +02:00
KC (ksc)
83dcc39459 [IMP] sales: updated different addresses doc for RST
closes 

X-original-commit: 3a6123715d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-16 23:48:52 +02:00
ksc-odoo
dd67e99196 [IMP] Sales - Update optional_products.rst
closes 

X-original-commit: 4d95afe86c
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-16 23:48:48 +02:00
Jonathan
960073d589 [IMP] email com: update daily limit
The current default daily limit for one-app free
is 20 mails only. This commit updates the value.

closes 

X-original-commit: c0ca09cdde
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-16 18:42:25 +02:00
Antoine Vandevenne (anv)
b6f923d111 [FIX] tutorials/getting_started: fix typos in example model name
Commit f36c612d13 changed the model name
in Chapter 4 without updating the other occurences.

closes 

X-original-commit: 51a2dbd01e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-16 16:26:11 +02:00
Sam Lieber (sali)
c540115eba [REF] l10n: PoC doc restructure for CO
closes 

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-11 14:51:25 +02:00
tiku-odoo
494114e986 [IMP] Misc Oauth Azure Clarification
closes 

X-original-commit: b41d69ae82
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-10 00:45:08 +02:00
Lara Martini (larm)
6cb2ed8abc [IMP] Inventory: updating second person and images, add clarity
feku-review-add-headings-and-extra-reference

closes 

X-original-commit: 3392389244
Signed-off-by: Felicia Kuan (feku) <feku@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>
2023-08-09 20:29:49 +02:00
Lara Martini (larm)
3385a8b5cb [MOV] Payroll: moved configuration doc to main payroll so there is less clicking for users
closes 

X-original-commit: 4fd1f56b33
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2023-08-09 16:58:15 +02:00
ksc-odoo
ebd9103d2f [IMP] Sales - updated Deadline.rst (v14)
closes 

X-original-commit: 5f2725160d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-08-08 21:10:38 +02:00
Sam Lieber (sali)
1244cb310c [IMP] marketing: RST upgrades for metrics doc
closes 

X-original-commit: 6f02a0af04
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-08-08 21:10:33 +02:00
Sam Lieber (sali)
eac60ce941 [ADD] email marketing: essentials, mailing lists, unsubscriptions
closes 

X-original-commit: 56a291831a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 21:10:30 +02:00
Brandon Seltenrich (BRSE)
3da457a501 [IMP] inventory: update inventory adjustments
closes 

Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-08-08 20:05:43 +02:00
John Holton (hojo)
72ba26414b [ADD] MRP: Add Scrap during manufacturing
closes 

X-original-commit: 8c1881e120
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 18:15:34 +02:00
Xavier (XPL)
bd50b39abf [IMP] sales: correct amazon invoicing and payment registration info
task-2203035

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-08 18:15:30 +02:00
KC (ksc)
417741adcb [IMP] sales: updated terms and conditions for RST
closes 

X-original-commit: 53ff47fe08
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-08 03:18:06 +02:00
Xavier (XPL)
1d15429f4a [IMP] maintain: change info about domain names approval time
Original commit: 4fd1b73013
Original PR: https://github.com/odoo/documentation/pull/5272

closes 

X-original-commit: 45a2d970b7
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-08-07 19:54:46 +02:00
Antoine Vandevenne (anv)
69ae824dff [IMP] supported_versions: release saas-16.4
This commit also moves all versions from 8.0 to 12.0 from the table to
the "older versions" section.

closes 

X-original-commit: 6225ef9e32
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-08-07 16:39:54 +02:00
Jonathan
884cf4ac77 [FIX] iot: broken link in troubleshooting.rst
closes 

X-original-commit: 020200abbe
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-08-07 15:24:33 +02:00
KC (ksc)
5e97371468 [IMP] sales: updated get siganture for validation doc for RST formatting
closes 

X-original-commit: 6c38992016
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-06 08:52:02 +02:00
Lara Martini (larm)
d02d546d42 [ADD] Payroll: adding new configuration doc
closes 

X-original-commit: 8a88ec1dd0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 03:07:21 +02:00
Sam Lieber (sali)
99d54ffa31 [IMP] marketing: RST format upgrades for marketing automation v14
closes 

X-original-commit: b5bde9186e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 03:07:18 +02:00
Tom Aarab (toaa)
7f75d16f1b [IMP] accounting/credit and debit notes
Forward to master.

Change 16.3 onwards (screenshots)

Improved the doc and added some info on debit notes (was missing).

taskid-3439169

closes 

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-08-04 08:37:08 +02:00
tiku-odoo
66b2a3d50e [IMP] Misc: Oauth Azure
closes 

closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-08-02 21:15:51 +02:00
John Holton (hojo)
8237a079ec [IMP] Inventory: Update Multi-package shipments doc
closes 

X-original-commit: 7df2d749a8
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-02 04:36:51 +02:00
“Chiara
fd2a9431ce [ADD] l10n: saudi arabia e-invoicing
task-3422500

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-28 13:10:27 +02:00
Xavier (XPL)
8f04f93840 [FIX] accounting: remove unused image on the year-end page
closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 13:47:23 +02:00
Xavier (XPL)
7ba101ffd5 [IMP] accounting: year-end closing
task-2823858

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 20:36:00 +02:00
Xavier (XPL)
0155844ef5 [IMP] payments: add section about ACH payments
task-3303591

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 14:26:30 +02:00
Tom Aarab (toaa)
eff6743924 [IMP] accounting: multicurrency
Slight sentence update for V15.

V16 --> Change the bank statement section

taskid-3433653

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-20 11:08:27 +02:00
chyde-clearwater
3e78ec5467 [IMP] tutorials/getting_started: disambiguate example model name
I removed the dot notation in the  "_name" variable for the example
model. AKA, "test.model" is now named "test_model".

Dot notation implies a data structure relationship between a <model> and
it's parent (or class etc) <test> (like test.model() or Test.model).
There is no relationship like this between a <test> and <model> - it's
just one thing: a <test model>.

The seeming "benefit" of the ORM translating dots to underscores doesn't
justify this naming convention.  Yes, I know it's a string, but still,
this seems confusing for newbies and adds unnecessary complexity (why
name the same thing differently in different places?)

closes 

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:41:28 +02:00
Loredana Perazzo
673a8eee9e [IMP] pos: move part of the intro into generate tab
task-3372676

closes 

X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 13:16:13 +02:00
Tom Aarab (toaa)
8baff9f232 [IMP] accounting: intrastat
Updated Intrastat for 15.0

task-3373480

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-12 10:51:50 +02:00
Xavier (XPL)
10cee5e7b2 [FIX] payments: remove authorize duplicated statement content
task-2382237

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-11 11:54:51 +02:00
Xavier (XPL)
cd2bc63b22 [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes 

X-original-commit: 34ce8f1566
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 16:52:13 +02:00
Tom Aarab (toaa)
dcfd61e962 [IMP] authorize.net statement import
taskid-2382237

closes 

X-original-commit: 087f8c096d
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-10 13:42:39 +02:00
Xavier (XPL)
e54046b98f [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes 

X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 19:00:04 +02:00
tong-odoo
ee3634d623 [FIX] accounting: AU rebrands Keypay to Employment Hero
task-3250954

closes 

X-original-commit: 6d1ded65a0
Related: 
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-05 05:51:44 +02:00
Xavier
6617d01d46 [IMP] maintain: odoo online database management
task-2995394

closes 

X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-03 17:31:54 +02:00
tong-odoo
a746bd98a4 [IMP] localization: AU rebrands Keypay to Employment Hero
task-3250954

closes 

X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-03 17:31:52 +02:00
Brandon Seltenrich (BRSE)
688220bb51 [IMP] purchase: update manage vendor bills
closes 

X-original-commit: 65e2998551
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-03 16:28:22 +02:00
John Holton (hojo)
b86f45bda5 [ADD] Inventory: Add Replenish on order (MTO)
closes 

X-original-commit: d9ece7b353
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:48 +02:00
John Holton (hojo)
0ed33021a8 [ADD] Inventory: Add reordering rules
closes 

X-original-commit: eb347c2681
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:45 +02:00
John Holton (hojo)
5ad51c1031 [ADD] MRP: Work center time off
closes 

X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:06:42 +02:00
John Holton (hojo)
15749fd715 [IMP] Administration: Rewrite Upgrade Odoo SaaS
closes 

X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 10:13:17 +02:00
Lara Martini (larm)
e09903e29d [IMP] Inventory: updated images and removed edit steps
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-30 00:16:25 +02:00
Tom Aarab (toaa)
6e0d01771b [IMP] accounting: checks
task-2979887

closes 

Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-28 15:20:55 +02:00
Timothy Kukulka (tiku)
da9b9d68ff [IMP] IoT: edits to all IoT docs
closes 

X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 21:15:51 +02:00
Xavier
eb8a257049 [ADD] website: reCAPTCHA
task-3336129

closes 

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-27 16:54:08 +02:00
Benoit Socias
cbbc41d90c [FIX] howto/rdtraining: ch.13 adapt reference to salesperson field
In chapter 13 the `property_ids` field is defined as the inverse of a
`user_id` field. But in chapter 8 when the salesperson field is added,
no such name is given to it.

This commit adapts the description to reference the general concept of
the field used to link to the salesperson instead of an actual field
identifier.

task-3381757

closes 

X-original-commit: 3a131c829a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-27 13:39:30 +02:00
Benoit Socias
64ac1400e1 [IMP] developer/views: add optional attribute for fields of list views
The attributes of fields of list views do not mention the `optional`
attribute while it is used by chapter 12 of the R&D Training.

This commit describes this `optional` attribute.

task-3380953

closes 

X-original-commit: 5a446f5c59
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2023-06-27 13:39:27 +02:00
KC (ksc)
026ca474cf [IMP] sales: updated down payment doc for RST and image reasons
closes 

X-original-commit: 802dc467de
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 00:53:09 +02:00
Brandon Seltenrich (BRSE)
cf9a9e518d [IMP] inventory: update expiration dates doc
closes 

X-original-commit: 49029eda37
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-26 21:53:26 +02:00
Lara Martini (larm)
43237cf4c4 [ADD] Employees: anning a new employee
closes 

X-original-commit: 547ad6fca5
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-26 20:04:14 +02:00
Lara Martini (larm)
6201ee8760 [IMP] inventory: update strategies second person and images
closes 

X-original-commit: 3c78017bef
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-23 08:02:03 +02:00
Lara Martini (larm)
d996bf8af3 [IMP] Expenses: making targeted edits for v 15
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-23 08:01:58 +02:00
Jonathan
383676db84 [IMP] localizations: small rst changes in belgium.rst
Backporting some rst changes introduced with 

closes 

X-original-commit: c111c68a7f
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 22:11:08 +02:00