Commit Graph

2145 Commits

Author SHA1 Message Date
Odoo Translation Bot
432ff8f779 [I18N] Update translation terms from Transifex 2020-10-25 01:31:13 +02:00
Odoo Translation Bot
6a9a130585 [I18N] Update translation terms from Transifex 2020-10-25 01:30:55 +02:00
Raf Geens
21963b82a6
[IMP] accounting: Warning about currency exchange entries (#773)
It's not really obvious that payments and invoices need to be fully
reconciled before their currency exchange entries get created, so this
is a warning about that.
2020-10-23 12:38:50 +02:00
Raf Geens
188a876a25 [IMP] odoo.sh: Clarify which permissions to grant in a PAT
Make explicit which permissions you need to grant in a personal access
token. I verified `repo` suffices to complete the tutorial, and I'm
assuming Odoo.sh doesn't need any of the admin and site permissions.
2020-10-23 12:27:21 +02:00
Raf Geens
51bc9d0719 [FIX] odoo.sh: Use right anchor in link
The "Commit & Push your changes" link was referring to the page instead
of the corresponding section.
2020-10-23 12:27:21 +02:00
Raf Geens
f93fb12e6b [FIX] technical: Sphinx deprecation warnings
`add_stylesheet` and `add_javascript` are deprecated and were
generating a bunch of warnings, replaced them with `add_css_file` and
`add_js_file`.
2020-10-23 12:27:21 +02:00
Raf Geens
93ae6ca2bd [FIX] odoo.sh: Make unidecode description more specific
The original description says calling unidecode will remove special
characters, but this is not entirely accurate. For example, when I
inserted unicode emojis in the name, they were not removed. I was then
confused whether my module had correctly updated or not.

Instead, what unidecode will do is convert text characters to their
nearest ASCII equivalent, so "trés" becomes "tres" for example. The
description has been updated to reflect that.
2020-10-23 12:27:21 +02:00
Antoine Vandevenne (anv)
1af386916f [MERGE] Forward-port of branch 13.0 to 14.0 2020-10-23 12:17:20 +02:00
Antoine Vandevenne (anv)
9cce3b2294 [MERGE] Forward-port of branch 12.0 to 13.0 2020-10-23 11:55:51 +02:00
Antoine Prieëls
d00e0bd870
[FIX] iot: Update and fix IoT documentation (#776)
Some of the explanations were wrong/outdated.
We also add a troubleshooting guide with most
common problems.
2020-10-22 14:32:59 +02:00
Antoine Prieëls
e709090a62
[FIX] iot: Update and fix IoT documentation (#775)
Some of the explanations were wrong/outdated.
We also add a troubleshooting guide with most
common problems.
2020-10-21 16:28:35 +02:00
Luis Torres
b87e51a130 [IMP] mexico: Update CSD files for documentation
The current certificates for demo in the documentation will to expire
the October 21. For this reason were updated by new files.

The new CSD files need to stamp with the VAT ``EKU9003173C9``.

Both values are updated.

Closes odoo/documentation-user#771
2020-10-19 09:48:54 +02:00
Odoo Translation Bot
0c88e48f7e [I18N] Update translation terms from Transifex 2020-10-18 02:30:34 +02:00
Odoo Translation Bot
b3f119724d [I18N] Update translation terms from Transifex 2020-10-18 01:31:08 +02:00
Odoo Translation Bot
77f6d8897b [I18N] Update translation terms from Transifex 2020-10-18 01:30:54 +02:00
KBR
de2e347a2b
[REM] project: remove project/overview/setup.rst + project/overview/share.rst (#770)
- as decided by FP, certain docs should be removed
2020-10-16 08:16:41 +02:00
Jonathan Castillo
0532a240c3 [FIX] accounting: removal of a wrong note about SDD use with Subscriptions 2020-10-15 09:14:25 +02:00
KBR
8ea2319065
[REM] general: remove doc about tags (#768)
- as decided by FP, certain docs should be removed
2020-10-14 11:53:56 +02:00
elmelm
5adc209e91
[FIX] portal: fix badly formatted ref
Closes #767
2020-10-14 11:34:19 +02:00
Antoine Vandevenne (anv)
bf7b48fe47 [MERGE] Forward-port of branch 13.0 to 14.0 2020-10-12 14:16:22 +02:00
Antoine Vandevenne (anv)
29bfb56d33 [MERGE] Forward-port of branch 12.0 to 13.0 2020-10-12 14:14:51 +02:00
Jonathan Castillo
21ff81f8be [FIX] CRM: typo correction in Outlook Extension doc
- Fix of a typo in the text
2020-10-12 11:15:36 +02:00
jeroen-vet
d5edc4566e [FIX] accounting: Correct theoretical amount in note 2020-10-12 10:52:28 +02:00
Odoo Translation Bot
74903d5c9f [I18N] Update translation terms from Transifex 2020-10-11 02:30:30 +02:00
Odoo Translation Bot
4b842d251c [I18N] Update translation terms from Transifex 2020-10-11 01:31:59 +02:00
Odoo Translation Bot
c0157e0ade [I18N] Update translation terms from Transifex 2020-10-11 01:31:54 +02:00
Stanislas Sobieski
70c734769e [IMP] odoo_sh: branch settings
- test tags have been added
- modules settings have been moved from global settings to branch
settings
2020-10-09 15:18:05 +02:00
Martin Trigaux
55cc1f04a6 [I18N] *: export 14.0 source terms 2020-10-09 11:32:21 +02:00
Martin Trigaux
a61b56745b [FIX] website: typos and rephrasing 2020-10-09 11:28:30 +02:00
Fabien Meghazi
b78c6405e1 [IMP] odoo.sh: align user doc and Odoo.sh FAQ for dependencies requests 2020-10-08 15:33:09 +02:00
Jonathan
ae09e682d7
[ADD] CRM: new documentation about Outlook Extension (#761)
- This documentation describes how to install and use the new Outlook CRM Extension.
- redirection: mail_client_extension.rst -> outlook_extension.rst

  - mail_client_extension.html is the first link provided as a tip in Odoo 14 but should be updated and point directly to outlook_extension.html
2020-10-07 16:38:54 +02:00
Martin Trigaux
172d7de99b [FIX] conf: rename the new version
Used in version selector
2020-10-06 13:44:42 +02:00
Jonathan Castillo
1a5ba135b6 [FIX] accounting: fix bad indenting in chile localization
The original PR #745 had indentation mistakes that led to error messages
when building the user documentation.
2020-10-06 11:19:20 +02:00
keli brugalli (kbr)
b7243add65 [FIX] discuss: couple of grammar points fixed 2020-10-06 10:22:20 +02:00
Jonathan Castillo
aae3e0f146 [IMP] general: update instructions to find the import button
The import button moved to another place in v14.
2020-10-05 16:15:56 +02:00
Odoo Translation Bot
43c02a6561 [I18N] Update translation terms from Transifex 2020-10-04 02:30:35 +02:00
Odoo Translation Bot
60eadd4d57 [I18N] Update translation terms from Transifex 2020-10-04 01:32:04 +02:00
Odoo Translation Bot
10dd4e5936 [I18N] Update translation terms from Transifex 2020-10-04 01:31:46 +02:00
Richard Mathot
f639c52705 [MERGE] Forward-port of 13.0 up to 0d5cd136eb 2020-09-30 09:35:27 +02:00
Richard Mathot
0d5cd136eb [MERGE] Forward-port of 12.0 up to 34310a683b 2020-09-30 09:32:28 +02:00
Richard Mathot
34310a683b [REL] Odoo 14.0 2020-09-30 09:30:22 +02:00
Richard Mathot
e3ab1c1267 [MERGE] (last) Forward-port of 11.0 up to 68805ae8d4 2020-09-30 09:22:59 +02:00
Richard Mathot
23656806d3
[IMP] my_odoo_portal: link to delete db 2020-09-29 09:56:55 +02:00
Elena Maglio
bdadc40f7b
[IMP] portal: How to delete account?
Closes #754
2020-09-28 14:27:56 +02:00
Odoo Translation Bot
1841825534 [I18N] Update translation terms from Transifex 2020-09-27 02:30:29 +02:00
Odoo Translation Bot
24f84244e9 [I18N] Update translation terms from Transifex 2020-09-27 01:31:40 +02:00
Odoo Translation Bot
5004122011 [I18N] Update translation terms from Transifex 2020-09-27 01:31:33 +02:00
Martin Trigaux
a40685b5d3 [I18N] *: export 13.0 source terms 2020-09-24 12:03:20 +02:00
Martin Trigaux
e218ae4991 [I18N] Export 14.0 source terms 2020-09-22 17:14:17 +02:00
ILMIR
7c24b8e156
[FIX] crm, discuss: fix typos (#751) 2020-09-22 15:24:20 +02:00