Skip to content

Commit

Permalink
TA#73803 [14.0][FIX] project_wip: Typos (#504)
Browse files Browse the repository at this point in the history
majouda authored Jan 27, 2025
1 parent 1a7850b commit b793614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project_wip/wizard/project_wip_transfer.py
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@ class ProjectWipTransferWizard(models.TransientModel):

project_id = fields.Many2one("project.project", "Project")
cgs_journal_id = fields.Many2one(
related="project_id.type_id.cgs_journal_id", readonly=True, company_check=True
related="project_id.type_id.cgs_journal_id", readonly=True, check_company=True
)
wip_account_id = fields.Many2one(
related="project_id.type_id.wip_account_id", readonly=True, company_check=True
related="project_id.type_id.wip_account_id", readonly=True, check_company=True
)
cgs_account_id = fields.Many2one(
related="project_id.type_id.cgs_account_id", readonly=True, company_check=True
related="project_id.type_id.cgs_account_id", readonly=True, check_company=True
)
accounting_date = fields.Date(
default=fields.Date.context_today,

0 comments on commit b793614

Please sign in to comment.