wan
wan
Same idea as fbb2f4d18703f387349e77c126214d8eb9bd89c1 but more generic. Only the flushing should be wrapped, everything else should behave like it would on the target. The issue arises while trying to access...
Rewrite the whole chart template mechanism, removing the templates stored in the database. The new format will mainly use CSV. Speed up install time --------------------- * About half of the...
The sorting without a key was always doing a database query to avoid parsing the default `_order`. That extra query could be a performance issue when sorting records in a...
This is to allow a better indexing of the fields, needed to be able to search without joining with `account.move`, because those fields are in almost all domains. Allowing to...
Multiple fixes related to Audit Trail: * track more fields: * .balance * .tax_tag_ids * .l10n_de_datev_code * .l10n_de_widnr * Track newly created lines once the move has been posted *...
The matched state of the payment should be marked as reconciled when the payment is paid in the case there is no journal entry for the payment. Otherwise keep the...
When importing from another addon in the same path, it is not an issue if that addon is not in the dependencies. The code will not populate the registry, fields...