Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] l10n_ch_account_tags: Migration to 18.0 #743

Merged
merged 17 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[MIG] l10n_ch_account_tags: MIgration to 18.0
Kimkhoi3010 committed Nov 27, 2024
commit f7fe5dcd01f8f4b68246c08841bb7f76bbec94d2
1 change: 1 addition & 0 deletions l10n_ch_account_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .hooks import post_init
9 changes: 3 additions & 6 deletions l10n_ch_account_tags/__manifest__.py
Original file line number Diff line number Diff line change
@@ -5,14 +5,11 @@
"name": "Switzerland Account Tags",
"category": "Localisation",
"summary": "",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-switzerland",
"license": "AGPL-3",
"depends": ["l10n_ch"],
"data": [
"data/new/account.account.tag.csv",
"data/new/account.account.template.csv",
"data/update/account.account.template.csv",
],
"data": ["data/account.account.tag-ch.csv"],
"post_init_hook": "post_init",
}
34 changes: 0 additions & 34 deletions l10n_ch_account_tags/data/new/account.account.tag.csv

This file was deleted.

2 changes: 0 additions & 2 deletions l10n_ch_account_tags/data/new/account.account.template.csv

This file was deleted.

2 changes: 0 additions & 2 deletions l10n_ch_account_tags/data/template/account.account-ch.csv

This file was deleted.

168 changes: 0 additions & 168 deletions l10n_ch_account_tags/data/update/account.account-ch.csv

This file was deleted.

Loading