We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve _compute_formio_this_model_id function, to loop a multi recordset. Affected modules: formio_crm, formio_partner, formio_sales
_compute_formio_this_model_id
def _compute_formio_this_model_id(self): model_id = self.env.ref('base.model_res_partner').id for rec in self: rec.formio_this_model_id = model_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Improve
_compute_formio_this_model_id
function, to loop a multi recordset.Affected modules: formio_crm, formio_partner, formio_sales
The text was updated successfully, but these errors were encountered: