-
Notifications
You must be signed in to change notification settings - Fork 2
Make attachments of other models in poweremail.template
#177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PY2TestsResults 2 files 2 suites 9m 4s ⏱️ Results for commit 4dbee03. ♻️ This comment has been updated with latest results. |
PY3TestsResults 2 files 2 suites 9m 20s ⏱️ For more details on these failures, see this check. Results for commit 4dbee03. ♻️ This comment has been updated with latest results. |
BREAKING CHANGE: This will make a duplicatation from the 1r commit from PR #85
…t of the new column
BREAKING CHANGE: get_value() function is not used to evalute the expression anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HVB
poweremail.template
poweremail_template_view.xml
Outdated
<openerp> | ||
<data> | ||
<record model="ir.ui.view" id="poweremail_template_attachment_form"> | ||
<record model="ir.ui.view" id="poweremail_template_attachment_form"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pep8
Objetivos
Comportamiento antiguo
Comportamiento nuevo
Allow to attach to the mails, another data models with a regex like:
('<model>', <conditions>)
Afectaciones / Migración de datos
Relacionado
Needs: Make attachments of other models #85