[IMP] agreement_sale: black, isort, prettier

This commit is contained in:
Pierrick Brun
2021-03-15 11:38:35 +01:00
parent b215c40203
commit 2155a6bf59
3 changed files with 8 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
"version": "13.0.1.0.0", "version": "13.0.1.0.0",
"category": "Contract", "category": "Contract",
"author": "Akretion, " "Odoo Community Association (OCA)", "author": "Akretion, " "Odoo Community Association (OCA)",
"website": "https://github.com/oca/contract", "website": "https://github.com/OCA/contract",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["sale_management", "agreement"], "depends": ["sale_management", "agreement"],
"data": [ "data": [

View File

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

View File

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