Skip to content

Conversation

@StraubCreative
Copy link
Contributor

Cherry pick of #1560.

Adds note warning users they need at least one app installed to be able to see the 'enable dev mode' option. Took me a while to figure this out as it doesn't seem to be mentioned anywhere (in these docs or in the Development Environment Set-uparticle).

AntoineVDV and others added 30 commits April 26, 2022 11:22
closes #1863

X-original-commit: f8f5ed9
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #1183

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Changed commands that were still referring to Odoo 14.0 to 15.0

closes #1868

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #1645

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #1890

X-original-commit: 34d604c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #1891

X-original-commit: 324936c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
critarias -> criteria

closes #1886

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Mexican companies very commonly issue invoices in USD, to be fulfiled
in MXN, at the official exchange rate defined by the Banco de Mexico
on the day of payment.

(Presumably, this is to insure against the volatility of the Mexican
peso.)

Odoo supports this workflow, but only if the payment is registered
directly on the invoice using the 'Register Payment' button.

If the payment is created separately, and then reconciled manually
with the invoice, a whole host of problems occur:
- the payment typically can't be reconciled fully with the invoice,
  (even though that can usually be solved by manually creating
  an exchange move)
- but more problematically, the amounts on the payment CFDI will
  be wrong, and even manually creating an exchange move won't solve
  that.

So, we absolutely need to warn users not to try to do that.

(We've been encountering lots of tickets lately in the tech-support
pipe because of users who tried this and then wonder why it doesn't
work.)

This is currently an issue in 14.0, 15.0 and master.

closes #1913

Forward-port-of: #1728
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
The previous guidelines for titles and headings included an exception to
capitalize feature names as they are written in the apps. However, this
exception seems to have confused most writers as it isn't always clear
what should be considered as a feature name or what should be considered
as a noun or noun group. This commit removes this exception to make the
writing and reviewing processes easier while retaining good titles and
improving consistency across the documentation. It also changes the
titles of the Accounting section to provide a better example to other
writers.

task-id 2843109

closes #1912

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Added parentheses in a print function

closes #1927

Forward-port-of: #1923
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
closes #1934

X-original-commit: d7da800
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Also add a condition on some directives to ignore them when we have no
relative/absolute path.

Part-of: #1334
This new directive is generating documentation from Odoo fields. This
can be used to build documentation about business classes.
This will help developpers import/export data and build localization
modules for instance.

Part-of: #1334
closes #1334

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: William Andre <wan@odoo.com>
Co-authored-by: Ivan Yelizariev <iel@odoo.com>
closes #1941

X-original-commit: 093aea1
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
export PLAUSIBLE_SCRIPT=https://plausible.io/js/script.js
export PLAUSIBLE_DOMAIN=yourdomain.com

closes #1951

X-original-commit: 4c526eb
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Jérémy Kersten <jke@odoo.com>
closes #1957

Task: 2588786
X-original-commit: 98f306e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Commit 3d358fd introduced a new import of Odoo source files which
complain about the minimal Python version if the hack added by 57e1e31
is not executed early enough.

closes #1949

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
In case of an unsupported carrier or a self Delivery, Odoo won't block
the user to use the Amazon connector, but explanation were needed for
these cases.

task-2804907

closes #1960

X-original-commit: 3231d20
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Companion of [1].

[1]: odoo/odoo#47186

opw-2824263

closes #1976

X-original-commit: f6bf118
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Desausoi Laurent (lade) <lade@odoo.com>
closes #1986

X-original-commit: df10f17
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
The latest versions of Jinja2 are no longer compatible with the latest
version of Sphinx 3 (3.5.4).

task-2828982

closes #1993

X-original-commit: 8f4be8e
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Task-id 2744131

closes #1887

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Only `no_create` is required to hide both the 'Create "xxx"' and the
'Create and Edit...' dropdown menu options.

closes #1545

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #1975

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #2018

Task: 2540813
X-original-commit: 44129be
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Copy link
Contributor Author

@StraubCreative StraubCreative left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @tiku-odoo
Change requests below for your reference.
I've already made the changes on my local copy and will push up momentarily.

Unless you object I'll be tagging in DR to close this out 🚀

@StraubCreative StraubCreative force-pushed the 15.0-general-add-notes-about-dev-mode-toggle-tiku branch from 8672fa2 to ffbc4b9 Compare December 2, 2022 23:56
@StraubCreative
Copy link
Contributor Author

Hi @odoo/doc-review this doc's ready for you :)

@StraubCreative StraubCreative requested a review from a team December 2, 2022 23:58
chiaraprattico and others added 4 commits December 5, 2022 13:24
closes #2849

Taskid: 2890089
Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
closes #2430

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Prior of this commit, the tabs were not responsive in the documentation

closes #3076

X-original-commit: c9a001d
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Updated to reflect how to download Gmail Plugin from Google Workspace Marketplace for Odoo Online users; added new images

Closes Odoo Task 3001713

closes #2773

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Copy link
Collaborator

@AntoineVDV AntoineVDV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robodoo delegate+

chiaraprattico and others added 6 commits December 6, 2022 17:02
closes #3113

X-original-commit: 1db9968
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
Task: 2543815
Cherry pick from #998

Omitted changes proposed in the **track_leads** directory (e.g. `lead_scoring.rst` + image folder). Both the content and image updates were already pushed from another PR so what was proposed on #998 was outdated and no longer necessary.

What’s left over are the original proposed changes in #998, within the **acquire_leads** directory which include updates to `lead_mining.rst` and corresponding image files.

On top of these proposals, I went ahead and made the following changes:

- renamed the image files in the asset directory, since they were using outdated naming convention (e.g. LM1.png, LM6.png, LM7.png)
- cleaned up rst formatting issues (headings, line breaks, added guilabels, etc.)
- rewrote document so content was more concise + followed content guidelines. You can see the first version of proposals here to compare the changes made.

closes #3118

X-original-commit: 02ef871
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
closes #3121

Tasikd: 3069519
X-original-commit: 939d40c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: chiaraprattico <chpr@odoo.com>
No changes to actual contents/semantics.

closes #2941

X-original-commit: b085e06
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Prior to this commit, the terms and conditions were displayed in a table
with all the languages and it was not practical for the futur, with many
more languages.

task-3073198

closes #3122

X-original-commit: b7bc34a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
@tiku-odoo tiku-odoo force-pushed the 15.0-general-add-notes-about-dev-mode-toggle-tiku branch from ffbc4b9 to 70f8ef8 Compare December 7, 2022 16:02
@tiku-odoo
Copy link
Contributor

@AntoineVDV

CC: @StraubCreative, @samueljlieber

Thanks for your review. 👍 I've made the requested changes to this document. I just noticed that this PR was initially filed for 15.0 when this should apply to V14 ->V16, if I'm not mistaken. Here is the original PR: #1560

What are your thoughts on this?

Thanks, Tim

Copy link
Collaborator

@AntoineVDV AntoineVDV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are your thoughts on this?

Sounds like a good idea!

For this, you need to retarget the base of this PR and "rebase" your branch onto 14.0.

@@ -0,0 +1,2928 @@
e7f0d6ae (HEAD -> 16.0-inventory-sendcloud-shipping-connector-tiku) mivu updates dec6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to remove this

@StraubCreative StraubCreative changed the base branch from 15.0 to 14.0 December 7, 2022 19:17
@samueljlieber
Copy link
Contributor

Re-targeted via cherry pick: #3140

@AntoineVDV
Copy link
Collaborator

@samueljlieber @StraubCreative Instead of creating new PRs for new base branches, you could keep this PR open and force-push your new base on this one. It works just fine, keeps the history of the PR and its reviews, and allows reviewers to track which files are already reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cancelled Designation for PRs that are cancelled and closed, the PR should include a closing comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.