Browse Source

[FIX] Delete odoo.fields.

It was imported but not used.
pull/649/head
Dajuayen 6 years ago
committed by GitHub
parent
commit
1fe3442778
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      partner_children_navigation/models/res_partner.py

2
partner_children_navigation/models/res_partner.py

@ -1,7 +1,7 @@
# SDI # SDI
# © 2018 David Juaneda <djuaneda@sdi.es> # © 2018 David Juaneda <djuaneda@sdi.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # 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): class Partner(models.Model):

Loading…
Cancel
Save