Wednesday, December 19, 2018
4 changes · master
Enhancements to existing features
Fleet vehicle reminders are now scheduled 30 days before the relevant date instead of 15 days. This gives teams more lead time to plan renewals, maintenance, or other vehicle-related actions and reduces the risk of last-minute follow-up.
Original PR description
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 update removes a payroll accounting field that was not being used. It simplifies the module slightly and reduces clutter without changing day-to-day payroll accounting behavior.
Original PR description
This field seems to be never used. 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 makes default values in Point of Sale configurations easier to customize when importing setup data. It helps businesses load configuration records under the appropriate user context instead of being limited to the system administrator behavior.
Original PR description
## Description of the issue/feature this PR addresses: In case of import of data in pos.config you may want your data being inserted with another user than superadmin. This fix allows to manage the behavior by make it possible to override these methods ## Current behavior before PR: default field methods are NOT overridable in pos.config ## Desired behavior after PR is merged: default field methods ARE overridable in pos.config useful in inserted data -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users in debug mode can now update the OdooBot state field shown in their preferences. This resolves a mismatch where the setting was visible but could not be changed, improving administrative consistency.
Original PR description
Before this commit it was imposible to write on odoobot_state even though it is showed in user preferences (debug mode) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr