Sunday, December 27, 2015
8 changes
Enhancements to existing features
Purchase orders can now automatically suggest the right fiscal position based on the taxes used on order lines. The fiscal position form is also easier to use, helping teams reduce manual setup and avoid tax mapping mistakes.
Original PR description
TASK : https://www.odoo.com/web#id=10958&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.2AEBpcjCYjPWqyzb
Consumable products are now prevented from allowing manual quantity entry in stock-related product views. This helps avoid inventory quantities being tracked or adjusted for items that are intended to be consumed without stock management.
Original PR description
Task: https://www.odoo.com/web?#id=11474&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.Q4AcpMDZsCzWMdLC
The time off module now relies on the company working schedule setup, ensuring leave calculations always have at least a default calendar to use. This makes employee absence planning more consistent and reduces configuration gaps that could affect time off management.
Original PR description
- Task: https://www.odoo.com/web#id=11524&view_type=form&model=project.task&action=333&active_id=248 - Pad: https://pad.odoo.com/p/r.0EDsw6ISMbukkblo
Employee profile leave buttons and labels have been updated to make pending and remaining leave information easier to understand. New filters for to-do items, leave type, and year help managers and employees find relevant leave records more quickly.
Original PR description
...button into Leaves to process also add a TO Do filter and rename Number Of Leaves into Remaining Leaves oe_stat button and all group visible by employee ,add a filter type and year. also change a oe_stat button on number of leaves. https://www.odoo.com/web?#id=10204&view_type=form&model=project.task&action=327 pad: https://pad.odoo.com/p/r.2FBjWajDmTJjrTiC
This update improves how teams manage columns in Kanban views, especially for CRM pipelines and sales teams. It makes stage and column handling more consistent and easier to maintain, helping users organize opportunities more smoothly.
Original PR description
- Task: https://www.odoo.com/web#id=10484&view_type=form&model=project.task&action=333&active_id=248 - Pad: https://pad.odoo.com/p/r.tWbmRE8OGYFuP57Z
This update improves how Odoo handles languages and translations, especially when only one language is active. Users get clearer warnings around translated fields, while administrators gain easier enable/disable controls for languages and safeguards against deactivating important preferred languages.
Original PR description
- Task: https://www.odoo.com/web#id=7329&view_type=form&model=project.task - Pad: https://pad.odoo.com/p/r.xskE3sIW2MMy17Bd
Kanban boards now automatically include empty and folded columns from related records, making it easier for users to add and manage columns without extra setup. This improves consistency across sales, recruitment, project, survey, events, and documentation workflows while reducing duplicated configuration behind the scenes.
Original PR description
...d folded columns from related model and default_group_by field will be automatically added to the kanban no need to declare in kanban to enable the button 'Add a new column'. pass options in the read_group, In options pass 'fold_field' and 'display_empty_column' fields and remove _group_by_full methods from crm, hr_recruitment, project, project_issue, survey, website_event_track, website_forum_doc modules. - Task: https://www.odoo.com/web?&debug=#id=7915&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.HUjKxbzyZdbgek0f
Accounting-related decimal precision settings were renamed and consolidated to use clearer business terms such as Price, Quantity, Weight, Percentage, and Amount. This makes configuration easier to understand and removes outdated precision categories that were no longer needed.
Original PR description
- https://www.odoo.com/web?#id=5909&view_type=form&model=project.task&menu_id=3942&action=327
- https://pad.odoo.com/p/r.37wvSpFHuUZQqdsG
Hello,
```
Rename some Decimal Precision and Remove unused Decimal Precision .
now have this decimal precision list:
Price
Quantity
Weight
Percentage
Amount
```
-> Rename Precision
Product Price ==> Price
Product Unit of Measure ==> Quantity
Product UOS ==> Quantity
Stock Weight ==> Weight
Account => for accounting, credit debit amount in journal items
-> Remove Precision
Account ==> Amount
Discount ==> Price
Payment Term ==> Price
Payroll ==> Price
Payroll Rate ==> Percentage.
```
Add the new Decimal Precision in required field in the modules.
```