Daily updates from Odoo
Wednesday, February 3, 2016
7 changes · master
Enhancements to existing features
This update streamlines several Odoo app menus by moving single report or configuration actions up one level, reducing unnecessary clicks. It also renames selected labels and menu entries in Membership, Events, HR, and related apps to make navigation clearer for everyday users.
Original PR description
Membership : Rename Dashboard into Members, reports : Single menuitem with action on it Event : Rename labels Lead automation, remove configuration menus Move the action to the upper level when there is only one child (On reports and configs) TASK : https://www.odoo.com/web#id=15061&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.e01wM4LlozzLxo90
Point of Sale receipts now print in a right-to-left layout for languages such as Arabic, Hebrew, and Persian. This improves readability and customer experience in markets where these languages are used, while also standardizing language direction settings across Odoo.
Original PR description
<b>Commit Message:</b> tools: misc.py specifiy RTL language list. base: res_lang set language direction base on misc.py specified RTL languages. point_of_sale: report print right to left direction for Arabic, Hebrew, Persian language. <b>Task:</b> https://www.odoo.com/web#id=19628&view_type=form&model=project.task&action=327 <b>Pad:</b> https://pad.odoo.com/p/r.0vry29QQ87v8Mtk0
Event organizers can now change an event's start and end dates and use an email template to inform participants about the reschedule. This helps reduce confusion when event schedules change and keeps attendees updated without manually writing notifications.
Original PR description
Add email template to notify the dates have been changed TASK : https://www.odoo.com/web#id=20061&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.izI7sqkPnChVD7Dc
Shared forum posts now show a richer summary card on Twitter. This makes forum links more attractive and informative when shared, helping improve visibility and engagement.
Original PR description
…twitter See: https://dev.twitter.com/cards/types/summary
Odoo now starts standard manufacturing, purchasing, and inventory lead times at 0 days by default. This makes delivery and receipt dates easier to understand for businesses that buy and sell on the same day without advanced scheduling.
Original PR description
Lead times are too advanced for most of our online users. Most of the companies just buy and sell and don't manage scheduling. As an example, when they do MTO, they purchase the same day they sold. The problem with current lead time is that users don't understand the dates produced on delivery orders and receptions. They even have receptions in the past, and they don't understand why. (customer lead time default to 7 and vendor lead time to 1, as well as security days, ...)
The CRM planner has been reorganized into clearer business sections, making it easier for users to navigate setup topics like sales flow, pipeline, pricing, and reporting. It also adds clearer guidance on using incoming emails to generate leads, helping teams understand how prospects can automatically become opportunities in Odoo.
Original PR description
- Restructure the menus this way:
Sales Flow
Pipeline
Proposal
Deployment
Incoming emails
Customers
Products
Prices
Reporting
Customizations
- Add a short intro about leads in Incoming emails (why using leads?
first contact, contact forms) -> in incoming email menu
"There are several ways for your company to generate leads with Odoo CRM.
One of them is using your company's generic email address as a trigger
to create a new lead in the system. In Odoo, each one of your sales teams
is linked to its own email address from which prospects can reach them.
For example, if the personal email address of your Direct team is
direct@mycompany.example.com, every email sent when a new prospect
contacts you will automatically create a new opportunity into the sales team.
That's the easiest way to integrate Odoo with third party apps.Resolved issues and error corrections
This change restores the previous reporting components after a recent update caused several reports, including point of sale sales details, to fail with an error. It helps ensure staff can access sales and order reports reliably again without interruptions.
Original PR description
ISSUE : https://www.odoo.com/web#id=646202&view_type=form&model=project.issue&action=963&active_id=681