Saturday, March 18, 2023
9 changes · master
Enhancements to existing features
This update makes a small correction to the Peru electronic invoicing module. It helps keep local invoicing behavior aligned and reliable for businesses operating in Peru.
Miscellaneous changes
Add chart of accounts, taxes and tax report for Mozambican localization Community-PR: https://github.com/odoo/odoo/pull/114248 Enterprise-PR: https://github.com/odoo/enterprise/pull/37742 Task-Id: 3162293 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#115584 Forward-Port-Of: odoo/odoo#114248
Original PR description
Add chart of accounts, taxes and tax report for Mozambican localization Community-PR: https://github.com/odoo/odoo/pull/114248 Enterprise-PR: https://github.com/odoo/enterprise/pull/37742 Task-Id: 3162293 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#115584 Forward-Port-Of: odoo/odoo#114248
Added views and menuitems for account_edi.document and account_edi_proxy_client.user, so that our technical team will be autonomous in its investigations. See: odoo/upgrade#4413 Task link: https://www.odoo.com/web#model=project.task&id=3204255 Task-3204255 Forward-Port-Of: odoo/odoo#113577
Original PR description
Added views and menuitems for account_edi.document and account_edi_proxy_client.user, so that our technical team will be autonomous in its investigations. See: odoo/upgrade#4413 Task link: https://www.odoo.com/web#model=project.task&id=3204255 Task-3204255 Forward-Port-Of: odoo/odoo#113577
A header in the mail gives the amount and the validity date of a quotation. Its means the quotation will expire at this date, and is not related to any missing payment. The validity date has no meaning on a confirmed sale order and is therefore removed. task-3185072 opw-3182569 Forward-Port-Of: odoo/odoo#115323
Original PR description
A header in the mail gives the amount and the validity date of a quotation. Its means the quotation will expire at this date, and is not related to any missing payment. The validity date has no meaning on a confirmed sale order and is therefore removed. task-3185072 opw-3182569 Forward-Port-Of: odoo/odoo#115323
Before this commit, if a single analytic line in the database has an inconsistent company with it's anlytic account, all creation of an analytic account was impossible because the constraint _check_company_consistency is checked on the entire table. This commit restrict the _check_company_consistency only on the current record set. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#115698
Original PR description
Before this commit, if a single analytic line in the database has an inconsistent company with it's anlytic account, all creation of an analytic account was impossible because the constraint _check_company_consistency is checked on the entire table. This commit restrict the _check_company_consistency only on the current record set. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#115698
Steps to reproduce: - Switch to German - Go to project and select a project - Go to the quick create interface **Current behaviour:** The buttons label are too long and the buttons overflow the width of the card. **Expected behaviour:** Buttons should eventually go to the next line in order to not overflow the width of the card and to have the full label taskid-3234707 Forward-Port-Of: odoo/odoo#115626
Original PR description
Steps to reproduce: - Switch to German - Go to project and select a project - Go to the quick create interface **Current behaviour:** The buttons label are too long and the buttons overflow the width of the card. **Expected behaviour:** Buttons should eventually go to the next line in order to not overflow the width of the card and to have the full label taskid-3234707 Forward-Port-Of: odoo/odoo#115626
Fetching journals to get the next bank/cash code must fetch archived/active=False journals too else an occur can for client: 'A journal group name must be unique per company.' opw-3204708 Description of the issue/feature this PR addresses: Creation of Journal will auto-filled code is not possible if an archived exist with the same code. Current behavior before PR: Creation of a Bank/Cash journal when some archived exists will result in SQL constraint error Desired behavior after PR
Original PR description
Fetching journals to get the next bank/cash code must fetch archived/active=False journals too else an occur can for client: 'A journal group name must be unique per company.' opw-3204708 Description of the issue/feature this PR addresses: Creation of Journal will auto-filled code is not possible if an archived exist with the same code. Current behavior before PR: Creation of a Bank/Cash journal when some archived exists will result in SQL constraint error Desired behavior after PR is merged: Creation of a Bank/Cash journal when some archived exists will result good increment of BNK/CSH Forward-Port-Of: odoo/odoo#115686 Forward-Port-Of: odoo/odoo#114430
Add balance sheet and profit and loss for Mozambican localization Community-PR: https://github.com/odoo/odoo/pull/114248 Enterprise-PR: https://github.com/odoo/enterprise/pull/37742 Task-Id: 3162293 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/enterprise#38283 Forward-Port-Of: odoo/enterprise#37742
Original PR description
Add balance sheet and profit and loss for Mozambican localization Community-PR: https://github.com/odoo/odoo/pull/114248 Enterprise-PR: https://github.com/odoo/enterprise/pull/37742 Task-Id: 3162293 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/enterprise#38283 Forward-Port-Of: odoo/enterprise#37742
With this commit, we ensure that the analytic filter is applied on the analytic group by columns. Steps to reproduce: - Activate analytic accounting - Activate analytic filter on P&L - Create a bill with two analytic accounts on the invoice line - Go to P&L report - Group by the two analytic accounts - Filter by any of the analytics accounts -> Issue: nothing is displayed in the groupby columns. This is because we add twice the analytic account as where parameter/clause in every cases, i
Original PR description
With this commit, we ensure that the analytic filter is applied on the analytic group by columns. Steps to reproduce: - Activate analytic accounting - Activate analytic filter on P&L - Create a bill with two analytic accounts on the invoice line - Go to P&L report - Group by the two analytic accounts - Filter by any of the analytics accounts -> Issue: nothing is displayed in the groupby columns. This is because we add twice the analytic account as where parameter/clause in every cases, it should be the case only if the account is not already present in the query. opw-3085092 Forward-Port-Of: odoo/enterprise#38256 Forward-Port-Of: odoo/enterprise#36618