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
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
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
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
Lara Martini (larm)
4b4d568624
[IMP] payroll: update work entries, add menu
...
closes odoo/documentation#7874
X-original-commit: 3dc21be0a7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-03-01 16:03:58 +00:00
Lara Martini (larm)
5bb59f4083
[IMP] Payroll: updating ocnfiguration doc for 17
...
closes odoo/documentation#7873
X-original-commit: 269d602af0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-03-01 16:03:57 +00:00
Ali Alfie (alal)
bd6eb29718
[IMP] fiscal_localizations: HMRC format improved
...
Before, when entering the company's VAT, the user had to leave out the 'GB' prefix. This is no longer needed after odoo/enterprise/pull/57570
task-3765235
closes odoo/documentation#7963
X-original-commit: 61c86a1a8e
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-03-01 13:12:04 +00:00
tiku-odoo
9bbf59a5c0
[IMP] misc: voip onsip version 17 changes
...
closes odoo/documentation#7946
X-original-commit: befe1d0c8d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-03-01 11:51:02 +00:00
Nicolas Viseur (vin)
e0f0b3dbc6
[ADD] Starshipit as a delivery provider
...
Starshipit is the leading provider of integrated
and automated fulfilment solutions for online businesses
integrating with the main carriers used in Australia and
New Zealand, such as Australia Post, DHL, Aramex, CouriersPlease and more
Task ID # 3041982
closes odoo/documentation#7933
X-original-commit: 6bbc9dceff
Related: odoo/odoo#155829
Related: odoo/enterprise#57775
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Nicolas Viseur (vin) <vin@odoo.com>
2024-03-01 08:45:04 +00:00
Sam Lieber (sali)
e944826961
[IMP] marketing automation: overview content
...
closes odoo/documentation#7932
X-original-commit: d266d142a8
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: meng-odoo <101904966+meng-odoo@users.noreply.github.com>
2024-03-01 06:48:08 +00:00
Brandon Seltenrich (BRSE)
2c4e558804
[IMP] barcode: update zebra instructions
...
closes odoo/documentation#7931
X-original-commit: f8c1f3538d
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-03-01 06:48:07 +00:00
Donatienne (dopi)
5129d832f5
[ADD] website: building blocks
...
task-3693628
closes odoo/documentation#7927
X-original-commit: 757f750358
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-03-01 06:48:01 +00:00
Marion (masp)
4250fd8475
[ADD] administration: neutralized database
...
closes odoo/documentation#7924
Task: 3572950
X-original-commit: 65960a2726
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2024-03-01 05:26:10 +00:00
Felicious
4ee2fdd8f8
[IMP] inventory: combine uom and usage into one doc
...
closes odoo/documentation#7906
X-original-commit: f0e60e00ef
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>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-03-01 05:26:05 +00:00
Felicious
1829ea1dce
[IMP] inventory: add visibility days section
...
closes odoo/documentation#7917
X-original-commit: 187d41bc02
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>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
2024-02-29 06:32:12 +00:00
Felicious
797c47bfdd
[IMP] inventory: direct carrier contract
...
closes odoo/documentation#7913
X-original-commit: 786a9086e9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-02-29 06:32:11 +00:00
Donatienne (dopi)
a4246ae24a
[ADD] Website: adding link to the themes documentation
...
taskid-3685215
closes odoo/documentation#7901
X-original-commit: 366536db66
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-02-29 06:32:10 +00:00
Tom Aarab (toaa)
7816b13536
[IMP] localization/spain
...
Updated the Spain localization page
taskid-3736761
closes odoo/documentation#7892
X-original-commit: b2bad17b19
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-02-28 08:27:08 +00:00
Donatienne (dopi)
e4def45a33
[IMP] maintain: domain names
...
task-3595179
closes odoo/documentation#7885
X-original-commit: f9edbcd6b5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-02-28 08:27:03 +00:00
John Holton (hojo)
25b787e8bc
[ADD] Quality: Quality alerts doc
...
closes odoo/documentation#7823
X-original-commit: 8dd98b1314
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-02-28 07:09:58 +00:00
Sam Lieber (sali)
98cb1ebac3
[IMP] accounting/l10n_pe: delivery guide 2.0 peru
...
closes odoo/documentation#7853
X-original-commit: 81de2a5bbe
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-02-27 03:07:49 +00:00
Loredana Perazzo
de33f53535
[IMP] pos: update the whole page
...
task-3005131
closes odoo/documentation#7803
X-original-commit: 3fada867de
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-02-26 10:01:47 +00:00
Luucwa
82a1564ab8
Update send_quotes.rst
...
Removed "see also" links that lead nowhere
closes odoo/documentation#7736
X-original-commit: ca71dfa66a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-02-25 06:14:55 +00:00
tiku-odoo
564ac8fd7d
[IMP] sales: mrkt conn ebay exception
...
closes odoo/documentation#7868
X-original-commit: 97203c4027
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-02-24 00:19:58 +00:00
Ricardo Gomes Rodrigues
98b21d0c02
[IMP] l10n: update CodaBox documentation
...
This commit renames the "Fetch CODA's"
and "Fetch SODA's" texts in "Fetch from CodaBox"
to match the new text in the Entreprise branch.
closes odoo/documentation#7859
X-original-commit: ac9eb58b7a
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-02-24 00:19:57 +00:00
tiku-odoo
1ea67923d6
[IMP] misc: voip onsip edits
...
closes odoo/documentation#7856
X-original-commit: 0a133687dd
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-02-24 00:19:54 +00:00
tiku-odoo
f06fbeff06
[IMP] iot: windows iot worldline exception
...
closes odoo/documentation#7839
X-original-commit: 4dc8875b42
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-02-23 22:46:02 +00:00
tiku-odoo
13cf7f74fa
[IMP] iot: troubleshooting add barcode exception
...
closes odoo/documentation#7832
X-original-commit: 056242b831
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-02-23 22:45:59 +00:00
Xavier (XPL)
5c3bb77fae
[IMP] install: enterprise packaged installers note
...
task-3536177
closes odoo/documentation#7819
X-original-commit: 62e08e0c1f
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-02-23 22:45:56 +00:00
Donatienne (dopi)
a9ba3516d6
[ADD] Website: website themes page creation
...
taskid-3685215
closes odoo/documentation#7791
X-original-commit: af5ac872e7
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-02-23 12:04:18 +00:00
vifo
33cfa48bc7
[IMP] iot: filter printers based on subtype
...
Add a Subtype field to the iot devices, if the subtype is not correct,
users can change it in the iot Devices list
task id : 2146229
closes odoo/documentation#7794
Author: viforget
Co-author: tiku-odoo
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-02-22 18:16:52 +00:00
Vraj Panchal
85750cdef1
[ADD] fiscal localizations: managing negative discount lines
...
Clarifying the application of managing negative lines, this commit elucidates
how to effectively utilize the global discount setting. The inclusion of this
feature enhances user understanding and proficiency, providing insights into
the functionality of the newly introduced setting for handling negative discount
lines.
closes odoo/documentation#7001
Task: 3638605
Related: odoo/odoo#146969
Signed-off-by: Vraj Panchal (vrpa) <vrpa@odoo.com>
2024-02-22 09:11:04 +00:00
Zuzanna Luczynska
32ba97eeec
[ADD] planning: new page planning basics
...
New doc concerning planning basics, e.g. creating roles, first shitfs,
configuration, etc.
taskid-3648638
closes odoo/documentation#7764
X-original-commit: 54f7faa593
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Zuzanna Luczynska (zulu) <zulu@odoo.com>
2024-02-22 07:49:02 +00:00
Loredana Perazzo
669669d275
[ADD] POS: configure and use the ship later feature
...
task-3095674
closes odoo/documentation#7788
X-original-commit: a12f7925ca
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-02-21 13:26:39 +00:00
KC (ksc)
f9ca4efa04
[IMP] subscriptions: corrected error about recurring products tip
...
closes odoo/documentation#7768
X-original-commit: b0009b8e10
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-02-21 13:26:38 +00:00
KC (ksc)
8505bd7bb6
[IMP] subscriptions: update close subs doc for 17
...
closes odoo/documentation#7767
X-original-commit: b154ed017f
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-02-21 09:09:00 +00:00
Jess Rogers (jero)
a09a1e3f97
[IMP] helpdesk: update sla doc
...
closes odoo/documentation#7770
X-original-commit: 00faf01516
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: Timothy Kukulka <91896312+tiku-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: Zachary Straub <zst@odoo.com>
2024-02-20 18:01:51 +00:00
Tarek berkane
54c328611c
[FW][FIX] tutorials/getting_started: typo in 'estate'
...
closes odoo/documentation#7786
Forward-port-of: odoo/documentation#7772
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-02-20 11:02:07 +00:00
Ricardo Gomes Rodrigues
81225fe2d6
[IMP] l10n: update CodaBox documentation
...
This commit updates the documentation of CodaBox:
- new connection process
- new revocation process
- modified potential errors
closes odoo/documentation#7771
X-original-commit: 2c6c7a0dcd
Related: odoo/enterprise#56888
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-02-20 09:28:08 +00:00
Felicious
032e4ebb17
[IMP] inventory: sell stock virtual warehouse
...
closes odoo/documentation#7760
X-original-commit: 98994fbbaa
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-02-16 17:41:11 +00:00
Dylan Kiss (dyki)
39c408d30a
[IMP] accounting: deferred detail change
...
Update the documentation for Deferred Revenues and Expenses following
the changes in https://github.com/odoo/enterprise/pull/56052
task-3725621
closes odoo/documentation#7742
X-original-commit: 1f730d050f
Related: odoo/enterprise#56654
Signed-off-by: Dylan Kiss (dyki) <dyki@odoo.com>
2024-02-16 03:29:42 +00:00
Jess Rogers (jero)
ac3d25aa65
[IMP] helpdesk: update receiving tickets
...
closes odoo/documentation#7738
X-original-commit: 212da24684
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: Timothy Kukulka <91896312+tiku-odoo@users.noreply.github.com>
Co-authored-by: Timothy Kukulka <91896312+tiku-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>
2024-02-15 03:47:53 +00:00
KC (ksc)
c5eef612ab
[IMP] subscriptions: updated reports doc for 17
...
closes odoo/documentation#7732
X-original-commit: 7576501508
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-02-14 13:00:40 +00:00
John Holton (hojo)
262ecf4ed3
[IMP] MRP: Scrap during manufacturing
...
closes odoo/documentation#7714
X-original-commit: b498eb2cb9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-02-14 06:16:56 +00:00
Antoine Vandevenne (anv)
279ae26b85
[IMP] supported_versions: release saas-17.1
...
closes odoo/documentation#7708
X-original-commit: e116579c99
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-02-14 05:10:11 +00:00
Sam Lieber (sali)
670084cbcf
[REF] marketing automation: move getting started
...
closes odoo/documentation#7697
X-original-commit: 2198e60c5e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-02-13 16:01:21 +00:00
Donatienne (dopi)
2d5e29fd90
[IMP] Website Analytics: adding Google Tag Manager documentation
...
taskid-3650278
closes odoo/documentation#7695
X-original-commit: 1799e47028
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-02-12 08:07:47 +00:00
“Audrey
35711446e8
[IMP] payment_providers/stripe: improve structure and add Enable Apple Pay button
...
task-3697828
closes odoo/documentation#7688
X-original-commit: d4d62b6967
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-02-12 08:07:45 +00:00
Jess Rogers (jero)
12b8b20ad4
[IMP] helpdesk: getting started doc updates
...
closes odoo/documentation#7677
X-original-commit: 48bfcc6d93
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: Timothy Kukulka <91896312+tiku-odoo@users.noreply.github.com>
Co-authored-by: Timothy Kukulka <91896312+tiku-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>
2024-02-09 16:03:48 +00:00
tiku-odoo
e4aac1214b
[IMP] Misc VoIP Version 17 Specific Changes
...
closes odoo/documentation#7675
X-original-commit: 5eb6fc8cbc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-02-09 16:03:47 +00:00
Donatienne (dopi)
6427517626
[IMP] Website: updating seo documentation
...
taskid-3499195
closes odoo/documentation#7648
X-original-commit: a4ff6da99c
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-02-08 11:24:54 +00:00
Rémy Voet (ryv)
99751542c7
[IMP] orm: renaming of group_operator -> aggregator
...
closes odoo/documentation#5541
Related: odoo/enterprise#46795
Related: odoo/odoo#127353
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
2024-02-08 11:24:50 +00:00
Rémy Voet (ryv)
ad749706ec
[IMP] orm: changelog about group/aggregate/order by no-store related fields
...
Part-of: odoo/documentation#5541
2024-02-08 11:24:50 +00:00
tiku-odoo
3d55908b4c
[ADD] Misc: VoIP Axivox Dial Plan Edits
...
closes odoo/documentation#7657
X-original-commit: 5ea7d3aa16
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-02-07 04:34:17 +00:00
KC (ksc)
676c234151
[IMP] subscriptions: update automation rules doc for 17
...
closes odoo/documentation#7639
X-original-commit: f07ce400b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-02-07 01:36:55 +00:00
Lara Martini (larm)
35d79a866a
[ADD] Frontdesk: new documentation for new app
...
closes odoo/documentation#7638
X-original-commit: 23b5138038
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Jess Rogers <104637850+jero-odoo@users.noreply.github.com>
2024-02-07 01:36:54 +00:00
John Holton (hojo)
f9c0be63ee
[ADD] Quality: Control points doc
...
closes odoo/documentation#7635
X-original-commit: 1bf87a0db9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-02-07 00:00:40 +00:00
John Holton (hojo)
209864139d
[IMP] MRP: Backorders Shop Floor workflow
...
closes odoo/documentation#7571
X-original-commit: de2a4e2db7
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-02-07 00:00:39 +00:00
John Holton (hojo)
6482fb8440
[IMP] Quality: Pass - Fail check Shop Floor
...
closes odoo/documentation#7562
X-original-commit: 30d2a5efd1
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-02-07 00:00:38 +00:00
Michaël Mattiello
973d5800d2
[IMP] web: update javascript odoo modules
...
This commit adapts the javascript modules section with the last
update https://github.com/odoo/odoo/pull/142858 and some outdated
features.
closes odoo/documentation#7640
Signed-off-by: Michaël Mattiello (mcm) <mcm@odoo.com>
2024-02-06 15:53:40 +00:00
John Holton (hojo)
412f844589
[IMP] Quality: Quality checks Shop Floor
...
closes odoo/documentation#7574
X-original-commit: 0806969e0d
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-02-05 20:47:17 +00:00
John Holton (hojo)
4299eed3cd
[IMP] Quality: Measure check Shop Floor
...
closes odoo/documentation#7572
X-original-commit: 5b47c396ca
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-02-05 20:47:16 +00:00
Brandon Seltenrich (BRSE)
ee71f1eb9a
[ADD] purchase: add new temp rr doc
...
closes odoo/documentation#7631
X-original-commit: 18fd3f00e4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-02-05 14:19:02 +00:00
Loredana Perazzo
b87b0b335a
[IMP] POS: path to configure payment terminals
...
task-3684488
closes odoo/documentation#7608
X-original-commit: d16864d586
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-02-05 09:56:58 +00:00
“Audrey
6a69730316
[IMP] Studio: add a data table using the report editor
...
task-3698568
closes odoo/documentation#7622
X-original-commit: 281137ccfb
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-02-05 08:32:51 +00:00
Felicious
603518a6c5
[REF] inventory: move removal strats into own folder
...
closes odoo/documentation#7617
X-original-commit: 81509af376
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: Jonathan <jcs@odoo.com>
2024-02-03 12:25:16 +00:00
tiku-odoo
7519600559
[IMP] Productivity IoT Windows Add Admonition Block
...
closes odoo/documentation#7615
X-original-commit: c1ba4c61ae
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-02-03 12:25:11 +00:00
tiku-odoo
5a512bbdcf
[IMP] Misc Auth LDAP Typo Edits
...
closes odoo/documentation#7590
X-original-commit: 03678233c5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-01-30 16:21:51 +00:00
John Holton (hojo)
9e75bca747
[IMP] Quality: Take a Picture check Shop Floor
...
closes odoo/documentation#7573
X-original-commit: 93b47e7896
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-30 09:18:04 +00:00
Donatienne (dopi)
7c3abb5af5
[IMP] accounting: reconciliation models update
...
task-3377307
closes odoo/documentation#7514
X-original-commit: e5a19771c1
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-01-30 09:18:00 +00:00
John Holton (hojo)
89cfd364dc
[IMP] Quality: Instructions check Shop Floor
...
closes odoo/documentation#7557
X-original-commit: 58365b78c4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Felicious <feku@odoo.com>
Co-authored-by: ksc-odoo <ksc@odoo.com>
Co-authored-by: StraubCreative <zst@odoo.com>
2024-01-29 20:00:14 +00:00
MaxKeilOdoo
8d9d0c90ed
[IMP] misc: IAP grammar updates and new image
...
closes odoo/documentation#7554
X-original-commit: 07333c0061
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
Co-authored-by: tiku-odoo <tiku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: StraubCreative <zst@odoo.com>
2024-01-29 20:00:14 +00:00
Lara Martini (larm)
cce9456f93
[ADD] Time Off: new documentation needed
...
closes odoo/documentation#7537
X-original-commit: a838df1660
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-01-29 20:00:11 +00:00
Augusto Perez
1febb15453
[ADD] Upgrade documentation: Upgrade scripts and Util package
...
closes odoo/documentation#7550
X-original-commit: 16a209c750
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-01-26 09:56:30 +00:00
John Holton (hojo)
832628a8c7
[IMP] MRP: Update Manufacturing step docs for Shop Floor
...
closes odoo/documentation#7500
X-original-commit: 71a9b4efac
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-26 07:30:48 +00:00
Donatienne (dopi)
b84e81d3a1
[IMP] elearning: set prerequisite courses
...
taskid-3433600
closes odoo/documentation#7542
X-original-commit: 2d4a3cc883
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-01-25 14:56:28 +00:00
nni-odoo
4f098945d7
[ADD] localizations: indonesia qris
...
Adding QRIS documentation from the following PR https://github.com/odoo/odoo/pull/146926
closes odoo/documentation#7477
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-01-25 13:11:23 +00:00
“Audrey
86fac322d3
[IMP] payment_providers: payment methods + restructure doc page
...
task-3570280
closes odoo/documentation#7527
X-original-commit: 67894e33f6
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-01-25 05:49:20 +00:00
Julien Alardot (jual)
958fa599e1
[FIX] reference/user_interface: filter element name is mandatory
...
The filter element attribute 'name' is now required since
odoo/odoo/commit/4ddc3231
closes odoo/documentation#7523
X-original-commit: cbe72a69bb
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Julien Alardot (jual) <jual@odoo.com>
2024-01-24 10:52:51 +00:00
“Audrey
0604fb56f9
[IMP] Studio: new report editor
...
task-3553091
closes odoo/documentation#7518
X-original-commit: cf389c1c3e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-01-24 09:20:37 +00:00
Loredana Perazzo
3fe09dd653
[IMP] pos: note about products loading
...
task-3095675
closes odoo/documentation#7509
X-original-commit: 5ec37fbb7f
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-01-23 16:03:41 +00:00
tiku-odoo
06eaf3a0c7
[IMP]Productivity WhatsApp Enterprise Edit
...
closes odoo/documentation#7502
X-original-commit: 474d0b7b94
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-01-23 14:35:31 +00:00
Antoine Vandevenne (anv)
14c0438764
[IMP] reference/user_interface: reformat and clarify views reference
...
In particular, the following changes are made:
- Use the `class` and `attribute` admonitions along with custom
attributes to define classes, views' root attributes, views'
components, and attribute values. This allows re-using the responsive
design that was made for reference lists, and getting rid of the
previous implementation that relied on class attributes, which were not
intended for this usage and reduce readability while hindering further
contributions due to a lack of flexibility (no admonitions,
sub-attributes...)
- Use definition lists to define view types to allow for clearer and
longer descriptions.
- Rewrite and restructure the explanations when there is a lack clarity.
- Extract duplicated content to included RST files.
- Display SVG images into dedicated admonitions.
- Fix RST and English mistakes.
- Rename `view_architecture` to `view_architectures`, as it lists all
existing architectures and doesn't describe "the architecture of a
view".
- Replace underscores with hyphens in image file names to improve SEO.
task-3458320
closes odoo/documentation#5237
closes odoo/documentation#7497
X-original-commit: a17eaf4c6f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-01-23 10:51:24 +00:00
tiku-odoo
db3db3c727
[IMP] IoT Printer doc edits
...
closes odoo/documentation#7496
X-original-commit: bfe57fdbdd
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-23 10:51:20 +00:00
Donatienne (dopi)
1be6f341dd
[IMP] Website: menus
...
Update screenshots to reflect V17
closes odoo/documentation#7400
X-original-commit: 7e45e144a6
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-01-23 10:51:14 +00:00
Loredana Perazzo
39541bb745
[ADD] POS: page to setup and use product combos
...
Task-3604850
closes odoo/documentation#7485
X-original-commit: 539435d14d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-01-23 09:08:09 +00:00
tiku-odoo
157c1e18ea
[RMV]Sales: remove snyc menu line ebay connector
...
closes odoo/documentation#7471
X-original-commit: 9db684fe86
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-01-22 19:21:43 +00:00
nni-odoo
ab5c9feb40
[ADD] payment_providers: Xendit
...
Documentation for Xendit payment provider
taskid-2946329
closes odoo/documentation#7475
X-original-commit: 05637af163
Signed-off-by: Nigel Nicholas (nni) <nni@odoo.com>
2024-01-22 02:56:57 +00:00
KC (ksc)
b53427ddde
[IMP] subscriptions: update renewals doc
...
closes odoo/documentation#7433
X-original-commit: 6a7bc2d449
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-01-20 01:18:24 +00:00
tiku-odoo
e6dbd3d9e4
[IMP] Microsoft Azure Email Phrasing update
...
closes odoo/documentation#7462
X-original-commit: d902bbbc19
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-01-19 21:38:05 +00:00
tiku-odoo
646bfe2e2c
[RMV]VOIP:Scrub Asterisk Docs
...
closes odoo/documentation#7445
X-original-commit: 055e332ef3
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-01-19 15:05:16 +00:00
Felicious
e620f27378
[ADD] inventory: least packages removal strategy
...
closes odoo/documentation#7417
X-original-commit: bc6c92d786
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
2024-01-18 03:28:49 +00:00
Brandon Seltenrich (BRSE)
f10c8d4ad2
[IMP] barcode: update adjustments doc
...
closes odoo/documentation#7424
X-original-commit: a7af9a59ff
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-17 07:54:25 +00:00
Ricardo Gomes Rodrigues
999c8db465
[IMP] l10n: Codabox for Belgium
...
Add Codabox Belgium documentation following the introduction of the
module introduced in https://github.com/odoo/enterprise/pull/47607
task-id 3592955
closes odoo/documentation#7405
X-original-commit: 4895a3b55c
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-01-16 17:58:53 +00:00
Felicious
6ec9eb1fcc
[ADD] inventory: lifo removal strategy
...
closes odoo/documentation#7373
X-original-commit: fd598899c2
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
2024-01-16 16:40:25 +00:00
Donatienne (dopi)
baab56946f
[IMP] sign: tags, signing orders, reminders, expiration dates
...
task-3609727
New features are available in v17:
Modify tags on signed documents.
Send automatic email reminders to people who have yet to sign a document after a set delay.
Signing order available as soon as you have more than one signer
Setting expiration dates on signature requests.
closes odoo/documentation#7275
X-original-commit: 054801995e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-01-16 16:40:23 +00:00
aliya
73499c595e
[IMP] accounting: peppol
...
In 17.0 we have introduced some additional features in Peppol:
- switching between the demo mode/test mode/live
- better UI that allows fetch peppol message status, new documents, etc from the accounting dashboard
- peppol ready filter to filter customer invoices that are ready to be sent via peppol
part of:
task-3614809
closes odoo/documentation#7402
X-original-commit: 47300c10bf
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Aliya Tastemirova (alta) <alta@odoo.com>
2024-01-16 10:03:50 +00:00
“Chiara
2c1277d0f7
[IMP] accounting: internal transfers
...
taskid-3663508
closes odoo/documentation#7401
X-original-commit: 9223318b05
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-16 10:03:49 +00:00
Felicious
fc98af5814
[ADD] inventory: closest locations removal strat
...
closes odoo/documentation#7367
X-original-commit: a926fbf998
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
2024-01-16 03:09:35 +00:00
Olivier Dony
65f1e3ce0a
[CHG] legal: make Spanish partnership contract official
...
Removed the "not legally binding" warning, as Odoo now has official
establishments in countries when Spanish contracts are mandatory and
need to be binding. More careful reviews of the Spanish translations
will be necessary from now on.
Part-of: odoo/documentation#7387
2024-01-15 22:56:16 +01:00
Olivier Dony
a48ebe55bf
[IMP] legal: update spanish Enterprise contract to v10a
...
Including spellchecking and proper emphasis of some important terms, and
the disambiguation of "Extra Covered Modules" and "Bug"
Removed the "not legally binding" warning, as Odoo now has official
establishments in countries when Spanish contracts are mandatory and
need to be binding. More careful reviews of the Spanish translations
will be necessary from now on.
Part-of: odoo/documentation#7387
2024-01-15 22:56:16 +01:00
Donatienne (dopi)
83a68e4b9b
[MOV] geo ip installation: move page to install
...
Page moved from Websites to Install section
taskid-3512515
X-original-commit: a9004e844f
Part-of: odoo/documentation#7392
2024-01-15 13:04:21 +00:00
Rémy Voet (ryv)
be60243eff
[IMP] orm: update changelog for the new flush strategy
...
closes odoo/documentation#7194
Related: odoo/upgrade#5469
Related: odoo/odoo#144747
Related: odoo/enterprise#53380
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
2024-01-15 13:04:08 +00:00
KC (ksc)
d07052aa57
[IMP] sales: updated amazon order management
...
closes odoo/documentation#7381
X-original-commit: f751e9548a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-14 21:38:51 +00:00
KC (ksc)
b89d3e56c2
[IMP] sales: amazon connector features doc for 16
...
closes odoo/documentation#7380
X-original-commit: a43a65992e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-01-14 21:38:50 +00:00
Felicious
8d87bfe462
[ADD] inventory: fefo removal
...
closes odoo/documentation#7366
X-original-commit: 8ebfc5cd2a
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-01-14 02:15:41 +00:00
Sam Lieber (sali)
b72d340b3c
[FIX] l10n_cl: Chile typo corrections
...
closes odoo/documentation#7363
X-original-commit: 505547264e
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Marco Antonio Iribe Sepulveda (masi) <masi@odoo.com>
2024-01-13 05:40:53 +00:00
Felicious
a197b6c57d
[ADD] inventory: fifo removal strategy
...
closes odoo/documentation#7354
X-original-commit: 5f416e028f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
2024-01-13 04:31:50 +00:00
Joren Van Onder
f0cf3c68ac
[IMP] accounting: direct customers to official fork of Taxcloud modules
...
Also improve wording a bit.
closes odoo/documentation#7353
X-original-commit: 968177ade5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Renee Carano <rca@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-01-13 03:20:49 +00:00
Tom Aarab (toaa)
1f31ba3f06
[REM] accounting: multiple payments
...
Removing redundant page (see task)
See PR https://github.com/odoo/documentation/pull/6645
taskid-3466400
closes odoo/documentation#7350
X-original-commit: 2ef7150ebf
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-13 03:20:48 +00:00
Marion (masp)
2f0d98c9f7
[ADD] website: address autocomplete configuration
...
Task-3618264
closes odoo/documentation#7316
X-original-commit: ca160e4e1a
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2024-01-12 16:21:15 +00:00
Nicolas Viseur (vin)
4210a31408
[REF] l10n_au_keypay: remove au dependency
...
Keypay, now called Employment Hero, is not limited to Australia
but also supports Singapore, Malaysia,...
This task will:
- remove dependencies to Australia, to make it usable with other
localisation.
- Rename the module and all references to keypay and au in order to
keep the module clean for future use.
- Implement better error messages when the api returns one.
- Render the api key, and url company specific to support using
two different API on two separate companies.
Task id # 2925767
closes odoo/documentation#7276
Related: odoo/enterprise#53685
Related: odoo/upgrade#5494
Signed-off-by: Nicolas Viseur (vin) <vin@odoo.com>
2024-01-12 11:22:55 +00:00
Nathan Marotte (nama)
080dc64e54
[ADD] Upgrade documentation: How-to-guide for developers
...
closes odoo/documentation#7336
X-original-commit: 44f4683519
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-01-11 17:21:54 +00:00
Felicious
95f8067ed5
[IMP] inventory: split removal strategy doc
...
closes odoo/documentation#7329
X-original-commit: 9c417efadc
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-01-11 05:37:14 +00:00
masi-odoo
f453b2266f
[IMP] payment_provider/mercado pago: content updates
...
This commit will add important clarifications to use and test the Mercado Pago payment provider and add visual documentation similar to other provider's documentation
closes odoo/documentation#7326
X-original-commit: 1596413d4b
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Marco Antonio Iribe Sepulveda (masi) <masi@odoo.com>
Co-authored-by: samueljlieber <sali@odoo.com>
2024-01-11 05:37:07 +00:00
Tom Aarab (toaa)
d88b185c27
[IMP] localization: spain missing reports
...
Missing tax reports for
15 & 16: 347 & 349
17: 347, 349, & 390
taskid-3673259
closes odoo/documentation#7320
X-original-commit: e808a28f3a
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-10 09:02:55 +00:00
Tom Aarab (toaa)
62a4db0c7d
[IMP] accounting: taxes
...
Updated the tax documentation for 16.4 onwards. Forward to master.
taskid-3621461
closes odoo/documentation#7303
X-original-commit: 73fc5e9be4
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-10 06:28:01 +00:00
Tom Aarab (toaa)
de2999c01d
[IMP] accounting: payments doc update
...
Updated the payments doc page.
Forward to master.
16.3 -> Change reconciliation section
taskid-3610834
closes odoo/documentation#7273
X-original-commit: 9c1efe5b20
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-08 14:23:23 +00:00
Tom Aarab (toaa)
494ae5a555
[IMP] accounting: checks
...
Cleared up some confusion about path menu and feature
Forward to master
taskid-3644544
closes odoo/documentation#7292
X-original-commit: c438e5a3aa
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-08 12:52:43 +00:00
Donatienne (dopi)
283c843eeb
[ADD] blogs: documentation
...
task-3492925
closes odoo/documentation#7282
X-original-commit: 4bc2742413
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-01-08 12:52:42 +00:00
Julien Castiaux
b0cc13d4fe
[FIX] developer/reference/cli: log on stderr
...
Odoo is actually logging on sys.stderr and not sys.stdout[^1][^2][^3].
Remove passage about the workflows, the workflows were an OpenERP
feature removed almost a decade ago in odoo/odoo@98cb4719db .
Fixes : #7210
[^1]: b3b9b2b49e/odoo/netsvc.py (L156)
[^2]: b3b9b2b49e/odoo/netsvc.py (L198)
[^3]: https://docs.python.org/3/library/logging.handlers.html#logging.StreamHandler
closes odoo/documentation#7274
X-original-commit: c55e8f251a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2024-01-04 23:00:59 +00:00
Donatienne (dopi)
6016ed4e93
[IMP] to-do: create a new to-do with ctrl k shortcut
...
taskid-3501306
closes odoo/documentation#7252
X-original-commit: a1eaf3af64
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-01-04 20:40:46 +00:00
Tom Aarab (toaa)
6c561112a8
[FIX] Project: broken URL
...
One of the link is broken
taskid-3658558
closes odoo/documentation#7250
X-original-commit: 0311faee2f
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-04 19:10:10 +00:00
Tom Aarab (toaa)
7a8f551d67
[IMP] accounting: Incoterms
...
Updated the Incoterms page to add "location" field and fixed typos
taskid-3619104
closes odoo/documentation#7245
X-original-commit: 30f5433366
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-04 19:10:09 +00:00
Tom Aarab (toaa)
67adf2fc3b
[IMP] accounting: batch payments
...
Updated screenshots from 16.3 onwards. Forward to master.
taskid-3615592
closes odoo/documentation#7242
X-original-commit: 22012bbf3e
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-04 19:10:08 +00:00
Tom Aarab (toaa)
6f3ca9f4a3
[IMP] accounting: bank sync
...
Changed a note that was confusing to end users. Forward to 16.3
16.3 & 16.4 --> Fetch Account/Reconnect
17.0 --> Reconnect
taskid-3619168
closes odoo/documentation#7234
X-original-commit: f0ee3420b9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2024-01-04 17:58:34 +00:00
“Chiara
d1836f349f
[IMP] accounting: withholding tax
...
taskid-3615963
closes odoo/documentation#7236
X-original-commit: cc03963248
Signed-off-by: Chiara Prattico (chpr) <chpr@odoo.com>
2024-01-04 14:59:39 +00:00
YStorm5
e765370016
[FW][FIX] developer/tutorials/getting_started: swap headers
...
I think these two header got mix up.
closes odoo/documentation#7226
Forward-port-of: odoo/documentation#7199
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-01-03 17:43:36 +00:00
ezoer
15beccfd50
[FW][FIX] developer/user_interface: fix typo in 'attribute'
...
closes odoo/documentation#7225
Forward-port-of: odoo/documentation#7190
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-01-03 17:43:34 +00:00
Lara Martini (larm)
cec2e1f322
[ADD] fleet: add a new vehicle
...
closes odoo/documentation#7222
X-original-commit: 7a5d891206
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: jero-odoo <104637850+jero-odoo@users.noreply.github.com>
2024-01-02 22:09:33 +00:00
Brandon Seltenrich (BRSE)
9cb186f87b
[IMP] inventory: update differences doc
...
closes odoo/documentation#7216
X-original-commit: 81d201efc4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2024-01-02 20:36:56 +00:00
KC (ksc)
075eea9326
[IMP] sales: updated quotation template for 17
...
closes odoo/documentation#7198
X-original-commit: edb41d8c51
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-29 23:24:40 +00:00
KC (ksc)
b5507c4940
[IMP] subscriptions: updated upsell sub doc
...
closes odoo/documentation#7197
X-original-commit: 648cc25775
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-29 23:24:39 +00:00
Lara Martini (larm)
64fabeb801
[IMP] Inventory: making targeted edits for 16
...
closes odoo/documentation#7189
X-original-commit: 04401626e5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-27 23:57:01 +00:00
Lara Martini (larm)
6667e3ec35
[ADD] Fleet: new services doc
...
closes odoo/documentation#7183
X-original-commit: abb6130914
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-27 23:57:00 +00:00
Brandon Seltenrich (BRSE)
7b917cd1c3
[IMP] mrp: update variants doc
...
closes odoo/documentation#7175
X-original-commit: f3a2865dea
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-12-27 14:03:06 +00:00
Lara Martini (larm)
884c1b3126
[ADD] Referrals: new doc explaining all of referrals
...
closes odoo/documentation#7167
X-original-commit: f2b550ab78
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2023-12-26 23:07:20 +00:00
Brandon Seltenrich (BRSE)
b339573354
[IMP] barcode: update barcode operations doc
...
closes odoo/documentation#7166
X-original-commit: 30fd7112af
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-26 23:07:19 +00:00
Brandon Seltenrich (BRSE)
668420655f
[IMP] barcode: update transfers scratch doc
...
closes odoo/documentation#7153
X-original-commit: df58ae965c
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-26 21:44:52 +00:00
Ricardo Gomes Rodrigues
abb3589471
[IMP] accounting: Deferred revenues and expenses
...
Update Deferred Revenues and Expenses documentation
following the changes in https://github.com/odoo/enterprise/pull/40902
task-id 3478356
closes odoo/documentation#7143
X-original-commit: 6d6e82a158
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2023-12-26 09:53:34 +00:00
Prakash Prajapati (ppr)
588801185a
[IMP] payment_providers: activate on-demand (Recurring payments) feature for Razorpay
...
task-3495914
closes https://github.com/odoo/documentation/pull/6732
closes odoo/documentation#7145
Related: odoo/odoo#143525
Related: odoo/odoo#147425
X-original-commit: 5be62e15e2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Prakash Prajapati (ppr) <ppr@odoo.com>
2023-12-26 08:40:44 +00:00
aliya
78d1f23686
[IMP] accounting: peppol
...
task-3613395
closes odoo/documentation#7140
X-original-commit: d88148f3f6
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-12-22 21:16:41 +00:00
Lara Martini (larm)
e72b21d734
[IMP] Recruitmet: updating images and text for 16 version
...
closes odoo/documentation#7133
X-original-commit: 55600e428d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 19:50:02 +00:00
Lara Martini (larm)
5ff951e927
[IMP] payroll: made targeted edits for 16
...
closes odoo/documentation#7132
X-original-commit: ec18f20bf5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 19:50:01 +00:00
Lara Martini (larm)
78b3ca7521
[IMP] employees: larm made targeted edits for 16 and updated pics
...
closes odoo/documentation#7131
X-original-commit: 5413bd1c5d
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 19:50:00 +00:00
Lara Martini (larm)
9e3cb9eeaf
[ADD] Attendances: new documentation needed for flow and configurations
...
updated section about managers for better flow
closes odoo/documentation#7115
X-original-commit: 6b9ba7f9ed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: jero-odoo <104637850+jero-odoo@users.noreply.github.com>
Co-authored-by: jero-odoo <104637850+jero-odoo@users.noreply.github.com>
2023-12-22 19:49:59 +00:00
KC (ksc)
9115d5d7a4
[IMP] sales: updated product_images doc about Google API
...
closes odoo/documentation#7113
X-original-commit: 8167182ae9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 19:49:58 +00:00
KC (ksc)
c5b4336b52
[IMP] sales: updated import products doc for 16
...
closes odoo/documentation#7112
X-original-commit: ca1554271b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 19:49:57 +00:00
Lara Martini (larm)
78d289c677
[ADD] fleet: new configurations doc
...
closes odoo/documentation#7098
X-original-commit: 52a2a795a1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-12-22 19:49:56 +00:00
KC (ksc)
14a9073ac9
[IMP] rental: total update of the doc for the rental app
...
closes odoo/documentation#7091
X-original-commit: 230461a3e8
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 19:49:55 +00:00
Nicolas Viseur (vin)
4eb1baa5c5
[IMP] l10n_au: update documentation
...
Provides an up-to-date documentation for the Australian localization
(Odoo 17) with all the new and upcoming features in this version.
closes odoo/documentation#7138
X-original-commit: 2bffc3d457
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-12-22 18:30:07 +00:00
Lara Martini (larm)
0f8e20e0aa
[IMP] Recruitment: adding new hiring flow doc
...
closes odoo/documentation#7099
X-original-commit: 6704ff51de
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 04:08:56 +00:00
tiku-odoo
dfc42d4b62
[IMP] Market Connectors: eBay Marketplace edits
...
closes odoo/documentation#7082
X-original-commit: 2048c588c4
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-22 01:53:10 +00:00
Jess Rogers (jero)
5bd89e30b9
[IMP] crm: update convert leads
...
closes odoo/documentation#7068
X-original-commit: 88a0b155e5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: hojo-odoo <123424465+hojo-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2023-12-22 01:53:09 +00:00
MaxKeilOdoo
35602b9f50
[IMP] sales: update win loss report documentation for Odoo 17
...
closes odoo/documentation#7060
X-original-commit: 554193a14b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: jero-odoo <104637850+jero-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>
2023-12-21 07:57:52 +00:00
tiku-odoo
79fa32eb3d
[IMP] Misc: Portal User Change Login Initial Commit
...
closes odoo/documentation#7059
X-original-commit: d423038270
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 07:57:51 +00:00
KC (ksc)
3905b642fa
[IMP] marketing automation: updated testing_running campaign doc for Odoo 16
...
closes odoo/documentation#7040
X-original-commit: 76fc90dde7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 07:57:50 +00:00
KC (ksc)
5b581c31a5
[IMP] marketing automation: update understanding_metrics for 16
...
closes odoo/documentation#7039
X-original-commit: 70050340fe
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 07:57:49 +00:00
KC (ksc)
90fffd3039
[IMP] marketing automation: updated workflow activities for 16
...
closes odoo/documentation#7028
X-original-commit: 6968e362da
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 07:57:48 +00:00
Valentino
6fb216f70d
[IMP] l10n_br: include electronic invoicing flow
...
With the addition of l10n_br_edi and l10n_br_edi_sale to the previous modules, now electronic invoices for goods can be created from Odoo.
This PR includes the necessary information to use these new modules - configuration and workflows.
closes odoo/documentation#7022
X-original-commit: f23dcb7d35
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 07:57:47 +00:00
tiku-odoo
d4eece9b5f
[IMP] Productivity: Discuss Getting Started
...
closes odoo/documentation#7049
X-original-commit: cdd5dbead5
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-21 06:49:32 +00:00