3
0
Fork 0
Commit Graph

1696 Commits (ade9edb0850b1fb1da4d88b4a32e45f693413a0a)

Author SHA1 Message Date
OCA-git-bot ade9edb085 [UPD] README.rst 2023-07-25 17:31:03 +00:00
OCA-git-bot b16422d81b [UPD] addons table in README.md 2023-07-25 17:30:56 +00:00
oca-ci a8ffafe2a0 [UPD] Update web_chatter_position.pot 2023-07-25 17:26:06 +00:00
OCA-git-bot cc795df382 Merge PR #2569 into 13.0
Signed-off-by etobella
2023-07-25 17:21:09 +00:00
SergiCForgeFlow 8c067155ae [MIG] web_chatter_position: Migration to 13.0 2023-07-20 11:45:54 +02:00
SergiCForgeFlow a71ba65d19 [IMP] web_chatter_position: black, isort, prettier 2023-07-18 13:47:24 +02:00
OCA-git-bot b7e65be2f8 [ADD] icon.png 2023-07-18 13:39:38 +02:00
OCA-git-bot 44fd025ee3 [UPD] README.rst 2023-07-18 13:39:38 +02:00
oca-ci 8efb8df6ea [UPD] Update web_chatter_position.pot 2023-07-18 13:39:38 +02:00
JuMiSanAr b4aabe8f4d web_chatter_position: create module 2023-07-18 13:39:38 +02:00
OCA-git-bot 39c9b4aeb9 [UPD] addons table in README.md 2023-07-04 09:24:55 +00:00
OCA-git-bot 3b570d5f32 web_widget_one2many_product_picker 13.0.2.0.3 2023-07-04 09:24:48 +00:00
OCA-git-bot 27d919825a Merge PR #2551 into 13.0
Signed-off-by pedrobaeza
2023-07-04 09:19:22 +00:00
Carlos Roca 86ff396e8e [IMP] web_widget_one2many_product_picker: Allow set first active group instead of set All by default 2023-07-04 10:41:09 +02:00
Rémi a4ebc6fd54 Added translation using Weblate (French) 2023-04-26 07:53:19 +00:00
oca-git-bot e846123bee [IMP] update dotfiles [ci skip] 2023-03-13 13:32:41 +01:00
OCA-git-bot 0bad4fd3b9 Merge PR #2384 into 13.0
Signed-off-by sbidoul
2023-01-09 16:45:25 +00:00
Stéphane Bidoul 0de495bcb4 Preserve requirements.txt
Such kind of hard pins should be avoided, but I'll leave that to
maintainers of web_widget_mpld3.
2023-01-09 17:44:26 +01:00
Stéphane Bidoul a52c3df048 Update dotfiles 2023-01-09 14:59:39 +01:00
OCA-git-bot 50f3fb5fba [UPD] addons table in README.md 2022-09-27 17:50:14 +00:00
OCA-git-bot 87e1582f40 web_refresher 13.0.2.0.1 2022-09-27 17:50:09 +00:00
OCA-git-bot 975aa19966 Merge PR #2305 into 13.0
Signed-off-by pedrobaeza
2022-09-27 17:45:01 +00:00
sergio-teruel e105d01361 [IMP] web_refresher: Remove refresh button from x2Many fields. 2022-09-26 18:44:01 +02:00
Víctor Martínez 07d30a79f4 Translated using Weblate (Spanish)
Currently translated at 100.0% (4 of 4 strings)

Translation: web-13.0/web-13.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_disable_export_group/es/
2022-09-19 10:07:16 +00:00
OCA-git-bot 7b3a2d579a [UPD] addons table in README.md 2022-08-23 10:56:31 +00:00
OCA-git-bot d809f6fc5e web_confirm_duplicate 13.0.1.0.1 2022-08-23 10:56:25 +00:00
OCA-git-bot 05b7b79700 [ADD] setup.py 2022-08-23 10:56:24 +00:00
OCA-git-bot e92143a232 [UPD] README.rst 2022-08-23 10:56:24 +00:00
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