Skip to content

Commit

Permalink
TA#72320 [14.0][REM] Move account_report_line_menu, gitoo odoo-entepr…
Browse files Browse the repository at this point in the history
…ise removed (#227)

* TA#72320 [14.0][REM] Move account_report_line_menu, gitoo odoo-enterprise removed
* TA#72320 [14.0][IMP] Remove dependency with odoo-enterprise in account_fr_ca_label UTs

---------

Co-authored-by: Majda EL MARIOULI <[email protected]>
  • Loading branch information
lanto-razafindrabe and majouda authored Dec 6, 2024
1 parent 22f774c commit cc14896
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .docker_files/main/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"category": "Other",
"summary": "Install all addons required for testing.",
"depends": [
"account_accountant", # Used for testing account_fr_ca_labels
"l10n_generic_coa", # Used for testing addons
"account_additional_group",
"account_analytic_required_forbidden",
Expand All @@ -20,6 +19,7 @@
"account_closing_journal",
"account_closing_journal_mis_builder",
"account_closing_wizard",
"account_financial_report", # Used for testing account_fr_ca_labels
"account_fiscalyear_end_on_company",
"account_fr_ca_labels",
"account_invoice_constraint_chronology_forced",
Expand All @@ -33,7 +33,7 @@
"account_payment_term_usage_purchase",
"account_payment_term_usage_sale",
"account_payment_widget_link",
"account_report_line_menu",
"account_reconciliation_widget", # Used for testing account_fr_ca_labels
"account_report_trial_balance",
"account_search_by_amount",
"account_show_full_features",
Expand Down Expand Up @@ -61,7 +61,7 @@
"old_accounts",
"payment_list_not_sent",
"payment_stripe_not_silenced",
"account_sale_invoice_date_required"
"account_sale_invoice_date_required",
],
"installable": True,
}
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ COPY account_payment_term_usage /mnt/extra-addons/account_payment_term_usage
COPY account_payment_term_usage_purchase /mnt/extra-addons/account_payment_term_usage_purchase
COPY account_payment_term_usage_sale /mnt/extra-addons/account_payment_term_usage_sale
COPY account_payment_widget_link /mnt/extra-addons/account_payment_widget_link
COPY account_report_line_menu /mnt/extra-addons/account_report_line_menu
COPY account_report_trial_balance /mnt/extra-addons/account_report_trial_balance
COPY account_sale_invoice_date_required /mnt/extra-addons/account_sale_invoice_date_required
COPY account_search_by_amount /mnt/extra-addons/account_search_by_amount
Expand Down
20 changes: 0 additions & 20 deletions account_fr_ca_labels/tests/test_fr_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,6 @@ def test_translations_found_with_correct_term(self, data):
assert self._find_translation(data[0], data[1])


@ddt
class TestAgedBalance(TranslationCase):

@data(
('Aged Receivable', 'Balance agée clients'),
('Aged Payable', 'Balance agée fournisseurs'),
('Aged Partner Balances', 'Balances agées des tiers'),
)
def test_no_translation_found_with_wrong_term(self, data):
assert not self._find_translation(data[0], data[1])

@data(
('Aged Receivable', 'Âge des comptes clients'),
('Aged Payable', 'Âge des comptes fournisseurs'),
('Aged Partner Balances', 'Âge des comptes'),
)
def test_translations_found_with_correct_term(self, data):
assert self._find_translation(data[0], data[1])


@ddt
class TestReconciliation(TranslationCase):

Expand Down
13 changes: 10 additions & 3 deletions gitoo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- url: https://{{GIT_TOKEN}}@github.com/Numigi/odoo-enterprise
branch: "14.0"

- url: https://github.com/Numigi/odoo-base-addons
branch: "14.0"

Expand All @@ -9,6 +6,16 @@
includes:
- partner_affiliate_extended

- url: https://github.com/OCA/account-financial-reporting
branch: "14.0"
includes:
- account_financial_report

- url: https://github.com/OCA/account-reconcile
branch: "14.0"
includes:
- account_reconciliation_widget

- url: https://github.com/OCA/mis-builder
branch: "14.0"
includes:
Expand Down

0 comments on commit cc14896

Please sign in to comment.