Files
odoo-usability/sale_usability/wizards/sale_invoice_discount_all_lines.py
Alexis de Lattre 8d584871d6 sale_usability+sale_stock_usability: update FR translation
sale_usability: remove wizard discount on all lines, which is mostly native
2024-07-04 18:13:41 +02:00

14 lines
539 B
Python

# 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'