Files
stock-logistics-reporting/setup/stock_report_quantity_by_location/setup.py
Jordi Ballester 2506799f1d - Make use of create_multi to speed up.
- Add an option in the wizard 'Quantity > 0' to speed up the report
2021-04-28 23:21:08 +02:00

7 lines
100 B
Python

import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)