Browse Source
[MIG] partner_affiliate: Migration to 12.0
[MIG] partner_affiliate: Migration to 12.0
[IMP] partner_affiliate: Readme [IMP] Small readability improvements [FIX] Remove copyright from init filespull/647/head
tarteo
6 years ago
10 changed files with 100 additions and 49 deletions
-
78partner_affiliate/README.rst
-
3partner_affiliate/__init__.py
-
9partner_affiliate/__manifest__.py
-
2partner_affiliate/models/__init__.py
-
15partner_affiliate/models/res_partner.py
-
5partner_affiliate/readme/CONTRIBUTORS.rst
-
4partner_affiliate/readme/CREDITS.rst
-
5partner_affiliate/readme/DESCRIPTION.rst
-
1partner_affiliate/readme/USAGE.rst
-
25partner_affiliate/views/res_partner_view.xml
@ -1,6 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2012 Camptocamp SA - Yannick Vaucher |
|||
# Copyright 2018 brain-tec AG - Raul Martin |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import models |
@ -1,5 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2012 Camptocamp SA - Yannick Vaucher |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
|
|||
from . import res_partner |
@ -0,0 +1,5 @@ |
|||
* Yannick Vaucher <yannick.vaucher@camptocamp.com> |
|||
* Vicent Cubells <vicent.cubells@tecnativa.com> |
|||
* Raul Martin <raul.martin@braintec-group.com> |
|||
* Dave Lasley <dave@laslabs.com> |
|||
* Dennis Sluijk <d.sluijk@onestein.nl> |
@ -0,0 +1,4 @@ |
|||
Images |
|||
------ |
|||
|
|||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. |
@ -0,0 +1,5 @@ |
|||
The field 'Contacts & Addresses' is focused on storing contact information about the company's employees and the |
|||
company it self. |
|||
This module adds a new field 'Affiliates' on the partner form and changes 'Contacts & Addresses' |
|||
to only show individuals. This new field is in contrast to 'Contacts & Addresses' focussed on |
|||
storing information about holding companies and other company structures. |
@ -0,0 +1 @@ |
|||
You can find the new field on the partner (contact, customer, etc) form. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue