Daily updates from Odoo
Tuesday, September 2, 2014
3 changes · master
New functionality added to Odoo
A new default product called Miscellaneous is now available in the Product module. It is set up as a consumable item and can be used in Point of Sale, making it easier to handle general or uncategorized sales without extra setup.
Original PR description
- Task: https://www.odoo.com/web?debug=#id=9109&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.YBclg3RUX64e7UYL
Enhancements to existing features
Adds three in-app onboarding tips to help users learn key accounting tasks on Android. The tips guide users through importing bank statements, reconciling bank statement lines, and understanding the balance sheet, making setup and daily accounting workflows easier to follow.
Original PR description
Add 3 Android Tips
Create new xml file in account module(account_tip_data.xml) and account_bank_statement_import module(account_import_tip_data.xml).
Tip1: Import Statement
Tip2: Reconciliation on bank statement
Tip3: Balance sheet
Task: https://www.odoo.com/web?#id=9065&view_type=form&model=project.task&menu_id=3942&action=327
Pad Link: https://pad.odoo.com/p/r.K4jFNvXJl2YQbZQkResolved issues and error corrections
Odoo now avoids using a user's home location for data storage when that home location is not a real directory, such as for system service accounts. This helps deployments start and run more reliably in stricter server setups.
Original PR description
Use site data dir instead of user data dir when user's home is not a directory. Like system users created with /dev/null as home. Stricter than before.