Skip to content

Commit

Permalink
[IMP] Code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
lanto-razafindrabe committed Jun 7, 2024
1 parent cd7a4ff commit 17e057d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from odoo import fields, models


class AccountAnalytic_line(models.Model):
class AccountAnalyticLine(models.Model):
_inherit = "account.analytic.line"

milestone_id = fields.Many2one(
Expand Down

0 comments on commit 17e057d

Please sign in to comment.