ps-tubtim
5 years ago
committed by
Pedro M. Baeza
10 changed files with 29 additions and 22 deletions
-
12partner_fax/README.rst
-
2partner_fax/__init__.py
-
8partner_fax/__manifest__.py
-
7partner_fax/i18n/partner_fax.pot
-
2partner_fax/models/__init__.py
-
3partner_fax/models/res_partner.py
-
3partner_fax/readme/CONTRIBUTORS.rst
-
1partner_fax/readme/DESCRIPTION.rst
-
4partner_fax/readme/USAGE.rst
-
9partner_fax/static/description/index.html
@ -1,3 +1,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import models |
@ -1,19 +1,19 @@ |
|||
# Copyright 2018 Apruzzese Francesco <f.apruzzese@apuliasoftware.it> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
{ |
|||
'name': 'Partner fax', |
|||
'category': 'Extra Tools', |
|||
'summary': 'Add fax number on partner', |
|||
'version': '12.0.1.0.0', |
|||
'version': '13.0.1.0.0', |
|||
'license': 'AGPL-3', |
|||
'author': 'Odoo Community Association (OCA)', |
|||
'website': 'https://github.com/OCA/partner-contact', |
|||
'depends': [ |
|||
'base_setup' |
|||
], |
|||
], |
|||
'data': [ |
|||
'views/res_partner.xml', |
|||
], |
|||
], |
|||
'installable': True, |
|||
} |
@ -1,3 +1,3 @@ |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import res_partner |
@ -1,11 +1,10 @@ |
|||
# Copyright 2018 Apruzzese Francesco <f.apruzzese@apuliasoftware.it> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from odoo import fields, models |
|||
|
|||
|
|||
class ResPartner(models.Model): |
|||
|
|||
_inherit = 'res.partner' |
|||
|
|||
fax = fields.Char() |
@ -0,0 +1,3 @@ |
|||
* Francesco Apruzzese |
|||
* Aitor Bouzas <aitor.bouzas@adaptivecity.com> |
|||
* Pimolnat Suntian <pimolnats@ecosoft.co.th> |
@ -0,0 +1 @@ |
|||
This module adds a fax field into the partner form. |
@ -0,0 +1,4 @@ |
|||
To use this module, you need to: |
|||
|
|||
1. Go to the partner form |
|||
2. There you will see a new field called "Fax" that you can use to save the partner's Fax number |
Write
Preview
Loading…
Cancel
Save
Reference in new issue