comment sale code

This commit is contained in:
projectsodoo 2020-12-21 15:57:32 +05:30
parent 52b5795f7e
commit 1cc8d333bf
2 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,4 @@ from . import project
from . import project_overview
from . import analytic
from . import product
#from . import sale
from . import sale

View File

@ -23,6 +23,9 @@ class SaleOrderLine(models.Model):
values['name'] = name
if project_mangager_id:
values['user_id'] = project_mangager_id
values['allow_billable'] = True
values['bill_type'] = 'customer_project'
values['pricing_type'] = 'fixed_rate'
return values