Wolfgang Pichler
Wolfgang Pichler
#344 is the original PR - was closed because author is not going to work on it anymore. This is the new PR for it - at time no changes...
Two bugs: - order date should be in tz of current user - and get formatted according the local datetime format - paymentlines do not use cashregister in v13 -...
Removed quantity check Added logic to switch src and location on move Added logic to use return picking type if configured Split positive and negative moves into two pickings
Hi all, as far as i understand the contract.line state "in-progress" correct - this state is for all lines which are started, not canceled - or date date is not...
Hi all, i've encountered a very slow delete statement in here: https://github.com/OCA/account-financial-reporting/blob/a3eacc2fe34d84ce0fc0bbefc7002dcebd2544b9/account_financial_report/report/journal_ledger.py#L625 This will get called on auto vacum In my case it took longer than the default timeout -...
Impacted versions: 16.x and 17.x Steps to reproduce: Go to projects, Open a project Updates. Then use one of the smart buttons - look at the javascript debugger - take...
Hi all, following behaviour on freeswitch 1.10.1 - when getting an inbound call from a system behind a sip proxy - then the invite does have 2 Via Headers (Top...
https://github.com/OCA/connector-odoo2odoo/issues/14 Depends on https://github.com/OCA/connector/pull/444
Hi all, MariaDB > 10.5 does support RETURNING now. https://mariadb.com/kb/en/insertreturning/ I'd like to add this feature to mysql_fdw - but without knowing the fdw sources / postgres internals it is...