Merge PR #1044 into 13.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2021-03-10 01:38:17 +00:00
17 changed files with 704 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.
This directory caches those eggs to prevent repeated downloads.
However, it is safe to delete this directory.

View File

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

View File

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