minor fix

This commit is contained in:
wilsongomez 2022-04-04 10:12:55 -05:00
parent 58c2c43ab4
commit dc644c8730
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
from trytond.pool import Pool
from . import sale
from . import dash
from . import party
# from . import party
def register():
@ -14,5 +14,5 @@ def register():
sale.AppTakeOrder,
sale.AppOrderView,
dash.DashApp,
party.Party,
# party.Party,
module='dash_sale', type_='model')

View File

@ -11,4 +11,4 @@ depends:
dash
xml:
sale.xml
party.xml
# party.xml