-
Today I went to the ERPpeek github and saw the fork notice pointing to Odooly.
For people coming in for the first time I believe it is important to add on your documentation or README an explanatio…
-
Buenas, he ejecutado el script para importar productos correctamente, pero al importar facturas, obtengo el siguiente error usando Python 2.7:
`Traceback (most recent call last):
File "import_fa…
-
We call `copy_maintainers --team "OCA Contributors"` and `copy_maintainers --team "OCA Members"` daily to update the appropriate teams in github.
Since a while I receive nearly daily mails about on…
-
it's posible to add config file like erpeek.ini, to add ENV config
-
It seems that erppeek is no more compatible with Odoo14
We use erppeek for many tasks ; is it possible to recover usage with v14 of Odoo ?
-
_From @arkhan on November 10, 2016 18:6_
Hello,
Have future plans to create an interactive shell like erppeek
thanks
_Copied from original issue: osiell/odoorpc#34_
-
**IDEA**
What about including click create sort kind of command line options (auto generated in an abstract way) to be able to have sort kind of CLI a'la erppeek?
Regards.
-
**By doing this:**
- Odoo 10 (I believe this would also happen in earlier versions, but in this branch, project_timesheet_analytic_partner is auto_install and not installable which is needed for th…
-
I'm very happy I just bumped into this project. I'm also a very happy [IPython](http://ipython.org/) user.
Is there a way to get erppeek inside ipython? (or vice versa)
guaka updated
10 years ago
-
Use case: run non-interactively a bunch of commands against Odoo...
This would allow things like:
```python
#!bin/erppeek
users = model('res.users').browse()
for user in users:
print use…