Miquel Rosell

Results 5 comments of Miquel Rosell

I am having the exact same problem. Is there any way to get the map to show up? ![image](https://user-images.githubusercontent.com/38435442/192246209-dd1ebac8-dedf-4955-8ed9-57671986430a.png)

Hi! Is there a way to use a local folder to store the db graph, or currently only in-browser storage is working? I am trying to test this branch. Thanks!

Hi! Isn't the audits module missing?

Thanks! My main aim would be to be able to manage files directly from the app, instead of manually in folders. This is great for huge epub libraries like mine,...

I fixed it in my code by changing the original method to: ``` @api.model def object_selection_values(self): return [] ``` This allows for adding any model via inheritance like: ``` def...