From 73068142c5130827c85a702705971b120c76162e Mon Sep 17 00:00:00 2001 From: Unai Beristain Date: Tue, 18 Jun 2024 16:27:23 +0200 Subject: [PATCH] [IMP] Improvements --- .../models/mrp_bom_structure_xlsx_cost.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 mrp_bom_structure_xlsx_cost/models/mrp_bom_structure_xlsx_cost.py diff --git a/mrp_bom_structure_xlsx_cost/models/mrp_bom_structure_xlsx_cost.py b/mrp_bom_structure_xlsx_cost/models/mrp_bom_structure_xlsx_cost.py deleted file mode 100644 index 772176571..000000000 --- a/mrp_bom_structure_xlsx_cost/models/mrp_bom_structure_xlsx_cost.py +++ /dev/null @@ -1,8 +0,0 @@ - -from odoo import models, fields, api - -class MrpBomStructureXLSXCost(models.Model): - _inherit = 'mrp.bom.structure.xlsx' - - # Agregar campos de costos u otros mĂ©todos segĂșn sea necesario - cost = fields.Float(string='Cost')