- May 07, 2021
-
-
guimarc-br authored
closes odoo/odoo#70534 X-original-commit: 44e05cd8 Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
-
- May 06, 2021
-
-
Pete Snyder authored
-
- May 04, 2021
-
-
Victor Feyens authored
In odoo/documentation-user#945, the developer documentation is merged with the user documentation in a single repository and build config. This commit then removes source files for the developer documentation from the odoo/odoo repository. DOC PR: https://github.com/odoo/documentation-user/pull/945 task-2351938 task-2352371 task-2205684 task-2352544 Co-authored-by:
Victor Feyens <vfe@odoo.com> Co-authored-by:
Antoine Vandevenne <anv@odoo.com>
-
- Apr 26, 2021
-
-
Alessandro Fiorino authored
closes odoo/odoo#69844 X-original-commit: 16c09f39 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 12, 2021
-
-
Ivan Yelizariev authored
pyflame is archived and not maintained since July 2018 https://github.com/uber-archive/pyflame/commits/master closes odoo/odoo#69109 Signed-off-by:
Adrian Torres (adt) <adt@odoo.com>
-
- Apr 11, 2021
-
-
emilkholod authored
-
- Apr 07, 2021
-
-
regis.pirard authored
closes odoo/odoo#68666 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
- Apr 08, 2021
-
-
root authored
closes odoo/odoo#68978 X-original-commit: d81973ab Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Leonardo Gavidia authored
closes odoo/odoo#68842 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 19, 2021
-
-
Andres Calle authored
closes odoo/odoo#68123 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
- Apr 02, 2021
-
-
abharos authored
This commit adjusts the word 'embeded' to 'embedded' in profilecode.rst. closes odoo/odoo#67869 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 30, 2021
-
-
Khalid El Haji authored
closes odoo/odoo#67811 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Qaidjohar authored
closes odoo/odoo#68542 X-original-commit: 6fa6d675 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Ossi Mantylahti authored
closes odoo/odoo#67425 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Bilal el Attar authored
closes odoo/odoo#67807 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
geraldaistleitner authored
closes odoo/odoo#68437 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 19, 2021
-
-
Mohammad M. Shahbazi authored
closes odoo/odoo#68131 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 30, 2021
-
-
abharos authored
closes odoo/odoo#67862 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 23, 2021
-
-
Pablo Fuentes authored
closes odoo/odoo#68244 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 24, 2021
-
-
Aaron Bohy authored
-
- Mar 23, 2021
-
-
Martin Trigaux authored
TLS 1 and 1.1 are not recommended anymore This configuration was generated with Mozilla SSL Configuration Generator (https://ssl-config.mozilla.org ) with a fairly conservative approach: - nginx 1.10.3, OpenSSL 1.1.0l (Debian Stretch) - Supports Firefox 27, Android 4.4.2, Chrome 31, Edge, IE 11 on Windows 7, Java 8u31, OpenSSL 1.0.1, Opera 20, and Safari 9 Fixes odoo/odoo#68002 closes odoo/odoo#68222 X-original-commit: ece5778c Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 22, 2021
-
-
Denis Mudarisov authored
closes odoo/odoo#68198 X-original-commit: 1335d16c Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Mar 17, 2021
-
-
dominikkertys authored
-
- Mar 18, 2021
-
-
Veronika Kotovich authored
When Odoo routes incoming emails it is looking for existing messages in database using Message Ids which are coming from e-mail header References. In Odoo the message id looks pretty long like 743570479975566.1584086032.522504091262817-openerp-message-notify@ip-172-31-45-160 As it declared in [RFC2822] long header bodies can be "folded" using CRLF+WSP. And some mail clients do that very thing. They split References header body which contains Message Ids by "\n ". The example of mail client where it can be reproduced is apps.rackspace.com We created Sales Order in Odoo, sent this quotation to the client email. He replied with e-mail, and this email can't be matched with any existing message id and as result it's not attached to the Sales Order. RFC2882: https://tools.ietf.org/html/rfc2822#section-2.2.3 closes odoo/odoo#68069 X-original-commit: 559f6cf6 Signed-off-by:
Julien Castiaux <Julien00859@users.noreply.github.com>
-
- Mar 08, 2021
-
-
Aaron Bohy authored
Commit [1] altered the way the FieldMany2Many behaves with respect to 'create' and 'delete' options. Indeed, for many2many fields, adding or removing records doesn't mean "creating" or "deleting" records, as it is only about adding/removing records to/from a relation. This is completely fine and correct. Unfortunately, a feature has been lost in the process: it is no longer possible to state that a many2many field should be editable but should not allow to add (or remove) record to the relation. This commit fixes the issue by adding two new options: 'link' and 'unlink' for that purpose. [1] https://github.com/odoo/odoo/commit/c98579d25af01c14df4baf57fb4652f3e7469096 opw~2466213 closes odoo/odoo#67358 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
- Mar 05, 2021
-
-
Aaron Bohy authored
The Many2ManyCheckboxes widget displays all values that could be in the many2many relation, with a checkbox indicating whether each value is in the relation or not. It is designed to be set on fields where the comodel contains a few records (typically, we don't want to see dozens of checkboxes in the form view). This widget shouldn't be used on many2manys with a large comodel, as we have better tools to handle them (like a tree view). We deal with extreme cases (when the widget is, by mistake, set on a field where the comodel is huge) by using the name_search limit of 100: at most 100 checkboxes are displayed. Before this commit, this extreme situation wasn't correctly handled. If there were in the relation records that weren't displayed (because they weren't inside the 100 limit), then, editing the value by (un)selecting a checkbox would automatically remove all non displayed values from the relation. This commit ensures that we keep in the relation all values that aren't displayed. Issue spotted when working on opw~2439041 closes odoo/odoo#67373 X-original-commit: fa324ef0 Signed-off-by:
Géry Debongnie (ged) <ged@openerp.com> Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Martin Trigaux authored
Source https://github.com/odoo/enterprise/pull/15297#issuecomment-768985663 closes odoo/odoo#67363 X-original-commit: d767e01c Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 04, 2021
-
-
Carlos Roca authored
closes odoo/odoo#67237 X-original-commit: 42291b95 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Feb 19, 2021
-
-
JordiMForgeFlow authored
closes odoo/odoo#66531 X-original-commit: 7f8ff150 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Feb 26, 2021
-
-
nikohoseki authored
closes odoo/odoo#66829 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Feb 25, 2021
-
-
Csaba Tóth authored
Add new members closes odoo/odoo#66862 X-original-commit: 3d766361 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Feb 15, 2021
-
-
huakkai authored
closes odoo/odoo#66129 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Feb 09, 2021
-
-
Csaba Tóth authored
closes odoo/odoo#65799 X-original-commit: 054f3a53 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Feb 05, 2021
-
-
Iago Alonso authored
closes odoo/odoo#65616 X-original-commit: 4a08c12a Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 29, 2021
-
-
Anna Janiszewska authored
closes odoo/odoo#65295 X-original-commit: 72c5d63e Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 24, 2021
-
-
msteinfeld authored
closes odoo/odoo#64972 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 20, 2021
-
-
Dario Bösch authored
closes odoo/odoo#64810 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 18, 2021
-
-
qsm-odoo authored
This fixes some details and reorganize the order of the tutorial. It also introduces a more detailed section for the SCSS customization. A very detailed and updated version of this tutorial is being made for the 14.0 version and later. task-2440442 closes odoo/odoo#64691 X-original-commit: 52b725ea Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
ioFilippo authored
closes odoo/odoo#64674 X-original-commit: 70fd8f68 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 12, 2021
-
-
Jannik Becher authored
closes odoo/odoo#64396 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-