Skip to content

Commit

Permalink
[MIG] partner_contact_personal_information_page: Migration to 17.0
Browse files Browse the repository at this point in the history
Also adopt the module
  • Loading branch information
Daemo00 committed Dec 3, 2023
1 parent 2e732bc commit a9302a6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
9 changes: 9 additions & 0 deletions partner_contact_personal_information_page/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Contributors
- Nikul CHaudhary <nikulchaudhary2112@gmail.com>
- Jeroen Evens <jeroen.evens@dynapps.be>
- Tharathip Chaweewongphan <tharathipc@ecosoft.co.th>
- Simone Rubino <daemo00@gmail.com>

Maintainers
-----------
Expand All @@ -88,6 +89,14 @@ 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.

.. |maintainer-Daemo00| image:: https://github.com/Daemo00.png?size=40px
:target: https://github.com/Daemo00
:alt: Daemo00

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-Daemo00|

This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/17.0/partner_contact_personal_information_page>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
6 changes: 5 additions & 1 deletion partner_contact_personal_information_page/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Copyright 2023 Simone Rubino <daemo00@gmail.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Personal information page for contacts",
"summary": "Add a page to contacts form to put personal information",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"category": "Customer Relationship Management",
"website": "https://github.com/OCA/partner-contact",
"author": "Nicolas JEUDY,Odoo Community Association (OCA)",
"maintainers": [
"Daemo00",
],
"license": "AGPL-3",
"application": False,
"installable": True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- Nikul CHaudhary \<<nikulchaudhary2112@gmail.com>\>
- Jeroen Evens \<<jeroen.evens@dynapps.be>\>
- Tharathip Chaweewongphan \<<tharathipc@ecosoft.co.th>\>
- Simone Rubino \<<daemo00@gmail.com>>
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li>Nikul CHaudhary &lt;<a class="reference external" href="mailto:nikulchaudhary2112&#64;gmail.com">nikulchaudhary2112&#64;gmail.com</a>&gt;</li>
<li>Jeroen Evens &lt;<a class="reference external" href="mailto:jeroen.evens&#64;dynapps.be">jeroen.evens&#64;dynapps.be</a>&gt;</li>
<li>Tharathip Chaweewongphan &lt;<a class="reference external" href="mailto:tharathipc&#64;ecosoft.co.th">tharathipc&#64;ecosoft.co.th</a>&gt;</li>
<li>Simone Rubino &lt;<a class="reference external" href="mailto:daemo00&#64;gmail.com">daemo00&#64;gmail.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand All @@ -428,6 +429,8 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<p>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.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/Daemo00"><img alt="Daemo00" src="https://github.com/Daemo00.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/partner-contact/tree/17.0/partner_contact_personal_information_page">OCA/partner-contact</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright 2023 Simone Rubino <daemo00@gmail.com>
~ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->
<odoo>
<!-- Declared the same in every module that may need it -->
<record id="personal_information" model="ir.ui.view">
Expand All @@ -11,7 +15,7 @@
<page
name="personal_information_page"
string="Personal Information"
attrs="{'invisible': [('is_company','=',True)]}"
invisible="is_company"
>
<group name="personal_information_group" />
</page>
Expand Down

0 comments on commit a9302a6

Please sign in to comment.