You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
669 B
23 lines
669 B
# coding: utf-8
|
|
# © 2013-2015 Therp BV (<http://therp.nl>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
{
|
|
"name": "Window actions for client side paging",
|
|
"summary": ("Allows a developer to trigger a pager to show the previous "
|
|
"or next next record in the form view"),
|
|
"author": "Therp BV,Odoo Community Association (OCA)",
|
|
"version": "10.0.1.0.0",
|
|
"category": "Technical",
|
|
"depends": [
|
|
'web',
|
|
],
|
|
'data': [
|
|
'views/assets.xml',
|
|
],
|
|
'demo': [
|
|
'demo/demo_action.xml',
|
|
],
|
|
'installable': True,
|
|
'license': 'AGPL-3',
|
|
'url': 'https://github.com/oca/web',
|
|
}
|