lp://staging/~therp-nl/server-env-tools/7.0-add_email_template_conditional_attachment
Created by
Stefan Rijnhart (Opener)
and last modified
- Get this branch:
- bzr branch lp://staging/~therp-nl/server-env-tools/7.0-add_email_template_conditional_attachment
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/~server-env-tools-core-editors/server-env-tools/7.0
- Holger Brunn (Therp): Needs Fixing (code review)
- Nicolas Bessi - Camptocamp (community): Needs Fixing (no test, code review)
- Graeme Gellatly: Abstain (code review, no test)
-
Diff: 409 lines (+345/-0)11 files modifiedemail_template_conditional_attachment/__init__.py (+1/-0)
email_template_conditional_attachment/__openerp__.py (+58/-0)
email_template_conditional_attachment/i18n/email_template_conditional_attachment.pot (+52/-0)
email_template_conditional_attachment/i18n/nl.po (+64/-0)
email_template_conditional_attachment/model/__init__.py (+3/-0)
email_template_conditional_attachment/model/email_template.py (+51/-0)
email_template_conditional_attachment/model/email_template_conditional_attachment.py (+35/-0)
email_template_conditional_attachment/model/ir_attachment.py (+30/-0)
email_template_conditional_attachment/security/ir.model.access.csv (+3/-0)
email_template_conditional_attachment/view/email_template.xml (+22/-0)
email_template_conditional_attachment/view/ir_attachment.xml (+26/-0)
Branch information
Recent revisions
- 63. By Stefan Rijnhart (Opener)
-
[ADD] Allow configuration from the attachment itself
Thanks to Graeme Gellatly for this suggestion - 60. By Stefan Rijnhart (Opener)
-
[FIX] XML indentation
[ADD] Model access rules
[IMP] Translation
[IMP] Docstring - 56. By Raphaƫl Valyi - http://www.akretion.com
-
[ADD] web_context_tunnel
help solving the new arguments passing to on change method in addons
- 55. By Launchpad Translations on behalf of server-env-tools-core-editors
-
Launchpad automatic translations update.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)