update res_company.py, cf. comments daramousk

This commit is contained in:
Luc De Meyer
2018-11-25 17:01:21 +01:00
committed by GitHub
parent 7d8c258b46
commit ca65de0bbe

View File

@@ -3,6 +3,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import fields, models
class ResCompany(models.Model):
_inherit = 'res.company'