Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^cmis_alf/|
^cmis_field/|
^cmis_report_write/|
^cmis_web/|
Expand Down
3 changes: 1 addition & 2 deletions cmis_alf/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "CMIS for Alfresco",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"summary": "Alfresco extension for the CMIS Connector",
"category": "Document Management",
"author": "ACSONE SA/NV",
Expand All @@ -21,6 +21,5 @@
"external_dependencies": {
"python": ["requests"],
},
"installable": False,
"auto_install": False,
}
3 changes: 3 additions & 0 deletions cmis_alf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
14 changes: 6 additions & 8 deletions cmis_alf/views/cmis_backend_view.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="cmis_backend_form_view" model="ir.ui.view">
<field name="name">cmis.backend.form (cmis_alf)</field>
<field name="model">cmis.backend</field>
<field name="inherit_id" ref="cmis.cmis_backend_form_view" />
<field name="arch" type="xml">
<group name="cmis_left" position="inside">
<field name="name">cmis.backend.form (cmis_alf)</field>
<field name="model">cmis.backend</field>
<field name="inherit_id" ref="cmis.cmis_backend_form_view" />
<field name="arch" type="xml">
<group name="cmis_left" position="inside">
<field
name="share_location"
placeholder="e.g. http://localhost:8080/share"
Expand All @@ -18,7 +17,6 @@
placeholder="e.g. http://localhost:8080/alfresco/s/api"
/>
</group>
</field>
</field>
</record>

</odoo>
2 changes: 1 addition & 1 deletion cmis_web_alf/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"category": "Document Management",
"author": "ACSONE SA/NV",
"website": "https://alfodoo.org",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"depends": ["cmis_alf", "cmis_web"],
"data": [],
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
odoo-test-helper
odoo-addon-cmis @ git+https://github.com/OCA/connector-cmis.git@refs/pull/47/head#subdirectory=cmis
Loading