Commit Graph

1410 Commits

Author SHA1 Message Date
Loredana Perazzo
0c0bdb9fc4 [IMP] POS: move configuration in toctree
task-4512527

X-original-commit: 92b968d337
2025-01-27 10:45:33 +00:00
Doh (KIDO)
9b93d80ecf [FIX] l10n_my: MyInvois credential update for preproduction
Despite registering ODOO S.A. as the name for both production and preproduction environment, MyInvois force changed pre-production to OXXX_XXXXO S.A. requiring an update on the credential for usage.

closes 

X-original-commit: eba8e6028e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Kim Dohyun (kido) <kido@odoo.com>
2025-01-24 05:42:55 +00:00
lase@odoo.com
ceea81a32a [IMP] marketing: match the Display Timezone description with tooltips
Issue:

The current descriptions and naming of the `Date` fields (`date_begin`,
`date_end`) and the `Timezone` field (`date_tz`) can be confusing in the
form view of the event model. Specifically:

The timezone used for converting the form dates to the database is
determined by the context and not by the `Timezone` field present on the
form. However, this `Timezone` field determines the timezone used
for displaying the event's date/time on the website. This change
clarifies the situation according to the update done in the community PR

opw-4323142

closes 

X-original-commit: fe9d186b54
Related: 
Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
2025-01-22 13:01:12 +00:00
samueljlieber
a0c8570226 [IMP] sales: update simplified pricelist settings
closes 

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-01-21 17:27:14 +00:00
fvz-odoo
9f2f14c6c9 [IMP] accounting/l10n_uy: clarify onboarding
Currently, users are having a hard time setting up their Uruware account. With the improvement to the documentation we are adding clarifications to simplify the onboarding process as well as adding a see also section so users have more documentation and smart classes/eLearning available.

closes 

X-original-commit: 2628303bc4
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: dade-odoo <87431108+dade-odoo@users.noreply.github.com>
2025-01-15 15:56:28 +00:00
benderliz
3534f21f68 [IMP] Inventory: Merged cycle count docs and updated for 17.0
closes 

X-original-commit: 6852e4b980
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2025-01-14 19:03:59 +00:00
Zuzanna Luczynska
c80fee24c6 [ADD] project/dashboard: project dashboard
task-id 4384333

closes 

X-original-commit: 37d9b31da5
Signed-off-by: Zuzanna Luczynska (zulu) <zulu@odoo.com>
2025-01-13 13:43:02 +00:00
Zuzanna Luczynska
75b9ff742c [IMP] project/tasks: correction in what triggers reccurence + icon
closes 

Task-id: 3601222
X-original-commit: cb0cce2498
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Zuzanna Luczynska (zulu) <zulu@odoo.com>
2025-01-08 13:41:46 +00:00
guillaume gallant (guga)
58435ac87d [ADD] project: task dependencies
task-4413833

closes 

X-original-commit: 6bbf94d00a
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Guillaume Gallant (guga) <guga@odoo.com>
2025-01-07 08:33:14 +00:00
Sylvain Francis
6571f8afc0 [FIX] Egypt fiscal localizations: Update proxy install instructions
Since Odoo 16, to install the local proxy, users need to select the
"Odoo IoT" option install of the "Local Proxy Mode" to install the local
proxy.

This commit updates both the text and accompanying screenshot

closes 

X-original-commit: beeeff9068
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Sylvain Francis (syf) <syf+odoo@odoo.com>
2025-01-06 09:26:07 +00:00
Felicious
b4c51347f9 [IMP] inventory: add bpost link
closes 

X-original-commit: e38438c0ae
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2025-01-06 08:04:00 +00:00
“Dallas”
8529de0bc8 [FIX] accounting/tax-return: fix tax return menu path
Fix the menu navigation path of the tax return and update for 17.0 UI

task-4424499

closes 

X-original-commit: e85a95bdb2
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2025-01-03 13:51:43 +00:00
gmz-odoo
aabbdc1831 [IMP] accounting/l10n_pe: PLE 12.1 and PLE 13.1 inventory reports
Add new section for reports
Content based on V17
Images : [ADD]Inventory Reports: PLE 12.1 and PLE 13.1 - Images
Expected section to be added: [l10n_pe][USER DOC][ADD]Inventory Reports: PLE 12.1 and PLE 13.1

closes 

X-original-commit: 1aac8f8dc6
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2025-01-02 21:55:45 +00:00
gmz-odoo
25cdb7cd93 [IMP] accounting/l10n_pe: update GRE credentials section
closes 

Context: after Odoo17 the menu changes on the settings from Accounting to Inventory, as this workflow is related to stock moves
X-original-commit: f3969af47e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Gabriela Enriquez Manzano (gmz) <gmz@odoo.com>
2024-12-30 17:36:42 +00:00
Felicious
bb3f52fbfe [ADD] inventory: compare packs and uom
closes 

X-original-commit: 1ac6e5e975
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>
2024-12-27 00:42:19 +00:00
Paolo Gatti
6a4d362eff [FIX] fiscal_localizations: Italy, San Marino's destination code fix
Code is 2R4GTO8, not 2R4GT08.

task-4398355

closes 

X-original-commit: 69e6279f65
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Paolo Gatti (pgi) <pgi@odoo.com>
2024-12-23 18:08:39 +00:00
Zachary Straub (ZST)
4f699600b8 [IMP] mrp: workcenter wording adjustment
closes 

X-original-commit: 1a72b05e0a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-12-21 02:36:28 +00:00
paan-odoo
5aa54d4234 [ADD] point_of_sale: documentation for pos-based marketing
task-4053075

closes 

Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
Co-authored-by: Anantkumar Parmar <paan@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2024-12-20 22:14:09 +00:00
emmi-odoo
f27bde76b8 [FIX] website/domain: add sub domain
task-4220363

closes 

X-original-commit: 6cc9c9a75e
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Emmanuel Minga (EMMI) <emmi@odoo.com>
2024-12-20 07:23:07 +00:00
benderliz
f744a827ed [FIX] Inventory: Fixing reordering rules navigation
closes 

X-original-commit: 2f197b66ce
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-12-19 21:54:13 +00:00
benderliz
57280fb40e [FIX] payment_providers/authorize: update Excel import template
closes 

X-original-commit: f552c117a8
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-12-19 16:02:56 +00:00
Donatienne (dopi)
51fd568cb1 [IMP] ecommerce: shipping
taskid-4016678

closes 

X-original-commit: 795afbb728
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-12-19 07:53:31 +00:00
xpl-odoo
6f192511cd [IMP] website: replace cloudflare's page rule by redirect rule
closes 

X-original-commit: d1779bf4e5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-12-16 13:45:13 +00:00
Donatienne (dopi)
f7d6025f13 [IMP] website: URL translation note to be updated
taskid-4377816

closes 

X-original-commit: 2e3e7ad35c
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-12-12 12:38:48 +00:00
Vehiana Tepuhiarii
501b3a6111 [IMP] ldap: disable referral chasing for Microsoft AD
based on https://github.com/odoo/documentation/pull/11462
reformat to comply with doc guidelines

closes 

X-original-commit: 6e9de168d9
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-12-12 07:16:11 +00:00
xpl-odoo
69760ac23e [IMP] general: remove mailjet notifications setup
closes 

X-original-commit: a113cc42f5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-12-10 08:45:24 +00:00
LoredanaLrpz
2795bd60ae [IMP] l10n: pos 18.0 and on-premise certification
task-4391068

closes 

X-original-commit: 50daadf7d1
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-12-09 20:54:01 +00:00
samueljlieber
7b5ae06d3b [IMP] sales: update settings navigation for multi address
closes 

X-original-commit: c22f90137b
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Dina Klarisse Dugar (dikd) <dikd@odoo.com>
2024-12-04 15:28:43 +00:00
LoredanaLrpz
6854a0c363 [IMP] POS: returns and credit note
task-4016275

closes 

X-original-commit: 208c1b8e81
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-12-03 14:10:32 +00:00
Doh (KIDO)
1963c72d72 [IMP] l10n_my: MyInvois documentation
Recently, there has been a new module to support MyInvois which is legally mandatory for Malaysia. With its release this week, documentation is required for the users to add specific information to register Odoo as an intermediary but also to let them know how the set-up is and the business flow achievable in Odoo.

task-3953659

closes 

X-original-commit: 25f0c32e35
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Kim Dohyun (kido) <kido@odoo.com>
2024-12-03 03:57:59 +00:00
xpl-odoo
f36cb2bcc6 [IMP] website: cloudflare configuration
task-4113085

closes 

X-original-commit: f8cb28ce14
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-12-02 20:05:56 +00:00
Parish Bracha
fa703e0490 [IMP] Email marketing: Analyze metrics reports
closes 

X-original-commit: 47da91a9d6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-12-02 15:27:24 +00:00
afma-odoo
25663e302c [IMP] accounting: info about proforma label on invoices
task-3938154
task-3416326
task-2466972

closes 

X-original-commit: b81d1a6d8a
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-11-29 08:20:40 +00:00
Harsh Modi
d866bb9d4c [FIX] l10n_in_edi_ewaybill: fix the typos and update the functionality
In commit - 1e4c53871d (diff-fe059f98e5cefbc09ee21ab8b14d90ba3676d8b0998d9589865d1b5a2d708a7eR38)

The automation sending of ewaybill was removed. But the documentation still
says that we provide automation sending of the ewaybill. In this commit
we update documentation as per the current code

closes 

X-original-commit: 30d6e17cf9
Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
2024-11-27 02:31:35 +00:00
Donatienne (dopi)
395281cb5b [IMP] ecommerce: cross-upselling
closes 

Taskid: 4273498
X-original-commit: 4590851acf
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
2024-11-22 07:49:36 +00:00
kekiss
62c4d14e18 [IMP] Productivity: Discuss Getting Started rewrite
[FIX] Updates to Discuss doc for 17.0

Adding reviewer suggestions

Added blank line at end of file

closes 

X-original-commit: cdf833810f
Signed-off-by: Jessica Rogers (jero) <jero@odoo.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: 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-11-19 19:34:41 +00:00
Valentino
d30452e23a [IMP] accounting/l10n_br: Resourceful links section for onboarding
Add the relevant links to improve the onboarding of new customers. This documentation is accessible from the `res.config` in the customer DB.

To improve the onboarding, when the customer clicks in the DB is redirected here, and the first thing they see are the videos and the onboarding document with more details on how to configure the Avalara Portal, Use cases, tips, and tricks.

closes 

X-original-commit: 79758ab9de
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Valentino Gaffuri Bedetta (vbe) <vbe@odoo.com>
2024-11-19 15:47:52 +00:00
jero-odoo
7a9a39974f [IMP] VoIP: Update settings menu images
closes 

X-original-commit: 982e27382e
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-19 13:07:50 +00:00
Felicious
c7531dd242 [IMP] inventory: landed cost conditions
closes 

X-original-commit: 14b552a8a0
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-11-15 21:08:50 +00:00
Loredana Perazzo
6357040f64 [IMP] pos: remove warning "july 22" in six
task-4337378

closes 

X-original-commit: 738703df14
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-11-15 12:54:35 +00:00
Loredana Perazzo
6d8b086bb9 [IMP] POS: move replicated title into one page
task-3973404

Must come back in 16.0 & 17.0

closes 

X-original-commit: 2125ba0a6a
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-11-15 08:54:23 +00:00
jero-odoo
1a54537cbb [IMP] POS: remove star printer reference
closes 

X-original-commit: 54359951db
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-14 13:10:30 +00:00
Zachary Straub (ZST)
445a3c3c26 [FIX] accounting: fix broken OCR tutorial link
closes 

X-original-commit: 724f7000d7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-11-14 00:05:15 +00:00
jero-odoo
4aaab3756c [ADD] Essentials: Keyboard shortcuts
closes 

X-original-commit: e8f3736722
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
Co-authored-by: kekiss <karaekiss@yahoo.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-11-13 14:29:41 +00:00
afma-odoo
55f516faa8 [IMP] accounting: adding info about group payments
task-3518648

closes 

X-original-commit: 75af17192f
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-11-12 15:07:46 +00:00
jero-odoo
464f44a941 [IMP] Calendar sync: changing title of google doc
closes 

X-original-commit: e0b025fce0
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-12 13:25:28 +00:00
larm-odoo
9d98bb9bbd [ADD] Payroll: Salary attachments
closes 

X-original-commit: afe998d6a0
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-08 14:40:04 +00:00
Sam Lieber (sali)
dc20497ab1 [IMP] l10n_cl: Update main EDI module and description
closes 

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-04 16:49:07 +00:00
larm-odoo
2214fa1fcd [ADD] Payroll: Salary attachment report
closes 

X-original-commit: ce55e4affb
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-01 14:05:40 +00:00
jero-odoo
c4fb3ab106 [IMP] General: Update manage inbound email doc
closes 

X-original-commit: 1b14a732b9
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-11-01 11:39:45 +00:00