Skip to content

Commit

Permalink
[FIX] business_requirement_deliverable: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Nov 19, 2019
1 parent 25cb479 commit 1ff7c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business_requirement_deliverable/models/business.py
Expand Up @@ -4,7 +4,6 @@
from odoo import api, fields, models, _
from odoo.exceptions import UserError
from odoo.addons import decimal_precision as dp
from odoo.tools.misc import formatLang


class BusinessRequirementDeliverable(models.Model):
Expand Down Expand Up @@ -165,6 +164,7 @@ def name_get(self):
result.append((rec.id, name.format(*args)))
return result


class BusinessRequirement(models.Model):
_inherit = "business.requirement"

Expand Down

0 comments on commit 1ff7c30

Please sign in to comment.