Daily updates from Odoo
Saturday, January 4, 2025
4 changes · master
Miscellaneous changes
Before this PR: - The bill type was determined based only on whether the section code was 'cdnr'. This resulted in all documents under this section being classified as credit notes, regardless of their actual type. After this PR: - The bill type is now determined by checking both the section code and the document type. If the section code is 'cdnr' and the document type is 'C', the bill is classified as a credit note. Otherwise, it defaults to a regular bill or debit note as applicable.
Original PR description
Before this PR:
- The bill type was determined based only on whether the section code was 'cdnr'. This resulted in all documents under this section being classified as credit notes, regardless of their actual type.
After this PR:
- The bill type is now determined by checking both the section code and the document type. If the section code is 'cdnr' and the document type is 'C', the bill is classified as a credit note. Otherwise, it defaults to a regular bill or debit note as applicable.
Why:
- This change ensures accurate classification of documents under the 'cdnr' section, distinguishing between credit notes ('C') and debit notes ('D').
Forward-Port-Of: odoo/enterprise#76427Steps to reproduce ================== - Install account_accountant,l10n_ch_reports - Use the CH company - Create a new chart of account 12345 "Current Account Abcdgraph Labs 12345 Pvt Ltd" - Create a new customer "Abcdefghijklm Abcdefghijklm 1234" - Create and post a new journal entry for journal 12345 - Go to the General Ledger - Print the ledger => The right side of the page is cut off Cause of the issue ================== The column containing account is too wide and the t
Original PR description
Steps to reproduce ================== - Install account_accountant,l10n_ch_reports - Use the CH company - Create a new chart of account 12345 "Current Account Abcdgraph Labs 12345 Pvt Ltd" - Create a new customer "Abcdefghijklm Abcdefghijklm 1234" - Create and post a new journal entry for journal 12345 - Go to the General Ledger - Print the ledger => The right side of the page is cut off Cause of the issue ================== The column containing account is too wide and the table overflows the body opw-4286133 Forward-Port-Of: odoo/enterprise#76061
With Odoo 18, it is possible to add videos in the 'Note' field of a quality point of a BOM, since it is an HTML field. This fix makes sure that the video is correctly shown in the shopfloor when clicking on the instruction line to open the popup. opw-4337263 Forward-Port-Of: odoo/enterprise#74776
Original PR description
With Odoo 18, it is possible to add videos in the 'Note' field of a quality point of a BOM, since it is an HTML field. This fix makes sure that the video is correctly shown in the shopfloor when clicking on the instruction line to open the popup. opw-4337263 Forward-Port-Of: odoo/enterprise#74776
This commit scopes all Studio's tests only for desktop, as Studio is not available on small screen. Forward-Port-Of: odoo/enterprise#76435
Original PR description
This commit scopes all Studio's tests only for desktop, as Studio is not available on small screen. Forward-Port-Of: odoo/enterprise#76435