Antoine Vandevenne (anv)
6caea007cb
[MERGE] Forward-port of branch 12.0 to 13.0
2020-12-22 11:38:53 +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
Richard Mathot
1275d4c523
[MERGE] Forward-port of branch 12.0 up to af7d307b76
2020-11-02 14:02:23 +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
bd60ab9d2e
[MERGE] Forward port 12.0 into 13.0
2020-10-27 14:46:08 +01: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
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)
29bfb56d33
[MERGE] Forward-port of branch 12.0 to 13.0
2020-10-12 14:14:51 +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
Raf Geens
cbba672929
[FIX] odoo_sh: @api.multi doesn't exist in 13.0 ( #747 )
...
`api.multi` was removed in 13.0 and is the default behavior. Attempting
to use it in this tutorial will result in a build error.
2020-09-17 10:07:56 +02:00
Richard Mathot
cbbb2a459f
[MERGE] Forward-port of branch 12.0 up to 73cba15619
2020-09-11 09:11:55 +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
b8f384663e
[FIX] odoo.sh: details about storage computation
2020-09-10 17:28:01 +02:00
rjo-odoo
9b3ffe43cf
[FIX] odoo_sh: fix grammar issue
2020-07-23 16:18:22 +02:00
Alex Tuyls
53e3161a80
[FIX] odoo_sh: wrong anchor link in update submodules part
...
Correct anchor is "_pulling_in_upstream_changes_from_the_submodule_remote" instead of
"_pulling_in_upstream_changes"
2020-07-03 11:46:22 +02:00
jop-odoo
42b3b6bb99
[IMP] odoo_sh: clarify dev branch behavior ( #688 )
...
Some users have reported that current wording sets the
expectation that there will be a notification when dev
branches will be eliminated after the three days.
This makes it clear that after 3 days dev branches are
automatically garbage collected at any moment without
prior notice.
2020-06-02 09:39:28 +02:00
Antoine Vandevenne (anv)
39e47f74fd
[MERGE] Forward-port of 12.0 in 13.0
2020-05-19 09:37:19 +02:00
Antoine Vandevenne (anv)
6533e34618
[MERGE] Forward-port of 11.0 in 12.0
2020-05-19 09:14:03 +02:00
Loan (lse)
8e5e70c155
[IMP] odoo_sh: emphasize private submodule must be added using git
...
Move an important paragraph at section beginning and emphasize it with a warning.
OPW-2235054
2020-05-05 10:29:41 +02:00
Antoine Vandevenne (anv)
e495d8dfe2
[MERGE] Forward-port of 12.0 to 13.0
2020-03-10 14:22:15 +01:00
Antoine Vandevenne (anv)
5b0624269f
[MERGE] Forward-port of 11.0 to 12.0
2020-03-10 14:20:50 +01:00
LSE
b1cb9124c2
[IMP] odoo.sh: add setup and connection instructions for SSH
...
closes #589
2020-03-10 13:13:38 +01:00
keli brugalli (kbr)
dfc585d25f
[ADD] general: add documentation about debug mode
2020-03-04 11:07:15 +01:00
Antoine Vandevenne (anv)
7f16f62bf9
[IMP] *: update banners
...
- Most banners were too large, they are converted to PNG-8bit
- Some were badly referenced or not referenced at all.
2020-02-06 17:15:02 +01:00
Antoine Vandevenne (anv)
f7bedfce2e
[FIX] *: fix incorrect/unstable links
...
- Removed the doc version and absolute path from all user doc redirections.
- Made developer doc redirections use 13.0 instead of online, master or earlier version string.
- Fixed outdated links.
- Enforced the use of :doc:, :ref: and :download: directives for redirections.
- Replaced google drive/docs links by doc redirections.
2020-01-15 10:52:05 +01:00
Antoine Vandevenne (anv)
4bb2eeda11
[IMP] *: harmonize formatting
...
- Removed the numbering from headings because it was either inconsistent, breaking the implicit hyperlink target or useless.
- Fixed incorrect heading formattings.
- Replaced hand-written flows by the :menuselection: directive
2020-01-15 10:52:05 +01:00
Antoine Vandevenne (anv)
73fff57983
[IMP] *: fix display issues
...
- Several content blocks were either misaligned, using the wrong display directive or not showing at all.
- Some images were missings.
- Typos
2020-01-15 10:52:05 +01:00
Martin Trigaux
8d3616fd3a
[MERGE] Forward port of 12.0 to 13.0
2019-12-13 15:16:43 +01:00
Martin Trigaux
299d2f544d
[MERGE] Forward port of 11.0 to 12.0
2019-12-13 15:15:43 +01:00
Denis Vermylen
59564dc62c
[IMP] odoo_sh: update doc to latest changes
2019-11-22 19:02:15 +01:00
mreficent
efcb1a48fd
[FIX] *: update v13 urls
...
Remove outdated references to 12.0
Closes odoo/documentation-user#413
2019-10-03 11:28:53 +02:00
Richard Mathot
7dc9494a81
[MERGE] Forward-port of 12.0 up to 870696b048
2019-09-27 16:15:11 +02:00
Richard Mathot
870696b048
[MERGE] Forward-port of 11.0 up to 00d5bd76d7
2019-09-27 15:52:08 +02:00
Fabien Meghazi
b4c2c34665
[REV] odoo.sh : ssh-import
...
This reverts commit 2280b1edca
.
2019-09-23 16:09:59 +02:00
Richard Mathot
bc09d74d32
[FIX] odoo_sh: confusion between automated and scheduled actions
...
C'était gros comme une maison en plus.
2019-09-20 16:22:52 +02:00
Denis Vermylen
9558ed11ce
[FIX] odoo_sh: typo
2019-09-17 10:09:10 +02:00
mreficent
ade8bf335f
[FIX] *: update url for 12.0
...
Outdated references
2019-09-16 15:53:56 +02:00
Moens Alexandre
2280b1edca
[IMP]odoo.sh : ssh-import
2019-09-16 14:49:59 +02:00
Denis Vermylen
e70512c391
[IMP] odoo_sh: update SSL doc
2019-09-16 12:21:44 +02:00
Richard Mathot
c26fe206d1
[IMP] odoo_sh: styling
2019-09-11 09:21:14 +02:00
jev-odoo
72b8229d95
[ADD] odoo_sh: how to debug on Odoo.sh
2019-09-11 09:14:02 +02:00
Richard Mathot
c212e35b00
[IMP] odoo_sh: best practices wrt. crons
2019-09-09 13:44:40 +02:00
Richard Mathot
bdf35642ba
[IMP] odoo_sh: recurring question about crons
2019-09-09 13:35:06 +02:00
Richard Mathot
1925ea8543
[IMP] odoo_sh: explain overlay fs features
...
opw-1945086
2019-08-26 09:56:42 +02:00
Richard Mathot
33e25e3487
[FIX] odoo_sh: indent properly warning block
2019-08-26 08:16:57 +02:00
Richard Mathot
17c3e464e0
[IMP] odoo_sh: recurring question about cups
2019-08-20 14:03:04 +02:00
Alex Tuyls
b3c9ca7772
Wrong information regarding open ports in outgoing email servers
...
On page https://www.odoo.sh/faq#internet_access we mentions that ports 465 and 587 are open.
We need to align the getting_started page as well.
2019-08-01 09:25:55 +02:00