forked from Techsystech/web
[MIG] web_refresher: Migration to 15.0
parent
c9c3bb72a6
commit
31dc9aba03
|
@ -23,7 +23,7 @@ Web Refresher
|
|||
:target: https://runbot.odoo-community.org/runbot/162/14.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
Adds a button next to the pager (in trees/kanban views) to refresh the displayed list.
|
||||
|
||||
|
@ -60,6 +60,8 @@ Contributors
|
|||
|
||||
* João Marques
|
||||
|
||||
* Thanakrit Pintana
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "Web Refresher",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"author": "Compassion Switzerland, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"qweb": ["templates/pager_button.xml"],
|
||||
"depends": ["web"],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"assets": {"web.assets_qweb": ["web_refresher/static/src/xml/pager_button.xml"]},
|
||||
}
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
* `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
* João Marques
|
||||
|
||||
* Thanakrit Pintana
|
||||
|
|
Loading…
Reference in New Issue