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

View File

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