Skip to content

Conversation

@fw-bot
Copy link
Collaborator

@fw-bot fw-bot commented Nov 23, 2023

  • First commit: the addons-path adds /technical-training-sandbox before it becomes a valid addons folder.
  • Second commit: remove a useless lambda that caused some incomprehension from newdooers.

Forward-Port-Of: #6607

The "../technical-training-sandbox" is added too early in the path since
its still empty, and results into an "invalid addons-path" error.

X-original-commit: 8707609
The lambda function here is useless and makes newdooers think
they need to use it everytime.
`default=fields.Date.add(fields.Date.today(), months=3))`
should do the trick, no lambda involved.

X-original-commit: 620508f
@robodoo
Copy link
Collaborator

robodoo commented Nov 23, 2023

@clbr-odoo
Copy link
Contributor

@fw-bot r+

robodoo pushed a commit that referenced this pull request Nov 24, 2023
The "../technical-training-sandbox" is added too early in the path since
its still empty, and results into an "invalid addons-path" error.

X-original-commit: 8707609
Part-of: #6632
robodoo pushed a commit that referenced this pull request Nov 24, 2023
The lambda function here is useless and makes newdooers think
they need to use it everytime.
`default=fields.Date.add(fields.Date.today(), months=3))`
should do the trick, no lambda involved.

closes #6632

X-original-commit: 620508f
Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
Signed-off-by: Claire Bretton (clbr) <[email protected]>
@robodoo robodoo closed this Nov 24, 2023
@robodoo robodoo added the 17.1 label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants