odoo/addons/website/controllers
Jeremy Kersten 9ecd80eaeb [FIX] website: sitemap fix length
Iterator was consuming the first 45k records.
So don't need to specify an offset, because that will ignore the next 45k.

Eg: if step of 5, and range(1,13),
it will only use [1, 2, 3, 4, 5, 11, 12, 13]

Cherry-pick/backport of de8296c3a86da5e4ae35edcdb563d317dac32e76
2016-02-25 09:26:56 +01:00
..
__init__.py [WIP] website module 2013-06-24 15:36:54 +02:00
main.py [FIX] website: sitemap fix length 2016-02-25 09:26:56 +01:00