[13.0][ADD] stock_inventory_justification

This commit is contained in:
Denis Roussel
2020-12-30 12:57:23 +01:00
committed by Thomas Binsfeld
parent acdbb9a802
commit 76eac450bb
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,
)