Stan (stgu)

Results 7 issues of 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...

RD

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...

RD

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...

RD

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....

RD

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

RD

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...

RD