Skip to content

Commit

Permalink
Merge pull request #147 from grupoesoc/partner_gender
Browse files Browse the repository at this point in the history
Partner gender
  • Loading branch information
nhomar committed Aug 6, 2015
2 parents f2c4ab4 + 9aaae0e commit f684778
Show file tree
Hide file tree
Showing 9 changed files with 296 additions and 0 deletions.
58 changes: 58 additions & 0 deletions partner_contact_gender/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

Partner Gender
==============

This module was written to extend the functionality of Odoo contacts manager to
support setting the gender of a partner.

Installation
============

To install this module, you need to:

* Install the `partner-contact`_ repository.


.. _partner-contact: https://github.com/OCA/partner-contact/

Usage
=====

To use this module, you need to:

* Edit a partner or create a new one.
* Ensure the partner is **not** a company.
* Go to the *Personal information* sheet.
* Set the gender there.

For further information, please visit:

* https://www.odoo.com/forum/help-1
* https://github.com/OCA/partner-contact/

Credits
=======

* Icon from `Font Awesome <http://fontawesome.io/>`_.

Contributors
------------

* Jairo Llopis <j.llopis@grupoesoc.es>

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 http://odoo-community.org.
19 changes: 19 additions & 0 deletions partner_contact_gender/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- encoding: utf-8 -*-

# Odoo, Open Source Management Solution
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from . import models
35 changes: 35 additions & 0 deletions partner_contact_gender/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# -*- encoding: utf-8 -*-

# Odoo, Open Source Management Solution
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

{
"name": "Contact gender",
"version": "1.0",
"category": "Customer Relationship Management",
"author": "Odoo Community Association (OCA), Grupo ESOC",
"license": "AGPL-3",
"website": "https://odoo-community.org/",
"installable": True,
"application": False,
"summary": "Add gender field to contacts",
"depends": [
"partner_contact_personal_information_page",
],
"data": [
"views/res_partner.xml",
],
}
38 changes: 38 additions & 0 deletions partner_contact_gender/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_gender
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0-20150514\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-18 10:55+0000\n"
"PO-Revision-Date: 2015-05-18 12:57+0100\n"
"Last-Translator: Jairo Llopis <j.llopis@grupoesoc.es>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.7.6\n"
"Language: es_ES\n"

#. module: partner_gender
#: selection:res.partner,gender:0
msgid "Female"
msgstr "Femenino"

#. module: partner_gender
#: field:res.partner,gender:0
msgid "Gender"
msgstr "Género"

#. module: partner_gender
#: selection:res.partner,gender:0
msgid "Male"
msgstr "Masculino"

#. module: partner_gender
#: model:ir.model,name:partner_gender.model_res_partner
msgid "Partner"
msgstr "Empresa"
37 changes: 37 additions & 0 deletions partner_contact_gender/i18n/partner_gender.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_gender
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0-20150514\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-18 10:55+0000\n"
"PO-Revision-Date: 2015-05-18 10:55+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: partner_gender
#: selection:res.partner,gender:0
msgid "Female"
msgstr ""

#. module: partner_gender
#: field:res.partner,gender:0
msgid "Gender"
msgstr ""

#. module: partner_gender
#: selection:res.partner,gender:0
msgid "Male"
msgstr ""

#. module: partner_gender
#: model:ir.model,name:partner_gender.model_res_partner
msgid "Partner"
msgstr ""

26 changes: 26 additions & 0 deletions partner_contact_gender/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# -*- encoding: utf-8 -*-

# Odoo, Open Source Management Solution
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from openerp import fields, models


class Partner(models.Model):
"""Partners with gender."""
_inherit = "res.partner"

gender = fields.Selection([('male', 'Male'), ('female', 'Female')])
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions partner_contact_gender/static/description/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions partner_contact_gender/views/res_partner.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
Odoo, Open Source Management Solution
Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<openerp>
<data>

<record id="form" model="ir.ui.view">
<field name="name">Partner gender</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="partner_contact_personal_information_page.personal_information"/>
<field name="arch" type="xml">
<data>
<xpath expr="//group[@name='personal_information_group']">
<field name="gender"/>
</xpath>
</data>
</field>
</record>

</data>
</openerp>

0 comments on commit f684778

Please sign in to comment.