Daily updates from Odoo
Thursday, November 14, 2019
4 changes
Enhancements to existing features
This change lets businesses archive custom records using an active status field, improving lifecycle management without deleting data. It also updates the web interface so custom records can use the same archive behavior as standard records.
Original PR description
Towards solving #26162 Maintained replacement of: https://github.com/odoo/odoo/pull/26163 **Description of the issue/feature this PR addresses:** - Improve record lifecycle management - Allow archiving **Current behavior before PR:** - Custom record could not be made archivable by no means **Desired behavior after PR is merged:** - `x_active` acts as a proxy for magic `active` - All magic works on `x_active`, too. **Note:** Please do not close, even if not immediately accepted (`wishlist` tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
Cash rounding settings now allow businesses to define separate accounts for rounding gains and losses. This helps Belgian accounting users route positive and negative invoice rounding differences correctly, while preserving the existing behavior when no loss account is configured.
Original PR description
Cash rounding only allowed for one account to be specified => Belgian accounting requires 2 types of account depending on whether the rounding line on the invoice is a + or - amount. On cash rounding config (account.cash.rounding), one account is added (many2one). Existing account is renamed Profit account, new account is named Loss account. The loss account is used when rounding line has a negative amount, and vice versa for profit account (account.move). If no Loss account is set, only Profit account is used. Task :https://www.odoo.com/web?#id=2091658&action=327&model=project.task&view_type=form&menu_id=4720
This update fixes small wording mistakes in internal web code comments and adds the contributor's legal signature. It has no expected effect on product behavior, but keeps the codebase clearer and contribution records complete.
Original PR description
Just fixing a few irresponsible typos. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting chart setup and regular views are now more consistent, making navigation easier for users. Asset-related fields were also added to the list view so finance teams can see and manage asset settings more directly.
Original PR description
**Chart of Accounts** - Same views for config bar and regulare one - Add create_asset and asset_model fields in list view. **Task ID: 2048225**