[IMP] sale_usability: remove dead code that odoo bug #179392 is fixed

This commit is contained in:
Alexis de Lattre
2025-01-31 16:19:31 +00:00
parent 8200eb2dea
commit ebd6003f08
3 changed files with 0 additions and 15 deletions

View File

@@ -1,2 +1 @@
from . import models
from . import wizards

View File

@@ -1 +0,0 @@
from . import sale_invoice_discount_all_lines

View File

@@ -1,13 +0,0 @@
# Copyright 2022 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields
class SaleInvoiceDiscountAllLines(models.TransientModel):
_name = 'sale.invoice.discount.all.lines'
_description = 'None'
# Remove because this feature is now mostly native
# TODO 04/07/2024 remove later to avoid ORM bug: it crashes when reloading module
# KeyError: 'sale.invoice.discount.all.lines'