Daily updates from Odoo
Wednesday, February 13, 2019
4 changes · master
New functionality added to Odoo
Adds a left-side search panel to Kanban views so users can narrow records by key categories more quickly. The new filtering experience is applied to Employee cards and Lunch new orders, making everyday browsing and ordering workflows more efficient.
Original PR description
Link to task: https://www.odoo.com/web#id=1892462&action=333&active_id=133&model=project.task&view_type=form&menu_id=4720
Adds a new Forecasted Inventory menu so users can review expected stock levels across all products in one place instead of checking each product individually. The report includes pivot analysis by product and time period, default quantity measures, references, and clickable forecast cells for faster investigation.
Original PR description
Purpose of this task: Show forecasted inventory for all products. Before this commit we have to search forecasted inventory for each product individually. There is no way to check all the forecasted…
Purpose of this task: Show forecasted inventory for all products. Before this commit we have to search forecasted inventory for each product individually. There is no way to check all the forecasted inventory in a single menu. After this commit: User can search for all forecasted inventory from the menu 'Forecasted Inventory'. Features added. 1. Menu for Forecasted Inventory has been added. 2. Pivot view for Forecasted Inventory added. 3. Default measures has been set to 'Quantity' and 'Cumulative Quantity'. 4. Pivot view is grouped by product (vertical) and by days (horizontal). Why query changes required: User can search for all forecasted inventory from the menu 'Forecasted Inventory'. Features added. 1. lines only those containing any stock move will be shown. 2. Reference field added. 3. We remove 'week' from the query, instead of we fetch all the data according to 'date_expected', and we create three group_bys (i.e. group by date, week and month) so it is easy for the user to check report according to day, week and month. This commit is related to task 36088.
Odoo now supports CCAvenue as a payment provider, giving Indian businesses another option for accepting online payments. The update also improves payment failure visibility by logging error messages when a transaction does not complete successfully.
Original PR description
Task: https://www.odoo.com/web?#id=58741&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Co-authored-by: Rohan Patel <rop@odoo.com> 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 support for connecting UK VAT reporting to HMRC's Making Tax Digital service, including authorization, obligation retrieval, and VAT return submission flows. It helps businesses submit required VAT information more directly from Odoo and manage the HMRC connection through a proxy-based authentication process.