Daily updates from Odoo
Friday, March 30, 2018
2 changes
New functionality added to Odoo
This update adds a new command that lets developers open an interactive Odoo workspace more easily. It can speed up investigation, testing, and support work without changing normal business workflows.
Original PR description
Start a IPython console with an Odoo environment: `./odoo.py ipshell --database=example` or start only a kernel and connect afterwards: `./odoo.py ipshell --kernel --database=example` `ipython qtconsole --existing`
Code cleanup and technical improvements
This update simplifies part of the manufacturing cost generation logic by removing unnecessary internal variables, making the code easier to maintain. It also fixes small issues in batch deposit reconciliation and related tests, reducing the risk of errors in that accounting workflow.
Original PR description
The method uses unnecessary variables.