Tuesday, August 14, 2018
8 changes
Enhancements to existing features
Sales orders, invoices, and website checkout pages now show the specific event ticket and event name instead of only the generic product name. This makes it clearer for customers what they bought and reduces confusion when one product is used for multiple event tickets.
Original PR description
task id: 1837987
Imports now better recognize positive numbers marked with a plus sign and can infer common decimal and grouping separators automatically. This makes importing financial and localized data easier and reduces the need for users to manually configure number formats.
Original PR description
* Handle a leading + in import data, some contexts (e.g. bank statements) will mark positive sums explicitly for clarity * Add basic grouping/decimal separator inference for people importing data from many localisations or to avoid them *having* to configure their separators if we can handle it for them, currently very basic
Debug mode now opens a fuller, standard view for reviewing model fields instead of a limited dialog. This helps users inspect field properties faster during customization without navigating through technical menus or relying on Odoo Studio.
Original PR description
When you need to fast review all properties of a model, mostly the fields it is really anoying go to all the technical path which has all the information already. My proposal is simply instead use a…
When you need to fast review all properties of a model, mostly the fields it is really anoying go to all the technical path which has all the information already. My proposal is simply instead use a dialog which is almost useless open a normal vie (a little improved) which allow us audit completely everything. With this you can save not just few minutes in a customization but save loss the concentration when you are making a fast customization, no need to go trhought odoo Studio which not always is necessary to have it installed in debugging time and/or this little change complement perfectly odoo studio on fast customizations. **Note:** If we add this in odoo studio, we can re-use the method also in the widget on odoo studio which should be nice, the imporvement in odoo studio was not done here. Before-After show case: ---  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Required dropdown fields no longer offer an empty option, preventing users from accidentally removing mandatory information. This helps keep records complete and reduces data entry mistakes in Odoo forms.
Original PR description
Task: https://www.odoo.com/web#id=49262&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.d960030cb1444cac7bba24017e029b96
List view rows are made taller on small screens to improve touch usability. This makes it easier for users on phones or tablets to tap the correct row and reduces accidental selections.
Original PR description
Task:https://www.odoo.com/web#id=34894&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.e20563196c0fc2fa26fe83b0b28fc2e4 - small devices inside a listview row elsy the touch - This commit is related to task ID 34894 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 work appears to improve VAT/VIES autocomplete behavior related to sales subscriptions. It should help streamline customer or tax information entry, reducing manual effort and potential data-entry mistakes.
Original PR description
task id: 1865925
Subscription sales orders now use a shared method to generate line names, making descriptions more consistent when subscriptions are created or updated. This supports clearer customer-facing order details and reduces the chance of inconsistent naming across subscription workflows.
Original PR description
task id: 1837987
List rows now have more comfortable spacing on tablets and other touch devices, making them easier to tap accurately. This improves usability for users working with lists on mobile or medium-sized screens.
Original PR description
tablet(even horizontal) or medium size devices(consider medium size because some tablet have width more than 991 in horizontal mode) Task: https://www.odoo.com/web#id=34894&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.e20563196c0fc2fa26fe83b0b28fc2e4