Aaron ForgeFlow

Results 242 comments of Aaron ForgeFlow

so the proposal would be to overwrite the odoo standard compute field like this? ``` receipt_status = fields.Selection([compute='_compute_good_receipt_status') @api.depends( "state", "force_received", "order_line.qty_received", "order_line.product_qty" ) def _compute_good_receipt_status(self): prec = self.env["decimal.precision"].precision_get("Product Unit...

Finally, it seems it it going to be a module split: https://github.com/OCA/purchase-workflow/pull/2781

It's been open for a while now so I think that we can merge it. /ocabot merge nobump

I marked this as ready mostly to see your opinion about the certificate integration: - We lose the feature of specifying a folder were the certificate is stored (perhaps another...

Gracias @pedrobaeza. Creo lo más sencillo que se me ocurre es hacer un módulo certificate_encrypt que convierta los campos de password a metodos compute y guarde las password encriptada como...

Hola @EmilioPascual , de momento está parada, pero las pruebas que había hecho hasta el momento me habían ido bien. Ahora mismo sigue manejando los certificados tal y como estaban...

No, it is not intended, but it is kind of a known issue. It would be good to fix it even if it only affects admin.

@AlexPForgeFlow , ok thanks. I thought that "product" was the normal display_type when creating lines. But if it is not a section nor a note the display_type is empty then.

Just rebased to see if runboat is recreated