add production

This commit is contained in:
2023-06-24 23:02:37 -05:00
parent e170c152ab
commit 8049d555f2
4 changed files with 75 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from trytond.pool import Pool
from . import product, sale
from . import product, sale, production
__all__ = ['register']
@@ -9,6 +9,7 @@ def register():
product.Product,
sale.Sale,
sale.Line,
production.Production,
module='sale_fast_food', type_='model')
Pool.register(
module='sale_fast_food', type_='wizard')