Remove sale from depend and convert to and extra depend

This commit is contained in:
Bernat Brunet Torruella 2019-07-16 15:19:11 +02:00
parent e28880e6eb
commit 2abca2edcf
2 changed files with 4 additions and 1 deletions

View file

@ -28,7 +28,10 @@ def register():
aeat.SIIReportLineTax,
aeat_mapping.IssuedTrytonInvoiceMapper,
aeat_mapping.RecievedTrytonInvoiceMapper,
module='aeat_sii', type_='model')
Pool.register(
sale.Sale,
depends=['sale'],
module='aeat_sii', type_='model')
Pool.register(
purchase.Purchase,

View file

@ -4,10 +4,10 @@ depends:
account_invoice
account_invoice_company_currency
account_es
sale
extras_depend:
account_invoice_intercompany
party_identifier
sale
purchase
xml:
account.xml