"Start migration to 6.0 [SKIP CI]."

This commit is contained in:
Sergio Morillo 2021-06-04 00:31:26 +02:00
parent 7864d687ae
commit 530768d5dd
2 changed files with 2 additions and 2 deletions

View file

@ -392,7 +392,7 @@ class LocationDailyReport(CompanyReport):
__name__ = 'stock.location.daily_report'
@classmethod
def get_context(cls, records, data):
def get_context(cls, records, header, data):
report_context = super(LocationDailyReport, cls).get_context(
records, data)
products_locations_moves = OrderedDict()

View file

@ -1,5 +1,5 @@
[tryton]
version=5.0.0
version=6.0.0
depends:
ir
res