diff --git a/ext/custom-addons/dp_custom/models/account.py b/ext/custom-addons/dp_custom/models/account.py index 6839bd1e..b573be90 100644 --- a/ext/custom-addons/dp_custom/models/account.py +++ b/ext/custom-addons/dp_custom/models/account.py @@ -20,7 +20,7 @@ ############################################################################## from odoo import api, fields, models - +# Nur ein Commit Test :) class AccountInvoiceLine(models.Model): _inherit = 'account.invoice.line'