Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
1988 Ansichten

Hello,


I have a Stock field and I want it to record the quantity available based on the quantities of product receipts and issues registered.


I need the stock field to update automatically


The stock field should be a calculated field, where the calculation is a subtraction between the input quantity field and the output quantity field.


I have tried to do it in several ways but I can't get the expected result.

I am using Odoo Studio free version

Avatar
Verwerfen

Could you share first what you have tried already?

Autor

I have tried to create the stock (integer) calculated field with the following code:
for record in self:
record['x_studio_stock_disponible'] = record.x_studio_unidades - record.x_studio_enviado

The Stock field is from the Warehouse model and the fields to be subtracted are related fields, one from the Input model and the other from the Output model. The three models are related.

Autor Beste Antwort


I have tried to create the stock (integer) calculated field with the following code:
for record in self:
record['x_studio_stock_disponible'] = record.x_studio_unidades - record.x_studio_enviado

The Stock field is from the Warehouse model and the fields to be subtracted are related fields, one from the Input model and the other from the Output model. The three models are related.


Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Aug. 23
2075
1
Juni 21
2897
3
Sept. 23
2186
3
Mai 25
1644
1
Apr. 25
1243