changes
Some checks failed
fusion_accounting CI / test (fusion_accounting_ai) (push) Has been cancelled
fusion_accounting CI / test (fusion_accounting_core) (push) Has been cancelled
fusion_accounting CI / test (fusion_accounting_migration) (push) Has been cancelled

This commit is contained in:
gsinghpal
2026-05-17 03:20:33 -04:00
parent f8586611c9
commit d3c5c25865
30 changed files with 712 additions and 183 deletions

View File

@@ -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):