odoo/enterprise#79341
Created by William Braeckman (wbr)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 0s)
- Linked pull requests
- label
- odoo-dev:master-setup-common-data-wbr
- head
- 0ba649b1bdc2184732c814ff33f8b2beae5880a8
odoo/odoo | odoo/enterprise | |
---|---|---|
master | #197594 missing statuses missing r+ | #79341 missing statuses missing r+ |
[IMP] account: make AccountTestInvoicingCommon use common data
AccountTestInvoicingCommon
's setUpClass takes quite a bit of time. It's a good choice as a first convertion to setUpCommonData
to check the time gain.