Skip to content

Commit

Permalink
[MIG] contract_membership_delegated_partner: Migration to 17.0
Browse files Browse the repository at this point in the history
TT51523
  • Loading branch information
victoralmau committed Nov 13, 2024
1 parent 974c605 commit 304b1cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contract_membership_delegated_partner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Contract Membership Delegate Partner",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"development_status": "Production/Stable",
"category": "Membership",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
Expand Down
3 changes: 0 additions & 3 deletions contract_membership_delegated_partner/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ msgstr ""
#: model:ir.model.fields,field_description:contract_membership_delegated_partner.field_contract_contract__delegated_member_id
msgid "Delegated Member"
msgstr "Delegationsmitglied"

#~ msgid "Analytic Account"
#~ msgstr "Vertragskonto"
3 changes: 0 additions & 3 deletions contract_membership_delegated_partner/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ msgstr "Contrato"
#: model:ir.model.fields,field_description:contract_membership_delegated_partner.field_contract_contract__delegated_member_id
msgid "Delegated Member"
msgstr "Miembro delegado"

#~ msgid "Analytic Account"
#~ msgstr "Cuenta analítica"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class TestMembershipDelegateSetup(TestContractBase):
@classmethod
def setUpClass(cls):
super(TestMembershipDelegateSetup, cls).setUpClass()
super().setUpClass()
cls.partner2 = cls.env["res.partner"].create({"name": "Mrs. Odoo"})
cls.product_1.write(
{
Expand Down

0 comments on commit 304b1cb

Please sign in to comment.