From 0f4443a41f1b6e04441c15cf94cb93ab6575c03c Mon Sep 17 00:00:00 2001 From: Roman Widmann Date: Thu, 8 Mar 2018 11:39:37 +0100 Subject: [PATCH] Und wieder retour, 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 b573be90..6839bd1e 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'