Daily updates from Odoo
Wednesday, August 5, 2015
2 changes · master
Resolved issues and error corrections
Timesheet records can now be created manually or imported without relying on a hidden view setting. This helps ensure required timesheet details are filled correctly during creation, reducing failed entries and import issues.
Original PR description
…e help of the magic default_is_timesheet=1 set in the context, thus in views. To allow manual creation or import of timesheets by setting is_timesheet=True directly, the values of invisible but required fields will be computed at create insted of default_get. This ensures that is_timesheet is set before the other fields.
This update fixes several website-related display and publishing issues, including duplicate published indicators and incorrect publish button behavior. It also moves payment publishing settings to the website payment area so payment options are shown more consistently in website and customer-facing flows.
Original PR description
ISSUE : https://www.odoo.com/web#id=644612&view_type=form&model=project.issue&action=963&active_id=681