From e6aa426c22601c060dd87981c0008dd45cc661f8 Mon Sep 17 00:00:00 2001 From: Roman Widmann Date: Thu, 8 Mar 2018 11:37:57 +0100 Subject: [PATCH] Nur ein Commit Test :) --- ext/custom-addons/dp_custom/models/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'