forked from OCA/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] web_timeline: Allow groupby m2m fields
- Loading branch information
1 parent
d2dcca1
commit acc94d7
Showing
7 changed files
with
123 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ Web timeline | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github | ||
:target: https://github.com/OCA/web/tree/14.0/web_timeline | ||
:target: https://github.com/OCA/web/tree/15.0/web_timeline | ||
:alt: OCA/web | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_timeline | ||
:target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_timeline | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/162/14.0 | ||
:target: https://runbot.odoo-community.org/runbot/162/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
@@ -152,14 +152,20 @@ Known issues / Roadmap | |
* Implement a more efficient way of refreshing timeline after a record update; | ||
* Make `attrs` attribute work; | ||
* Make action attributes work (create, edit, delete) like in form and tree views. | ||
* When grouping by m2m and more than one record is set, the timeline item appears only | ||
on one group. Allow showing in both groups. | ||
* When grouping by m2m and dragging for changing the time or the group, the changes on | ||
the group will not be set, because it could make disappear the records not related | ||
with the changes that we want to make. When the item is showed in all groups change | ||
the value according the group of the dragged item. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_timeline%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_timeline%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
|
@@ -180,14 +186,17 @@ Contributors | |
|
||
* Laurent Mignon <[email protected]> | ||
* Adrien Peiffer <[email protected]> | ||
* Pedro M. Baeza <[email protected]> | ||
* Leonardo Donelli <[email protected]> | ||
* Adrien Didenot <[email protected]> | ||
* Dennis Sluijk <[email protected]> | ||
* Thong Nguyen Van <[email protected]> | ||
* Alexandre Díaz <[email protected]> | ||
* Murtaza Mithaiwala <[email protected]> | ||
* Ammar Officewala <[email protected]> | ||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
|
||
* Pedro M. Baeza | ||
* Alexandre Díaz | ||
* César A. Sánchez | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
@@ -210,6 +219,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | |
|
||
|maintainer-tarteo| | ||
|
||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/14.0/web_timeline>`_ project on GitHub. | ||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/15.0/web_timeline>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
* Implement a more efficient way of refreshing timeline after a record update; | ||
* Make `attrs` attribute work; | ||
* Make action attributes work (create, edit, delete) like in form and tree views. | ||
* When grouping by m2m and more than one record is set, the timeline item appears only | ||
on one group. Allow showing in both groups. | ||
* When grouping by m2m and dragging for changing the time or the group, the changes on | ||
the group will not be set, because it could make disappear the records not related | ||
with the changes that we want to make. When the item is showed in all groups change | ||
the value according the group of the dragged item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters