Browse Source

No Hierarchy in the names and Readme

pull/486/head
Giovanni Francesco Capalbo 7 years ago
parent
commit
fc5ddde74d
  1. 2
      partner_multi_relation_parent/README.rst
  2. 4
      partner_multi_relation_parent/__manifest__.py

2
partner_multi_relation_parent/README.rst

@ -3,7 +3,7 @@
:alt: License: AGPL-3
=============================================
Parent contact Hierarchy Mapping in relations
Parent contact Mapping in relations
=============================================
This module maps automatically the relations between parent partners and their

4
partner_multi_relation_parent/__manifest__.py

@ -2,12 +2,12 @@
# © 2017 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Contact Hierarchy Mapping in relations",
"name": "Partner Contact Mapping in relations",
"version": "10.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "CRM",
"summary": "Syncs the hierarchy partner's contacts with CRM relations",
"summary": "Syncs the partner's contacts with CRM relations",
"depends": ['partner_multi_relation'],
"data": [
'data/data.xml',

Loading…
Cancel
Save