Friday, April 5, 2024
11 changes · 17.0
New functionality added to Odoo
This update adds Turkish language translations for the Website Sale Stock module descriptions in Odoo. The module descriptions, which were previously only available in English, are now localized to Turkish, improving the user experience for Turkish-speaking customers who use Odoo's e-commerce features.
Original PR description
Description of the issue/feature this PR addresses: ir.module.module,description:base.module_website_sale_stock tr localization Current behavior before PR: the expressions are written in English Desired behavior after PR is merged: Giving the expressions for the ir.module.module,description:base.module_website_sale_stock model in Turkish --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds Turkish language translations for the Website Sales Stock module descriptions in Odoo. Previously, module descriptions were only available in English. This change enables Turkish-speaking users to see module information in their native language, improving the user experience for Turkish Odoo installations.
Original PR description
Description of the issue/feature this PR addresses: ir.module.module,description:base.module_website_sale_stock tr localization Current behavior before PR: the expressions are written in English Desired behavior after PR is merged: Giving the expressions for the ir.module.module,description:base.module_website_sale_stock model in Turkish --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds Turkish language translations for the Website Sale Stock module description in Odoo. The module descriptions are now available in Turkish, improving the user experience for Turkish-speaking customers who use the platform.
Original PR description
Description of the issue/feature this PR addresses: ir.module.module,description:base.module_website_sale_stock tr localization Current behavior before PR: the expressions are written in English Desired behavior after PR is merged: Giving the expressions for the ir.module.module,description:base.module_website_sale_stock model in Turkish --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
This update adds a unique identifier to a dashboard element in the accounting module, enabling more precise automation and testing capabilities. This internal improvement helps the development team better interact with and test the account journal dashboard interface.
Original PR description
This pr will add an id on a div to be able to do a xpath on it. task: 3756179 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update removes the ability to duplicate websites from the website form view. The duplication feature was misleading because it couldn't properly copy website content, pages, and other important data—only technical fields that shouldn't be duplicated anyway. The team plans to focus on a proper export/import feature for websites in the future instead.
Original PR description
At the moment, duplicating a website is not possible in the sense of duplicating content, pages, etc. It is still available as an action from the form view, and it could make sense to start up a new website with a few common values (social media? etc?)... but many of website fields are technical fields that should not be copied and many are dubious to copy and not even visible in the form view. Really, duplicating a website at the moment is misleading. This commit disables the possibility from the form view. In the future, we want to focus on the ability to export / import a full website, but that's not for now. opw-3782830 Forward-Port-Of: odoo/odoo#160463
Miscellaneous changes
Steps to reprodce: - Configure Sendcloud shipping method - load Sendcloud shipping product (note that each product is only avialable for certain countries) - In destination avialability tab countries is empty Fix: Display the shipping method only for the valid countries of the Sendcloud shipping product opw-3698804 Forward-Port-Of: odoo/enterprise#59373
Original PR description
Steps to reprodce: - Configure Sendcloud shipping method - load Sendcloud shipping product (note that each product is only avialable for certain countries) - In destination avialability tab countries is empty Fix: Display the shipping method only for the valid countries of the Sendcloud shipping product opw-3698804 Forward-Port-Of: odoo/enterprise#59373
When creating a new company with a duplicate Tax ID, the warning message now displays only the company name instead of showing company name, address, and VAT information that appeared broken across multiple lines. The warning text has also been slightly improved for clarity.
Original PR description
When creating a new company from a move, if the tax ID is repeated, a warning is displayed. The warning includes the company name, address and VAT, if those have been added. In this case, address is shown in an extra line, which looks broken. This commit removes additional partner information by updating the context, displaying only the partner name. It also slightly rewords the warning, from "are you sure to create a new one?" to "are you sure you want to create a new one?". To replicate the issue: 1. Create an invoice 2. Click on the empty field next to Customer, type a new name and click "Create and edit..." 3. Add a Tax ID that is already in use (e.g. US12345673) 4. Warning of duplicate Tax ID shows, displaying company name, address and VAT task-3829641 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds Turkish language localization for the Website Sales Stock module description in Odoo. Previously, the module description was displayed in English regardless of the user's language setting. After this change, Turkish-speaking users will see the module description in their native language, improving the user experience for Turkish customers and partners.
Original PR description
Description of the issue/feature this PR addresses: ir.module.module,description:base.module_website_sale_stock turkish localization Current behavior before PR: expressions are shown in English. Desired behavior after PR is merged: It has been ensured that it is in Turkish. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes a display issue in the Project module where task stage names were misaligned when viewing the kanban board on mobile devices. The fix prevents text overflow by applying proper styling to stage names, ensuring they display correctly regardless of length.
Original PR description
Steps to reproduce: - Open the project in mobile view - go to the kanban view enable task stages - add one new staged with large name you can see name is misaligned Issue: - In mobile view task stage name is misaligned Solution: - Adding class 'o_text_overflow' to not overflow name in kanban view task-3602610 Forward-Port-Of: odoo/odoo#145915
This update makes it easier to configure Viva Wallet payments by automatically copying the webhook to your clipboard with a single click, eliminating the need to manually select and copy the text. This streamlines the payment method setup process for users.
Original PR description
Currently, when you copy the viva wallet webhook to configure it in your account, you have to select it manually. With this commit we add a “CopyClipboardChar” widget which does this automatically. 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 corrects an incorrect translation in the Slovak language file. The word for "Lithuania" was mistakenly using a corrupted version of the Latvian translation. This fix ensures users in Slovakia see the proper translation of country names in the system.
Original PR description
Description of the issue/feature this PR addresses: current translation is bastardized (missing one letter) translation of Latvia (sk: Lotyšsko). Current behavior before PR: Desired behavior after PR is merged: Correct translation of Lithuania This goes back to at least 12.0 Not skilled enough to find original commit for this :-( --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr