Reaching external ressources while running tests is an important source
of random error and can even causes deterministic errors when a service
is down for a while.
Runbot will soon block all external requests, this commit follows
changes introduced in #13669 and vendors the python inventories.
closesodoo/documentation#13752
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
The pallets website is regularly unreachable (due to DNS failures so
it's not even that we get rate limited even though we probably hit it
excessively), which causes a warning during documentation build, which
in turn causes a completely unnecessary build failure.
Some werkzeug links seem to be generated (in the backend docs), so
just commit the werkzeug inventory file as it's pretty small.
Also remove the pallets inventory entirely, it doesn't seem to cause
issues but also seems completely unused.
closesodoo/documentation#13669
Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
As per usual, leave off developer.pot and contributing.pot since we
don't translate them (not useful, can't really contribute to/dev in
Odoo without knowing English)
closesodoo/documentation#13650
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
Task-4859695
This PR adds the default password to the Ingenico documentation to help
users with its setup
closesodoo/documentation#13376
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
Warn our partners to avoid using too generic naming for modules to avoid
potential collisions with future standard odoo modules
no-task
closesodoo/documentation#13560
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
New warning for automation disabling due to certificate owner selection
The warning advises users that if they assign a certificate owner, automatic sending of electronic documents and reception acknowledgements will be disabled.
The reason if that these actions are done by the OdooBot user through Scheduled Actions. If there is an assigned Certificate Owner the OdooBot is not able to use the certificate to sign the electronic documents.
closesodoo/documentation#13062
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
As per usual, leave off developer.pot and contributing.pot since we
don't translate them (not useful, can't really contribute to/dev in
Odoo without knowing English)
closesodoo/documentation#13142
Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
This commit rewords a little bit the part of the doc about
supported browsers, with an emphasis on the fact that the browser
must always be up-to-date, which customers sometimes forget (and
report issues because of this).
See https://github.com/odoo/odoo/pull/184894closesodoo/documentation#13034
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
The ticket form page was moved to /help-form following the restructuration of
the /help page. Directly linking to the ticket form page should make it easier
for users.
closesodoo/documentation#12900
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>