Browse Source

base_optional_quick_create summary

pull/31/head
Lorenzo Battistini 11 years ago
committed by Gilles Meyomesse
parent
commit
b1db34c4d1
  1. 1
      base_optional_quick_create/__openerp__.py
  2. 40
      base_optional_quick_create/i18n/base_optional_quick_create.pot
  3. 41
      base_optional_quick_create/i18n/fr.po

1
base_optional_quick_create/__openerp__.py

@ -22,6 +22,7 @@
'name': "Optional quick create", 'name': "Optional quick create",
'version': '0.1', 'version': '0.1',
'category': 'Tools', 'category': 'Tools',
'summary': "Avoid 'quick create' on m2o fields, on a 'by model' basis",
'description': """ 'description': """
This module allows to avoid to 'quick create' new records, through many2one fields, for a specific model. This module allows to avoid to 'quick create' new records, through many2one fields, for a specific model.
You can configure which models should allow 'quick create'. When specified, the 'quick create' option will always open the standard create form. You can configure which models should allow 'quick create'. When specified, the 'quick create' option will always open the standard create form.

40
base_optional_quick_create/i18n/base_optional_quick_create.pot

@ -0,0 +1,40 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * base_optional_quick_create
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-03-14 17:41+0000\n"
"PO-Revision-Date: 2014-03-14 17:41+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: base_optional_quick_create
#: model:_description:0
#: model:ir.model,name:base_optional_quick_create.model_ir_model
msgid "Models"
msgstr ""
#. module: base_optional_quick_create
#: code:addons/base_optional_quick_create/model.py:35
#, python-format
msgid "Can't create quickly. Opening create form"
msgstr ""
#. module: base_optional_quick_create
#: field:ir.model,avoid_quick_create:0
msgid "Avoid quick create"
msgstr ""
#. module: base_optional_quick_create
#: code:addons/base_optional_quick_create/model.py:35
#, python-format
msgid "Error"
msgstr ""

41
base_optional_quick_create/i18n/fr.po

@ -0,0 +1,41 @@
# French translation for server-env-tools
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the server-env-tools package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: server-env-tools\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-03-14 17:41+0000\n"
"PO-Revision-Date: 2014-03-20 17:22+0000\n"
"Last-Translator: Davin Baragiotta <davin@baragiotta.org>\n"
"Language-Team: French <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-05-24 06:46+0000\n"
"X-Generator: Launchpad (build 17017)\n"
#. module: base_optional_quick_create
#: model:_description:0
#: model:ir.model,name:base_optional_quick_create.model_ir_model
msgid "Models"
msgstr "Modèles"
#. module: base_optional_quick_create
#: code:addons/base_optional_quick_create/model.py:35
#, python-format
msgid "Can't create quickly. Opening create form"
msgstr ""
#. module: base_optional_quick_create
#: field:ir.model,avoid_quick_create:0
msgid "Avoid quick create"
msgstr ""
#. module: base_optional_quick_create
#: code:addons/base_optional_quick_create/model.py:35
#, python-format
msgid "Error"
msgstr "Erreur"
Loading…
Cancel
Save