[IMP] document_page_project: black, isort, prettier

This commit is contained in:
Michael Telahun 2021-11-13 18:14:49 +03:00
parent b98545be43
commit d7631a86b0
3 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{
"name": "Document Page Project",
"summary": "This module links document pages to projects",
"version": "13.0.1.0.1",
"version": "14.0.1.0.1",
"development_status": "Production/Stable",
"category": "Project",
"author": "ForgeFlow, Odoo Community Association (OCA)",

View File

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

View File

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