[IMP] report_xml: black, isort, prettier

This commit is contained in:
Francisco Ivan Anton Prieto
2021-01-25 11:44:06 +01:00
committed by Enric Tobella
parent d828bf55a7
commit 09d1d54ee6
5 changed files with 22 additions and 12 deletions

View File

@@ -5,10 +5,12 @@
<xs:complexType name="root_type">
<xs:sequence>
<xs:element name="user"
<xs:element
name="user"
type="user_type"
minOccurs="0"
maxOccurs="unbounded"/>
maxOccurs="unbounded"
/>
</xs:sequence>
</xs:complexType>

View File

@@ -1,4 +1,5 @@
# generated from manifests external_dependencies
lxml
PyPDF2
xlrd
xlsxwriter

View File

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

View File

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