Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions mass_editing/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues
<https://github.com/OCA/server-tools/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/
server-tools/issues/new?body=module:%20
server-tools%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======
Expand Down
2 changes: 1 addition & 1 deletion mass_editing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
Expand Down
3 changes: 2 additions & 1 deletion mass_editing/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'Mass Editing',
'version': '10.0.1.0.0',
Expand Down
4 changes: 2 additions & 2 deletions mass_editing/hooks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).


def uninstall_hook(cr, registry):
Expand Down
7 changes: 1 addition & 6 deletions mass_editing/i18n/am.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
Expand Down Expand Up @@ -119,11 +119,6 @@ msgstr ""
msgid "Model"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
8 changes: 1 addition & 7 deletions mass_editing/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
Expand Down Expand Up @@ -60,7 +60,6 @@ msgid ""
msgstr ""

#. module: mass_editing
#: model:ir.model,name:mass_editing.model_ir_model_fields
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_field_ids
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid "Fields"
Expand Down Expand Up @@ -113,11 +112,6 @@ msgstr ""
msgid "Model"
msgstr "النموذج"

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
25 changes: 7 additions & 18 deletions mass_editing/i18n/bg.po
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-10 02:53+0000\n"
"PO-Revision-Date: 2016-09-10 02:53+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"POT-Creation-Date: 2017-02-22 00:55+0000\n"
"PO-Revision-Date: 2017-02-22 00:55+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:101
#: code:addons/mass_editing/models/mass_object.py:100
#, python-format
msgid "%s (copy)"
msgstr ""
Expand Down Expand Up @@ -52,11 +52,6 @@ msgstr "Създадено на"
msgid "Display Name"
msgstr "Име за показване"

#: code:addons/mass_editing/models/mass_object.py:89
#, python-format
msgid "Deletion of the action record failed."
msgstr ""

#. module: mass_editing
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid ""
Expand All @@ -65,7 +60,6 @@ msgid ""
msgstr ""

#. module: mass_editing
#: model:ir.model,name:mass_editing.model_ir_model_fields
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_field_ids
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid "Fields"
Expand Down Expand Up @@ -118,11 +112,6 @@ msgstr ""
msgid "Model"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
16 changes: 2 additions & 14 deletions mass_editing/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:101
#: code:addons/mass_editing/models/mass_object.py:100
#, python-format
msgid "%s (copy)"
msgstr ""
Expand All @@ -46,12 +46,6 @@ msgstr "Kreirao"
msgid "Created on"
msgstr "Kreirano"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:89
#, python-format
msgid "Deletion of the action record failed."
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_editing_wizard_display_name
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_display_name
Expand All @@ -66,7 +60,6 @@ msgid ""
msgstr ""

#. module: mass_editing
#: model:ir.model,name:mass_editing.model_ir_model_fields
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_field_ids
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid "Fields"
Expand Down Expand Up @@ -119,11 +112,6 @@ msgstr ""
msgid "Model"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
16 changes: 2 additions & 14 deletions mass_editing/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:101
#: code:addons/mass_editing/models/mass_object.py:100
#, python-format
msgid "%s (copy)"
msgstr ""
Expand All @@ -46,12 +46,6 @@ msgstr "Creat per"
msgid "Created on"
msgstr "Creat el"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:89
#, python-format
msgid "Deletion of the action record failed."
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_editing_wizard_display_name
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_display_name
Expand All @@ -66,7 +60,6 @@ msgid ""
msgstr ""

#. module: mass_editing
#: model:ir.model,name:mass_editing.model_ir_model_fields
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_field_ids
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid "Fields"
Expand Down Expand Up @@ -119,11 +112,6 @@ msgstr ""
msgid "Model"
msgstr "Model"

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
16 changes: 2 additions & 14 deletions mass_editing/i18n/cs.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:101
#: code:addons/mass_editing/models/mass_object.py:100
#, python-format
msgid "%s (copy)"
msgstr ""
Expand All @@ -46,12 +46,6 @@ msgstr "Vytvořil(a)"
msgid "Created on"
msgstr "Vytvořeno"

#. module: mass_editing
#: code:addons/mass_editing/models/mass_object.py:89
#, python-format
msgid "Deletion of the action record failed."
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_editing_wizard_display_name
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_display_name
Expand All @@ -66,7 +60,6 @@ msgid ""
msgstr ""

#. module: mass_editing
#: model:ir.model,name:mass_editing.model_ir_model_fields
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_field_ids
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid "Fields"
Expand Down Expand Up @@ -119,11 +112,6 @@ msgstr ""
msgid "Model"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
8 changes: 1 addition & 7 deletions mass_editing/i18n/da.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
Expand Down Expand Up @@ -60,7 +60,6 @@ msgid ""
msgstr ""

#. module: mass_editing
#: model:ir.model,name:mass_editing.model_ir_model_fields
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_field_ids
#: model:ir.ui.view,arch_db:mass_editing.view_mass_object_form
msgid "Fields"
Expand Down Expand Up @@ -113,11 +112,6 @@ msgstr ""
msgid "Model"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
7 changes: 1 addition & 6 deletions mass_editing/i18n/de.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
Expand Down Expand Up @@ -113,11 +113,6 @@ msgstr ""
msgid "Model"
msgstr "Modell"

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr "Modell-Liste"

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
7 changes: 1 addition & 6 deletions mass_editing/i18n/el_GR.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mass_editing
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Kostas Goutoudis <goutoudis@gmail.com>, 2016
Expand Down Expand Up @@ -120,11 +120,6 @@ msgstr ""
msgid "Model"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,field_description:mass_editing.field_mass_object_model_list
msgid "Model List"
msgstr ""

#. module: mass_editing
#: model:ir.model.fields,help:mass_editing.field_mass_object_model_id
msgid ""
Expand Down
Loading