Skip to content

Commit

Permalink
Update core addons lists
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Nov 11, 2021
1 parent 1c06af0 commit 217a720
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
4 changes: 3 additions & 1 deletion mk_core_addons
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SERIES = [
("15.0", True),
("14.0", True),
("13.0", True),
("12.0", True),
# ("12.0", True),
# ("11.0", True),
# ('10.0', True),
# ('9.0', True),
Expand Down Expand Up @@ -57,6 +57,7 @@ def main() -> None:
[
"git",
"clone",
"--depth=1",
"--branch",
branch,
"https://github.com/odoo/odoo",
Expand All @@ -74,6 +75,7 @@ def main() -> None:
[
"git",
"clone",
"--depth=1",
"--branch",
branch,
"[email protected]:odoo/enterprise",
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-12.0-c.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:50:51 2021
# generated on Thu Nov 11 16:02:21 2021
account
account_analytic_default
account_bank_statement_import
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-12.0-e.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:51:25 2021
# generated on Thu Nov 11 16:02:40 2021
account_3way_match
account_accountant
account_asset
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-13.0-c.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:48:46 2021
# generated on Thu Nov 11 16:01:08 2021
account
account_analytic_default
account_analytic_default_hr_expense
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-13.0-e.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:49:39 2021
# generated on Thu Nov 11 16:01:31 2021
account_3way_match
account_accountant
account_asset
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-14.0-c.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:46:07 2021
# generated on Thu Nov 11 15:59:47 2021
account
account_check_printing
account_debit_note
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-14.0-e.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:47:33 2021
# generated on Thu Nov 11 16:00:16 2021
account_3way_match
account_accountant
account_accountant_check_printing
Expand Down
2 changes: 1 addition & 1 deletion src/manifestoo/core_addons/addons-15.0-c.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:42:40 2021
# generated on Thu Nov 11 15:58:28 2021
account
account_check_printing
account_debit_note
Expand Down
7 changes: 6 additions & 1 deletion src/manifestoo/core_addons/addons-15.0-e.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated on Wed Oct 6 14:44:23 2021
# generated on Thu Nov 11 15:58:53 2021
account_3way_match
account_accountant
account_accountant_batch_payment
Expand Down Expand Up @@ -134,10 +134,13 @@ l10n_be_hr_contract_salary
l10n_be_hr_contract_salary_group_insurance
l10n_be_hr_payroll
l10n_be_hr_payroll_account
l10n_be_hr_payroll_canteen
l10n_be_hr_payroll_fleet
l10n_be_hr_payroll_holiday_pay_recovery
l10n_be_intrastat
l10n_be_reports
l10n_be_reports_base_address_extended
l10n_be_reports_sms
l10n_be_us_consolidation_demo
l10n_ca_check_printing
l10n_ch_reports
Expand Down Expand Up @@ -178,6 +181,8 @@ l10n_nl_reports
l10n_no_reports
l10n_no_saft
l10n_pe_edi
l10n_sa_hr_payroll
l10n_sa_hr_payroll_account
l10n_se_reports
l10n_sg_reports
l10n_uk_reports
Expand Down

0 comments on commit 217a720

Please sign in to comment.