Skip to content
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 8 commits into from
Feb 16, 2019
Merged
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
59 changes: 59 additions & 0 deletions partner_company_type/README.rst
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.
2 changes: 2 additions & 0 deletions partner_company_type/__init__.py
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
Copy link
Contributor

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

21 changes: 21 additions & 0 deletions partner_company_type/__manifest__.py
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',
],
}
9 changes: 9 additions & 0 deletions partner_company_type/demo/res_partner_company_type.xml
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>
98 changes: 98 additions & 0 deletions partner_company_type/i18n/am.po
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 ""
99 changes: 99 additions & 0 deletions partner_company_type/i18n/ar.po
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 ""
98 changes: 98 additions & 0 deletions partner_company_type/i18n/bg.po
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 ""
Loading