Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinwatson/odoo-cheat-sheet
https://github.com/kevinwatson/odoo-cheat-sheet
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinwatson/odoo-cheat-sheet
- Owner: kevinwatson
- Created: 2017-04-17T02:11:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T02:33:25.000Z (over 7 years ago)
- Last Synced: 2024-12-11T17:39:48.258Z (23 days ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odoo Cheat Sheet
## Views
- Many to many and one to many fields rendered as many 2 many views by default will allow the user to delete the child record. To change this behavior and only allow users to remove the association rather than delete the record, set the following option:
```xml
```
[Source](http://stackoverflow.com/a/43414801)