Alex
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
partner_fax/models/res_partner.py
|
@ -9,3 +9,9 @@ class ResPartner(models.Model): |
|
|
_inherit = 'res.partner' |
|
|
_inherit = 'res.partner' |
|
|
|
|
|
|
|
|
fax = fields.Char() |
|
|
fax = fields.Char() |
|
|
|
|
|
|
|
|
|
|
|
class ResCompany(models.Model): |
|
|
|
|
|
|
|
|
|
|
|
_inherit = 'res.company' |
|
|
|
|
|
|
|
|
|
|
|
fax = fields.Char() |