Tom
Tom
Hm, the remaining failing test, I think, is an interaction with `project_recalculate`, which doesn't exist in 15.0. I can't put my finger behind it yet, though
Well I've finally managed to make the tests green, but: - [ ] It still needs some Git love, the commit order is now all jambled. We should rebase on...
@ntsirintanis Do you feel up to the Git challenge?
@sebalix I have some questions about this: 1. Is `session.open()` called in `start_odoo`? It seems that it is called only in the [upgrade script](https://github.com/anybox/anybox.recipe.odoo/blob/master/anybox/recipe/odoo/runtime/upgrade.py#L118), or in any other user scripts,...
@StefanRijnhart Your opinion?
I think that instead of using another recipe version, it's also possible to just add: ``` [buildout] find-links = https://github.com/Infinite-Code/PyChart/tarball/master#egg=pychart ``` This used to be a link to `download.gna.org` but...
Ah, the snippets are working indeed, but File - New doesn't show anything Odoo-y... On Mon, Oct 2, 2017 at 2:36 PM, Apruzzese Francesco < [email protected]> wrote: > Snippets can...
@sebastienbeau @rousseldenis @OCA/manufacturing-maintainers This fixes a regression introduced by https://github.com/OCA/manufacture/pull/1009
@KKamaa Could you change the title to be something more OCA-like, then mention in the description that this is about ``` File "/home/ubuntu/odoo/auto/addons/stock/models/stock_picking.py", line 747, in action_confirm self.mapped('move_lines').filtered(lambda move: move.state...
@grindtildeath Added test like you said, only to find that a similar MR https://github.com/OCA/manufacture/pull/1189 was already merged. However since extra tests are never bad, maybe you can still review this...