oihane
10 years ago
13 changed files with 74 additions and 59 deletions
-
0mass_editing/ChangeLog.txt
-
8mass_editing/__init__.py
-
25mass_editing/__openerp__.py
-
0mass_editing/i18n/es.po
-
0mass_editing/i18n/fr.po
-
0mass_editing/i18n/fr_CA.po
-
0mass_editing/i18n/mass_editing.pot
-
9mass_editing/models/__init__.py
-
45mass_editing/models/mass_editing.py
-
0mass_editing/security/ir.model.access.csv
-
0mass_editing/views/mass_editing_view.xml
-
23mass_editing/wizard/__init__.py
-
23mass_editing/wizard/mass_editing_wizard.py
@ -0,0 +1,23 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# This module uses OpenERP, Open Source Management Solution Framework. |
|||
# Copyright (C): |
|||
# 2012-Today Serpent Consulting Services (<http://www.serpentcs. |
|||
# |
|||
# 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/> |
|||
# |
|||
############################################################################## |
|||
|
|||
from . import mass_editing_wizard |
Write
Preview
Loading…
Cancel
Save
Reference in new issue