Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinwatson/odoo-cheat-sheet


https://github.com/kevinwatson/odoo-cheat-sheet

Last synced: 2 days ago
JSON representation

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)