Skip to content
Snippets Groups Projects

Add period_id in aml tree view (cf account_consult MO16-190)

Merged arthur.mayer requested to merge topic/16.0/MO16-190 into branch/16.0
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
variables:
ODOO_POPULATE_MODEL: account.move
ODOO_POPULATE_PREREQ: l10n_us
# ODOO_SCRIPTS_MODULE_LIST_TESTS: account,account_period
ODOO_SCRIPTS_MODULE_LIST_TESTS: account,account_fiscal_year,account_period,date_range
# those are account’s prerequisites, install them first to avoid running their tests
@@ -5,5 +5,5 @@
# those are account’s prerequisites, install them first to avoid running their tests
# ODOO_SCRIPTS_MODULE_LIST: base_setup,product,analytic,portal,digest
ODOO_SCRIPTS_MODULE_LIST: base_setup,product,analytic,portal,digest
include:
- project: xcg/ci-templates
Loading