Sylvain LE GAL
02409896cc
Update web_dashboard_tile/models/tile_category.py
...
Co-authored-by: Iván Todorovich <ivan.todorovich@gmail.com>
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
6055bd3b2d
[MIG][12.0] web_dashboard_tile
...
- refactor tile category
- improve description
- add legalsylvain as maintainer
- update code and translation
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
07124f3b7f
[REF] web_dashboard_tile: Black python code
2021-10-21 19:51:45 +02:00
Stéphane Bidoul (ACSONE)
fe12fcc9d1
remove obsolete .pot files [ci skip]
2021-10-21 19:51:45 +02:00
Katherine Zaoral
78d0184fec
[FIX] web_dashboard_tile clean group_by from tile view
...
Be able to open a title without getting context group_by garbage from the
title view.
2021-10-21 19:51:45 +02:00
Iván Todorovich
f52052b474
[9.0][web_dashboard_tile] Update version number
2021-10-21 19:51:45 +02:00
Iván Todorovich
338e1cad5f
Improved tile.category form view
2021-10-21 19:51:45 +02:00
Iván Todorovich
c6159f0e17
Fix white background when reordering tile
2021-10-21 19:51:45 +02:00
Iván Todorovich
45bf9c91a0
Fixed - sequence not being saved when reordering kanban
2021-10-21 19:51:45 +02:00
Iván Todorovich
6530ad7bd6
Added Known Issues
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
58b2f273db
[IMP] do not call search_read if no fields are set
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
16339fc41f
[IMP] make one search_read call instead of two calls
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
1ffdad84a4
[IMP] web_dashboard_tile: reduce computation time
2021-10-21 19:51:45 +02:00
Iván Todorovich
d148ac41a2
Added tile categories.
2021-10-21 19:51:45 +02:00
Iván Todorovich
405cc75363
Added 'dropdown' menu for Technical Features only (debug mode)
2021-10-21 19:51:45 +02:00
Iván Todorovich
f2c7b72602
Use more pixels for title
2021-10-21 19:51:45 +02:00
Iván Todorovich
7e1a44df83
Use o_kanban_small_column for grouping
2021-10-21 19:51:45 +02:00
Iván Todorovich
ff5cc27354
Fix 'Add to Dashboard Tile' menu (MIG 9.0)
2021-10-21 19:51:45 +02:00
Iván Todorovich
3b62493918
Fix styles (MIG 9.0)
2021-10-21 19:51:45 +02:00
OCA Transbot
c670ae91a8
OCA Transbot updated translations from Transifex
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon
3a975b23f5
FIX
2021-10-21 19:51:45 +02:00
Iván Todorovich
4380028716
[IMP][8.0][web_dashboard_tile] Refactor (see changes in description) ( #476 )
...
Conflicts:
web_dashboard_tile/__openerp__.py
web_dashboard_tile/models/tile_tile.py
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon
4268f85871
IMP implementation of iteration
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon
525f604153
FIX remove api.one
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon
94a08e16c9
FIX
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon
d27a4d1e81
FIX __openerp__
2021-10-21 19:51:45 +02:00
Nicolas Mac Rouillon
1c2af267f4
FIX
2021-10-21 19:51:45 +02:00
Iván Todorovich
51630ecbdf
[IMP][8.0][web_dashboard_tile] Refactor (see changes in description) ( #476 )
...
Conflicts:
web_dashboard_tile/README.rst
web_dashboard_tile/__openerp__.py
web_dashboard_tile/models/tile_tile.py
web_dashboard_tile/static/src/css/tile.css
2021-10-21 19:51:45 +02:00
Iván Todorovich
e27c0deb6e
[8.0][FIX] web_dashboard_tile security rule
...
Rule was not being updated because of `<data noupdate="1">`, hence the groups field of the tile was not working.
Conflicts:
web_dashboard_tile/__openerp__.py
2021-10-21 19:51:45 +02:00
Pedro M. Baeza
193bfe113a
[IMP] web_dashboard_tile: README
2021-10-21 19:51:45 +02:00
David Beal
43290842ce
[FIX] preview image in README
2021-10-21 19:51:45 +02:00
Pedro M. Baeza
d92fb5f566
[MIG] Make modules uninstallable
2021-10-21 19:51:45 +02:00
Stéphane Bidoul
2a50efc9fa
[UPD] prefix versions with 8.0
2021-10-21 19:51:45 +02:00
Matjaž Mozetič
368c485292
Added slovene translation
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
eaf49662dc
[REF] tile form display;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
2411981f75
[FIX] incorrect description;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
75700d91cf
[FIX] flake8;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
ae83648af2
[REF] remove obsolete migration file for V7 udpate;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
7d0f8c5c09
[ADD] Extra demo data;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
37f163d1f4
[PORT][REF] change name of field;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
05876c2c31
[PORT][REF] OCA conventions;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
95c020ec22
[PORT][REF] new description and icon for 'web_dashboard_tile';
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
2499211736
[PORT] 7.0 -> 8.0 API;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
3482dccbaa
PORT][FIX] minor change in js file due to changes in arch of the page;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
46d83087f5
[PORT][WIP] New kind of call for js and css files;
2021-10-21 19:51:45 +02:00
Sylvain LE GAL
245bf33a9a
[WIP] port without changes from 7.0 branch. Instable version.
2021-10-21 19:51:45 +02:00
OCA-git-bot
6d5bd034f9
[ADD] setup.py
2021-10-16 07:23:27 +00:00
OCA-git-bot
66b9eb56cc
web_widget_one2many_product_picker 12.0.2.4.2
2021-10-13 15:11:25 +00:00
OCA-git-bot
2c7b0a44ab
[UPD] README.rst
2021-10-13 15:11:24 +00:00
OCA-git-bot
43ba6a0377
Merge PR #2050 into 12.0
...
Signed-off-by pedrobaeza
2021-10-13 14:27:10 +00:00