Monday, March 4, 2024
1 change · master
Enhancements to existing features
This change lets country-specific localization and payroll demo data reuse the same demo company instead of creating duplicate companies. It simplifies demo environments and reduces the need for extra bridge modules just to align sample data across related apps.
Original PR description
The use case is the following: l10n_xx (usually depending on account) creates a company demo data l10n_xx_hr_payroll (not depending on account) creates another company The goal is to allow defining the data to a foreign module (obvioulsy in the common dependencies) like "base", so that each module can easily define the same company and use it without having the create another bridge module that contains only demo data. TaskID: 3714759