Skip to content

Commit

Permalink
[IMP] clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinDupont committed Dec 4, 2024
1 parent 9bf3090 commit 5eddf64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mrp_business/models/mrp_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ class MrpBom(models.Model):
related="product_id.meal_category_id",
string="Meal category",
)

# ========== Fields for mrp_bom_weight → TODO v16 voir où le mettre
# diff_bom_qty_and_net_quantities = fields.Float(
# digits="Product Price",
# compute="_compute_diff_bom_qty_and_net_quantities",
# )

0 comments on commit 5eddf64

Please sign in to comment.