Skip to content

Commit

Permalink
[ADD] Product Brand: setup for 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBinsfeld committed Oct 25, 2018
1 parent 09117b9 commit 5b2e212
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/product_brand/.eggs/README.txt
Original file line number Diff line number Diff line change
@@ -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.

1 change: 1 addition & 0 deletions setup/product_brand/odoo/addons/product_brand
6 changes: 6 additions & 0 deletions setup/product_brand/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

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

0 comments on commit 5b2e212

Please sign in to comment.