Holger Brunn
Holger Brunn
this allows portal users to access mailed attachments
[16.0][FIX] account_reconcile_oca: calculate correct exchange gains with foreign currency statement
when we have an invoice over USD 100 in an EUR journal that's valued at EUR 50 at that time, and import a bank statement where the USD 100 are...
I added a [commit](https://github.com/OCA/server-tools/commit/a0dcdc12259701bc3717ef23309032e2e3460b8c) to normalize constraint definitions for comparison, otherwise we get our work files spammed with lines like ``` ir.model.constraint: base.constraint_ir_embedded_actions_check_python_method_requires_name (changed definition: is now 'CHECK(NOT (python_method IS...
My goal here is to reduce the amount of manual work when dealing with OpenUpgrade. I [proposed](https://github.com/OCA/OpenUpgrade/pull/5394) a somewhat modified script for branch initialization and following steps, which I used...
depends: - [ ] review https://github.com/OCA/OpenUpgrade/pull/5395 first, this only makes sense afterwards - [ ] test will only work after a test db is created by https://github.com/OCA/OpenUpgrade/pull/5375 /ocabot migration base
I'm starting to work on initializing the 19.0 branch this week, with the usual `openupgrade_framework` and `base` migration script. - [ ] base - By @hbrunn - #5446 - [...
this needs to go into the v18 branch because cronjobs only run on the default branch. While being at it, I added the possibility to run this manually and to...
as I propose to make OpenUpgrade behave more like a standard OCA repo, here the changes coming with this, and also I propose to rely on the cronjobs for unpleasant...