Thursday, March 7, 2024
3 changes · saas-17.1
Enhancements to existing features
This update streamlines the initial setup for Odoo users in New Zealand. It updates key tax settings, account configurations, and default chart of accounts to better align with New Zealand's tax regulations, making it easier for businesses to get started with Odoo in this region. This improves the out-of-the-box experience and reduces the initial configuration effort.
Original PR description
This tasks aims to improve the out-of-the-box configuration of the NZ localization by updating some tax groups, taxes, accounts and default COA settings. Task ids 3647518 & 3647460 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154541
This update enables users to select key tax document types – ‘80’ and ‘83’ – when creating invoices with the ‘Online Invoice’ AFIP POS System setting enabled. Previously, these document types were unavailable in this scenario. This change ensures compliance with Argentinian tax regulations and improves invoice processing for users operating within the AFIP system.
Original PR description
This pull request replaces https://github.com/odoo/odoo/pull/156598 Description of the issue/feature this PR addresses: It is necessary to be able to select document types "80 INFORME DIARIO DE…
This pull request replaces https://github.com/odoo/odoo/pull/156598 Description of the issue/feature this PR addresses: It is necessary to be able to select document types "80 INFORME DIARIO DE CIERRE (ZETA) - CONTROLADORES FISCALES" and "83 TIQUE" in an invoice if the journal of the invoice has "Online Invoice" set on field "AFIP POS System". Current behavior before PR: User is not able to select document types "80 INFORME DIARIO DE CIERRE (ZETA) - CONTROLADORES FISCALES" and "83 TIQUE" in an invoice if the journal of the invoice has "Online Invoice" set on the field "AFIP POS System". Desired behavior after PR is merged: User is able to select document types "80 INFORME DIARIO DE CIERRE (ZETA) - CONTROLADORES FISCALES" and "83 TIQUE" in an invoice if the journal of the invoice has "Online Invoice" set on the field "AFIP POS System". Task Adhoc side: 34790 Task latam: 1167 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#156695
This update streamlines the setup of Odoo's email functionality by migrating existing configuration settings to a new system. This allows users to initially configure basic settings through the base module, then easily install the full mail module and its associated features, like website and server domain setup. It addresses a change in how email configuration is handled within Odoo, ensuring compatibility and a smoother installation process.
Original PR description
When adding alias domain in v17 support of configuration parameter was dropped. We moved from singleton configuration to multi domains using real models. This means most of mail support lies in mail while part of it was in base beforehand. In some cases we want to let people do some basic configuration using base module then install mail which could migrate this ICP based configuration into new models. This is notably the case with odoo.sh where mail is not always automatically installed. With this change existing ICP are now used to bootstrap alias domain table at mail module initialization. Task-3789584 Forward-Port-Of: odoo/odoo#156654