Feat: Sale Fast Food Product by Pizza
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from trytond.pool import Pool
|
||||
from . import product, sale, production, invoice, user, report_close_statement
|
||||
from . import (
|
||||
product, sale, production, invoice, user, report_close_statement, report)
|
||||
|
||||
__all__ = ['register']
|
||||
|
||||
@@ -14,6 +15,8 @@ def register():
|
||||
user.User,
|
||||
production.Production,
|
||||
report_close_statement.ReportCloseStatementStart,
|
||||
report.ReportSaleProduct,
|
||||
report.ReportSaleContext,
|
||||
module='sale_fast_food', type_='model')
|
||||
Pool.register(
|
||||
report_close_statement.PrintReportCloseStatement,
|
||||
|
||||
Reference in New Issue
Block a user