Commit Graph

1582 Commits

Author SHA1 Message Date
Jonathan Castillo
57803a268f [FIX] portal: identation mistakes in my_odoo_portal.rst 2021-02-19 14:30:09 +01:00
Jonathan Castillo
4a7e806c37 [FIX] odoo_sh,portal: fix broken references 2021-02-19 14:30:09 +01:00
Odoo Translation Bot
31764355b9 [I18N] Update translation terms from Transifex 2021-02-07 02:30:23 +01:00
Odoo Translation Bot
e478171ea0 [I18N] Update translation terms from Transifex 2021-01-24 02:30:23 +01:00
Rémy Baranx (bar)
15ec0207b1 [FIX] upgrade: remove the contract parameter
documentation update as we have removed the `-c` option from
the upgrade script to provide the subscription code. Now
it is directly read from the database.
2021-01-22 14:20:46 +01:00
Adrien Widart
761a75d40b [IMP] accounting: add a warning about currency in Mexican localization
A Mexican company should keep MXN as default company. This is actually a
legal obligation.
2021-01-22 14:13:52 +01:00
Odoo Translation Bot
2f883c684b [I18N] Update translation terms from Transifex 2021-01-17 02:30:19 +01:00
asc-odoo
ed2f532fb9
[FIX] odoo_sh: fix incorrect link
Closes #819
2021-01-06 09:43:43 +01:00
Jonathan Castillo
d65110a9a2 [FIX] upgrade: correct a few mistakes in the upgrade doc 2021-01-05 15:19:06 +01:00
Odoo Translation Bot
92e9cb6751 [I18N] Update translation terms from Transifex 2021-01-03 02:30:22 +01:00
Odoo Translation Bot
78475c9c87 [I18N] Update translation terms from Transifex 2020-12-27 02:30:22 +01:00
Fabien Meghazi
3b4c7951b6 [REM] odoo_sh: remove incorrect information about cups
CUPS the server will never be installed on an Odoo.sh machine.
That being said you can use a remote printer with a cups client.
The problem lays in the sorry state of libcups dependencies so we will
try to get a reliable section in the documentation for 20.04 as soon as
we can get a testcase.

Meanwhile, it has been reported that the command line `lp` cups cli
client tool could be used as a workaround in the OCA concerned module:

https://gist.github.com/rm-jamotion/0453e91ff3e13350a1e46a11ebb02e8d
2020-12-23 22:12:48 +01:00
Antoine Vandevenne (anv)
6da781ccf3 [FIX] accounting,contributing: remove broken link and fix typo 2020-12-22 11:35:16 +01:00
Andrée Van Gorp (avg)
12561f96ff [ADD] practical: new doc about database upgrade 2020-12-21 14:45:15 +01:00
Odoo Translation Bot
9b15efef14 [I18N] Update translation terms from Transifex 2020-12-20 02:30:29 +01:00
Jonathan Castillo
98bceb8317 [FIX] practical/db_management: add missing banner for hosting changes 2020-12-15 15:48:54 +01:00
Richard Mathot
c9dbc4da09 [IMP] practical/db_management: hosting changes (#782)
Recurring support questions

Task 2185120
2020-12-15 15:48:54 +01:00
Stanislas Sobieski
650cccecca
[IMP] odoo_sh: monitoring information (#810) 2020-12-15 15:37:18 +01:00
Odoo Translation Bot
fe8497b673 [I18N] Update translation terms from Transifex 2020-11-29 02:30:24 +01:00
Odoo Translation Bot
0d72a967f4 [I18N] Update translation terms from Transifex 2020-11-22 02:30:30 +01:00
Alex Tuyls
7c8b992104
[IMP] accounting: Update SEPA pain version depending on country (#791) 2020-11-18 07:41:14 +01:00
KBR
6c9d67757a
[IMP] accounting: fix typo in in_odoo.rst (#787) 2020-11-16 16:09:45 +01:00
Odoo Translation Bot
e40850df69 [I18N] Update translation terms from Transifex 2020-11-15 02:30:25 +01:00
Odoo Translation Bot
e9745781f4 [I18N] Update translation terms from Transifex 2020-11-08 02:30:30 +01:00
Odoo Translation Bot
af7d307b76 [I18N] Update translation terms from Transifex 2020-11-01 02:30:36 +01:00
Alex Tuyls
8fa89877e7
[IMP] odoo_sh: update backup policy before merge (#778)
It was not clear enough whether or not a backup was triggered when doing code updates.
2020-10-29 10:33:59 +01:00
Martin Trigaux
e946532b9b [REV] conf: revert f93fb12e6b
Revert "[FIX] technical: Sphinx deprecation warnings"
Nightly servers still use sphinx 1.7
Revert until we have updated the server to newer versions
2020-10-27 14:22:14 +01:00
Odoo Translation Bot
739e538b7a [I18N] Update translation terms from Transifex 2020-10-25 02:30:28 +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
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
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
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
Fabien Meghazi
b78c6405e1 [IMP] odoo.sh: align user doc and Odoo.sh FAQ for dependencies requests 2020-10-08 15:33:09 +02:00
Odoo Translation Bot
43c02a6561 [I18N] Update translation terms from Transifex 2020-10-04 02:30:35 +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
Odoo Translation Bot
1841825534 [I18N] Update translation terms from Transifex 2020-09-27 02:30:29 +02:00
Odoo Translation Bot
68805ae8d4 [I18N] Update translation terms from Transifex 2020-09-20 05:00:33 +02:00
Odoo Translation Bot
64e11ac906 [I18N] Update translation terms from Transifex 2020-09-20 02:30:41 +02:00
Odoo Translation Bot
f3bee4c64d [I18N] Update translation terms from Transifex 2020-09-15 11:56:15 +02:00
Richard Mathot
73cba15619
[MERGE] Forward-port of branch 11.0 up to b8f384663e 2020-09-11 08:58:10 +02:00
Richard Mathot
c1ae41a237
[IMP] support: prepare v14 2020-09-11 08:37:04 +02:00
Richard Mathot
b8f384663e
[FIX] odoo.sh: details about storage computation 2020-09-10 17:28:01 +02:00
Olivier Dony
783fb68c68
[FIX] legal/terms: typo in quoting of cloc command
Single backticks are used for references, and `cloc` is not a valid one.

Backport of e59726ce59
2020-08-04 20:13:58 +02:00