Daily updates from Odoo
Wednesday, March 11, 2015
2 changes
Enhancements to existing features
The procurement menu now shows how many procurement items are currently in an exception state. This helps users spot purchasing or fulfillment issues faster without opening the full procurement list.
Original PR description
Hello, With this branch it will show the number of procurement exceptions state in the left menu Task: https://www.odoo.com/web#id=11719&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.XlVDoFULHJjIVNHt Thanks
The documentation now explains pivot views as their own view type instead of relying on an attribute that was unclear or ineffective. This helps implementers follow the supported approach and understand available pivot view options more reliably.
Original PR description
the type="pivot" attribute doesn't seem to work, in the code when it works, `<pivot>` is used and has two undocumented attributes.