[Enhancement] Improvement to the sales pipeline (#15524)
* Additions to sales pipeline * Codacy corrections * Codacy corrections * Codacy corrections * Replace _ with dummy for unused variable * Performance + dates corrections * Itertuples modification * Removing trailing whitespaces * Sales stage doctype * Divide sales stages fixtures in separate functions * Remove duplicate fixtures * Add newline after method * Missing requirement
This commit is contained in:
committed by
Rushabh Mehta
parent
efd776da46
commit
75fa6b3ee8
@@ -105,6 +105,7 @@ def setup_complete(args=None):
|
||||
def stage_fixtures(args):
|
||||
install_fixtures.install(args.get("country"))
|
||||
install_fixtures.add_market_segments()
|
||||
install_fixtures.add_sale_stages()
|
||||
|
||||
def setup_company(args):
|
||||
defaults_setup.create_price_lists(args)
|
||||
|
||||
Reference in New Issue
Block a user