mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-18 14:21:59 +02:00
Move 124 sale modules to oca-sale, create oca-project with 56 project modules from oca-workflow-process
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9eb7ae5807
commit
6094c218b2
2332 changed files with 125826 additions and 0 deletions
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * project_sequence
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \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: project_sequence
|
||||
#: model:ir.model,name:project_sequence.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.fields,field_description:project_sequence.field_project_project__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.fields,help:project_sequence.field_project_project__name
|
||||
msgid ""
|
||||
"Name of your project. It can be anything you want e.g. the name of a "
|
||||
"customer or a service."
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model,name:project_sequence.model_project_project
|
||||
msgid "Project"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.fields,field_description:project_sequence.field_res_config_settings__project_display_name_pattern
|
||||
msgid "Project Display Name Pattern"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.constraint,message:project_sequence.constraint_project_project_name_required
|
||||
msgid "Project name is required"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.fields,field_description:project_sequence.field_project_project__sequence_code
|
||||
msgid "Sequence Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.constraint,message:project_sequence.constraint_project_project_sequence_code_unique
|
||||
msgid "Sequence code must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model_terms:ir.ui.view,arch_db:project_sequence.project_sequence_form_view
|
||||
msgid "Sequence code:"
|
||||
msgstr ""
|
||||
|
||||
#. module: project_sequence
|
||||
#: model:ir.model.fields,help:project_sequence.field_res_config_settings__project_display_name_pattern
|
||||
msgid ""
|
||||
"Use %(sequence_code)s and %(name)s to include the sequence code and the name"
|
||||
" of the project in the display name."
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue