Commit Graph

979 Commits

Author SHA1 Message Date
Donatienne Pirlot
bea93632a0 [ADD] elearning: creating a new elearning doc page
To add updated information related to the elearning app

closes 

Id: 3251391
X-original-commit: 2e9c99c941
Signed-off-by: Donatienne Pirlot (dopi) <dopi@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-26 08:11:43 +02:00
Xavier (XPL)
9502fe6bf4 [IMP] payments: add section about ACH payments
task-3303591

closes 

X-original-commit: 0155844ef5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-25 18:21:25 +02:00
Levi Siuzdak (sile)
1b1340524f [IMP] developer: add notes on entity references & fix illegal XML
Using `<` inside XML elements will result in a parsing error,
an entity reference should be used instead: `&lt;`.

closes 

X-original-commit: a7743d513b
Signed-off-by: Levi Siuzdak (sile) <sile@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-24 18:10:26 +02:00
Tom Aarab (toaa)
abe1a14e3c [IMP] accounting: multicurrency
Changed the "bank statement" section to "bank transactions"

taskid-3433653

closes 

X-original-commit: 4b142c2a70
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-07-20 15:14:00 +02:00
“Dallas”
8a3c452920 [IMP] accounting: update payment terms
task-3211595

closes 

X-original-commit: 26c4c01889
Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2023-07-20 14:00:49 +02:00
Xavier (XPL)
18607ba774 [IMP] general: add screenshot of stacked line chart in reporting
task-3375264

closes 

X-original-commit: 5ee932e14b
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-19 09:53:44 +02:00
Louis Wicket
fb5018a46f [FIX] incoterms: fix typo: DPA → DAP
closes 

X-original-commit: 1227c9cf79
Signed-off-by: Louis Wicket (wil) <wil@odoo.com>
2023-07-18 15:38:38 +02:00
chyde-clearwater
302c373994 [IMP] tutorials/getting_started: disambiguate example model name
I removed the dot notation in the  "_name" variable for the example
model. AKA, "test.model" is now named "test_model".

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

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

closes 

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 15:38:33 +02:00
Henrique Dias
91cfadcac3 [FW][ADD] rpc: Go examples
Examples rely on `kolo/xmlrpc` as well as on the standard library package `log` to panic on error, matching snippets in other languages (which tend to raise exceptions).

As with other languages, only the RPC interaction is spelled out.

closes 

Forward-port-of: 
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
2023-07-14 12:08:05 +02:00
John Holton (hojo)
597a478a99 [DEL] MRP: Delete Alternative Work Centers 16.0
closes 

X-original-commit: a67a69beae
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 22:37:13 +02:00
Lara Martini (larm)
a02bc78ce5 [IMP] Inventory: update for 16
closes 

X-original-commit: 29db8bf1e6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 21:06:20 +02:00
Jess Rogers (jero)
e385b22a91 [IMP] live chat: add note for 16.3 command changes
closes 

X-original-commit: a187b7cde4
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-13 19:59:44 +02:00
Marc Durepos
1ba2976fa0 [FIX] Remove reference to assets_qweb in assets.rst
Reflects the fact that assets_qweb bundle is no longer used in 16.0

closes 

X-original-commit: c85031b3fc
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-13 17:43:06 +02:00
Martin Trigaux
8bf2d026b7 [FIX] developer: document changes of message_post API
closes 

Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-07-13 16:16:10 +02:00
Loredana Perazzo
d1201080ca [IMP] pos: move part of the intro into generate tab
task-3372676

closes 

X-original-commit: d5466bea0d
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-07-13 13:45:12 +02:00
Aymen Sellami
542661eede Remove duplicate note
The notes displayed before and after the tabs under the Git paragraph in install.rst were identical, except for one sentence. Added the sentence to the post-tabs note and removed the pre-tabs one.

X-original-commit: 481a867a05
Part-of: 
2023-07-12 22:27:59 +02:00
Xavier (XPL)
830fd28ae3 [IMP] payments: clarify authorize.net statement import steps
task-2382237

closes 

X-original-commit: 22d45407c4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-10 22:44:48 +02:00
Tom Aarab (toaa)
9e173096bb [IMP] authorize.net statement import
taskid-2382237

closes 

X-original-commit: ca38752795
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 17:48:05 +02:00
Zuzanna Luczynska
9fe7122847 [ADD] project: recurring tasks, FW port edit 16.2
closes 

Id: 3255317
X-original-commit: c2d174fb4e
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-07 17:47:45 +02:00
tong-odoo
d252a96747 [FIX] accounting: AU rebrands Keypay to Employment Hero
task-3250954

closes 

X-original-commit: 6d21b089a5
Related: 
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Tommy Ng (tong) <tong@odoo.com>
2023-07-06 12:04:43 +02:00
Xavier (XPL)
294c49ed84 [IMP] accounting: l10n chile deliver guides warning
task-3410367

closes 

X-original-commit: b729d05e57
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-05 16:46:21 +02:00
Brandon Seltenrich (BRSE)
e6fdf2e3ca [IMP] purchase: update manage vendor bills
closes 

X-original-commit: 688220bb51
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-07-04 01:06:12 +02:00
Xavier
7989b82225 [IMP] maintain: odoo online database management
task-2995394

closes 

X-original-commit: c6e6401e36
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-04 01:06:10 +02:00
tong-odoo
236b76b131 [IMP] localization: AU rebrands Keypay to Employment Hero
task-3250954

closes 

X-original-commit: 35fc637ed4
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-07-04 01:06:07 +02:00
AMZIL Ayoub
9e55729686 [DOC] cleanup of pec server documentation
PEC Server is removed from 16 (onwards)

closes 

X-original-commit: f3e3490ba4
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-07-04 01:05:55 +02:00
Julien Mougenot
d1c810739e [IMP] web: Owl DateTimePicker
This commit introduces a date picker OWL component meant to handle the
following use-cases:
- date picker
- date & time picker
- date range picker
- date & time range picker

Basically, this component is the union of the two previous third-party
libraries handling these cases: TempusDominus and DateRangePicker.

New components introduced:

* The main addition of this commit is the `DateTimePicker` itself which
handles the display and interactions of the calendar and time pickers.
> see @web/core/datetime/datetime_picker

* The picker can then be coupled to an input using the
`useDateTimePicker` hook. The purpose of this hook is to handle events
on a given input element and syncronize its value to a date picker it
will spawn in a popover.
> see @web/core/datetime/datetime_hook

* Lastly, a simple `DateTimeInput` component will render an input and
call the hook mentioned above to handle it. This component is
effectively replacing the previous DatePicker and DateTimePicker
components (note that it does not handle range values).
> see @web/core/datetime/datetime_input

Another noticeable change of this commit is the definition of daterange
fields in views:

- Previously, the arch would have to define both fields
and bind them via their options, while also adding an arrow between
inputs or other forms of connection.

- In the new implementation, only the start date field must be declared,
and a date range can be spawned by providing an `end_date_field` in its
options.

Example:
```xml
<field
    name="start_datetime"
    widget="daterange"
    options="{'end_date_field': 'end_datetime'}"
/>
```

warning Added limitations:

- this new way of declaring date ranges means that templates have been
revised to declare one field tag instead of two. This means that list
views using date ranges have lost the ability to be sorted on their end
date fields.

> Justification: the current use cases have been reviewed and it has
been decided that it was not needed to sort on the end date on the
affected list views.

> Workaround: drop the date range and declare both fields as simple date
pickers (i.e. without the end_date_field option).

- all modifiers applied to a field using a date range will be copied and
applied to the end date field. There is no way to define modifiers
specific to one field or the other.

> Justification: there was no use case where one of the two fields
needed specific modifiers.

> Workaround: same as the previous point: split the range into 2 simple
date picker fields.

Additional notes:

- the widget="daterange" is not mandatory in form views, but is required
in list views because only fields with explicit widgets will not be
rendered as simple <span> elements. The date range feature will be
available as soon as an end_date_field is specified.

- as the end date field is not explicitly defined in the view anymore,
any modifier depending on it need to have it defined as invisible
somewhere in the arch.

Task ID: 3121497

closes 

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-04 01:05:53 +02:00
Julien Mougenot
1479ddc2af [REF] web: update JS fields documentation
This commit updates the documentation of JS fields:

- style and notation have been adapted to keep in line with the current
documentation writing guidelines;

- some outdated bits have been updated or removed (this is rather a
correction of misleading information than a proper update as no new
information has been added).

Part-of: 
2023-07-04 01:05:52 +02:00
John Holton (hojo)
9b6552b50e [ADD] Inventory: Add Replenish on order (MTO)
closes 

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

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

X-original-commit: 18a9b88a11
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:05:34 +02:00
Jess Rogers (jero)
6a9443fd74 [ADD] livechat: added chatbot doc
closes 

X-original-commit: 729881c7b1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-07-01 18:05:31 +02:00
Lara Martini (larm)
6284ae7201 [IMP] Inventory: updated images and removed edit and save directions
closes 

X-original-commit: 710c373354
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-30 23:26:51 +02:00
John Holton (hojo)
1b14fa5f7b [IMP] Administration: Rewrite Upgrade Odoo SaaS
closes 

X-original-commit: 45b1a62782
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-30 11:04:07 +02:00
Tom Aarab (toaa)
033ff8cd92 [IMP] accounting: checks
task-2979887

closes 

X-original-commit: ac0db5ad17
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-29 10:16:36 +02:00
Xavier
c336f34baf [FIX] accounting: remove fullscreen property from tutorial link
task-3389168

closes 

X-original-commit: 88da0a9256
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-28 16:00:53 +02:00
Jess Rogers (jero)
3b0c65f0d5 [IMP] livechat: update commands and canned responses
closes 

X-original-commit: e8aaefd283
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-28 14:34:56 +02:00
Xavier
39313aaa8e [ADD] website: reCAPTCHA
task-3336129

closes 

X-original-commit: 329f6dd8d5
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-27 22:40:27 +02:00
Timothy Kukulka (tiku)
5eea907c0f [IMP] IoT: edits to all IoT docs
closes 

X-original-commit: e7457c992b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-27 21:14:59 +02:00
Benoit Socias
1659c8b801 [FIX] howto/rdtraining: ch.13 adapt reference to salesperson field
In chapter 13 the `property_ids` field is defined as the inverse of a
`user_id` field. But in chapter 8 when the salesperson field is added,
no such name is given to it.

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

task-3381757

closes 

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

This commit describes this `optional` attribute.

task-3380953

closes 

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

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

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

X-original-commit: 547ad6fca5
Signed-off-by: Lara Martini (larm) <larm@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-26 22:02:55 +02:00
Jess Rogers (jero)
555fcf25d3 [IMP] live chat:update getting started doc
closes 

X-original-commit: c24f4b237e
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-26 20:57:56 +02:00
Donatienne Pirlot
12d40d6e0f [ADD] localization: belgian accounting
closes 

Id: 3143421
X-original-commit: 4d477a598f
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-26 18:17:56 +02:00
Lara Martini (larm)
302ec1dcb1 [IMP] inventory: update strategies second person and images
closes 

X-original-commit: 6201ee8760
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 03:47:42 +02:00
Jess Rogers (jero)
9ba82bdc12 [IMP] helpdesk: update help center documentation
closes 

X-original-commit: bafe824f38
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-24 00:17:55 +02:00
Xavier
2e2e7b19be [ADD] Spreadsheet: templates
task-3235170

closes 

X-original-commit: 1853f226e7
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
Co-authored-by: Xavier <xpl@odoo.com>
Co-authored-by: Loredana <lrpz@odoo.com>
2023-06-23 14:01:43 +02:00
“Audrey
10bae262c8 [IMP] Payment providers - Stripe: Add missing webhook events
task-3373642

closes 

X-original-commit: c04399c0b3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-06-23 09:48:50 +02:00
Lara Martini (larm)
17e0e4e5bd [IMP] Expenses: updating for new 16 design
closes 

X-original-commit: 0433e84a0c
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-22 03:18:59 +02:00
Felicious
9b317fded7 [IMP] inventory: adjust manual val for v.16
closes 

X-original-commit: 4c750d1bb7
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Co-authored-by: ksc-odoo <73958186+ksc-odoo@users.noreply.github.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Co-authored-by: Zachary Straub <zst@odoo.com>
2023-06-22 02:03:00 +02:00
Jonathan
9dd4f67d1e [IMP] accounting: add tutorials links to chart of accounts
closes 

X-original-commit: a85e064ffc
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 22:10:57 +02:00
Lara Martini (larm)
f1c071f526 [IMP] Inventory: Updating for 16.0 no save button
closes 

X-original-commit: e074580ffb
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-21 19:35:47 +02:00
Jonathan
013e9b4e68 [FIX] discuss: broken link in ice_servers.rst
closes 

X-original-commit: 8efbe3ef84
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2023-06-21 17:33:48 +02:00
Loredana Perazzo
90c221f122 [IMP] pos: write content on the Payment Terminals page
task-3358474

closes 

X-original-commit: b745bd9fef
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2023-06-21 13:07:57 +02:00
Christophe Monniez
23b5ebd865 [FIX] deploy: reference the config parameter
The deploy documentation is assuming that `/etc/odoo.conf` is the
default config file, which is not the case.

With this commit, the configuration file references the cli
documentation.

closes 

X-original-commit: 8aed7988ba
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
2023-06-20 17:31:56 +02:00
Christophe Monniez
81f12e1c6a [IMP] maintain: switch to enterprise windows
* Update the title as `Upgrade Community to Enterprise` is confusing.
* Update 9.0 screenshots to more recent ones
* As the windows installer uses a real python interpreter, the install
  command is updated accordingly.

X-original-commit: f03b4ca649
Part-of: 
2023-06-20 17:31:56 +02:00
Antoine Vandevenne (anv)
630d4a30a7 [FIX] legal: fix broken PDF link
Apply the fix of e6aa5dd0 to `terms_of_sale.rst` and
`terms_of_sale_fr.rst` that were forgotten.

closes 

X-original-commit: 8cffb57dae
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-19 18:48:18 +02:00
“Dallas”
b2c934aaad [MOV] accounting: update/move customer addresses to accounting
task-3304975

closes 

X-original-commit: cf5a3276c9
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-16 20:19:48 +02:00
Xavier
4c483e2a4a [IMP] accounting/sales: default terms and conditions + quotation templates
task-3304938

closes 

X-original-commit: 7ddbeb9223
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-06-16 14:52:41 +02:00
Tom Aarab (toaa)
978d8b0eca [IMP] payment providers: PayPal
taskid-3184602.

16.0 -> Change extra fees category to :ref: main page payment provider
16.2 -> Remove Odoo credentials section
        Remove PDT identity token
        Remove merchant ID note
        Remove test mode section on environment test

Took the opportunity to redo the whole page.

closes 

X-original-commit: ede03aa87b
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-16 08:44:45 +02:00
KC (ksc)
930f4b1f53 [IMP] sales: updated pro-forma invoice doc
closes 

X-original-commit: 3e4e8acfed
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 01:41:44 +02:00
Sam Lieber (sali)
3ff140ffe6 [IMP] marketing: testing_running.rst format fixes
closes 

X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 20:35:20 +02:00
Sam Lieber (sali)
30b596aafd [IMP] marketing: workflow_activities.rst - Format fixes
closes 

X-original-commit: a09ca7bd0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 20:35:18 +02:00
Sam Lieber (sali)
8f3d59caf5 [IMP] Update rst for target_audiences.rst (v14)
closes 

X-original-commit: 89c1c1b357
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-15 20:35:10 +02:00
“Audrey
9d1ce94d2f [FIX] Adyen: Fix live/test URLs
closes 

X-original-commit: 1f2f11c42b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-15 13:15:30 +02:00
“Audrey
ef7eb35e99 [IMP] Website: Multiple websites
task-3190493

closes 

X-original-commit: 9e453285d0
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-13 09:36:41 +02:00
Tom Aarab (toaa)
372ecf24cb [IMP] accounting: OSS report
Added a section on where to find OSS reports and how to export them

task-3305037

closes 

X-original-commit: 0494082a55
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-13 08:28:31 +02:00
Loredana Perazzo
7c88185e6a [IMP] pos: update the register customers section
task-3357882

closes 

X-original-commit: ee4b279e7c
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-12 12:57:05 +02:00
Tom Aarab (toaa)
096cb6db4f [IMP] accounting: follow-up reports
task-3316301.

closes 

X-original-commit: 256ddb30ab
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Tom Aarab (toaa) <toaa@odoo.com>
2023-06-12 10:28:31 +02:00
Morfosys
83168299d9 [IMP] l10n: update links in mexico.rst
Update the link for Smarter Web to the appropriate landing page for
Odoo.

closes 

X-original-commit: 7510b4bb23
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 15:18:47 +02:00
Benjamin Hanquin
6e686eceac [IMP] odoo.sh: settings collaborators access matrix
Add the Upgrade submenu, Fix the Settings submenu to User only in
staging branches and improve the style in order to be similar to
supported versions matrix
(https://www.odoo.com/documentation/16.0/administration/maintain/supported_versions.html)

closes 

X-original-commit: 98207740d5
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-09 15:18:44 +02:00
Lara Martini (larm)
76d0d24b70 [IMP] Expenses: updaitng out of date information and images
closes 

closes 

X-original-commit: 01f40f24ba
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-08 22:11:42 +02:00
“Audrey
96ec4ab70c [IMP] Adyen: Update directions for setting the URLs
task-3338125

closes 

X-original-commit: 35d355f624
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-06-08 14:27:59 +02:00
Loredana Perazzo
0a17db6d3d [IMP] pos: update multi employees management
task-3005118

closes 

X-original-commit: e3665393c3
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-06-08 10:34:01 +02:00
Brandon Seltenrich (BRSE)
3c172581ee [FIX] inventory: fix two step doc
closes 

X-original-commit: c9dcbf6d01
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-07 21:44:58 +02:00
“Dallas”
d472c646a8 [IMP] accounting: update VIES VAT number validation
task-3329992

closes 

Signed-off-by: Dallas Dean (dade) <dade@odoo.com>
2023-06-07 15:00:24 +02:00
luvi
0aad6eafda [IMP] web: add documentation for Core components
This commit adds some documentation for features recently added to SelectMenu
and TagsList components during the saas-16.3 development. A screenshot has
been provided to the advances use case of the SelectMenu, with a customization
of the bottom area of the dropdown, to create display a button allowing the
creation of items.

closes 

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-06 12:49:44 +02:00
Antoine Vandevenne (anv)
ec0bb11a62 [IMP] supported_versions: release saas-16.3
"September" didn't fit in the current table, so this commit also
replaces the previous implementation of the table by a `list-table`
directive... The real reason is that it was long due to ease future
updates of the table.

closes 

X-original-commit: 3d1293757a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-06-06 10:20:04 +02:00
Julien Castiaux
38e6d5d368 [FIX] install: minimal python version is 3.8
See odoo/odoo@44d60e3

closes 

Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
2023-06-05 13:32:14 +02:00
Tom Aarab (toaa)
8b49c23499 [IMP] accounting: OSS note removal
Removal of a note in 16 that only applies to versions below it.

task-3305037

closes 

X-original-commit: adee414578
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 18:53:19 +02:00
Tom Aarab (toaa)
3013dac949 [ADD] accounting: incoterms
Seperating Incoterms section from "Intrastat" doc to make it a stand
alone documentation.

task-3305222

closes 

X-original-commit: 971543266a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-06-02 18:53:17 +02:00
tiku-odoo
3929b58e05 [NEW]IoT- Windows IoT doc
closes 

X-original-commit: f449011c39
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-02 00:20:39 +02:00
Brandon Seltenrich (BRSE)
1408a88b11 [FIX] inventory: fix sn doc typos
closes 

X-original-commit: 17b53be028
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-01 20:17:29 +02:00
Brandon Seltenrich (BRSE)
f989b34301 [FIX] inventory: fix note in inv val config
closes 

X-original-commit: 5a55437adc
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-06-01 20:17:26 +02:00
Jess Rogers (jero)
971cac92a2 [IMP] helpdesk: combine and update invoice time docs
closes 

X-original-commit: b7efbb61b1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-06-01 16:03:27 +02:00
“Audrey
e5113732c4 [IMP] payment providers: Wire Transfer
task-3301001

closes 

X-original-commit: 882b4b852b
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
2023-05-31 14:47:04 +02:00
Loredana Perazzo
a42608cb50 [ADD] k7e: how to manage articles (add, del, move, structure, share).
Task-3049957

closes 

X-original-commit: 163d653468
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-30 18:45:45 +02:00
Olivier Dony
f8a84d879b
[FIX] legal: fix link to pt_BR PDF version 2023-05-26 20:04:35 +02:00
oco-odoo
913cc4cb02 [IMP] accounting: subformulas for aggregation engine in custom reports
f39862263c
introduced two new subformulas for aggregations, but they were still
missing in the doc.

closes 

X-original-commit: de095cc4ad
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-26 17:17:01 +02:00
“Dallas”
3bab6a3cbf [IMP] accounting: update epc qr code
task-3336175

closes 

X-original-commit: fd23308e93
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-26 14:14:56 +02:00
Olivier Dony
fc03df1be2 [FIX] legal: add pt_BR translation of OEEL
Courtesy of LANA :)

closes 

X-original-commit: a718922b0c
Signed-off-by: Olivier Dony (odo) <odo@odoo.com>
2023-05-26 11:46:07 +02:00
Olivier Dony
993fde3b1f [FIX] legal: rename pt_BR + build PDF version
X-original-commit: 0df79a70e0
Part-of: 
2023-05-26 11:46:06 +02:00
jopa-odoo
291cc82330 [ADD] Legal: Portuguese (Brasil) translation of Odoo Enterprise Agreement
X-original-commit: 966bade927
Part-of: 
2023-05-26 11:46:06 +02:00
“Chiara
0a3618cf95 [IMP] accounting: fiscal position update
task-3272939

closes 

X-original-commit: 440c18ca01
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-25 10:03:11 +02:00
Gauthier Wala (gawa)
768c2b231b [IMP] accounting: default taxes in taxes.rst
Since https://github.com/odoo/odoo/pull/115222, a new line on an invoice
won't have the default sales tax put on by default. If there are no
taxes on the product, the account or from predictive, the tax will stay
empty. Its use has been restricted back to the tax put on new products.
It is still used in Accounting Firms mode, as we don't want people
to have to input the product when quick encoding.

task-3045026

closes 

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-24 20:26:30 +02:00
Brandon Seltenrich (BRSE)
891e1c8a2c [IMP] inventory: fix and update lots
closes 

X-original-commit: 5bc3b94b61
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-24 19:20:23 +02:00
“Dallas”
7fb0691247 [IMP] contributing: change gui abbreviation to lower case
closes 

X-original-commit: 20972dc033
Signed-off-by: Dean Dallas (dade) <dade@odoo.com>
2023-05-24 19:20:17 +02:00
“Chiara
3c919afb66 [IMP] accounting: improve accounting concept
task-2846856

closes 

X-original-commit: 4fc24468e4
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-24 08:31:57 +02:00
Tom Aarab (toaa)
ae22f379c5 [ADD] accounting: VAT units
task-2557013

16.0: Line 36 = "Create" --> "New"

closes 

X-original-commit: 214ce3075c
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-23 13:45:17 +02:00