-
-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIG] 11.0 mig partner company type #660
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
1344fc0
[ADD][10.0] Add partner_business_entity module
rousseldenis 59e75a2
[1.0.1] partner_company_type: Fix possible translation problem
rousseldenis db620db
OCA Transbot updated translations from Transifex
oca-transbot a42af46
OCA Transbot updated translations from Transifex
oca-transbot 436f185
OCA Transbot updated translations from Transifex
oca-transbot ec5db27
[UPD] Update partner_company_type.pot
oca-travis 9ac8362
Translated using Weblate (Português (Brasil))
f16a826
[MIG] partner_company_type: Migration to 11.0
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
==================== | ||
Partner Company Type | ||
==================== | ||
|
||
Adds a title to partner that are companies. | ||
(Before: Partner Title in Odoo - limited to contacts now) | ||
|
||
See : | ||
:target: https://en.wikipedia.org/wiki/Types_of_business_entity | ||
|
||
Usage | ||
===== | ||
|
||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/134/11.0 | ||
|
||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/partner-contact/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. | ||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
|
||
Contributors | ||
------------ | ||
|
||
* Denis Roussel <denis.roussel@acsone.eu> | ||
* George Daramouskas <gdaramouskas@therp.nl> | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
To contribute to this module, please visit https://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
from . import models | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 2017 ACSONE SA/NV | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
'name': 'Partner Company Type', | ||
'summary': 'Adds a company type to partner that are companies', | ||
'version': '11.0.1.0.0', | ||
'license': 'AGPL-3', | ||
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', | ||
'website': 'https://github.com/OCA/partner-contact', | ||
'depends': [ | ||
'contacts', | ||
], | ||
'data': [ | ||
'security/res_partner_company_type.xml', | ||
'views/res_partner_company_type.xml', | ||
'views/res_partner.xml', | ||
], | ||
'demo': [ | ||
'demo/res_partner_company_type.xml', | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright 2017 ACSONE SA/NV | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
|
||
<odoo noupdate="1"> | ||
<record model="res.partner.company.type" id="res_partner_company_type_sa"> | ||
<field name="name">Anonymous Company</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_company_type | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-21 01:49+0000\n" | ||
"PO-Revision-Date: 2017-11-21 01:49+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" | ||
"Language: am\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_shortcut | ||
msgid "Abbreviation" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:res.partner.company.type,name:partner_company_type.res_partner_company_type_sa | ||
msgid "Anonymous Company" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_alias_partner_company_type_id | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_partner_company_type_id | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_users_partner_company_type_id | ||
msgid "Company Type" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.actions.act_window,name:partner_company_type.res_partner_company_type_act_window | ||
#: model:ir.ui.menu,name:partner_company_type.menu_partner_company_type | ||
#: model:ir.ui.view,arch_db:partner_company_type.res_partner_company_type_form_view | ||
msgid "Company Types" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_create_uid | ||
msgid "Created by" | ||
msgstr "Creado por" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_create_date | ||
msgid "Created on" | ||
msgstr "Creado en" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type___last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_write_uid | ||
msgid "Last Updated by" | ||
msgstr "Última actualización por" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_write_date | ||
msgid "Last Updated on" | ||
msgstr "Última actualización en" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model,name:partner_company_type.model_res_partner | ||
msgid "Partner" | ||
msgstr "ተባባሪ" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model,name:partner_company_type.model_res_partner_company_type | ||
msgid "Partner Company Type" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: sql_constraint:res.partner.company.type:0 | ||
msgid "Partner Company Type already exists!" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_name | ||
msgid "Title" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_company_type | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-21 01:49+0000\n" | ||
"PO-Revision-Date: 2017-11-21 01:49+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_shortcut | ||
msgid "Abbreviation" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:res.partner.company.type,name:partner_company_type.res_partner_company_type_sa | ||
msgid "Anonymous Company" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_alias_partner_company_type_id | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_partner_company_type_id | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_users_partner_company_type_id | ||
msgid "Company Type" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.actions.act_window,name:partner_company_type.res_partner_company_type_act_window | ||
#: model:ir.ui.menu,name:partner_company_type.menu_partner_company_type | ||
#: model:ir.ui.view,arch_db:partner_company_type.res_partner_company_type_form_view | ||
msgid "Company Types" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_create_uid | ||
msgid "Created by" | ||
msgstr "أنشئ بواسطة" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_create_date | ||
msgid "Created on" | ||
msgstr "أنشئ في" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_display_name | ||
msgid "Display Name" | ||
msgstr "اسم العرض" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_id | ||
msgid "ID" | ||
msgstr "المعرف" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type___last_update | ||
msgid "Last Modified on" | ||
msgstr "آخر تعديل في" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_write_uid | ||
msgid "Last Updated by" | ||
msgstr "آخر تحديث بواسطة" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_write_date | ||
msgid "Last Updated on" | ||
msgstr "آخر تحديث في" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model,name:partner_company_type.model_res_partner | ||
msgid "Partner" | ||
msgstr "الشريك" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model,name:partner_company_type.model_res_partner_company_type | ||
msgid "Partner Company Type" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: sql_constraint:res.partner.company.type:0 | ||
msgid "Partner Company Type already exists!" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_name | ||
msgid "Title" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_company_type | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-21 01:49+0000\n" | ||
"PO-Revision-Date: 2017-11-21 01:49+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" | ||
"Language: bg\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_shortcut | ||
msgid "Abbreviation" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:res.partner.company.type,name:partner_company_type.res_partner_company_type_sa | ||
msgid "Anonymous Company" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_alias_partner_company_type_id | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_partner_company_type_id | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_users_partner_company_type_id | ||
msgid "Company Type" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.actions.act_window,name:partner_company_type.res_partner_company_type_act_window | ||
#: model:ir.ui.menu,name:partner_company_type.menu_partner_company_type | ||
#: model:ir.ui.view,arch_db:partner_company_type.res_partner_company_type_form_view | ||
msgid "Company Types" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_create_uid | ||
msgid "Created by" | ||
msgstr "Създадено от" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_create_date | ||
msgid "Created on" | ||
msgstr "Създадено на" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_display_name | ||
msgid "Display Name" | ||
msgstr "Име за показване" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type___last_update | ||
msgid "Last Modified on" | ||
msgstr "Последно променено на" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_write_uid | ||
msgid "Last Updated by" | ||
msgstr "Последно обновено от" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_write_date | ||
msgid "Last Updated on" | ||
msgstr "Последно обновено на" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model,name:partner_company_type.model_res_partner | ||
msgid "Partner" | ||
msgstr "Партньор" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model,name:partner_company_type.model_res_partner_company_type | ||
msgid "Partner Company Type" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: sql_constraint:res.partner.company.type:0 | ||
msgid "Partner Company Type already exists!" | ||
msgstr "" | ||
|
||
#. module: partner_company_type | ||
#: model:ir.model.fields,field_description:partner_company_type.field_res_partner_company_type_name | ||
msgid "Title" | ||
msgstr "" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
init.py files still by convention have the License line, only the copyright lines were dropped