- Oct 02, 2019
-
-
Kishan Gajjar authored
Done at odoo/odoo#36271
-
- Oct 01, 2019
-
-
Andrii Skrypka authored
closes odoo/odoo#37746 X-original-commit: fa70ceb4 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Muhammad Awais authored
Unclosed tag closes odoo/odoo#37744 X-original-commit: a0612f5a Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Danuel WIlliams authored
Field name was incorrecty spelt. Replace 'openacad.session.kanban' with 'openacademy.session.kanban' closes odoo/odoo#37736 X-original-commit: 1043d162 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Danuel WIlliams authored
Done at odoo/odoo#31609 X-original-commit: 26c2ee71
-
Muhammad Awais authored
closes odoo/odoo#37685 X-original-commit: 65d8d3fb Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Sep 30, 2019
-
-
Yenthe666 authored
closes odoo/odoo#37637 X-original-commit: 028def41 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Eric Channey authored
closes odoo/odoo#37628 X-original-commit: ab265591 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Vincent Schippefilt authored
only activate multi-edit on list with specific attribute. When the attribute multi_edit="1" is set on the tree view the user can select a/some records and it will activate the multi-edit with confirmation dialog (even for a single record). Also, on-change are not applied when using multi-edit closes odoo/odoo#37525 Signed-off-by:
VincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
-
- Sep 20, 2019
-
-
Antoine Vandevenne (anv) authored
Prior to this commit, the documentation page for the installation of Odoo had lots of inconsistencies, errouneous information and a bad structure. This commit restructures the page to split the Source Install chapter into three sections for Windows, Linux and Mac OS. Each section is entirely rewritten to be accurate, logical, clean, easy to understand and focused on its purpose (removed tutorials of non-Odoo softwares). task-2072822 closes odoo/odoo#37001 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
- Sep 18, 2019
-
-
Victor Feyens authored
closes odoo/odoo#36809 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Victor Feyens authored
Solves #26818
-
Victor Feyens authored
-
Victor Feyens authored
-
Victor Feyens authored
Since commit 8fa9f7d6 refactoring the actions server, the documentation was outdated. This commit removes and fixes the documentation on ir.actions.server. Also adds the display of the docstring of the IrActionsServer class from odoo.addons.base.models.ir_actions. Solves #31044
-
Victor Feyens authored
-
Victor Feyens authored
-
Victor Feyens authored
-
Victor Feyens authored
-
Victor Feyens authored
-
Victor Feyens authored
-
Victor Feyens authored
-
- Sep 12, 2019
-
-
Jairo Llopis authored
When .with_context() is called with a dictionary as 1st positional argument, it will replace context (and not modify the referenced keys) It may create bugs when losing the content of the context (e.g. remove partner's language) This is a partial merge of #36164 without the inventory part as discussed. closes odoo/odoo#36729 X-forward: 4717ccfa Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 10, 2019
-
-
Saad Thaifa authored
closes odoo/odoo#36642 X-original-commit: 8fbb3c4a Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Yoshi Tashiro authored
Add nakometal closes odoo/odoo#36648 X-original-commit: dea26325 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 20, 2019
-
-
Aurélien Warnon authored
This commit adds a recordsDraggable option on the kanban view that allows to completly disable the drag and drop feature. This is a preliminary work for the social 'Feeds' kanban where the user should not be able to drag and drop posts.
-
Lucas Lefèvre authored
PURPOSE ======= Add the support of grouped exports. Allow the user to export all records in one click from the listview, without having to go through the export modal, taking into account the domain, groupbys, and visible fields. SPECIFICATION ============= When exporting (whether it is from the modal or from the shortcut), any groupby(s) set on the listview should be taken into account (all unfolded) - UNLESS the export is import-compatible - each subgroup header has an indentation compared to its parent - the 'group headers' in the exported file should contain the same info (label, field aggregates) as it has in the listview. New secondary button on the tree view with label 'EXPORT' (to be confirmed...) - the export shortcut disregard the selected records, it exports all records according to the domain. - the button is visible even if there is no selected records. - essentially the export shortcut does the same thing as the following: - select all records - hit 'action' then 'export' - hit 'export' Define a boolean attribute on <tree> to specify whether or not the export shortcut should be displayed Task 2072910
-
- Sep 19, 2019
-
-
Sébastien Theys authored
There are too many image sizes. Since they are stored resized this takes time to generate when saving a new image, it's more rows on the attachment table, more files on the disk, ... 64px is close enough to 128px that it can be removed without a big impact on download size. It will even reduce download and number of requests when both images are displayed because now only one has to be downloaded and then benefit from cache. The difference between the two is typically around 1.5kB which is negligible these days, especially when the request overhead is around 0.5kB already, not even taking into account other factors such as latency. If a 64px image must absolutely be returned, it is still possible to pass the size parameters to the image route. But the current guideline is to handle resizing in the views when necessary. Views ===== - remove width and height attributes when existing CSS rules are overriding them (eg. `.oe_kanban_avatar` in the right context) - add CSS rules instead of width and height attributes when possible - use `object-fit: cover;` where width and height are forced to avoid distortion of non-square images - for products, use `object-fit: contain;` instead, keep ratio but without crop - add new CSS rules where the expected size was max 64px*64px before due to the image size itself - remove `img-fluid` where using size classes to avoid conflicting rules task-2060865 closes odoo/odoo#36147 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
- Aug 29, 2019
-
-
Richard Mathot authored
opw-2060249 closes odoo/odoo#36223 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
- Aug 28, 2019
-
-
Florent de Labarre authored
closes odoo/odoo#32558 Signed-off-by:
vfe <Feyensv@users.noreply.github.com>
-
Mohammed Shekha authored
currently widget selection is not working in m2o in editable list view and to fix this issue it need a lots of changes to make it work properly, i.e. make '_fetchSpecialRelation' use correct domain for each record, batch requests as much as possible, also make all '_fetchSpecial...' work in the list case. So to avoid major changes remove supportedTypes from selection widget so user can not tempted to apply selection widget on many2one field. task-1871698 closes odoo/odoo#33485 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
- Aug 22, 2019
-
-
David Tran authored
closes odoo/odoo#35747 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
ARXI authored
closes odoo/odoo#35687 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 14, 2019
-
-
Sébastien Theys authored
task-2040835 closes odoo/odoo#35116 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Aug 12, 2019
-
-
Igor Ishchenko authored
-
Reinaldo Ramos authored
-
- Sep 03, 2019
-
-
Simon Lejeune authored
Assigning `check_company=True` to a field will - set a default domain filtering the companies - allow to call `_check_company` on the records to ensure the domain is respected Setting `_check_company_auto = True` on a model will ensure `_check_company` is called at create and write, enforcing the multi company domain. Joint work with Raphael Collet <rco@odoo.com> task-1985992
-
- Sep 02, 2019
-
-
Prakash Prajapati authored
This rev. makes the part of the progressbar corresponding to falsy records 'alive': the user can now click on it to filter on records whose value is false for the progressbar field. Task 1952430 closes odoo/odoo#35100 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com> Co-authored-by:
Mohammed Shekha <msh@odoo.com> Co-authored-by:
Aaron Bohy <aab@odoo.com>
-
- Aug 23, 2019
-
-
Aaron Bohy authored
Having two attributes for this was probably overkill. We now have a single attribute 'width' which can specify either a fixed width (e.g. '120px') or a factor (e.g. '2.5').
-
- Jul 30, 2019
-
-
Anh Vu authored
closes odoo/odoo#35235 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-