Daily updates from Odoo
Wednesday, May 21, 2014
4 changes · master
Enhancements to existing features
This change separates a shared set of web assets from other page bundles so common resources can be managed more consistently. It should help reduce duplication and improve maintainability across areas such as Point of Sale, Inventory, Website, and the main web interface.
The timesheet analysis report is now part of the main Timesheets module, making reporting available without relying on the Timesheet Sheets module. The Timesheet Sheets module now uses its own sheet-focused analysis report, improving organization and reducing overlap between modules.
Original PR description
--> move hr timesheet analysis report in to hr_timesheet --> replace timesheet analysis report by hr timesheet sheet analysis repost in hr_timesheet_sheet
Users will now see helpful warnings on customer, supplier, product, and product category forms when required accounting accounts are missing. These messages guide teams to set up a chart of accounts and stay hidden once the accounting setup is complete, reducing setup confusion.
Original PR description
The aim of the branch is as follows: 1) When account payable and account receivable are empty on a partner form view, display a message to warn and help the setup of a chart of accounts. 2) When income acccount and expense account are empty on a product and product category form view, display a message to warn and help the setup of a chart of accounts. 3) The warning message will not display if COA is installed. Thanks.
Several configuration forms were visually simplified by removing unnecessary sheet-style framing and improving awkward layouts. This makes setup pages cleaner and easier to use across accounting, CRM, HR, inventory-related, point of sale, and other business areas without changing core functionality.
Original PR description
remove sheet from the forms which are used for configuration. improved some ugly form views