Saturday, December 14, 2019
2 changes · master
Miscellaneous changes
This test will use a tax account and will possibly fail in case the information is not loaded when test is executed -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#41862
Original PR description
This test will use a tax account and will possibly fail in case the information is not loaded when test is executed -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#41862
Steps to reproduce: -install accounting -install wms landed cost -create a landed cost and validate it -go to accounting > reporting > general ledger => you should get a traceback when attempting to open a book containing landed costs "TypeError: unsupported operand type(s) for +: 'NoneType' and 'float'" Previous behavior: Some books within the general ledger generate a traceback Current behavior: amount_currency is always coalesced to 0 if null opw-2152464 Forward-Port-Of: odo
Original PR description
Steps to reproduce: -install accounting -install wms landed cost -create a landed cost and validate it -go to accounting > reporting > general ledger => you should get a traceback when attempting to open a book containing landed costs "TypeError: unsupported operand type(s) for +: 'NoneType' and 'float'" Previous behavior: Some books within the general ledger generate a traceback Current behavior: amount_currency is always coalesced to 0 if null opw-2152464 Forward-Port-Of: odoo/enterprise#7250