Daily updates from Odoo
Navigate
Branch
Wednesday, September 2, 2015
7 changes
New functionality added to Odoo
Users can now archive or restore records directly from list and kanban views across several business areas. This makes it faster to hide outdated items while keeping historical information available when needed.
Adds a new accounting feature to manage cash basis taxes, helping companies record tax only when payments are made or received. This improves compliance and reporting for businesses that use cash-based tax accounting rules.
Users can now archive and unarchive records in many Odoo apps instead of deleting or leaving old records visible. This makes it easier to keep daily work views clean while still preserving past information and finding archived items when needed.
Original PR description
…d active fields wherever needed in models and views, added Archive search filter to fin out archived records in one click, added archive/unarchive logic in form_view.js,listview.js,kanban_view.js,kanban_record.js,kanban_column.js to support archive or unarchive record(s) from sidebar Task: https://www.odoo.com/web#id=12363&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.G75bhsp6WTZUpBAx
Users can now archive or restore records directly from common record views such as forms, lists, and kanban boards. This makes it easier to hide inactive items without deleting them and to bring them back when needed.
Original PR description
…b-client, put the archive/unarchive stuff in form_view.js,listview.js,kanban_view.js,kanban_record.js,kanban_column.js to support archive or unarchive record(s) from sidebar Task: https://www.odoo.com/web?#id=12363&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.G75bhsp6WTZUpBAx
Enhancements to existing features
Updates the in-app planning guidance across Accounting, CRM, Project, Inventory, Website, and the Planner tool to align it with recent product changes. This helps users follow more accurate onboarding steps and see clearer supporting content when setting up these apps.
Original PR description
Task :- https://www.odoo.com/web#id=20374&view_type=form&model=project.task&menu_id=3942&action=327 Pad :- https://pad.odoo.com/p/r.vwKWQrAmtGygm8kq
New CRM teams now start with a ready-made pipeline containing New, Qualified, Proposition, and Won stages. This gives sales teams a usable setup immediately, reducing manual configuration and helping standardize opportunity tracking.
Original PR description
Now we'll have 'New', 'Qualified', 'Proposition' and 'Won' which is folded
Miscellaneous changes
msgstr keyword missing on line 7326, which causes exception when loading a translation.
Original PR description
msgstr keyword missing on line 7326, which causes exception when loading a translation.