Tuesday, August 14, 2018
4 changes · master
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
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