Sunday, June 2, 2024
3 changes · saas-17.3
Miscellaneous changes
ZATCA updated the VAT exemption reason codes to be provided for 0% taxes. This commit aims to expand the list of existing tax exemption reason codes in odoo to include the new reason: VATEX-SA-OOS Description of the issue/feature this PR addresses: Currently the VAT exemption reasons defined in the l10n_sa_edi module do not include all the reasons listed by ZATCA Current behavior before PR: Current VAT exemption reasons do not include reason VATEX-SA-OOS, i.e: "Not subject to VAT" De
Original PR description
ZATCA updated the VAT exemption reason codes to be provided for 0% taxes. This commit aims to expand the list of existing tax exemption reason codes in odoo to include the new reason: VATEX-SA-OOS Description of the issue/feature this PR addresses: Currently the VAT exemption reasons defined in the l10n_sa_edi module do not include all the reasons listed by ZATCA Current behavior before PR: Current VAT exemption reasons do not include reason VATEX-SA-OOS, i.e: "Not subject to VAT" Desired behavior after PR is merged: Add VAT exemption reason VATEX-SA-OOS --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#166104
Before this commit: creating a move line with a product without hsn code and later adding the hsn code on the product. The hsn code on the move line doesn't get updated After this commit: We solve the above issue and add dependency of `product_id.l10n_in_hsn_code` on the compute method task-3958797 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#167291
Original PR description
Before this commit: creating a move line with a product without hsn code and later adding the hsn code on the product. The hsn code on the move line doesn't get updated After this commit: We solve the above issue and add dependency of `product_id.l10n_in_hsn_code` on the compute method task-3958797 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#167291
Before this PR -------------------- When creating a new company and selecting the country localisation available to install `alert` was visible, on clicking the install button it installed the l10n modules available for that country but the COA was not set After this PR ----------------- The alert has been removed once the country is selected on company and it is saved the available `l10n` modules are installed and sets the COA as per the country --- I confirm I have signed t
Original PR description
Before this PR -------------------- When creating a new company and selecting the country localisation available to install `alert` was visible, on clicking the install button it installed the l10n modules available for that country but the COA was not set After this PR ----------------- The alert has been removed once the country is selected on company and it is saved the available `l10n` modules are installed and sets the COA as per the country --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#167438 Forward-Port-Of: odoo/odoo#156650