From a723842c36edbb83b4fc8bcfa0985f1bb326af61 Mon Sep 17 00:00:00 2001 From: sinergia Date: Wed, 28 Jun 2023 19:58:33 +0000 Subject: [PATCH 1/2] No requirido lineas de typo = Titulo --- __init__.py | 3 ++- tryton.cfg | 1 + view/sale_form.xml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index ea4e609..3507933 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ from trytond.pool import Pool -from . import product, sale, production +from . import product, sale, production, invoice __all__ = ['register'] @@ -7,6 +7,7 @@ __all__ = ['register'] def register(): Pool.register( product.Product, + invoice.InvoiceLine, sale.Sale, sale.Line, production.Production, diff --git a/tryton.cfg b/tryton.cfg index 8ef765c..7f7e30b 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -6,6 +6,7 @@ depends: sale sale_supply_production production + account_invoice xml: product.xml sale.xml diff --git a/view/sale_form.xml b/view/sale_form.xml index a4413a6..8c04324 100644 --- a/view/sale_form.xml +++ b/view/sale_form.xml @@ -3,6 +3,7 @@ this repository contains the full copyright notices and license terms. --> +