Daily updates from Odoo
Tuesday, August 13, 2024
3 changes · master
New functionality added to Odoo
Sales teams can now create spreadsheet-based calculators from quotation templates and use them to calculate prices, quantities, and other quotation line values before saving them back to the quote. This helps businesses support tailored pricing workflows, such as delivery or assembly cost calculations, while keeping each calculator adaptable to specific use cases.
Original PR description
Purpose ------- In several businesses, it might be cumbersome to properly calculate a quote (define an appropriate quantity, price, etc). The goal of this task is to allow user to easily access a…
Purpose
-------
In several businesses, it might be cumbersome to properly calculate a
quote (define an appropriate quantity, price, etc). The goal of this task is
to allow user to easily access a spreadsheet (blank or preconfigured) to
do those calculations.
Specification
-------------
From a quotation template, you can create a spreadsheet calculator template.
At creation, a list of sale order lines is inserted with a global
filter allowing to filter the lines according to their quotation.
You can add "Field sync" rules on any cell (right click on a cell) to update
one field of one order line in the list (readonly fields are excluded).
Then, when you create a quotation from the quotation template, you can open
the spreadsheet calculator. It creates a copy of the spreadsheet (allowing
you to play around values etc.) and adds a global filter to filter the
sale order lines from the quotation.
From this spreadsheet, by clicking on "Save in SO00XX", it reads the values
in cells with a "Field sync" rules and updates the quotation lines with
those values.
This allows to create very specific flows with any arbitraty computations
to compute any values in sale order lines, based on any data, from the
spreadsheet itself or from the database by inserting other data sources
in the spreadsheet template, for example, employee planning, products,
stock, etc.
This great power and flexibility comes with limitation about how generic
it can be. It's expected to hardcode product names or ids in formulas in
order to match order lines. Hardcoded names are of course not robust to
different languages, ids are robust to that but are less friendly and are
not cross-db compatible. Each spreadsheet calculator template must be
built specifically for every use case and every database.
Task: 3761590Point of Sale can now receive and manage online restaurant orders through UrbanPiper, starting with Zomato and Swiggy. This helps restaurants centralize third-party delivery orders in Odoo, reducing manual entry and improving order handling.
Original PR description
*=pos_restaurant_urban_piper In this commit : ==== - Enabled integration of online orders from various providers with the Point of Sale. - Currently, Zomato and Swiggy are implemented as the first providers. task- 4040542 Co-authored-by: paso-odoo <paso@odoo.com> Co-authored-by: meji-odoo <meji@odoo.com> Related: https://github.com/odoo/odoo/pull/173300 Related: https://github.com/odoo/upgrade/pull/6327
Introduces a new sales commission app to create commission plans and calculate commissions for salespeople and managers. The feature supports commissions based on sales, invoices, margins, and subscription growth, helping businesses automate and track incentive payouts more accurately.