# muk_dms
**Repository Path**: ongood/muk_dms
## Basic Information
- **Project Name**: muk_dms
- **Description**: MuK Document Management System
- **Primary Language**: JavaScript
- **License**: AGPL-3.0
- **Default Branch**: 10.0
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-09-24
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://www.gnu.org/licenses/agpl-3.0)
[](https://travis-ci.org/muk-it/muk_dms)
[](https://codecov.io/gh/muk-it/muk_dms)
[](https://www.codacy.com/app/keshrath/pdfconv?utm_source=github.com&utm_medium=referral&utm_content=keshrath/pdfconv&utm_campaign=Badge_Grade)
# MuK Document Management System
MuK Documents is a module to create, manage and view files within Odoo.
---
## Place Documents into other models
### Model
```python
file = fields.Many2one('muk_dms.file', string='Document')
```
### Record (XML)
```xml
```
```xml
```
```xml
```
## Requirements
* mammoth
```bash
$ sudo pip install mammoth
```