Daily updates from Odoo
Friday, April 19, 2019
7 changes · master
New functionality added to Odoo
This update adds sample Indian tax classification details, including HSN/SAC codes and descriptions, to demo products across Indian localization apps. It also supports smoother product editing by aligning demo data with the updated requirement that HSN information is not mandatory.
Original PR description
Description of the issue/feature this PR addresses:
Task : https://www.odoo.com/web?#id=1948171&action=327&model=project.task&view_type=form&menu_id=4720
Pad : https://pad.odoo.com/p/r.bb7e8111b0a6db8eb8450c406393043c
Description : Remove required because it's creating an error while editing the product and that is not
legally required
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-prEnhancements to existing features
Survey questions with comments now use an expandable text area for matrix, single-choice, and multiple-choice answers. This makes longer responses easier to view and enter, with small label and alignment improvements for a cleaner survey experience.
Original PR description
Task:https://www.odoo.com/web#id=1960726&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.7d7896e582159a777be5a7b0e92628cf -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Portal page section titles are now consistently worded across customer-facing areas such as invoices, payments, sales, and partner pages. This creates a clearer and more polished experience by removing mixed labels like "my", "your", or no prefix at all.
Original PR description
Task: https://www.odoo.com/web#id=51585&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.17c9ca9dba103380c9ae1309f8707f90 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 change adds clearer identifiers to key sections of the mass mailing email editor. It makes it easier and safer for implementers to customize email building blocks without relying on fragile, overly specific references.
Original PR description
Description of the issue/feature this PR addresses: Easier way to xpath into mass mailing blocks Current behavior before PR: Right now if you want to add custom snippets to the mass mailing editor you need to do some rather long `xpath` expressions. For example to add a snippet to the body elements you would need to do `<xpath expr="//div[@id='email_designer_default_body']/div[2]" position="inside"></xpath>`. Desired behavior after PR is merged: By adding a few `id` elements, specifically on every main `div` element that holds a section of blocks we can create cleaner and easier `xpath` expressions: `<xpath expr="//div[@id='email_designer_body_elements'] position="inside"></xpath>` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The payment setup now uses the clearer name “PayU Latam” instead of “PayUlatam”. It also hides a configuration field when it is not relevant, making payment provider setup simpler and less confusing for users.
Original PR description
Pad:https://pad.odoo.com/p/r.8509c2a69e4103d43c4ac477a459007b Task:https://www.odoo.com/web#id=1940000&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Portal section headings now use a unified wording style, avoiding mixed labels such as “your”, “my”, or no possessive at all. This creates a more consistent and polished experience for customers using subscription portal pages.
Original PR description
Task: https://www.odoo.com/web#id=51585&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.17c9ca9dba103380c9ae1309f8707f90
Resolved issues and error corrections
Quotation emails now show the appropriate header, "Your Quotation," while sales orders continue to use the sales order wording. This avoids confusing customers during the quotation stage and makes outgoing sales communications clearer.
Original PR description
Task: https://www.odoo.com/web?#id=1936003&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.21ced48a94e492f787cbdb4ab4a73a8a 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