Skip to content

Commit

Permalink
🛡️ adjus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed May 9, 2024
1 parent 57221ca commit cbd04b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sync/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
],
},
"demo": [
"data/sync_project_unittest_demo.xml",
# Obsolete
# "data/sync_project_context_demo.xml",
# "data/sync_project_telegram_demo.xml",
# "data/sync_project_odoo2odoo_demo.xml",
# "data/sync_project_trello_github_demo.xml",
# "data/sync_project_unittest_demo.xml",
# "data/sync_project_context_demo.xml",
],
"qweb": [],
Expand Down
4 changes: 2 additions & 2 deletions sync/data/sync_project_unittest_demo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2020 Ivan Yelizariev <https://twitter.com/yelizariev>
<!-- Copyright 2020,2024 Ivan Yelizariev <https://twitter.com/yelizariev>
Copyright 2021 Denis Mudarisov <https://github.com/trojikman>
Copyright 2021 Ilya Ilchenko <https://github.com/mentalko>
License MIT (https://opensource.org/licenses/MIT). -->
Expand All @@ -20,7 +20,7 @@
<![CDATA[
def handle_db(records):
for r in records:
r.set_link(params.PARTNER_RELATION, r.id)
r.set_link(PARAMS.PARTNER_RELATION, r.id)
]]>
</field>
</record>
Expand Down

0 comments on commit cbd04b6

Please sign in to comment.