From 464e261493159aa3a22c2e7a980c676316edc156 Mon Sep 17 00:00:00 2001 From: sinergia Date: Tue, 25 Jul 2023 08:06:01 -0500 Subject: [PATCH] clean home --- __init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/__init__.py b/__init__.py index e5573d4..8a49cb1 100644 --- a/__init__.py +++ b/__init__.py @@ -13,11 +13,8 @@ def register(): purchase.PurchaseLine, sale.Sale, sale.SaleLine, -<<<<<<< HEAD invoice.Invoice, invoice.InvoiceLine, -======= ->>>>>>> 1285df0ffd85147b613805dd27362ce123755f35 module='analytic_operations', type_='model') Pool.register( module='analytic_operations', type_='wizard')