Browse Source
[FIX] Delete odoo.fields.
It was imported but not used.
pull/649/head
Dajuayen
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
partner_children_navigation/models/res_partner.py
|
|
@ -1,7 +1,7 @@ |
|
|
|
# SDI |
|
|
|
# © 2018 David Juaneda <djuaneda@sdi.es> |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
from odoo import api, fields, models |
|
|
|
from odoo import api, models |
|
|
|
|
|
|
|
|
|
|
|
class Partner(models.Model): |
|
|
|