changes
This commit is contained in:
@@ -19,7 +19,7 @@ class ResCompany(models.Model):
|
||||
'res_company_qa_assistant_rel',
|
||||
'company_id',
|
||||
'user_id',
|
||||
string='QA Assistant Signers',
|
||||
string='Planning Signers',
|
||||
domain=[('share', '=', False)],
|
||||
help='Users authorised to sign Section 2.0 (Planning / Production '
|
||||
'Review) on a Contract Review. Plating Managers can sign '
|
||||
@@ -30,11 +30,13 @@ class ResCompany(models.Model):
|
||||
'res_company_qa_manager_rel',
|
||||
'company_id',
|
||||
'user_id',
|
||||
string='QA Manager Signers',
|
||||
string='QA Manager',
|
||||
domain=[('share', '=', False)],
|
||||
help='Users authorised to sign Section 3.0 (Quality Review) on a '
|
||||
'Contract Review. Plating Managers can sign regardless of '
|
||||
'this list.',
|
||||
help='QA Manager(s) for the shop. Signs Section 3.0 (Quality '
|
||||
'Review) on a Contract Review AND is the default Certified '
|
||||
'By signer on the Work Order Detail report (first user in '
|
||||
'the list is used for the cert signature). Plating Managers '
|
||||
'can sign Contract Reviews regardless of this list.',
|
||||
)
|
||||
|
||||
def _fp_get_qa_signers(self, section):
|
||||
|
||||
Reference in New Issue
Block a user