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.
51 lines
2.1 KiB
51 lines
2.1 KiB
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# This module uses OpenERP, Open Source Management Solution Framework.
|
|
# Copyright (C):
|
|
# 2012-Today Serpent Consulting Services (<http://www.serpentcs.com>)
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
|
#
|
|
##############################################################################
|
|
{
|
|
"name": "Mass Editing",
|
|
"version": "8.0.1.3.0",
|
|
"author": "Serpent Consulting Services,Odoo Community Association (OCA)",
|
|
"contributors": [
|
|
"Oihane Crucelaegui <oihanecrucelaegi@gmail.com>",
|
|
],
|
|
"category": "Tools",
|
|
"website": "http://www.serpentcs.com",
|
|
"license": "GPL-3 or any later version",
|
|
"description": """
|
|
This module provides the functionality to add, update or remove the values
|
|
of more than one records on the fly at the same time.
|
|
You can configure mass editing for any OpenERP model.
|
|
The video explaining the features and how-to for OpenERP Version 6
|
|
is here http://t.co/wukYMx1A
|
|
The video explaining the features and how-to for OpenERP Version 7 is
|
|
here : http://www.youtube.com/watch?v=9BH0o74A748&feature=youtu.be
|
|
For more details/customization/feedback contact us on
|
|
contact@serpentcs.com.
|
|
""",
|
|
'depends': ['base'],
|
|
'data': [
|
|
"security/ir.model.access.csv",
|
|
'views/mass_editing_view.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
}
|