- Make use of create_multi to speed up.

- Add an option in the wizard 'Quantity > 0' to speed up the report
This commit is contained in:
Jordi Ballester
2021-04-28 23:07:09 +02:00
parent cbbe017bc8
commit 2506799f1d
4 changed files with 77 additions and 35 deletions

View File

@@ -0,0 +1 @@
../../../../stock_report_quantity_by_location

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)