Jairo Llopis
10 years ago
committed by
newtratip
9 changed files with 296 additions and 0 deletions
-
58partner_contact_gender/README.rst
-
19partner_contact_gender/__init__.py
-
35partner_contact_gender/__openerp__.py
-
38partner_contact_gender/i18n/es.po
-
37partner_contact_gender/i18n/partner_gender.pot
-
26partner_contact_gender/models.py
-
BINpartner_contact_gender/static/description/icon.png
-
45partner_contact_gender/static/description/icon.svg
-
38partner_contact_gender/views/res_partner.xml
@ -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. |
@ -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 |
@ -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": "8.0.1.0.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", |
||||
|
], |
||||
|
} |
@ -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" |
@ -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 "" |
||||
|
|
@ -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')]) |
After Width: 100 | Height: 100 | Size: 2.6 KiB |
@ -0,0 +1,45 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
|
<svg |
||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/" |
||||
|
xmlns:cc="http://creativecommons.org/ns#" |
||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
||||
|
xmlns:svg="http://www.w3.org/2000/svg" |
||||
|
xmlns="http://www.w3.org/2000/svg" |
||||
|
width="100" |
||||
|
height="100" |
||||
|
viewBox="0 0 99.999997 99.999997" |
||||
|
id="svg2" |
||||
|
version="1.1"> |
||||
|
<defs |
||||
|
id="defs4" /> |
||||
|
<metadata |
||||
|
id="metadata7"> |
||||
|
<rdf:RDF> |
||||
|
<cc:Work |
||||
|
rdf:about=""> |
||||
|
<dc:format>image/svg+xml</dc:format> |
||||
|
<dc:type |
||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
||||
|
<dc:title></dc:title> |
||||
|
</cc:Work> |
||||
|
</rdf:RDF> |
||||
|
</metadata> |
||||
|
<text |
||||
|
id="text3338" |
||||
|
y="75.525475" |
||||
|
x="20.974659" |
||||
|
style="font-style:normal;font-weight:normal;font-size:73.30392456px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
||||
|
xml:space="preserve"><tspan |
||||
|
y="75.525475" |
||||
|
x="20.974659" |
||||
|
id="tspan3340"></tspan></text> |
||||
|
<text |
||||
|
id="text3342" |
||||
|
y="75.525475" |
||||
|
x="73.840477" |
||||
|
style="font-style:normal;font-weight:normal;font-size:73.30392456px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff5599;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" |
||||
|
xml:space="preserve"><tspan |
||||
|
y="75.525475" |
||||
|
x="73.840477" |
||||
|
id="tspan3344"></tspan></text> |
||||
|
</svg> |
@ -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> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue