mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
[IMP] document_page_project: black, isort, prettier
This commit is contained in:
parent
b98545be43
commit
d7631a86b0
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Document Page Project",
|
"name": "Document Page Project",
|
||||||
"summary": "This module links document pages to projects",
|
"summary": "This module links document pages to projects",
|
||||||
"version": "13.0.1.0.1",
|
"version": "14.0.1.0.1",
|
||||||
"development_status": "Production/Stable",
|
"development_status": "Production/Stable",
|
||||||
"category": "Project",
|
"category": "Project",
|
||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||||
|
1
setup/document_page_project/odoo/addons/document_page_project
Symbolic link
1
setup/document_page_project/odoo/addons/document_page_project
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../../document_page_project
|
6
setup/document_page_project/setup.py
Normal file
6
setup/document_page_project/setup.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user