Commit Graph

3290 Commits

Author SHA1 Message Date
“Chiara
9d41b86aca [IMP] accounting: fiscal position update
task-3272939

closes odoo/documentation#4530

X-original-commit: 440c18ca01
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
2023-05-25 11:28:41 +02:00
Brandon Seltenrich (BRSE)
0835b171f2 [IMP] inventory: fix and update lots
closes odoo/documentation#4526

X-original-commit: 5bc3b94b61
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-24 21:23:34 +02:00
“Dallas”
140b50457d [IMP] contributing: change gui abbreviation to lower case
closes odoo/documentation#4512

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

closes odoo/documentation#4518

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

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

closes odoo/documentation#4501

X-original-commit: 214ce3075c
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-23 16:13:43 +02:00
Tom Aarab (toaa)
822abe89df [ADD] Sales: loyalty and discount programs
closes odoo/documentation#4472

X-original-commit: 04f67c0b3f
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-23 09:52:06 +02:00
Melanie Nguyen (meng)
752d95f700 [IMP] subscriptions: update subscription plans
closes odoo/documentation#4488

X-original-commit: 71024deb7b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-23 00:20:54 +02:00
tiku-odoo
8f735c0568 [IMP]Misc:SysParm-edits-email-doc
closes odoo/documentation#4492

X-original-commit: 9267ce21a5
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2023-05-22 23:15:59 +02:00
Brandon Seltenrich (BRSE)
d083841d77 [IMP] inventory: update serial numbers doc
closes odoo/documentation#4484

X-original-commit: af4ad4cf4d
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-22 17:57:40 +02:00
Jonathan Castillo (jcs)
14afa1a1a2 [MOV] accounting: restructuration of the accounting documentation
This commit improves the structure of the accounting documentation by
- reducing the levels necessary to reach the information
- grouping some docs
- moving content to their parent category page (content in all levels)
- renaming some sections to reflect the structure of the app better

task-3330093

closes odoo/documentation#4477

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-21 17:26:45 +02:00
Olivier Dony
5f6af82817
[CHG] legal: partnership contract v11 (updated level requirements + clarifications) 2023-05-19 12:41:03 +02:00
Jonathan Castillo (jcs)
1e0fae74cd [FIX] accounting: mark salt edge bank sync provider available worldwide
task-3329454

closes odoo/documentation#4451

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-17 15:37:11 +02:00
Christophe Monniez
80b082ac43 [FIX] requirements: bump libsass to match odoo
In Odoo, the libsass version was bumped to 0.20.1 in order to match the
Jammy version. As a consequence, in the Docker images on the runbot this
strange behavior was observed during the image build:

* the debian package is installed -> 0.20.1
* the documentation requirements are installed -> 0.18.0
* the odoo requirements are installed -> 0.20.1

This is useless and moreover, the final version used is the one from pip
instead of the Debian package.

closes odoo/documentation#4395

X-original-commit: dcc819469a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
2023-05-16 09:01:22 +02:00
Jess Rogers (jero)
758c817e67 [IMP] helpdesk: update aftersales services
closes odoo/documentation#4437

X-original-commit: cbffc99b0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-15 23:31:56 +02:00
Jonathan Castillo (jcs)
8e2b3368f9 [REM] accounting: remove page about purchase receipts
Sale and purchase receipts aren't really useful anymore. However, they
are left in the app for corner cases and to avoid upgrade issues. Since
this page is already deprecated, it is best to remove it.

closes odoo/documentation#4433

X-original-commit: b3db7fdd48
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-15 18:06:48 +02:00
CVDE-odoo
15c27a4ca9 [ADD] developer/howto: guide for theming
A complete guide on how to create a custom website theme for Odoo

closes odoo/documentation#4418

X-original-commit: 892fd3e2ac
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-12 10:50:51 +02:00
Melanie Nguyen (meng)
9f3dfd356f [IMP] subscriptions: update product configuration
closes odoo/documentation#4417

X-original-commit: e650e86173
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-11 22:32:53 +02:00
Antoine Vandevenne (anv)
d33f26059c [IMP] tutorials/getting_started: rework the environment setup guide
This commit replaces a big chunk of the instructions relative to the
environment setup with a reference to the equivalent steps listed in the
contribution guide. It also moves the content of the "Create your first
PR" section from chapter 16 to chapter 2, as readers were struggling
with the Git configuration required to push their work to GitHub as they
progressed through the tutorial.

closes odoo/documentation#4412

X-original-commit: 26e12696c1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-05-11 13:10:13 +02:00
Jess Rogers (jero)
75e4c3eb0a [IMP] helpdesk: updated 16.0 reporting doc
closes odoo/documentation#4408

X-original-commit: 84390f4461
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-11 03:52:07 +02:00
Tom Aarab (toaa)
872ce4e0ae [IMP] accounting: follow-up reports
taskid-2057352.

Forward to master.

closes odoo/documentation#4389

X-original-commit: 767ee598ac
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-10 12:55:47 +02:00
Ahmed Elhadi
ec9a03a1fd [IMP] sales: Update different_addresses.rst
closes odoo/documentation#4383

X-original-commit: 2d630dffb6
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-09 20:26:14 +02:00
Loredana Perazzo
7e381eca85 [IMP] pos: note about businesses requirements to use Adyen
task-3251524

closes odoo/documentation#4371

X-original-commit: 6740ad7811
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-05-09 11:25:42 +02:00
Loredana Perazzo
e306957cc9 [IMP] pos: correct a typo in note
task-3296759

closes odoo/documentation#4361

X-original-commit: 89a1a95a2b
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
Signed-off-by: Perazzo Loredana (lrpz) <lrpz@odoo.com>
2023-05-08 18:30:38 +02:00
Xavier
463e2a5743 [IMP] upgrade: clarify and update the SLA section
task-3300955

closes odoo/documentation#4364

X-original-commit: 8763fef3f7
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-08 16:19:53 +02:00
“Audrey
0d18cd7ac1 [ADD] website: cookies bar
Task ID: 3297795

closes odoo/documentation#4348

X-original-commit: 3fbe44b49d
Related: odoo/odoo#120713
Signed-off-by: auva-odoo <auva@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-05 19:59:40 +02:00
Xavier
f20cbcf429 [IMP] studio: add a note about duplicating standard reports
Task ID: 3301013

closes odoo/documentation#4341

X-original-commit: af93e6532d
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-05 08:08:01 +02:00
Sam Lieber (sali)
4bf74460ee [IMP] inventory: delivery orders and incoming shipments restructure
closes odoo/documentation#4335

X-original-commit: bea00ecb40
Related: odoo/odoo#120533
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-04 17:15:03 +02:00
John Holton (hojo)
c97c61dc2c [ADD] Inventory: add create second warehouse
closes odoo/documentation#4328

X-original-commit: f2c1cb228a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-03 06:25:27 +02:00
Jonathan Castillo (jcs)
0d17158569 [ADD] UAE localization
closes odoo/documentation#4313

Taskid: 2906051
X-original-commit: eea4029a33
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-02 16:42:04 +02:00
Melanie Nguyen (meng)
b814d3982b [ADD] subscriptions: add ecommerce configuration
closes odoo/documentation#4306

X-original-commit: 591532ecca
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-02 01:01:53 +02:00
Timothy Kukulka (tiku)
9ed7a7acbb [IMP] Google Oauth Docs edits final review
closes odoo/documentation#4302

X-original-commit: 5b63bfcba9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-30 19:44:55 +02:00
Melanie Nguyen (meng)
2fc804c998 [IMP] sales: update customer addresses
closes odoo/documentation#4292

X-original-commit: 07249080ca
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 19:31:54 +02:00
Brandon Seltenrich (BRSE)
493524b8de [IMP] purchase: split purchase agreements docs
closes odoo/documentation#4289

X-original-commit: a217787ad3
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-04-28 17:16:14 +02:00
tiku-odoo
3dac2060a7 [IMP]Maintain:Fix typo in Azure Mail
closes odoo/documentation#4286

X-original-commit: d2e6c1d647
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 02:22:25 +02:00
Antoine Vandevenne (anv)
4fab6f10c7 [FIX] reference/services: mark optional the params parameter of rpc
closes odoo/documentation#4281

X-original-commit: c1b38dc1f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-27 17:57:09 +02:00
Antoine Vandevenne (anv)
4815658419 [IMP] tutorials/js_framework: reword, clarify and improve instructions
X-original-commit: b58dbb1fbb
Part-of: odoo/documentation#4281
2023-04-27 17:57:09 +02:00
Antoine Vandevenne (anv)
1ab6782608 [IMP] tutorials/js_framework: freeze GitHub links with line numbers
A few links were already outdated. Either the referenced code was no
longer on the same line, or the file didn't exist anymore.

This commit freezes all links targeting a specific line on the odoo/odoo
repository by selecting a specific commit.

X-original-commit: 6e746c851f
Part-of: odoo/documentation#4281
2023-04-27 17:57:08 +02:00
Antoine Vandevenne (anv)
89927ff965 [IMP] tutorials/js_framework: retarget links to the current major branch
Commits pushed on the odoo/tutorials repository are not automatically
forward-ported, which makes it cumbersome to keep all SaaS branches up
to date.

Because of this, and because Odoo developers are very unlikely to follow
tutorials specific to a SaaS branch, links to odoo/tutorials now target
the current major branch, or master if applicable. SaaS branches have
also been deleted from the odoo/tutorials repository.

X-original-commit: ce14b2cfb5
Part-of: odoo/documentation#4281
2023-04-27 17:57:08 +02:00
Sam Lieber (sali)
12f418f11d [REF] surveys: remove overview folder
closes odoo/documentation#4275

X-original-commit: 50824b6677
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 10:29:01 +02:00
Jess Rogers (jero)
001532c3bd [IMP] helpdesk: update ratings doc
closes odoo/documentation#4251

X-original-commit: 6c6f2398dd
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-04-26 09:22:42 +02:00
Brandon Seltenrich (BRSE)
f041b0cdb4 [IMP] inventory: update stock_warehouses
closes odoo/documentation#4268

X-original-commit: 31889ddc3b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 07:56:47 +02:00
Jonathan
02bff1e7d1 [IMP] contributing/dev: add cd command to the git config section
closes odoo/documentation#4258

X-original-commit: 817e332160
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 19:17:14 +02:00
Géry Debongnie
6d1171af9f [IMP] developer/tutorials: separate js framework tutorial in two parts
This commit splits the 7 chapters of the JS tutorial in two
smaller and more focused tutorials:
- a basic one (Discover the JS framework)
- and an advanced one (Master the odoo web framework)

closes odoo/documentation#4247

X-original-commit: b6b9de70d2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 10:22:49 +02:00
Jonathan
258569306b [MOV] pos: restructuration of pos toctree
task-3284514

+ update of access pos settings
Task-3256407

closes odoo/documentation#4241

X-original-commit: f851ea0e0a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo <jcs@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-04-22 17:02:53 +02:00
KC (ksc)
3e7ae74e90 [ADD] social marketing: added social marketing documentation to v14
closes odoo/documentation#4234

X-original-commit: 42148acbec
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-21 23:13:28 +02:00
Artygo8
549e06ce05 [IMP] reference/extract: update documentation
task-3071317

closes odoo/documentation#4223

X-original-commit: 07eef81a95
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Arthur Gossuin (goa) <goa@odoo.com>
2023-04-21 16:14:02 +02:00
Jonathan
1ea6685c71 [FIX] website: missing redirection for plausible.rst
The redirection rule for plausible.rst was missing from the forward-port
in PR #4107. Because of that, a link in the app leads to a 404 page
instead of the appropriate doc page. This commit fixes it.

closes odoo/documentation#4215

X-original-commit: b40fd5b284
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 22:57:36 +02:00
Zuzanna Luczynska
34a84cf8c4 [IMP] field service: default warehouse
task-2948598

closes odoo/documentation#4207

X-original-commit: 3ae4fbab84
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 16:01:59 +02:00
John Holton (hojo)
48a2bd7196 [ADD] Maintenance: add new equipment
closes odoo/documentation#4202

X-original-commit: eb067d6dc1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-19 00:35:54 +02:00
Julien Van Roy
2e9789e436 [IMP] accounting: send and print workflow in electronic_invoicing
From saas-16.2, the choice of the format can be made from the partner
form view (for the formats present in `account_edi_ubl_cii` only). And
the attachment are generated during the Send & Print flow.

PR to select the EDI format based on the partner:
https://github.com/odoo/odoo/pull/115934

PR refactoring the Send & Print flow:
https://github.com/odoo/odoo/pull/111857

closes odoo/documentation#4152

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-18 19:21:23 +02:00