Skip to content

Commit

Permalink
[FIX] pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-halleux committed Jun 21, 2022
1 parent 44262bb commit c23f535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmis_field/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
'depends': [
'cmis'
],
'external_dependencies': {
'python': ['cmislib'],
},
'data': [
'views/cmis_backend_view.xml'
],
Expand Down
2 changes: 1 addition & 1 deletion cmis_web/static/src/js/field_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ odoo.define('cmis_web.field_utils', function (require) {
}

field_utils.format.cmis_document = format;
});
});

0 comments on commit c23f535

Please sign in to comment.