delete file 'default_performance_rate'

This commit is contained in:
sinergia 2022-11-11 12:37:42 -05:00
parent 840b2ed5d8
commit 02baf4a6e4
1 changed files with 0 additions and 9 deletions

View File

@ -199,15 +199,6 @@ class PurchaseShop(ModelSQL, ModelView):
config = Config(1)
return config
# @staticmethod
# def default_standard_performance_rate():
# Config = Pool().get('purchase.configuration')
# config = Config(1)
# if config.standard_performance_rate:
# return config.standard_performance_rate
@fields.depends('company')
def on_change_with_company_party(self, name=None):
if self.company and self.company.party: