Commit Graph

1271 Commits (bb9d7c09c01c82b36c811c6400f24822b3e90064)

Author SHA1 Message Date
oca-travis e8856ac336 [UPD] Update web_dialog_size.pot 2023-03-02 10:06:55 +01:00
Jairo Llopis 38dd1ba89d [FIX] web_dialog_size: Fix usage for non-admins and reduce calls (#954)
This addon had 2 problems after migrating to v11:

1. One call to backend's `ir.config_parameter.get_param` was done for
   each instantiated dialog, while the setting served for the whole
   session equally.
2. That model is now readable only by admin users, so non-admins
   couldn't use the default at all.

Fixed now.
2023-03-02 10:06:55 +01:00
Quentin THEURET 16a2192fc4 [FIX] #921 Fixed issue when discard a modal with draggable element 2023-03-02 10:06:55 +01:00
Quentin Theuret dea2528f86 [MIG] Migrate web_dialog_size module to v11 2023-03-02 10:06:55 +01:00
David 25f3fc51cd [FIX] web_dialog_size: default_maximize
- default_maximize option wasn't working due to strict value comparison
2023-03-02 10:06:55 +01:00
Wolfgang Pichler aa004ca494 [FIX+IMP] web_dialog_size
* IMP: Added draggable support to dialogs
* FIX: web_dialog_size: export modal
  - PR #733 introduced draggable dialogs which broke some of them
2023-03-02 10:06:55 +01:00
Siddharth Bhalgami 1b5c1e234d [10.0-MIG] web_dialog_size for v10.0 2023-03-02 10:06:55 +01:00
Siddharth Bhalgami 783c518d2d [MIG] web_dialog_siza: Migrate to v9.0 2023-03-02 10:06:55 +01:00
Stéphane Bidoul 6e20c09877 [FIX] web_dialog_size: do not expand by default and correctly honor default_maximize parameter 2023-03-02 10:06:55 +01:00
Pedro M. Baeza 734d2673e9 [IMP] web_dialog_size: Select default dialog size by config
* [IMP] web_dialog_size: Put dialog size expanded by default

* [REM] web_popup_large: By duplication of the functionality

* [IMP] web_dialog_size: README and contributors

* [ADD] configuration parameter for default behavior

[FIX] return super's promise
[IMP] use fontawesome icons for buttons
2023-03-02 10:06:55 +01:00
Anthony Muschang 5c1477fac2 [ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
2023-03-02 10:06:55 +01:00
OCA-git-bot b7aef5c2f7 [ADD] setup.py 2023-03-02 08:58:56 +00:00
OCA-git-bot ed14ddfa5b [ADD] icon.png 2023-03-02 08:58:55 +00:00
OCA-git-bot c9b477506f [UPD] README.rst 2023-03-02 08:58:55 +00:00
OCA-git-bot 6f3e1af042 [UPD] addons table in README.md 2023-03-02 08:58:53 +00:00
oca-ci a1a19bd50d [UPD] Update web_help.pot 2023-03-02 08:56:40 +00:00
OCA-git-bot 4e41ebbb00 Merge PR #2417 into 16.0
Signed-off-by tarteo
2023-03-02 08:54:38 +00:00
tarteo 104f8a95c7 [FIX] web_help: Make it work for small screens
[ADD] Roadmap
2023-03-01 16:08:56 +01:00
anjeel.haria 995e9e8af7 [MIG] web_timeline: Migration to 16.0
Syntax changes

Syntax changes
2023-03-01 16:03:37 +01:00
tarteo efe053e9db [MIG] web_tree_many2one_clickable: Migration to 16.0
[MIG] web_tree_many2one_clickable: Migration to 16.0

[MIG] web_tree_many2one_clickable: Migration to 16.0

[MIG] web_tree_many2one_clickable: Migration to 16.0
2023-03-01 16:00:09 +01:00
anjeel.haria cb76ef3ace [IMP] web_timeline: pre-commit stuff 2023-03-01 15:51:34 +01:00
OCA-git-bot c11db6cd85 web_timeline 15.0.1.0.1 2023-03-01 15:51:01 +01:00
jguenat 832bba7520 [FIX] web_timeline: updateProm.finally is not a function
Following odoo#102621 an UncaughtPromiseError > TypeError occured each time an update was triggered in timeline view
Fixed by returning super
2023-03-01 15:51:01 +01:00
jguenat 8245aaa885 [FIX] web_timeline: utc and create_completed
fix wrong time used when creating new record

on record creation timeline view was reloaded and all items disappeared
fix by removing unnecessary reload
2023-03-01 15:51:01 +01:00
OCA-git-bot 67ce336f30 [UPD] README.rst 2023-03-01 15:51:01 +01:00
oca-ci 8957685a07 [UPD] Update web_timeline.pot 2023-03-01 15:51:01 +01:00
Alexis de Lattre 94323daa0c Update vis-timeline-graph2d lib: 7.3.4 -> 7.7.0 2023-03-01 15:51:01 +01:00
Alexis de Lattre a9f6eb53e5 [FIX] web_timeline: order group_by field
Fix bug #2266: before this fix, the lines of the timeline view were always sorted by alphabetical order, ignoring the native order of the model on which the group_by field points to.

Fix duplicate entries in the 'fields' argument when the 'colors' parameters uses the same field in multiple conditions.
2023-03-01 15:51:01 +01:00
Luis D. Lafaurie a3405673c8 [IMP] web_timeline: allow UNASSIGNED grouping when using M2M field 2023-03-01 15:51:01 +01:00
CarlosRoca13 07ef036e00 [FIX] web_timeline: Allow groupby m2m fields 2023-03-01 15:51:01 +01:00
Holger Brunn e614a7a149 [FIX] web_timeline: Don't crash when restoring timeline from breadcrumb 2023-03-01 15:51:01 +01:00
Cesar Andres Sanchez 6faeeb54ba [MIG] web_timeline: Migration to 15.0 2023-03-01 15:51:01 +01:00
Murtaza Mithaiwala d4272e106a [14.0][MIG] Migrated web_timeline. 2023-03-01 15:51:01 +01:00
Murtaza Mithaiwala e86e087980 [FIX] Travis 2023-03-01 15:51:01 +01:00
Alexandre Díaz 6e0e29a3dd [FIX] web_timeline: Change draw_dependencies 2023-03-01 15:51:01 +01:00
Alexandre Díaz d661b46702 [IMP] web_timeline: CSS vis items 2023-03-01 15:51:01 +01:00
Alexandre Díaz 3c5eb31e0b [FIX] web_timeline: Change vis-timeline library import 2023-03-01 15:51:01 +01:00
Alexandre Díaz 54706cb673 [MIG] web_timeline: Finish migration to 13.0 2023-03-01 15:51:01 +01:00
Thong Nguyen Van 18267a7cc2 [MIG] web_timeline: Migration to 13.0 2023-03-01 15:51:01 +01:00
Thong Nguyen Van 4190881650 [IMP] web_timeline: black, isort 2023-03-01 15:51:01 +01:00
HemanginiPatel dc8f1cc128 [FIX][12.0] web_timeline: Scroll Issue. 2023-03-01 15:51:01 +01:00
denislour 564fb4e7d0 [12.0][web_timeline] Fix bug from group_order: locale instead locate. 2023-03-01 15:51:01 +01:00
denislour 51699368ac [12.0][FIX]web_timeline: fix group orders 2023-03-01 15:51:01 +01:00
tarteo 1f4fe5450e [FIX] web_timeline: Reloading view
[FIX] web_timeline: Reloading view

[FIX] web_timeline: Reloading view
2023-03-01 15:51:01 +01:00
Cyril VINH-TUNG ffca9cfd2a [web_timeline][IMP] Add margin support in web_timeline (#1135) 2023-03-01 15:51:01 +01:00
invitu 29373a9951 [FIX] web_timeline: fix readme - To be squashed with previous one on migration (#1137) 2023-03-01 15:51:01 +01:00
Invitu a955282450 [IMP] Add stack support 2023-03-01 15:51:01 +01:00
tarteo 1ff07bbecd [IMP] Readme: Available attribute list 2023-03-01 15:51:01 +01:00
tarteo 51eabbcd89 [MIG] web_timeline: Migration to 12.0 2023-03-01 15:51:01 +01:00
Dennis Sluijk e12ed1f340 [ADD] Enable multiselect
[IMP] Prevent flickering

[IMP] Fixed headers

[ADD] Create new record by date range selection

Remove roadmap item from readme

[FIX] minimal height
2023-03-01 15:51:01 +01:00