콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
2385 화면

hi gurus,
I want to store data via a custom module and model which is retrieved from an automation system. I have a 'process data' menue and a ''Day model in tree view that contains '5 minute data' model entries from a business process. As I want to just display the data that is filled in by code I want to protect it from tampering. Is it enough to just ''castrate the view of all the CRUD buttons? Or do I have to block API in a special way too? Or is there an even better approach to store live process data inside odoo?





아바타
취소
베스트 답변

You better create some permission for those modules for example to restrict create, edit and delete operations, only read allowed and you don't need to customized the ui

아바타
취소
작성자 베스트 답변

Thanks for that.

Meanwhile I understood the api and been able to setup the right permissions.

 For all who start developing in odoo:

There is an absolutely amazing module_builder module for V8. Helps a lot when experimenting and tryong understand how code should be structured etc.

Use it as a starting point and custom example generator


아바타
취소