Wednesday, August 21, 2019
1 change · master
New functionality added to Odoo
Employees can now link an expense directly to a project when that project has cost tracking enabled. This makes expense costs flow into project reporting and keeps reinvoicing tied to sales orders where applicable, while also tightening access to internal analytic account data.
Original PR description
This merge commit provide the possibility for project user to select a project on an expense. Selectable project are only the one with an analytic account set. Setting the project will set the analytic account, so posting the expense will create analytic entries, and will finally appear on the project overview. If the analytic account still match an open sale order (and if the product is reinvoicable), a new SO line will be added on the SO (this flow does not change here). Task-1843241 (previsouly Task-1911581)