Christopher Ormaza
Christopher Ormaza
@ForgeFlow
I implemented in account.payment import, but in this case is evaluated values as a dict, because that I think should be better to add an empty dict to general call...
Reference: https://github.com/OCA/sale-workflow/pull/1489
First notification is sent by https://github.com/odoo/odoo/blob/16.0/addons/mail/models/mail_activity.py#L348 Because new field team_user_id is a related field, when both field are passed to create function, trigger a write to sync fields, because that...
This commit (https://github.com/odoo/odoo/commit/5dc4cff60a557e14b08440c227423291c407899b) explain why should be change access to this classes - ir.model - ir.model.fields - ir.model.data - ir.model.fields.selection - ir.ui.view
I found cases where product_uom_qty is raised as a change in field, but is for decimal errors, for example this one 50.0 != 50.00000000000001 @ForgeFlow
This tool allow reassign existing variants to an empty template, this ideal when odoo has template creation as a initial approach, but after some time you decide to combine similar...