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

@fw-bot
Copy link
Collaborator Author

fw-bot commented Nov 23, 2023

This PR targets saas-16.4 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

robodoo pushed a commit that referenced this pull request Nov 23, 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: #6630
robodoo pushed a commit that referenced this pull request Nov 23, 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 #6630

X-original-commit: 620508f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Claire Bretton (clbr) <clbr@odoo.com>
robodoo pushed a commit that referenced this pull request Nov 23, 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: #6630
robodoo pushed a commit that referenced this pull request Nov 23, 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 #6630

X-original-commit: 620508f
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Claire Bretton (clbr) <clbr@odoo.com>
@robodoo robodoo closed this 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