Wednesday, August 25, 2021
2 changes · master
Code cleanup and technical improvements
This update renames and reorganizes the enterprise CRM website lead reveal module to match the clearer naming used in the community edition. It helps teams and maintainers better understand the module's purpose, with no direct functional change expected for business users.
Original PR description
PURPOSE Perform a global renaming / cleaning of IAP features often added or merged with minimal review. Time to cleanup ! SPECIFICATIONS Update after community changes. Propagate renaming done in community to better highlight original module purpose and usage. Rename ``crm_enterprise_iap_lead_website`` into ``website_crm_iap_reveal_enterprise``. LINKS Task-2630969 Prepares Task-2600047 (code improvements and cleaning)
Miscellaneous changes
On the mobile iOS app, the native datetime picker is used to select the value of a date{time} field. Sadly, a bug in the positioning of the native picker can result in placing it too low on the device's screen and hiding the time part of the picker (which makes it unreachable for the user). This issue was fixed in odoo/mobile-ios@8266a7be9529406b0f8dc5aae21b3ee6249e99b7 Due to the current situation with Apple, as we are not able to release new version of the mobile iOS app, we don't
Original PR description
On the mobile iOS app, the native datetime picker is used to select the
value of a date{time} field.
Sadly, a bug in the positioning of the native picker can result in
placing it too low on the device's screen and hiding the time part of
the picker (which makes it unreachable for the user).
This issue was fixed in odoo/mobile-ios@8266a7be9529406b0f8dc5aae21b3ee6249e99b7
Due to the current situation with Apple, as we are not able to release
new version of the mobile iOS app, we don't have much choice than
disabling the native datetime picker for this platform and fallback to
the regular web-based one.
Task ID: 2613810
Forward-Port-Of: odoo/enterprise#20439
Forward-Port-Of: odoo/enterprise#20402