Daily updates from Odoo
Friday, August 14, 2015
9 changes · master
New functionality added to Odoo
Point of Sale can now apply fiscal positions from both the shop setup and the selected customer, with a new on-screen control to adjust it on an order. This helps businesses apply the right tax rules more consistently during checkout.
Original PR description
Task: https://www.odoo.com/web#id=11404&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.onCx0SYmwpXjbJVJ
Enhancements to existing features
Administrators and developers can now define the table and column names used behind custom many-to-many fields. This improves consistency with existing fields, suggests safe defaults automatically, and helps prevent accidental removal of shared relationship data.
Original PR description
Define the columns and name of the relation table of custom many2many fields Improve reflection of existing many2many fields (@rco-odoo) Add onchange for many2many fields (@rco-odoo)
Customers can now view and follow their project issues directly from the website account area, including issue details, discussions, and related timesheets. The change also streamlines portal access rules and removes older public project pages so project information is shared through controlled, customer-facing views.
Original PR description
Task: https://www.odoo.com/web#id=19615&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.4zlAPZCa43eRYtWx Courtesy of @dja-odoo
This update simplifies and tidies the configuration screens and access settings used by organizations running multiple companies in Odoo. It helps administrators manage company-related setup more clearly and consistently, reducing confusion in day-to-day administration.
Original PR description
Task: https://www.odoo.com/web#id=20071&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.3uHgsbfMg761rFAM
The Point of Sale app now includes a dashboard that gives users quicker access to useful status information such as recent closing balances and closing dates. The update also streamlines how POS sessions are opened, reducing extra steps and making daily operations easier to monitor.
Original PR description
This dashboard has implied some refactoring: - the wizard pos_session_opening has been deleted and all the methods have been put inside pos_config - new fields in pos_config to display some useful informations (closing balance, closing date, etc.)
Employee profile pages on the website have been improved to present team information more clearly. The employee form now includes a public information field, helping businesses manage what details are shown publicly.
Original PR description
- **Task :** https://www.odoo.com/web#id=12566&view_type=form&model=project.task&menu_id=3942&action=327 - **Pad :** https://pad.odoo.com/p/r.3ZBILTbUKv37cc3G
Resolved issues and error corrections
This fixes an issue where information entered or shown as read-only in a pop-up form was not correctly saved back into related list fields. Users can now rely on those values being preserved when creating or updating related records, reducing data loss and manual correction.
Original PR description
Transfer options to 'data_create' and 'data_update' Add tour to check the fix
This change fixes how forms update related line items and linked records when field values change automatically. It helps ensure users see complete, consistent information in forms and reduces the risk of edits being lost or displayed incorrectly.
Original PR description
Use the method `convert_to_onchange` to convert cached values in the output format of method `onchange`. The format of `one2many` and `many2many` fields is modified to return the values of the fields instead of a diff with commands.
This update corrects a small typo in the Point of Sale configuration area. It improves clarity for users or maintainers without changing how the system works.