Monday, December 22, 2014
10 changes
New functionality added to Odoo
This update adds explanatory tooltips to project-related filters, making it easier for users to understand what each filter does before applying it. It improves usability in project accounting views with a small, low-risk interface enhancement.
Original PR description
Respected Sir,
I have add filter tooltips in following file of project module.
modified: addons/account/project/project_view.xmlEnhancements to existing features
Menu rules can now use richer conditions, such as date or time-based criteria, when deciding what users see. This helps businesses configure more precise navigation without custom workarounds.
Original PR description
Allow more complex evaluations (e.g. using time) in domain of ir.ui.menu. opw 603382 To replace #854 (new feature)
Features or functions removed from Odoo
The web interface no longer checks or warns users about timezone differences. This removes an outdated prompt and simplifies the user experience in the web client.
Original PR description
Task: https://www.odoo.com/web?#id=10031&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.4G5Vu8zFmWDa7KXC
Code cleanup and technical improvements
The website forum module was modernized to use Odoo's newer internal framework. This should make the forum code easier to maintain and support future updates without changing how users interact with forums.
This update adds and improves tooltip descriptions for filters across sales-related screens, making it easier for users to understand what each filter does. The change should reduce confusion during searching and reporting without altering core workflows or business data.
Original PR description
Respected Sir,
I have add and improve existing filter tooltips in following file of sales module.
modified: addons/account/account_view.xml
modified: addons/crm/crm_lead_view.xml
modified: addons/crm/crm_phonecall_view.xml
modified: addons/crm_claim/crm_claim_view.xml
modified: addons/crm_partner_assign/crm_lead_view.xml
modified: addons/email_template/res_partner_view.xml
modified: addons/mrp/mrp_view.xml
modified: addons/sale/sale_view.xml
modified: addons/sale_layout/views/sale_layout_category_view.xml
modified: addons/stock/product_view.xmlAccounting screens now include improved tooltip descriptions for filters, making it easier for users to understand what each filter does. This helps reduce confusion when reviewing invoices, vouchers, projects, and other accounting records.
Original PR description
Respected Sir, I have add and improve existing filter tooltips of accounting module.
This update improves help text and tooltips across accounting-related screens so users can better understand what each field means. The change should reduce confusion during accounting setup, reporting, invoicing, asset management, voucher processing, and localized import workflows.
Original PR description
Respected Sir,
I have added and improved existing " field tooltips " in accounting module....
modified: addons/account/account.py
modified: addons/account/partner.py
modified: addons/account/res_config.py
modified: addons/account/wizard/account_financial_report.py
modified: addons/account/wizard/account_report_common.py
modified: addons/account_asset/account_asset.py
modified: addons/account_voucher/account_voucher.py
modified: addons/l10n_be_coda/wizard/account_coda_import.py
modified: addons/l10n_br/account.pyThis update improves and adds explanatory tooltips across sales-related screens and connected areas such as products, customers, delivery, CRM, accounting, projects, stock, and point of sale. The clearer field descriptions help users understand what information to enter and reduce confusion during day-to-day sales workflows.
Original PR description
Respected Sir,
I have improved existing fields tooltips in sales module as well as add new field tooltips in sales module.Field descriptions in the Project area were added and improved so users can better understand what information each field captures. This helps reduce confusion during project setup and daily use without changing core functionality.
Original PR description
Respected Sir,
I have added and modified field tooltips in project module....
modified: addons/analytic/analytic.py
modified: addons/project/project.pyThis update improves the explanatory tooltips and filter descriptions shown across multiple Odoo applications. It helps users better understand fields and search options while working in accounting, mail, manufacturing, projects, sales, stock, HR, CRM, and related areas.
Original PR description
Respected Sir, I have modify field tooltips in following module's file......... ``` modified: addons/account/account.py modified: addons/account/wizard/account_report_common.py modified:…
Respected Sir,
I have modify field tooltips in following module's file.........
```
modified: addons/account/account.py
modified: addons/account/wizard/account_report_common.py
modified: addons/account/wizard/account_vat.py
modified: addons/base_setup/res_config.py
modified: addons/email_template/email_template.py
modified: addons/mail/mail_alias.py
modified: addons/mail/mail_mail.py
modified: addons/mail/mail_message.py
modified: addons/mrp/mrp.py
modified: addons/project/project.py
modified: addons/sale_stock/sale_stock.py
modified: addons/stock/product.py
modified: openerp/addons/base/ir/ir_actions.py
modified: openerp/addons/base/ir/ir_cron.py
modified: openerp/addons/base/res/res_partner.py
```