Commit Graph

3519 Commits

Author SHA1 Message Date
Melanie Nguyen (meng)
bf29ce16d2 [IMP] subscriptions: update subscription plans
closes 

X-original-commit: 71024deb7b
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-22 22:11:20 +02:00
Brandon Seltenrich (BRSE)
1fb2659c08 [IMP] inventory: update serial numbers doc
closes 

X-original-commit: af4ad4cf4d
Signed-off-by: Brandon Seltenrich (brse) <brse@odoo.com>
2023-05-22 18:27:03 +02:00
Jonathan Castillo (jcs)
a4bb72990c [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 

X-original-commit: ebeebbcd45
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-20 09:32:30 +02:00
Olivier Dony
a304bc590b
[CHG] legal: partnership contract v11 (updated level requirements + clarifications) 2023-05-19 12:40:39 +02:00
Jonathan Castillo (jcs)
761f27ef97 [FIX] accounting: mark salt edge bank sync provider available worldwide
task-3329454

closes 

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-17 13:36:25 +02:00
Christophe Monniez
e2bcea692f [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 

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 12:14:57 +02:00
Jess Rogers (jero)
16b845c0ef [IMP] helpdesk: update aftersales services
closes 

X-original-commit: cbffc99b0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-15 23:32:08 +02:00
Jonathan Castillo (jcs)
22a8e3ca4c [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 

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

closes 

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 08:02:44 +02:00
Melanie Nguyen (meng)
542fdceca9 [IMP] subscriptions: update product configuration
closes 

X-original-commit: e650e86173
Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-11 22:33:04 +02:00
Antoine Vandevenne (anv)
81433b2dc2 [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 

X-original-commit: 26e12696c1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-05-11 14:06:51 +02:00
Jess Rogers (jero)
79939e786b [IMP] helpdesk: updated 16.0 reporting doc
closes 

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

Forward to master.

closes 

X-original-commit: 767ee598ac
Signed-off-by: Aarab Tom (toaa) <toaa@odoo.com>
2023-05-10 17:50:09 +02:00
Ahmed Elhadi
d326e4e597 [IMP] sales: Update different_addresses.rst
closes 

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

closes 

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

closes 

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 19:26:12 +02:00
Xavier
189b18fa2d [IMP] upgrade: clarify and update the SLA section
task-3300955

closes 

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

closes 

X-original-commit: 15d8985d33
Related: 
Signed-off-by: auva-odoo <auva@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-05 18:11:54 +02:00
Xavier
13509a1b05 [IMP] studio: add a note about duplicating standard reports
Task ID: 3301013

closes 

X-original-commit: af93e6532d
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-05 08:06:21 +02:00
Sam Lieber (sali)
007d44731b [IMP] inventory: delivery orders and incoming shipments restructure
closes 

X-original-commit: bea00ecb40
Related: 
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-05-04 15:38:47 +02:00
John Holton (hojo)
9e70b0732e [ADD] Inventory: add create second warehouse
closes 

X-original-commit: f2c1cb228a
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-03 06:25:37 +02:00
Jonathan Castillo (jcs)
8e9de1c077 [ADD] UAE localization
closes 

Taskid: 2906051
X-original-commit: eea4029a33
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-05-02 17:33:49 +02:00
Melanie Nguyen (meng)
0f4ea3f182 [ADD] subscriptions: add ecommerce configuration
closes 

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:02:42 +02:00
Timothy Kukulka (tiku)
ac90f3ff99 [IMP] Google Oauth Docs edits final review
closes 

X-original-commit: 5b63bfcba9
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-30 19:45:06 +02:00
Melanie Nguyen (meng)
cd6c656aa0 [IMP] sales: update customer addresses
closes 

X-original-commit: 07249080ca
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-28 17:28:42 +02:00
Brandon Seltenrich (BRSE)
020aa9f3ac [IMP] purchase: split purchase agreements docs
closes 

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 16:09:14 +02:00
tiku-odoo
0bdb46a964 [IMP]Maintain:Fix typo in Azure Mail
closes 

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:36 +02:00
Antoine Vandevenne (anv)
f868d98593 [FIX] reference/services: mark optional the params parameter of rpc
closes 

X-original-commit: c1b38dc1f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-27 19:55:11 +02:00
Antoine Vandevenne (anv)
fd881b4533 [IMP] tutorials/js_framework: reword, clarify and improve instructions
X-original-commit: b58dbb1fbb
Part-of: 
2023-04-27 19:55:11 +02:00
Antoine Vandevenne (anv)
99049dc9fb [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: 
2023-04-27 19:55:10 +02:00
Antoine Vandevenne (anv)
b6962c8349 [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: 
2023-04-27 19:55:10 +02:00
Sam Lieber (sali)
f0f495c564 [REF] surveys: remove overview folder
closes 

X-original-commit: 50824b6677
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-26 08:10:36 +02:00
Brandon Seltenrich (BRSE)
e1bda39e8c [IMP] inventory: update stock_warehouses
closes 

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

X-original-commit: 817e332160
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-25 15:40:02 +02:00
Jess Rogers (jero)
4c46e6e0d8 [IMP] helpdesk: update ratings doc
closes 

X-original-commit: 6c6f2398dd
Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
2023-04-25 14:33:05 +02:00
Géry Debongnie
34c5e6d3e1 [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 

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

+ update of access pos settings
Task-3256407

closes 

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:03:04 +02:00
KC (ksc)
931acb9f38 [ADD] social marketing: added social marketing documentation to v14
closes 

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

closes 

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:16:16 +02:00
Jonathan
d4e00dc593 [FIX] website: missing redirection for plausible.rst
The redirection rule for plausible.rst was missing from the forward-port
in PR . Because of that, a link in the app leads to a 404 page
instead of the appropriate doc page. This commit fixes it.

closes 

X-original-commit: b40fd5b284
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 23:15:01 +02:00
Zuzanna Luczynska
62a075f7d3 [IMP] field service: default warehouse
task-2948598

closes 

X-original-commit: 3ae4fbab84
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-19 18:37:57 +02:00
John Holton (hojo)
b5795f5a9d [ADD] Maintenance: add new equipment
closes 

X-original-commit: eb067d6dc1
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-04-19 00:36:06 +02:00
Mahmoud Metwally
6398a0248c [FW][FIX] howtos/company: fix typos
closes 

Forward-port-of: 
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-17 17:40:37 +02:00
Zuzanna Luczynska
77250d66ca [MOV] field service: improve the structure and merge docs
Currently, there are two pages about onsite interventions in two
separate categories. This task aims to merge both pages into a single
one and remove the useless categories.

task-3275322

closes 

X-original-commit: 151e0554fa
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-15 14:12:05 +02:00
hapa-odoo
6deba15188 [ADD] fiscal localizations: Indian GST service
In this commit, I have added documentation for GST return filing.
I have explained how to register on GST Portal, configure it in odoo,
and enable GST API Access on GST Portal. I have also explained different
GSTR Report.

task-3272960

closes 

X-original-commit: 5280cb147e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-15 12:53:50 +02:00
Elisabeth Dickinson
9850c5d6ea [IMP] odoo_theme: fix menu links
When searching for a word, if that word happens to be in the menu, the
`display-flex` on the `a` would remove the space around the word because
a `span class=highlight` gets added around it.
Fixed by changing `display-flex` on the `a` to display-block (but
keeping it for `.o_toc_entry_wrapper`)

closes 

X-original-commit: c758071861
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 20:05:45 +02:00
Julien Van Roy
8b259be596 [IMP] accounting/electronic_invoicing: add SG einvoicing format
Since commit
bd06decccf,
the 'SG BIS Billing 3.0' format is available for singaporean companies.

closes 

X-original-commit: 875d5ea61f
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 11:36:29 +02:00
Mahmoud Metwally
f5850af1a1 [FW][FIX] developer/web_services: fix typo
closes 

Forward-port-of: 
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 11:36:15 +02:00
Julien Van Roy
f400844cc2 [IMP] accounting/electronic_invoicing: remove useless section
In previous versions (from 14.0 to saas-15.4), `account_edi_ubl_cii` was
not auto-installed. From 16.0, it is. Thus, we no longer need the
section advising to install this module.

Manifest in saas-15.4:
https://github.com/odoo/odoo/blob/saas-15.4/addons/account_edi_ubl_cii/__manifest__.py
Manifest in 16.0:
https://github.com/odoo/odoo/blob/16.0/addons/account_edi_ubl_cii/__manifest__.py

closes 

X-original-commit: 136187f0fb
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
2023-04-14 07:10:12 +02:00
Martin Trigaux
d53ba8c7e2 [I18N] *: export source terms
closes 

X-original-commit: c65b9863a7
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
2023-04-13 11:04:50 +02:00