Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Consuming stock internally while using the its costs in project

by
Pierre Verkest
- 08/02/2024 13:28:48
I've done something quite similar, and the report part on project overview was quite a headache!

In my use cases I Haven't use stock at all, only consumable product that user are able to report from task or in a new list view likes timesheets.

The branch (for Odoo 14.0) was stalled but this is still in production and working pretty well https://github.com/OCA/project/pull/814

So based on this work, setting your stockable product as  `project_ok` and generating analytic lines somehow while consuming the product seems a good solution to mee.

Hope this can help !



Le mer. 7 févr. 2024 à 21:12, Graeme Gellatly <notifications@odoo-community.org> a écrit :
There are a couple of things I can think of.

1. Manufacturing Orders - ingredients as raw materials, portions as outputs, workorders as labour. Delivery Order for what is delivered, Analytic Accounts on sale. Can be done with/without projects. Will add up all your costs.
2. Stock locations - this is not quite the same fit, but many times I have faced scenarios where stocked goods are required for internal projects and the easiest way has been a stock transfer to a location with a different account set. 

Analytics could be added to both manufacturing and stock easily enough and I believe OCA has modules to do so. Also for linking MO's to projects. If you had a separate product / customer and used anglosaxon you would end up with effectively actual cost, unfortunately actual cost is an Odoo Enterprise only direct from Odoo feature at the moment, but for something this basic it could be done quite simply. Otherwise you could use average cost and rely on analytics/other reporting for actuals.

On Thu, Feb 8, 2024 at 8:41 AM Radovan Skolnik <notifications@odoo-community.org> wrote:
Hello,

I am dealing with a customer who provides catering services. The price is 
dependent only on how many portions they serve regardless of the costs of 
labour and/or ingredients used.

I am planning to use projects (analytic accounts) to keep track of 
profitability related to Sale Orders that will be invoiced based od delivered 
quantities (of portions). Now I am scratching my head as on how to consume 
storable stock (ingredients) in a way that its value would be added as a cost 
to the project. Internal transfers? Purchase Order within the organization?

The cost of staff should be possible to be dealt with with timesheets. Is that 
so?

Any advice is highly welcome. Thank you

Best regards

	Radovan Skolnik


_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe



--
Pierre

Reference