xpl-odoo
a113cc42f5
[IMP] general: remove mailjet notifications setup
...
closes odoo/documentation#11547
X-original-commit: a6f1cd2cf9
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-12-09 17:32:37 +00:00
samueljlieber
507c408f01
[IMP] sales: update settings navigation for multi address
...
closes odoo/documentation#11469
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:29:59 +00:00
Sam Lieber (sali)
cb1f1e89d6
[FIX] tutorials: explicit translation function example
...
closes odoo/documentation#11332
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-12-04 09:36:44 +00:00
LoredanaLrpz
0bf6c3b44e
[IMP] POS: returns and credit note
...
task-4016275
closes odoo/documentation#11498
X-original-commit: 208c1b8e81
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-12-03 16:17:11 +00:00
xpl-odoo
4a7156d69e
[IMP] website: cloudflare configuration
...
task-4113085
closes odoo/documentation#11509
X-original-commit: f8cb28ce14
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-12-03 14:53:05 +00:00
Doh (KIDO)
82378ce462
[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 odoo/documentation#11333
Signed-off-by: Kim Dohyun (kido) <kido@odoo.com>
2024-12-02 08:49:43 +00:00
vava-odoo
d77d3ace2a
[FIX] developer/tutorials/importable_modules: no self in actions
...
In ir.actions.server, the variable containing the record(s) is not
`self`, but `record` and `records`.
Also, since there is a word about `store` attribute for computed
fields, this commit specifies the behaviour of `readonly` attribute.
closes odoo/documentation#11484
Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
2024-11-29 11:35:53 +00:00
afma-odoo
b81d1a6d8a
[IMP] accounting: info about proforma label on invoices
...
task-3938154
task-3416326
task-2466972
closes odoo/documentation#11080
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-11-28 12:37:40 +00:00
Harsh Modi
30d6e17cf9
[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 odoo/documentation#11453
Signed-off-by: Harsh Modi (hamo) <hamo@odoo.com>
2024-11-26 13:09:52 +00:00
Parish Bracha
47da91a9d6
[IMP] Email marketing: Analyze metrics reports
...
closes odoo/documentation#10764
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-11-22 14:32:07 +00:00
xpl-odoo
41e40b46e2
[IMP] on-premise: remove too many users upsell alert block
...
task-4343506
closes odoo/documentation#11431
X-original-commit: b923389182
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-22 10:11:14 +00:00
xpl-odoo
af1df4ae12
[IMP] upgrade: harmonize release interval
...
task-4346126
closes odoo/documentation#11427
X-original-commit: e953d8f838
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-22 10:11:13 +00:00
Donatienne (dopi)
4590851acf
[IMP] ecommerce: cross-upselling
...
closes odoo/documentation#11264
Taskid: 4273498
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-11-21 21:29:59 +00:00
kekiss
cdf833810f
[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 odoo/documentation#10580
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 16:18:43 +00:00
Merel Geens (mege)
db36928ff6
[FIX] administration/on-premise: Incorrect ports
...
In Odoo 18 and lower versions, update notifications are sent over HTTP,
not HTTPS:
Odoo 18: bbcafb7bb1/odoo/tools/config.py (L78)
Odoo 17: a7ccd81fb2/odoo/tools/config.py (L78)
Odoo 16: 6b5a839428/odoo/tools/config.py (L78)
The documentation has listed 443 as the main port since 2019:
https://github.com/odoo/documentation/pull/324 , but what it mentions
about the most recent version of Odoo using services.odoo.com wasn't
true until Odoo 18: https://github.com/odoo/odoo/pull/163202 . That PR
kept the HTTP usage and not HTTPS as was originally intended:
https://github.com/odoo/odoo/pull/30272 .
closes odoo/documentation#11403
X-original-commit: 4d079db7f8
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-19 08:35:31 +00:00
jero-odoo
fe75484a45
[IMP] Calendar sync: changing title of google doc
...
closes odoo/documentation#11347
X-original-commit: e0b025fce0
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2024-11-15 17:32:24 +00:00
Loredana Perazzo
2b84a30f80
[IMP] pos: remove warning "july 22" in six
...
task-4337378
closes odoo/documentation#11397
X-original-commit: 738703df14
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-11-15 13:38:45 +00:00
Joris Makauskis
f8683b6e74
[IMP] extract_api: Add bank statement documentation
...
- Updated documentation to include details on the new bank statement
extraction via OCR.
- Removed mention of unsupported discount, product, and unit features
from invoice_lines feature.
Task-3895452
closes odoo/documentation#11389
X-original-commit: 8c93ff790e
Signed-off-by: Joris Makauskis (jmak) <jmak@odoo.com>
2024-11-14 16:01:16 +00:00
Valentino
79758ab9de
[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 odoo/documentation#11343
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-11-14 07:07:13 +00:00
Zachary Straub (ZST)
fd7a2f90d9
[FIX] accounting: fix broken OCR tutorial link
...
closes odoo/documentation#11367
X-original-commit: 724f7000d7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-11-13 23:54:11 +00:00
Felicious
14b552a8a0
[IMP] inventory: landed cost conditions
...
closes odoo/documentation#11376
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-13 19:44:03 +00:00
jero-odoo
54359951db
[IMP] POS: remove star printer reference
...
closes odoo/documentation#11375
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-11-13 19:43:57 +00:00
xpl-odoo
ce1b4d7bc3
[IMP] upgrade: sla clarifications
...
closes odoo/documentation#11361
X-original-commit: 470af9bf21
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-11-13 09:15:52 +00:00
afma-odoo
75af17192f
[IMP] accounting: adding info about group payments
...
task-3518648
closes odoo/documentation#11336
X-original-commit: 20bd9b1780
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-11-12 11:36:33 +00:00
larm-odoo
afe998d6a0
[ADD] Payroll: Salary attachments
...
closes odoo/documentation#11291
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-11-07 22:04:47 +00:00
larm-odoo
ce55e4affb
[ADD] Payroll: Salary attachment report
...
closes odoo/documentation#11064
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-10-31 20:57:45 +00:00
jero-odoo
1b14a732b9
[IMP] General: Update manage inbound email doc
...
closes odoo/documentation#11293
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-10-31 19:38:30 +00:00
Damien Bouvy
c6a8619367
[ADD] Developer: data module tutorial
...
Introduce a new tutorial about creating Odoo modules using XML data files
instead of Python code.
This guide is follows closely the 'Server Framework 101' tutorial and
covers the following:
- Module structure and deployment
- Defining models and fields
- Setting up security and access rights
- Creating views and actions
- Implementing relational fields (many2one, many2many, one2many)
- Working with computed and related fields
- Adding business logic through server actions and automation rules
- Creating website controllers for API endpoints
The tutorial includes practical exercises and code examples to reinforce
learning, catering to developers who need to customize Odoo without writing
Python code (e.g. Odoo PS-Tech employees, partners that focus on SaaS instances
or author of Industry modules).
Task-4167176
closes odoo/documentation#11050
Signed-off-by: Bouvy Damien (dbo) <dbo@odoo.com>
2024-10-31 17:15:21 +00:00
Aurelien van Delft (avd)
660f73e02c
[IMP] contributing/git: add [PERF] to the valid commit tags
...
The [PERF] commit tag passes the runbot minimal check and has been
used in lots of patches. E.g.
- odoo/odoo@f02bcfadcb
- odoo/odoo@b30b059898
- odoo/odoo@780a2bb601
However this tag was not listed in the documentation yet. This led
to confusion for reviewers not accustomed with it. This commit
fixes that.
closes odoo/documentation#11296
X-original-commit: ac8f3d2aa4
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Aurélien van Delft (avd) <avd@odoo.com>
2024-10-29 11:38:52 +00:00
Loredana Perazzo
7e2d88cc02
[IMP] POS: add a configuration step to enable ePos printers
...
task-4055549
closes odoo/documentation#11285
X-original-commit: f83f35955e
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-10-25 18:02:06 +00:00
jero-odoo
229e633c9c
[IMP] Iot: Remove star printer reference
...
closes odoo/documentation#11267
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-10-24 17:56:38 +00:00
gmz-odoo
af29704626
[IMP] accounting/l10n_pe: update modules and description
...
Remove older ‘Introduction section’
Add a table listing and update of the currently supported features and modules with a description of its functionality (like the format/structure displayed for Chile Localization page)
Update the description of suggested and related resources, such as Smart Tutorial videos
closes odoo/documentation#10562
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-10-24 17:56:37 +00:00
“Dallas”
4107fb03a5
[FIX] l10n_de: Fix second broken GoBD link
...
There were two broken links originally, one of which was fixed by PR#10074. This commit will remove the first link entirely and fix the second link, as suggested by TSB.
task-4088554
closes odoo/documentation#11270
X-original-commit: 33ef1f8918
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2024-10-24 16:07:18 +00:00
benderliz
fa7713f31c
[IMP] ar_l10n: remove extra comma
...
closes odoo/documentation#11252
X-original-commit: 15bc972085
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Liz Bender (beli) <beli@odoo.com>
2024-10-22 18:30:52 +00:00
xpl-odoo
cfe4968bef
[ADD] sign: legality of electronic signatures in germany
...
closes odoo/documentation#11244
X-original-commit: 74437b0e74
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-22 08:46:38 +00:00
benderliz
96269013b5
[IMP] accounting: ca_l10n spelling fix
...
closes odoo/documentation#11251
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-10-21 23:43:56 +00:00
Valentino
9ba3a1bc10
[IMP] accounting/l10n_br: IAP Free Credits Clarification
...
Odoo gives users 500 free IAP credits when they start with Odoo in BR in production databases. This is an important information that was not clarified.
closes odoo/documentation#11216
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-21 14:44:11 +00:00
Loredana Perazzo
8bcf4cc29c
[IMP] POS: move replicated title into one page
...
task-3973404
Must come back in 16.0 & 17.0
closes odoo/documentation#11226
X-original-commit: 04a8e4657f
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-10-21 09:14:36 +00:00
Ricardo Gomes Rodrigues
5669d48cb9
[IMP] accounting: deferred full months
...
Feature added in commit 5dca9c0c26
closes odoo/documentation#11159
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
2024-10-21 09:14:31 +00:00
masp-odoo
399b20d9c7
[FIX] general : Update link from Google Domains to Squarespace
...
Task-4224635
closes odoo/documentation#11198
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2024-10-16 15:10:36 +00:00
Felicious
7f24a51d7d
[IMP] inventory: merge resupply
...
closes odoo/documentation#11120
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: Liz Bender <92882399+benderliz@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-10-15 01:07:51 +00:00
Felicious
ef367bd442
[REF] inventory: resupply warehouses
...
closes odoo/documentation#11119
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-10-11 20:04:59 +00:00
Odoo's Mergebot
711dbc5931
[FW][ADD] odoo.sh: new ci token usage
...
closes odoo/documentation#11186
Forward-port-of: odoo/documentation#11172
Signed-off-by: Fabien Meghazi (fme) <fme@odoo.com>
Signed-off-by: Stanislas Sobieski (sts) <sts@odoo.com>
Co-authored-by: Fabien Meghazi <fme@odoo.com>
Co-authored-by: Stanislas Sobieski <sts@odoo.com>
2024-10-11 09:15:55 +00:00
Felicious
e41e3c7ba0
[IMP] inventory: fix typos in shipping table
...
closes odoo/documentation#11171
X-original-commit: e2fdcb019e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-10-11 04:06:10 +00:00
larm-odoo
34814984ec
[ADD] Payroll: Work entry analysis report
...
closes odoo/documentation#11063
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-10-11 00:54:11 +00:00
KC (ksc)
3337149a62
[IMP] surveys: add cards and links/intros
...
closes odoo/documentation#10233
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2024-10-10 20:06:20 +00:00
Felicious
21cb6bb5cf
[IMP] inventory: improve routes definitions
...
closes odoo/documentation#10830
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-10-09 18:58:01 +00:00
Donatienne (dopi)
1c5bf1337e
[IMP] ecommerce: products page updated
...
closes odoo/documentation#10616
Taskid: 4056328
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-10-09 09:09:42 +00:00
xpl-odoo
6032be9d6f
[IMP] administration: on-premise publisher warranty URL
...
task-4226945
closes odoo/documentation#11151
X-original-commit: 544e2c18d0
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-10-08 07:46:47 +00:00
Felicious
3b69030302
[ADD] purchase: import vendor pricelist
...
closes odoo/documentation#11047
Signed-off-by: Felicia Kuan (feku) <feku@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-10-04 19:01:24 +00:00
dikd-odoo
721c07d341
[IMP] calendar: expand parent documentation
...
[ADD] expand parent calendar documentation
[FIX] formatting changes
[FIX] formatting changes
[FIX] content changes
Apply suggestions from KAEK review
[FIX] KAEK review edits
[FIX] resize images
Apply suggestions from KSC review
[FIX] content from KSC review
[FIX] revisions KSC review
[FIX] formatting
newline
formatting
Apply suggestions from KSC review
[FIX] Content change
[FIX] Content changes
Apply suggestions from KSC review
Apply suggestions from SALI review
Apply suggestions from SALI review2
content changes
format
Apply suggestions from SALI review
content
content
closes odoo/documentation#10774
Signed-off-by: Dina Klarisse Dugar (dikd) <dikd@odoo.com>
Co-authored-by: kekiss <karaekiss@yahoo.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>
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-10-01 22:45:11 +00:00
Antoine Vandevenne (anv)
d029bdac15
[IMP] supported_versions: release 18.0
...
closes odoo/documentation#11122
X-original-commit: a0472c95e5
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-10-01 13:56:03 +00:00
afma-odoo
380c4bc10f
[IMP] accounting: pdf menu to export reports
...
task-3605633
closes odoo/documentation#11083
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-09-26 12:42:33 +00:00
masp-odoo
0aa1a671dd
[FIX] website: recaptcha threshold number
...
task-4145451
closes odoo/documentation#11067
X-original-commit: 85cef1bc5b
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Marion Spindler (masp) <masp@odoo.com>
2024-09-26 08:15:05 +00:00
larm-odoo
1e39d90420
[ADD] Appraisals: Skills Evolution reporting
...
closes odoo/documentation#10999
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-09-25 17:35:27 +00:00
larm-odoo
14007868bb
[ADD] Employees: Certifications
...
closes odoo/documentation#11048
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-09-25 17:35:26 +00:00
larm-odoo
43d99f8070
[ADD] Employees: Employee retention report
...
closes odoo/documentation#11045
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-09-25 16:28:03 +00:00
larm-odoo
7d075de97a
[ADD] Employees: Offboarding an employee
...
closes odoo/documentation#11040
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-09-23 15:13:53 +00:00
larm-odoo
85e04b2723
[ADD] Appraisals: Appraisal Analysis reporting
...
closes odoo/documentation#11037
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-09-23 15:13:52 +00:00
Loredana Perazzo
c0340cf05a
[IMP] POS: add information about POS categories
...
task-3984698
Still have to come back in 16 (restrict and start categories) and
saas-17.4 (point of sale tab in product form)
closes odoo/documentation#11008
X-original-commit: da64b5c340
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-09-20 15:14:24 +00:00
Julian Roussieau
4cb7637a23
[ADD] odoo.sh: a new role tester
is added.
...
Before odoo.sh had two types of role, `user` and `admin`. A third role, `tester`,
was added between the two, and the user role was renamed `developer`.
closes odoo/documentation#11058
X-original-commit: f53cdc64cb
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2024-09-20 11:05:00 +00:00
Loredana Perazzo
bed0d86d1d
[IMP] l10n: add 17.0 blackbox certif in table
...
task-4131387
closes odoo/documentation#11015
X-original-commit: 7b841f6eee
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-09-20 08:24:59 +00:00
afma-odoo
5b6531a68d
[IMP] accounting: cash register page in POS
...
task-3721929
task-3890538
closes odoo/documentation#11042
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-09-19 09:56:28 +00:00
afma-odoo
5bb9c1fcc2
[IMP] accounting: update reporting page and screenshots
...
task-3605633
task-3562956
closes odoo/documentation#11039
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-09-19 08:40:59 +00:00
Audrey (auva)
63316dd6bd
[IMP] contributing/documentation: update documentation guidelines
...
task-3709518
closes odoo/documentation#11020
X-original-commit: 92dce1d630
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-09-16 07:42:42 +00:00
larm-odoo
db78ddcdf9
[ADD] Referrals: reporting doc with use case
...
closes odoo/documentation#10993
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-09-14 18:56:29 +00:00
Sam Lieber (sali)
b752040eb0
[ADD] accounting/l10n_ca: canada accounting
...
closes odoo/documentation#9205
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2024-09-13 23:31:33 +00:00
larm-odoo
34ff71cb20
[ADD] Recruitment: Team performance reporting
...
closes odoo/documentation#10984
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-09-13 21:19:28 +00:00
Lara Martini (larm)
03839a5b11
[ADD] Recruitment: time in stage analysis
...
closes odoo/documentation#10948
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
2024-09-12 21:48:02 +00:00
Lara Martini (larm)
4b1ebb71c0
[IMP] Time Off: added example for based on work time
...
closes odoo/documentation#10947
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-09-12 14:42:05 +00:00
Audrey (auva)
2ef48862cf
[IMP] payment_providers: PCI DSS compliance, payment methods on portal
...
task-4042449
task-2949379
closes odoo/documentation#10986
X-original-commit: d8b827cda4
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-09-10 15:08:54 +00:00
Loredana Perazzo
c5e10fe11d
[IMP] POS: stripe connection correction
...
task-4160316
closes odoo/documentation#10952
X-original-commit: 582c44f05e
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-09-09 12:37:37 +00:00
Loredana Perazzo
fc71b2df57
[IMP] POS: move title from page A to page B in restaurant
...
task-3617680
closes odoo/documentation#10953
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-09-09 12:37:36 +00:00
John Holton (hojo)
72c6e76906
[IMP] Inventory: MTO update
...
closes odoo/documentation#10868
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-09-06 21:14:13 +00:00
John Holton (hojo)
1403e60925
[IMP] Manufacturing: work center time off update
...
closes odoo/documentation#10869
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-09-06 17:48:46 +00:00
jero-odoo
e8f3736722
[ADD] Essentials: Keyboard shortcuts
...
closes odoo/documentation#10933
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-09-06 15:19:44 +00:00
Sam Lieber (sali)
3d13ab2e49
[ADD] accounting/l10n_uy: uruguay
...
closes odoo/documentation#9849
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: fvz-odoo <fvz@odoo.com>
Co-authored-by: auva-odoo <auva@odoo.com>
2024-09-06 15:19:41 +00:00
afma-odoo
259e6bb272
[IMP] accounting: add info on developer mode for bank online synch
...
task-4118449
closes odoo/documentation#10907
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-09-06 13:57:53 +00:00
afma-odoo
9857ab293b
[IMP] accounting: change reports information - Mexican localization
...
task-3994265
closes odoo/documentation#10901
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-09-06 13:57:52 +00:00
sjai-odoo
5f54878e5f
[ADD] point_of_sale: documentation to configure razorpay terminal
...
Added the documentation needed to use razorpay payment method in Point Of Sale.
task- 3762059
closes odoo/documentation#8468
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2024-09-06 13:57:43 +00:00
Carsten Wolff (cawo)
f57103251b
[IMP] upgrade: add a note about on-prem script requirements
...
We often get questions from customers about errors they see running the
upgrade-script, which are caused by restrictions of their environment. Add a
note that mentions the most important requirements to maybe avoid some of these
questions.
closes odoo/documentation#10941
X-original-commit: 2a5e686783
Signed-off-by: Carsten Wolff (cawo) <cawo@odoo.com>
2024-09-05 23:22:41 +00:00
afma-odoo
3ffccf485b
[IMP] accounting: change Financial budget title
...
task-4147298
closes odoo/documentation#10924
X-original-commit: fc8449c974
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-09-05 21:52:57 +00:00
Parish Bracha
31972238cc
[IMP] Subscriptions: Report format update
...
closes odoo/documentation#10878
Signed-off-by: Parish Bracha (pabr) <pabr@odoo.com>
2024-09-05 00:36:37 +00:00
afma-odoo
035f04aac4
[IMP] accounting: add info on partial payment for vendor bills
...
task-4043877
closes odoo/documentation#10908
X-original-commit: 60ce9c91a6
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Anne-Françoise Marcq (afma) <afma@odoo.com>
2024-09-04 09:36:46 +00:00
afma-odoo
fcf6474829
[IMP] accounting: change of the onboarding banners
...
task-4088605
closes odoo/documentation#10734
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-09-04 09:36:43 +00:00
Parish Bracha
7473cded7f
[FIX] CRM: Send quotes guilabel fix
...
closes odoo/documentation#10913
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-09-04 05:04:44 +00:00
xpl-odoo
e05a37917d
[IMP] upgrade: better introduce the upgrade process
...
closes odoo/documentation#10905
X-original-commit: efe4e4a4bc
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2024-09-03 17:57:55 +00:00
Parish Bracha
8beedc3783
[ADD] Subscriptions: SDD Payment Provider
...
closes odoo/documentation#10815
Signed-off-by: Parish Bracha (pabr) <pabr@odoo.com>
2024-09-03 17:57:44 +00:00
gmz-odoo
7340391b78
[IMP] l10n_pe: eCommerce electronic invoicing
...
Add new section for eCommerce Functionality starting Odoo17+
Section will be display after the “Guía de entrega electrónica 2.0” menu with the same hierarchy
Pictures on shared folder: https://drive.google.com/drive/folders/1fDgPxJFOpesZrkE3TsaOytDIOT0OW9Cf?usp=sharing
closes odoo/documentation#10495
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Co-authored-by: dade-odoo <87431108+dade-odoo@users.noreply.github.com>
Co-authored-by: auva-odoo <128469033+auva-odoo@users.noreply.github.com>
2024-09-02 06:33:43 +00:00
afma-odoo
4e2958f034
[IMP] accounting: change duration to re-authorize the Ponto connection
...
task-4137393
closes odoo/documentation#10891
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-08-31 16:25:07 +00:00
John Holton (hojo)
e1cc0ce4d2
[IMP] Inventory: rewrite DHL integration
...
closes odoo/documentation#10836
Signed-off-by: John Holton (hojo) <hojo@odoo.com>
2024-08-30 04:42:00 +00:00
Parish Bracha
ea2fc6dbc4
[IMP] Subscriptions: Contract in exception
...
closes odoo/documentation#10829
Signed-off-by: Parish Bracha (pabr) <pabr@odoo.com>
2024-08-30 04:41:59 +00:00
Felicious
800328e97f
[REF] inventory: valuation section
...
closes odoo/documentation#10850
X-original-commit: 5ea7cefa23
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-08-30 03:12:50 +00:00
kekiss
8e63561a4d
[IMP] Iot: Remove OPC-UA (17.0)
...
closes odoo/documentation#10835
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-08-29 17:30:45 +00:00
Felicious
91c47f6dc4
[IMP] inventory: shipping method routes
...
closes odoo/documentation#10765
Signed-off-by: Samuel Lieber (sali) <sali@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-08-29 17:30:44 +00:00
Sam Lieber (sali)
2cd893938a
[IMP] purchase: call for tenders 17.0 updates
...
Apply suggestions from hojo's review
Fixed formatting
Apply suggestions from KSC's review
Formatting changes
Apply suggestions from code review
Removed compose email image
icon update
closes odoo/documentation#10389
Signed-off-by: Kara Ekiss (kaek) <kaek@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: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
2024-08-29 03:16:33 +00:00
Felicious
337fb675ae
[FIX] inventory: DHL service
...
closes odoo/documentation#10849
X-original-commit: cdd4a16bda
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
2024-08-27 00:33:44 +00:00
John Holton (hojo)
12a69bbf9e
[IMP] Manufacturing: Shop Floor prioritization
...
closes odoo/documentation#10786
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-08-27 00:33:42 +00:00
kekiss
6dae9a10ef
[IMP] VoIP: OnSIP updates
...
closes odoo/documentation#10843
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-08-23 22:16:46 +00:00
John Holton (hojo)
bb1a60fd76
[IMP] Inventory: add carrier integration links
...
closes odoo/documentation#10737
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
2024-08-22 22:00:38 +00:00