Browse Source
[IMP] prototype: added helper fields and placeholders on new fields.
[IMP] prototype: added helper fields and placeholders on new fields.
[IMP] prototype: no more bug when no icon, commented no implemented page in the view. [IMP] prototype: better management of special cases. [IMP] prototype: prototype.py removed print statement and shadowing of "fields". [IMP] prototype -> module_prototyper [IMP] module_prototyper: gathered menuitems that is helpfull to create a prototype under the menu 'Module Prototypes' [IMP] module_prototyper: more comment and docstrings. [IMP] module_prototyper: translations. [FIX] module_prototyper: pep8 [FIX] module_prototyper: fix typo in tests. [IMP] update module_prototyper: * pump up the version of the module to 0.3 * replace ir.ui.model by ir.ui.view in generated xml views * improve pep8 compatibility of generation of models [IMP] update module_prototyper: update of README with versions.pull/107/head
Jordi Riera
10 years ago
committed by
Maxime Chambreuil
34 changed files with 881 additions and 660 deletions
-
45module_prototyper/README.rst
-
0module_prototyper/__init__.py
-
9module_prototyper/__openerp__.py
-
338module_prototyper/i18n/fr.po
-
327module_prototyper/i18n/module_prototyper.pot
-
4module_prototyper/models/__init__.py
-
4module_prototyper/models/ir_model_fields.py
-
51module_prototyper/models/module_prototyper.py
-
2module_prototyper/security/ir.model.access.csv
-
0module_prototyper/static/description/icon.png
-
0module_prototyper/templates/8.0/__init__.py.template
-
5module_prototyper/templates/8.0/__openerp__.py.template
-
0module_prototyper/templates/8.0/data/model_name.xml.template
-
0module_prototyper/templates/8.0/demo/model_name.xml.template
-
4module_prototyper/templates/8.0/header.template
-
0module_prototyper/templates/8.0/models/__init__.py.template
-
9module_prototyper/templates/8.0/models/model_name.py.template
-
0module_prototyper/templates/8.0/security/ir.model.access.csv.template
-
0module_prototyper/templates/8.0/security/model_name.xml.template
-
0module_prototyper/templates/8.0/views/model_menus.xml.template
-
6module_prototyper/templates/8.0/views/model_views.xml.template
-
0module_prototyper/tests/__init__.py
-
6module_prototyper/tests/test_prototype.py
-
4module_prototyper/tests/test_prototype_module_export.py
-
35module_prototyper/views/ir_model_fields_view.xml
-
88module_prototyper/views/module_prototyper_view.xml
-
2module_prototyper/wizard/__init__.py
-
24module_prototyper/wizard/module_prototyper_module_export.py
-
4module_prototyper/wizard/module_prototyper_module_export_view.xml
-
2prototype/demo/prototype.prototype.csv
-
272prototype/i18n/fr.po
-
268prototype/i18n/prototype.pot
-
2prototype/security/ir.model.access.csv
-
30prototype/views/ir_model_fields_view.xml
@ -0,0 +1,338 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * module_prototyper |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 8.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-01-02 17:07+0000\n" |
|||
"PO-Revision-Date: 2015-01-02 12:18-0500\n" |
|||
"Last-Translator: Jordi Riera <jordi.riera@savoirfairelinux.com>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: 8bit\n" |
|||
"Plural-Forms: \n" |
|||
"X-Generator: Poedit 1.5.4\n" |
|||
|
|||
#. module: module_prototyper |
|||
#: selection:module_prototyper.module.export,api_version:0 |
|||
msgid "8.0" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,api_version:0 |
|||
msgid "API version" |
|||
msgstr "Version de l'API" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,right_ids:0 |
|||
msgid "Access Rights" |
|||
msgstr "Liste des contrôles d'accès" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,application:0 |
|||
msgid "Application" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,author:0 |
|||
msgid "Author" |
|||
msgstr "Auteur" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,auto_install:0 |
|||
msgid "Auto Install" |
|||
msgstr "Installation automatique" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Cancel" |
|||
msgstr "Annuler" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,category_id:0 |
|||
msgid "Category" |
|||
msgstr "Catégorie" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,application:0 |
|||
msgid "Check if the module is an Odoo application." |
|||
msgstr "Cocher si le module est une application Odoo." |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,auto_install:0 |
|||
msgid "Check if the module should be install by default." |
|||
msgstr "Cocher si le module devrait être installé par défaut." |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Close" |
|||
msgstr "Fermer" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,create_uid:0 |
|||
#: field:module_prototyper.module.export,create_uid:0 |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,create_date:0 |
|||
#: field:module_prototyper.module.export,create_date:0 |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,data_ids:0 |
|||
msgid "Data filters" |
|||
msgstr "Filtres pour les données" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,demo_ids:0 |
|||
msgid "Demo filters" |
|||
msgstr "Filtres pour les données de démo" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: field:module_prototyper,dependency_ids:0 |
|||
msgid "Dependencies" |
|||
msgstr "Dépendances" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: field:module_prototyper,description:0 |
|||
msgid "Description" |
|||
msgstr "Descriptions" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export" |
|||
msgstr "Exporter" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export Complete" |
|||
msgstr "Export terminé" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export Module" |
|||
msgstr "Exporter le module" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export Settings" |
|||
msgstr "Configuration de l'export" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.model,name:module_prototyper.model_ir_model_fields |
|||
#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: field:module_prototyper,field_ids:0 |
|||
msgid "Fields" |
|||
msgstr "Champs" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,data:0 |
|||
msgid "File" |
|||
msgstr "Fichier" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,name:0 |
|||
msgid "File Name" |
|||
msgstr "Nom du fichier" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,group_ids:0 |
|||
msgid "Groups" |
|||
msgstr "Groupes" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:ir.model.fields,helper:0 |
|||
msgid "Helper" |
|||
msgstr "Texte d'aider" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Here is the exported module:" |
|||
msgstr "Voici le module exporté :" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,id:0 field:module_prototyper.module.export,id:0 |
|||
msgid "ID" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,icon_image:0 |
|||
msgid "Icon" |
|||
msgstr "Icône" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
msgid "Interface" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,write_uid:0 |
|||
#: field:module_prototyper.module.export,write_uid:0 |
|||
msgid "Last Updated by" |
|||
msgstr "Mis à jour par" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,write_date:0 |
|||
#: field:module_prototyper.module.export,write_date:0 |
|||
msgid "Last Updated on" |
|||
msgstr "Mis à jour le" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,licence:0 |
|||
msgid "Licence" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,maintainer:0 |
|||
msgid "Maintainer" |
|||
msgstr "Mainteneur" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access |
|||
#: field:module_prototyper,menu_ids:0 |
|||
msgid "Menu Items" |
|||
msgstr "Éléments du menu" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
msgid "Module" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,human_name:0 |
|||
msgid "Module Name" |
|||
msgstr "Nom du module" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.model,name:module_prototyper.model_module_prototyper |
|||
msgid "Module Prototyper" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper |
|||
msgid "Module Prototypers" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:ir.model:module_prototyper.view_ir_model_form |
|||
msgid "Notes" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:ir.model.fields,notes:0 |
|||
msgid "Notes to developers." |
|||
msgstr "Notes aux développeurs." |
|||
|
|||
#. module: module_prototyper |
|||
#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form |
|||
msgid "" |
|||
"Notes to help developers to understand the work or advanced features that " |
|||
"should be added, ie: onchange, etc." |
|||
msgstr "" |
|||
"Notes pour aider les développeurs à comprendre le travail effectué ou les " |
|||
"ajouts à faire. Exemple: onchanges, etc." |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_tree_view |
|||
msgid "Prototype" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper |
|||
msgid "Prototypes" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,rule_ids:0 |
|||
msgid "Record Rules" |
|||
msgstr "Règles sur les enregistrements" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,state:0 |
|||
msgid "State" |
|||
msgstr "État" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,summary:0 |
|||
msgid "Summary" |
|||
msgstr "Résumé" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,name:0 |
|||
msgid "Technical Name" |
|||
msgstr "Nom technique" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form |
|||
msgid "Text that will be set as the helper of the field..." |
|||
msgstr "Texte qui sera placé en tant que texte d'aide du champs." |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,human_name:0 |
|||
msgid "" |
|||
"The Module Name will be used as the displayed name of the exported module." |
|||
msgstr "Le nom du module sera affiché en tant que nom du module exporté." |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,icon_image:0 |
|||
msgid "" |
|||
"The icon set up here will be used as the icon for the exported module also" |
|||
msgstr "L'icône sera utilisé comme icône du module exporté." |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,data_ids:0 |
|||
msgid "The records matching the filters will be added as data." |
|||
msgstr "" |
|||
"Les enregistrements correspondant aux critères des filtres seront exportées " |
|||
"dans le module comme données." |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,demo_ids:0 |
|||
msgid "The records matching the filters will be added as demo data." |
|||
msgstr "" |
|||
"Les enregistrements correspondant aux critères des filtres seront exportées " |
|||
"dans le module comme données de démo." |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,name:0 |
|||
msgid "" |
|||
"The technical name will be used to define the name of the exported module, " |
|||
"the name of the model." |
|||
msgstr "Le nom technique sera utilisé comme nom du module exporté." |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,version:0 |
|||
msgid "Version" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view |
|||
#: field:module_prototyper,view_ids:0 |
|||
msgid "Views" |
|||
msgstr "Vues" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,website:0 |
|||
msgid "Website" |
|||
msgstr "Site web" |
|||
|
|||
#. module: module_prototyper |
|||
#: selection:module_prototyper.module.export,state:0 |
|||
msgid "choose" |
|||
msgstr "choisir" |
|||
|
|||
#. module: module_prototyper |
|||
#: selection:module_prototyper.module.export,state:0 |
|||
msgid "get" |
|||
msgstr "récupérer" |
@ -0,0 +1,327 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * module_prototyper |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 8.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-01-02 17:07+0000\n" |
|||
"PO-Revision-Date: 2015-01-02 17:07+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: module_prototyper |
|||
#: selection:module_prototyper.module.export,api_version:0 |
|||
msgid "8.0" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,api_version:0 |
|||
msgid "API version" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,right_ids:0 |
|||
msgid "Access Rights" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,application:0 |
|||
msgid "Application" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,author:0 |
|||
msgid "Author" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,auto_install:0 |
|||
msgid "Auto Install" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,category_id:0 |
|||
msgid "Category" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,application:0 |
|||
msgid "Check if the module is an Odoo application." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,auto_install:0 |
|||
msgid "Check if the module should be install by default." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Close" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,create_uid:0 |
|||
#: field:module_prototyper.module.export,create_uid:0 |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,create_date:0 |
|||
#: field:module_prototyper.module.export,create_date:0 |
|||
msgid "Created on" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,data_ids:0 |
|||
msgid "Data filters" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,demo_ids:0 |
|||
msgid "Demo filters" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: field:module_prototyper,dependency_ids:0 |
|||
msgid "Dependencies" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: field:module_prototyper,description:0 |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export Complete" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.actions.act_window,name:module_prototyper.button_module_export_action |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export Module" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Export Settings" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.model,name:module_prototyper.model_ir_model_fields |
|||
#: model:ir.ui.menu,name:module_prototyper.ir_model_model_fields |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
#: field:module_prototyper,field_ids:0 |
|||
msgid "Fields" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,data:0 |
|||
msgid "File" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,name:0 |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,group_ids:0 |
|||
msgid "Groups" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:ir.model.fields,helper:0 |
|||
msgid "Helper" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard |
|||
msgid "Here is the exported module:" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,id:0 |
|||
#: field:module_prototyper.module.export,id:0 |
|||
msgid "ID" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,icon_image:0 |
|||
msgid "Icon" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
msgid "Interface" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,write_uid:0 |
|||
#: field:module_prototyper.module.export,write_uid:0 |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,write_date:0 |
|||
#: field:module_prototyper.module.export,write_date:0 |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,licence:0 |
|||
msgid "Licence" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,maintainer:0 |
|||
msgid "Maintainer" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_grant_menu_access |
|||
#: field:module_prototyper,menu_ids:0 |
|||
msgid "Menu Items" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_form_view |
|||
msgid "Module" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,human_name:0 |
|||
msgid "Module Name" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.model,name:module_prototyper.model_module_prototyper |
|||
msgid "Module Prototyper" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_module_prototyper |
|||
msgid "Module Prototypers" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:ir.model:module_prototyper.view_ir_model_form |
|||
msgid "Notes" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:ir.model.fields,notes:0 |
|||
msgid "Notes to developers." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form |
|||
msgid "Notes to help developers to understand the work or advanced features that should be added, ie: onchange, etc." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:module_prototyper:module_prototyper.module_prototyper_base_tree_view |
|||
msgid "Prototype" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.actions.act_window,name:module_prototyper.open_module_prototyper_list |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_open_module_prototyper |
|||
msgid "Prototypes" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,rule_ids:0 |
|||
msgid "Record Rules" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper.module.export,state:0 |
|||
msgid "State" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,summary:0 |
|||
msgid "Summary" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,name:0 |
|||
msgid "Technical Name" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form |
|||
msgid "Text that will be set as the helper of the field..." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,human_name:0 |
|||
msgid "The Module Name will be used as the displayed name of the exported module." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,icon_image:0 |
|||
msgid "The icon set up here will be used as the icon for the exported module also" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,data_ids:0 |
|||
msgid "The records matching the filters will be added as data." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,demo_ids:0 |
|||
msgid "The records matching the filters will be added as demo data." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: help:module_prototyper,name:0 |
|||
msgid "The technical name will be used to define the name of the exported module, the name of the model." |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,version:0 |
|||
msgid "Version" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: model:ir.ui.menu,name:module_prototyper.menu_action_ui_view |
|||
#: field:module_prototyper,view_ids:0 |
|||
msgid "Views" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: field:module_prototyper,website:0 |
|||
msgid "Website" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: selection:module_prototyper.module.export,state:0 |
|||
msgid "choose" |
|||
msgstr "" |
|||
|
|||
#. module: module_prototyper |
|||
#: selection:module_prototyper.module.export,state:0 |
|||
msgid "get" |
|||
msgstr "" |
|||
|
@ -0,0 +1,2 @@ |
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink |
|||
access_prototype_admin,prototype_system,model_module_prototyper,base.group_system,1,1,1,1 |
Before Width: 500 | Height: 500 | Size: 14 KiB After Width: 500 | Height: 500 | Size: 14 KiB |
@ -0,0 +1,35 @@ |
|||
<?xml version="1.0"?> |
|||
<openerp> |
|||
<data> |
|||
|
|||
<record id="view_ir_model_fields_form" model="ir.ui.view"> |
|||
<field name="name">view_ir_model_fields_form</field> |
|||
<field name="model">ir.model.fields</field> |
|||
<field name="inherit_id" ref="base.view_model_fields_form"/> |
|||
<field name="arch" type="xml"> |
|||
<field name="groups" position="before"> |
|||
<label for="helper"/> |
|||
<field name="helper" |
|||
placeholder="Text that will be set as the helper of the field..."/> |
|||
<label for="notes"/> |
|||
<field name="notes" |
|||
placeholder="Notes to help developers to understand the work or advanced features that should be added, ie: onchange, etc."/> |
|||
</field> |
|||
</field> |
|||
</record> |
|||
|
|||
<record id="view_ir_model_form" model="ir.ui.view"> |
|||
<field name="name">view_ir_model_form</field> |
|||
<field name="model">ir.model</field> |
|||
<field name="inherit_id" ref="base.view_model_form"/> |
|||
<field name="arch" type="xml"> |
|||
<xpath expr="//page/field/form/separator[@string='Groups']" |
|||
position="before"> |
|||
<separator string="Notes"/> |
|||
<field name="notes"/> |
|||
</xpath> |
|||
</field> |
|||
</record> |
|||
|
|||
</data> |
|||
</openerp> |
2
prototype/demo/prototype.prototype.csv
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,272 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * prototype |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 8.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2014-10-08 17:58+0000\n" |
|||
"PO-Revision-Date: 2014-10-08 14:02-0500\n" |
|||
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: 8bit\n" |
|||
"Plural-Forms: \n" |
|||
"X-Generator: Poedit 1.5.4\n" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,api_version:0 |
|||
msgid "7.0" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,api_version:0 |
|||
msgid "8.0" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,api_version:0 |
|||
msgid "API version" |
|||
msgstr "Version de l'API" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,rights:0 |
|||
msgid "Access Rights" |
|||
msgstr "Liste des contrôles d'accès" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,author:0 |
|||
msgid "Author" |
|||
msgstr "Auteur" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,auto_install:0 |
|||
msgid "Auto Install" |
|||
msgstr "Installation automatique" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Cancel" |
|||
msgstr "Annuler" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,category_id:0 |
|||
msgid "Category" |
|||
msgstr "Catégorie" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Close" |
|||
msgstr "Fermer" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,create_uid:0 field:prototype.module.export,create_uid:0 |
|||
msgid "Created by" |
|||
msgstr "Créé par" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,create_date:0 field:prototype.module.export,create_date:0 |
|||
msgid "Created on" |
|||
msgstr "Créé le" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Data & Demo" |
|||
msgstr "Données et démo" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,data:0 |
|||
msgid "Data filters" |
|||
msgstr "Filtres pour les données" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,demo:0 |
|||
msgid "Demo filters" |
|||
msgstr "Filtres pour les données de démo" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form field:prototype,dependencies:0 |
|||
msgid "Dependencies" |
|||
msgstr "Dépendances" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form field:prototype,description:0 |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export" |
|||
msgstr "Exporter" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export Complete" |
|||
msgstr "Export terminé" |
|||
|
|||
#. module: prototype |
|||
#: model:ir.actions.act_window,name:prototype.button_module_export_action |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export Module" |
|||
msgstr "Exporter le module" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export Settings" |
|||
msgstr "Configuration de l'export" |
|||
|
|||
#. module: prototype |
|||
#: model:ir.model,name:prototype.model_ir_model_fields |
|||
#: field:prototype,fields:0 |
|||
msgid "Fields" |
|||
msgstr "Champs" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,data:0 |
|||
msgid "File" |
|||
msgstr "Fichier" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,name:0 |
|||
msgid "File Name" |
|||
msgstr "Nom du fichier" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,groups:0 |
|||
msgid "Groups" |
|||
msgstr "Groupes" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Here is the exported module:" |
|||
msgstr "Voici le module exporté :" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,id:0 field:prototype.module.export,id:0 |
|||
msgid "ID" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,icon_image:0 |
|||
msgid "Icon" |
|||
msgstr "Icône" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Interface" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,write_uid:0 field:prototype.module.export,write_uid:0 |
|||
msgid "Last Updated by" |
|||
msgstr "Mis à jour par" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,write_date:0 field:prototype.module.export,write_date:0 |
|||
msgid "Last Updated on" |
|||
msgstr "Mis à jour le" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,maintainer:0 |
|||
msgid "Maintainer" |
|||
msgstr "Mainteneur" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,menu:0 |
|||
msgid "Menu Items" |
|||
msgstr "Éléments du menu" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Models" |
|||
msgstr "Modèles" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Module" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,human_name:0 |
|||
msgid "Module Name" |
|||
msgstr "Nom du module" |
|||
|
|||
#. module: prototype |
|||
#: view:ir.model:prototype.view_ir_model_form field:ir.model.fields,notes:0 |
|||
msgid "Notes" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: model:ir.actions.act_window,name:prototype.open_prototype_list |
|||
#: model:ir.model,name:prototype.model_prototype |
|||
#: model:ir.ui.menu,name:prototype.menu_open_prototype |
|||
#: view:prototype:prototype.view_prototype_tree |
|||
msgid "Prototype" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,rules:0 |
|||
msgid "Record Rules" |
|||
msgstr "Règles sur les enregistrements" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Security" |
|||
msgstr "Sécurité" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,summary:0 |
|||
msgid "Summary" |
|||
msgstr "Résumé" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,name:0 |
|||
msgid "Technical Name" |
|||
msgstr "Nom technique" |
|||
|
|||
#. module: prototype |
|||
#: help:prototype,data:0 |
|||
msgid "The records matching the filters will be added as data." |
|||
msgstr "" |
|||
"Les enregistrements correspondant aux critères des filtres seront exportées " |
|||
"dans le module comme données." |
|||
|
|||
#. module: prototype |
|||
#: help:prototype,demo:0 |
|||
msgid "The records matching the filters will be added as demo data." |
|||
msgstr "" |
|||
"Les enregistrements correspondant aux critères des filtres seront exportées " |
|||
"dans le module comme données de démo." |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,version:0 |
|||
msgid "Version" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,views:0 |
|||
msgid "Views" |
|||
msgstr "Vues" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,website:0 |
|||
msgid "Website" |
|||
msgstr "Site web" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,state:0 |
|||
msgid "choose" |
|||
msgstr "choisir" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,state:0 |
|||
msgid "get" |
|||
msgstr "récupérer" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,state:0 |
|||
msgid "unknown" |
|||
msgstr "inconnu" |
@ -1,268 +0,0 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * prototype |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 8.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2014-10-08 17:58+0000\n" |
|||
"PO-Revision-Date: 2014-10-08 14:00-0500\n" |
|||
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: 8bit\n" |
|||
"Plural-Forms: \n" |
|||
"X-Generator: Poedit 1.5.4\n" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,api_version:0 |
|||
msgid "7.0" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,api_version:0 |
|||
msgid "8.0" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,api_version:0 |
|||
msgid "API version" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,rights:0 |
|||
msgid "Access Rights" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,author:0 |
|||
msgid "Author" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,auto_install:0 |
|||
msgid "Auto Install" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Cancel" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,category_id:0 |
|||
msgid "Category" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Close" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,create_uid:0 field:prototype.module.export,create_uid:0 |
|||
msgid "Created by" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,create_date:0 field:prototype.module.export,create_date:0 |
|||
msgid "Created on" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Data & Demo" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,data:0 |
|||
msgid "Data filters" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,demo:0 |
|||
msgid "Demo filters" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form field:prototype,dependencies:0 |
|||
msgid "Dependencies" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form field:prototype,description:0 |
|||
msgid "Description" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export Complete" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: model:ir.actions.act_window,name:prototype.button_module_export_action |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export Module" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Export Settings" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: model:ir.model,name:prototype.model_ir_model_fields |
|||
#: field:prototype,fields:0 |
|||
msgid "Fields" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,data:0 |
|||
msgid "File" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,name:0 |
|||
msgid "File Name" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,groups:0 |
|||
msgid "Groups" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype.module.export:prototype.view_module_export_wizard |
|||
msgid "Here is the exported module:" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,id:0 field:prototype.module.export,id:0 |
|||
msgid "ID" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,icon_image:0 |
|||
msgid "Icon" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Interface" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,write_uid:0 field:prototype.module.export,write_uid:0 |
|||
msgid "Last Updated by" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,write_date:0 field:prototype.module.export,write_date:0 |
|||
msgid "Last Updated on" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,maintainer:0 |
|||
msgid "Maintainer" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,menu:0 |
|||
msgid "Menu Items" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Models" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Module" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,human_name:0 |
|||
msgid "Module Name" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:ir.model:prototype.view_ir_model_form field:ir.model.fields,notes:0 |
|||
msgid "Notes" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: model:ir.actions.act_window,name:prototype.open_prototype_list |
|||
#: model:ir.model,name:prototype.model_prototype |
|||
#: model:ir.ui.menu,name:prototype.menu_open_prototype |
|||
#: view:prototype:prototype.view_prototype_tree |
|||
msgid "Prototype" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,rules:0 |
|||
msgid "Record Rules" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: view:prototype:prototype.view_prototype_form |
|||
msgid "Security" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,summary:0 |
|||
msgid "Summary" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,name:0 |
|||
msgid "Technical Name" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: help:prototype,data:0 |
|||
msgid "The records matching the filters will be added as data." |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: help:prototype,demo:0 |
|||
msgid "The records matching the filters will be added as demo data." |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,version:0 |
|||
msgid "Version" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,views:0 |
|||
msgid "Views" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype,website:0 |
|||
msgid "Website" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,state:0 |
|||
msgid "choose" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: selection:prototype.module.export,state:0 |
|||
msgid "get" |
|||
msgstr "" |
|||
|
|||
#. module: prototype |
|||
#: field:prototype.module.export,state:0 |
|||
msgid "unknown" |
|||
msgstr "" |
@ -1,2 +0,0 @@ |
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink |
|||
access_prototype_admin,prototype_system,model_prototype,base.group_system,1,1,1,1 |
@ -1,30 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<openerp> |
|||
<data> |
|||
|
|||
<record id="view_ir_model_fields_form" model="ir.ui.view"> |
|||
<field name="name">view_ir_model_fields_form</field> |
|||
<field name="model">ir.model.fields</field> |
|||
<field name="inherit_id" ref="base.view_model_fields_form"/> |
|||
<field name="arch" type="xml"> |
|||
<field name="groups" position="before"> |
|||
<label for="notes"/> |
|||
<field name="notes"/> |
|||
</field> |
|||
</field> |
|||
</record> |
|||
|
|||
<record id="view_ir_model_form" model="ir.ui.view"> |
|||
<field name="name">view_ir_model_form</field> |
|||
<field name="model">ir.model</field> |
|||
<field name="inherit_id" ref="base.view_model_form"/> |
|||
<field name="arch" type="xml"> |
|||
<xpath expr="//page/field/form/separator[@string='Groups']" position="before"> |
|||
<separator string="Notes"/> |
|||
<field name="notes"/> |
|||
</xpath> |
|||
</field> |
|||
</record> |
|||
|
|||
</data> |
|||
</openerp> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue