Skip to content

Commit

Permalink
[MIG] sale_financial_risk_info: Migration to 17.0
Browse files Browse the repository at this point in the history
TT54943
  • Loading branch information
victoralmau committed Feb 18, 2025
1 parent 79c72f1 commit b563439
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion sale_financial_risk_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Sale Financial Risk Info",
"summary": "Adds risk consumption info in sales orders.",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"category": "Sales Management",
"license": "AGPL-3",
"author": "Tecnativa, Odoo Community Association (OCA)",
Expand Down
4 changes: 0 additions & 4 deletions sale_financial_risk_info/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ msgstr "Pedido de venta"
#, python-format
msgid "Unlimited"
msgstr "Sin límite"

#, python-format
#~ msgid "<h5%s>%s%s of %s%s (%s%%)</h5>"
#~ msgstr "<h5%s>%s%s de %s%s (%s%%)</h5>"
9 changes: 0 additions & 9 deletions sale_financial_risk_info/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,3 @@ msgstr "Ordine di vendita"
#, python-format
msgid "Unlimited"
msgstr "Illimitato"

#~ msgid "Display Name"
#~ msgstr "Nome da visualizzare"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Copyright 2020 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo.tests.common import Form, TransactionCase
from odoo.tests.common import Form

from odoo.addons.base.tests.common import DISABLED_MAIL_CONTEXT
from odoo.addons.base.tests.common import BaseCommon


class TestSaleFinancialRiskInfo(TransactionCase):
class TestSaleFinancialRiskInfo(BaseCommon):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env = cls.env(context=dict(cls.env.context, **DISABLED_MAIL_CONTEXT))
cls.Partner = cls.env["res.partner"]
cls.Product = cls.env["product.product"]

Expand Down

0 comments on commit b563439

Please sign in to comment.