Tuesday, August 8, 2017
9 changes · master
New functionality added to Odoo
Helpdesk users can now combine multiple tickets into one new or existing ticket. This keeps customer history, followers, descriptions, and tags together while archiving the older duplicate tickets, making support work cleaner and easier to track.
Original PR description
Task - https://www.odoo.com/web?#id=33622&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad - https://pad.odoo.com/p/r.cc0b4cdf39270fe6ae2d56b02fe8b3f8
Enhancements to existing features
This update replaces potentially ambiguous references to “holidays” with “leaves” across HR, payroll, calendar, timesheet, and recruitment-related areas. The change makes the product language clearer for international users, especially where “holidays” can mean either vacation time or public holidays depending on region.
Original PR description
**Task** : https://www.odoo.com/web#id=33422&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **pad** : https://pad.odoo.com/p/openerp-project.task-75PV18I669 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
Customer portal functionality is being made available independently of the Website app, so sales, accounting, and project users can offer portal access without enabling full website features. Website remains available for branding, custom pages, ecommerce, and advanced online quote experiences, while shared routing and language handling are moved into reusable foundations.
Original PR description
Task: https://www.odoo.com/web#id=30850&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Purpose: Customer portal will be available for sale, account and project modules. Payment will be available if payment acquirers are installed. Having website installed still offers interesting opportunities: customization, header / footer customization, custom pages, front page for your enterprise, ... website module will be used for customization independently of having access to a customer portal. eCommerce and Online Quote will still depend on website as those are advanced website feature.
Payment terms can now be arranged in a chosen order, making them display consistently according to business preference. This helps accounting teams keep commonly used or priority terms organized and easier to find.
Original PR description
Description of the issue/feature this PR addresses: - Payment terms not display based on sequence. Current behavior before PR: - Currently there is no sequence in payment terms. Desired behavior after PR is merged: - Now it's able to arrange payment terms in sequence. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=34626&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.778dc8c5c5ebcaad8793dbcc20de766d
The VAT settings now use clearer wording for the VIES VAT check, including updated labels and tooltip text. This helps users better understand that the setting verifies VAT numbers, reducing confusion during company and accounting configuration.
Original PR description
…mbers' and tooltip task:https://www.odoo.com/web#id=35065&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad:https://pad.odoo.com/p/r.05e5ed3ae2b9bbf693bde01480f733f8 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 Point of Sale dashboard now shows when a session is already running and hides the option to start a new one for that register. This helps staff avoid failed attempts to open duplicate sessions and shows the correct user during closing control.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=33536&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad :…
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=33536&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.5e0a8bfae87c270f45376ccfa1668325 Current behavior before PR: - pos users are suggested to start a pos session even if a session is already running. - when a session is in 'closing control', the displayed pos_session_username is 'unused' on the dashboard. But if another user clicks on New Session their get 'You cannot create two active sessions related to the same point of sale!' Desired behavior after PR is merged: - hide "new session" button if a session is already running for this pos. - show session status if running: https://drive.google.com/a/odoo.com/file/d/0B1uIL9E_zXrrdEg5ZU1fRlVJT2c/view?usp=drivesdk - if status is 'closing control', show the user name who started the session (and not 'Unused'). -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Checks generated in the U.S. check printing module now include the recipient's address details. This helps businesses produce more complete, mail-ready checks and reduces the need for manual address handling.
Original PR description
Task: https://www.odoo.com/web?#id=28573&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.ae620b21afcb41781ce214291703d892
User-facing wording is updated from “holidays” to “leaves” to avoid regional ambiguity between UK and US English. This makes HR and planning screens clearer and more consistent for international users.
Original PR description
**Task** : https://www.odoo.com/web#id=33422&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **pad** : https://pad.odoo.com/p/openerp-project.task-75PV18I669
Code cleanup and technical improvements
This update adapts several Enterprise apps to a platform change that separates customer portal capabilities from website editing features. It keeps portal pages, payments, helpdesk, calendar, and subscription flows working while allowing the website app to focus on customization such as headers, footers, and custom pages.
Original PR description
Task: https://www.odoo.com/web#id=30850&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Purpose: Customer portal will be available for sale, account and project modules. Payment will be available if payment acquirers are installed. Having website installed still offers interesting opportunities: customization, header / footer customization, custom pages, front page for your enterprise, ... website module will be used for customization independently of having access to a customer portal. eCommerce and Online Quote will still depend on website as those are advanced website feature. Related to https://github.com/odoo/odoo/pull/17100