3
0
Fork 0
Commit Graph

1668 Commits (fd122a5cd15cbed99818a815fefcf7da59eb934f)

Author SHA1 Message Date
OCA-git-bot fd122a5cd1 [UPD] addons table in README.md 2022-08-23 10:56:17 +00:00
oca-ci c00e76833f [UPD] Update web_confirm_duplicate.pot 2022-08-23 10:50:36 +00:00
OCA-git-bot 836a01383d Merge PR #2271 into 13.0
Signed-off-by legalsylvain
2022-08-23 10:46:26 +00:00
Lois Rilo cbbd50884d [ADD] web_confirm_duplicate 2022-08-08 13:01:09 +02:00
OCA-git-bot 43b5582330 [UPD] addons table in README.md 2022-08-04 11:06:25 +00:00
OCA-git-bot 8d87dcba56 web_widget_one2many_tree_line_duplicate 13.0.1.0.2 2022-08-04 11:06:20 +00:00
OCA-git-bot 202ef19392 Merge PR #2267 into 13.0
Signed-off-by pedrobaeza
2022-08-04 11:01:46 +00:00
david c42f1a9d95 [FIX] web_widget_one2many_tree_line_duplicate: cloned record relations
On the cloned record we were unable to change the values of the
relational fields we we just had edited it. Here is solved adding a
pseudo onchange method that triggers the proper refreshed values as if
the record was made manually.

TT38191
2022-08-04 09:47:55 +02:00
david 526b8cb537 [FIX] web_widget_one2many_tree_line_duplicate: clone wisely
- When we clone a line, we can be interested in preloading those fields
availiable in other field views available. Otherwise, we could be unable
to get the proper states in the cloned line.
- When we load the cloned field values from the rpc method, we must
discard those fields not available in the views or some subproccess
could try to get their state causing errors.

TT38191
2022-08-02 17:18:38 +02:00
OCA-git-bot 0d5d96d45f [UPD] addons table in README.md 2022-08-02 14:55:45 +00:00
OCA-git-bot 12d3290766 web_timeline 13.0.1.1.2 2022-08-02 14:55:39 +00:00
OCA-git-bot d9486efe01 Merge PR #2256 into 13.0
Signed-off-by pedrobaeza
2022-08-02 14:50:06 +00:00
OCA-git-bot c49394e3c7 [UPD] addons table in README.md 2022-07-30 23:28:13 +00:00
OCA-git-bot abdd28df9e web_widget_one2many_product_picker 13.0.2.0.2 2022-07-30 23:27:56 +00:00
OCA-git-bot b31483a1c8 Merge PR #2264 into 13.0
Signed-off-by pedrobaeza
2022-07-30 23:21:52 +00:00
Pedro M. Baeza 1808b91594 [FIX] web_widget_one2many_product_picker: Don't apply limit on name_search
Steps to reproduce the problem:

- Have more than 100 products.
- On the "All" group, click "Search more..." until no more records are
  fetched

Current behavior:

Only 100 records are shown

Expected behavior:

You see more than the 100 records

The problem comes from the call to `name_search` always populating the
default limit parameter (100).

TT38163
2022-07-30 13:19:53 +02:00
OCA-git-bot 8e9051d849 [UPD] addons table in README.md 2022-07-27 10:54:11 +00:00
OCA-git-bot 323a65f8f0 web_responsive 13.0.2.8.1 2022-07-27 10:54:04 +00:00
OCA-git-bot 61f3463974 Merge PR #2257 into 13.0
Signed-off-by pedrobaeza
2022-07-27 10:48:31 +00:00
Holger Brunn 528799f935 fixup! [FIX] web_timeline: Don't crash when restoring timeline from breadcrumb 2022-07-19 20:21:28 +02:00
david 0a63c21f1f [FIX] web_responsive: mentions overlapping
When we have the chatter in the right side, mentions tend to overlap
with other screen elements, so the dialog is not fully visible. With
this change, we move the mentions dialog to the bottom of the composer
window to avoid such problem.

TT38108
2022-07-19 07:49:18 +02:00
Holger Brunn 92eedca5d9 [FIX] web_timeline: Don't crash when restoring timeline from breadcrumb 2022-07-18 06:44:33 +02:00
OCA Transbot a41cc2abc2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-13.0/web-13.0-web_refresher
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_refresher/
2022-07-05 21:00:42 +00:00
OCA-git-bot 4d1027a878 [UPD] addons table in README.md 2022-07-05 21:00:26 +00:00
OCA-git-bot 8304a30cee web_refresher 13.0.2.0.0 2022-07-05 21:00:20 +00:00
oca-ci dc5ffcb6f3 [UPD] Update web_refresher.pot 2022-07-05 20:54:18 +00:00
OCA-git-bot 196781654f Merge PR #2243 into 13.0
Signed-off-by pedrobaeza
2022-07-05 20:49:41 +00:00
Alexandre D. Díaz 4bacdb09d2 [IMP] web_refresher: Work as element of control panel 2022-07-05 22:46:55 +02:00
OCA-git-bot f6ea53a081 [UPD] addons table in README.md 2022-06-22 10:25:11 +00:00
OCA-git-bot 36a8cd6d74 web_view_calendar_list 13.0.1.0.1 2022-06-22 10:25:05 +00:00
OCA-git-bot 380e666c28 Merge PR #2235 into 13.0
Signed-off-by etobella
2022-06-22 10:20:09 +00:00
Martronic SA 14928cb76a Extending CalendarView breaks default Calendar
It seems that extending the CalendarView.prototype.config changes the renderer in the default Calendar view and then you always get a list view instead of the default calendar.
2022-06-20 10:26:19 +02:00
Martronic SA 2676bc7c07 Update calendar_list_view.js
Add viewType attribute otherwise it can break the default calendar and doesn't select the correct view button.
2022-06-20 10:26:19 +02:00
OCA Transbot 9006038573 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-13.0/web-13.0-web_widget_text_markdown
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_text_markdown/
2022-05-28 02:53:58 +00:00
OCA-git-bot b5efbc7516 [ADD] setup.py 2022-05-28 02:18:11 +00:00
OCA-git-bot d3c0b61413 [UPD] README.rst 2022-05-28 02:18:10 +00:00
OCA-git-bot d1b52ac8bb [UPD] addons table in README.md 2022-05-28 02:18:02 +00:00
oca-ci bbd0e7fec8 [UPD] Update web_widget_text_markdown.pot 2022-05-28 02:13:34 +00:00
OCA-git-bot 6647071ea9 Merge PR #2136 into 13.0
Signed-off-by pedrobaeza
2022-05-28 02:09:19 +00:00
OCA-git-bot 231b2cc994 [UPD] addons table in README.md 2022-05-10 16:13:47 +00:00
OCA-git-bot 7fd2d9d5ae web_dialog_size 13.0.1.0.2 2022-05-10 16:13:43 +00:00
OCA-git-bot 3600209249 Merge PR #2213 into 13.0
Signed-off-by pedrobaeza
2022-05-10 16:08:37 +00:00
david d0b680edfa [FIX] web_dialog_size: special dialogs
TT36323
2022-05-10 17:45:22 +02:00
OCA-git-bot df4c5f7f58 [UPD] addons table in README.md 2022-05-06 17:03:56 +00:00
OCA-git-bot 8c2f6d8b48 web_dialog_size 13.0.1.0.1 2022-05-06 17:03:50 +00:00
OCA-git-bot a9e45b0eb9 Merge PR #2210 into 13.0
Signed-off-by pedrobaeza
2022-05-06 16:58:20 +00:00
david 0497821dd9 [FIX] web_dialog_size: resize columns from one2many tree
TT36323
2022-05-06 16:57:52 +02:00
OCA Transbot a90e81d614 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-13.0/web-13.0-web_widget_one2many_product_picker
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_one2many_product_picker/
2022-05-04 21:47:30 +00:00
OCA-git-bot 8508114340 [UPD] addons table in README.md 2022-05-04 21:47:10 +00:00
OCA-git-bot 54dc329414 web_widget_one2many_product_picker 13.0.2.0.1 2022-05-04 21:47:05 +00:00