Daily updates from Odoo
Navigate
Branch
Thursday, February 22, 2018
7 changes
New functionality added to Odoo
Users can now choose the currency when registering payments for invoices, making multi-currency payment workflows possible from the payment wizard. The update also corrects related payment display and navigation issues, including check amount wording and opening single payment records directly.
Original PR description
Select some account.invoices, action -> Register Payment. In multi-currency, the user is not allowed to register a payment (using this wizard) with a different currency. -task: https://www.odoo.com/web#id=34684&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The Discuss interface now aligns the “Add a channel” field more consistently with the channel list. This small visual improvement makes the messaging area look cleaner and easier to scan for users.
Original PR description
Task:https://www.odoo.com/web#id=54036&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.006df25a65f7158b92733dcb5c013b3a …nnel list Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes bank account information clearer by adding support for a separate account holder name and improving how account types are presented. It also provides a clearer warning when an internal payment transfer cannot be validated because the required account setup is missing.
Original PR description
Task:https://www.odoo.com/web#id=39334&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.1e2269a7e59b2043693f3833b86da1f4 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website portal account form can now be adjusted more easily by choosing which fields are required or optional through a dedicated customization point. This reduces the effort needed to tailor customer account details for different business needs while also making the underlying logic more efficient.
Original PR description
Before this patch, to just add or remove a field from the `/my/account` form was a pain. With this patch, you just have to override the new provided `_details_form_fields` method. It also optimizes a bit the algorithm by using sets. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
The settings no longer force businesses to configure an inter-bank transfer account upfront; users will instead be warned only when it is needed for an internal payment. SEPA credit transfer and direct debit files now include the bank account holder name when available, helping banks and recipients identify payments more clearly.
Original PR description
…quired in the settings Task:https://www.odoo.com/web#id=39334&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.1e2269a7e59b2043693f3833b86da1f4
Resolved issues and error corrections
This update fixes a spelling mistake in the Indian payroll data. It improves the clarity and professionalism of payroll-related information without changing how the system works.
Original PR description
opw-1814701 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a messaging issue where a user mention at the very end of a message could appear as plain text after sending. Mentions now display consistently, helping users clearly identify referenced colleagues in conversations.
Original PR description
Description of the issue/feature this PR addresses: https://www.odoo.com/web#id=813290&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: While mentioning the user in the message if the mentioned user is in the last of the message, after sending the message it looks likes the normal text. but if there is any text after that last mentioned user then it shows normally (as expected behavior). Desired behavior after PR is merged: Mentioning user works properly. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr