Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: vvrossem <[email protected]>
  • Loading branch information
mourad-ehm and vvrossem authored Jan 31, 2025
1 parent 181c857 commit a0f6106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account_ecotax_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "sale Ecotax Management",
"summary": "Sale Ecotaxe",
"version": "17.0.2.0.0",
"version": "17.0.1.0.0",
"maintainers": ["mourad-ehm", "florian-dacosta"],
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-fiscal-rule",
Expand Down
2 changes: 1 addition & 1 deletion account_ecotax_sale/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SaleOrderLine(models.Model):
compute="_compute_ecotax_line_ids",
store=True,
readonly=False,
string="Ecotax lines",
string="Ecotax Lines",
copy=True,
)
subtotal_ecotax = fields.Float(
Expand Down
2 changes: 1 addition & 1 deletion account_ecotax_sale/models/sale_order_line_ecotax.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SaleOrderLineEcotaxe(models.Model):

sale_order_line_id = fields.Many2one(
comodel_name="sale.order.line",
string="Sale line",
string="Sale Line",
required=True,
readonly=True,
index=True,
Expand Down

0 comments on commit a0f6106

Please sign in to comment.