[IMP] account_move_line_product: black, isort, prettier

This commit is contained in:
OCA-git-bot
2020-10-01 09:38:40 +00:00
committed by Mantux11
parent e58b7e8c5f
commit c2139c73e3
3 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"version": "13.0.1.0.0", "version": "13.0.1.0.0",
"summary": "Displays the product in the journal entries and items", "summary": "Displays the product in the journal entries and items",
"author": "ForgeFlow, Odoo Community Association (OCA)", "author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "http://www.github.com/OCA/stock-logistics-warehouse", "website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Generic", "category": "Generic",
"depends": ["account"], "depends": ["account"],
"license": "AGPL-3", "license": "AGPL-3",

View File

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

View File

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