This question has been flagged
1629 Views

Hi!

I've been working with Odoo 10/11 (using docker) for some months now, but still I find the work flow quite "tedious"

  1. When I make some changes to a model I have to restart the docker container and/or "Upgrade" the module I'm working on. This takes time and when adding up I spend too much time waiting for "my little change" to be able to test it. Is there a way to run a model without involving "the whole stack"? So I could run/test my model from the cli or something?

  2. Some times I need to output the contents of an object/model to see the contents. Is there a better way to do this than for loops and print/pprint which basically just outputs what name_get returns? Example: PHP has var_dump, JS has console.log()

Would be great if someone who codes a lot in Odoo could share some insights.

Thanks!

Avatar
Discard