Add Field to a Customized DocType for each site

@ccfiel, @kolate_sambhaji

You can apply the filters on fixtures like fixtures = [{‘doctype’: ‘Sales Order’, ‘filters’: [{‘customer’: ‘Rohit’}]}]
At the time of import you have to specify the site like bench --site site_name migrate

Thanks, Rohit

2 Likes