Daily updates from Odoo
Thursday, January 29, 2015
3 changes · master
New functionality added to Odoo
The documentation now includes a link to a PHP library for connecting with Odoo through XML-RPC. This helps developers and partners working in PHP find relevant integration resources more easily.
Original PR description
xml-rpc libarary written in php for php
Resolved issues and error corrections
Fixes a visual issue where tags in Kanban views could display incorrectly. This makes records easier to read and helps users scan Kanban cards more reliably.
Original PR description
TASK : https://www.odoo.com/web?db=openerp#id=11766&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.q0rskyt9lQudgJMa
Features or functions removed from Odoo
The update removes old XMLRPCS and timezone command-line settings that no longer affect the system. This simplifies help text and configuration files, reducing confusion for administrators while keeping a deprecated compatibility endpoint for now.
Original PR description
As far as I can tell, the `--timezone` XMLRPCs-related options don't have any effect anymore. They just take room in the help text and config file.