Skip to content

Commit

Permalink
Added permissions required + link
Browse files Browse the repository at this point in the history
  • Loading branch information
suBOTai3 authored Nov 20, 2024
1 parent 074b742 commit 49d6c72
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions datasources/odoo/markdown/permissions_required.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# List of permissions required on models

The Odoo module integration requires the following permission to correctly read + update Bill of Material (BOM) information:


|Model name|Read|Write|Create|Delete|
|---|---|---|---|---|
|ir.model|:white_check_mark:|||
|ir.model.fields|:white_check_mark:|||
|ir.model.access|:white_check_mark:|||
|ir.model.fields.selection|:white_check_mark:|||
|ir.ui.view|:white_check_mark:|||
|mrp.bom|:white_check_mark:|:white_check_mark:|:white_check_mark:||
|mrp.bom.line||:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|product.product|:white_check_mark:|:white_check_mark:|:white_check_mark:||
|product.template|:white_check_mark:|:white_check_mark:|:white_check_mark:||
|product.template.attribute.line|:white_check_mark:|:white_check_mark:|:white_check_mark:||

5 changes: 4 additions & 1 deletion datasources/odoo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ SharpSync supports
Should you require access to a different version please make contact with us at [SharpSync](https://sharpsync.net/about/)


Odoo is an open source ERP available in a selfhosted or cloud hosted option. Please also see [https://www.odoo.com/](https://www.odoo.com) and [hosting options](markdown/hosting-options.md)
Odoo is an open source ERP available in a selfhosted or cloud hosted option. Please also see:
* [Permission required](markdown/permissions_required.md)
* [https://www.odoo.com/](https://www.odoo.com),
* [Hosting options](markdown/hosting-options.md)

To configure an Odoo intance you need 4 things
* Odoo version number
Expand Down

0 comments on commit 49d6c72

Please sign in to comment.