Alex
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
0 deletions
-
partner_fax/models/res_company
|
|
@ -0,0 +1,11 @@ |
|
|
|
# © 2018 Apruzzese Francesco <f.apruzzese@apuliasoftware.it> |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
|
|
|
|
from odoo import fields, models |
|
|
|
|
|
|
|
|
|
|
|
class ResCompany(models.Model): |
|
|
|
|
|
|
|
_inherit = 'res.company' |
|
|
|
|
|
|
|
fax = fields.Char() |