mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
f695ee7ffc77c7b46a4dd9d443918be1c6f55156
Steps to reproduce the problem: * Go to assets view * Group by profile * Unfold a group and click on an asset * Click on "Journal Entries" smart-button * Go back to the asset list * Click again on the same asset (or another). * Click on "Journal Entries" smart-button Current behavior: Error saying "KeyError: 'profile_id'" Expected behavior: No error The cause for this is that Odoo stores in the context the key `group_by` with the value `profile_id` in the specified chain of steps. That context entry is used for grouping records in the list, and system tries to group the journal entries also by that field, which doesn't exists in the other model, and thus the error. We avoided it copying the context to be passes and leaving out that entry.
Account financial Tools for Odoo/OpenERP
This project aims to make the accounting usage system easy and painless. It provides addons to:
- Update the currency rate automatically via web services
- Push credit management and follow up to next level
- Generate reversed account moves
- Cancel invoices with ease
- Force draft accounting by default
- Enforce partners on account moves
And much more.
Contributing
Do you want to contribute? Please read our contributing guidelines.
Translation Status
Description
Languages
Python
61.9%
HTML
38.1%