Stan (stgu)
Stan (stgu)
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines...
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines...
function isHtmlContentSupported previously returned False for sub-elements of nodes with data-oe-type="html". That should not be the case as these nodes do support html. This commit fixes that. Description of the...
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines...
Previously, settling a sale.order from the POS of a Belgian company would require the creation of an invoice. This was actually only necessary when the sale contains intra-community (EU) taxes....
Original PR: https://github.com/odoo/odoo/pull/92472 Needs to be merged first: https://github.com/odoo/odoo/pull/91098 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Method `_create_work_contacts` is called on employees having no work contact. However, it still creates contacts when no employee meets this condition. This commit ensures at least one employee meets the...