Merge lp://staging/~daniel-watkins-credativ/poweremail/fix-server-actions into lp://staging/~openerp-commiter/poweremail/poweremail-v6
Proposed by
Daniel Watkins (credativ)
Status: | Merged |
---|---|
Merged at revision: | 215 |
Proposed branch: | lp://staging/~daniel-watkins-credativ/poweremail/fix-server-actions |
Merge into: | lp://staging/~openerp-commiter/poweremail/poweremail-v6 |
Diff against target: |
23 lines (+14/-0) 1 file modified
poweremail_serveraction_view.xml (+14/-0) |
To merge this branch: | bzr merge lp://staging/~daniel-watkins-credativ/poweremail/fix-server-actions |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Niels Huylebroeck (community) | Approve | ||
Review via email: mp+34435@code.staging.launchpad.net |
Description of the change
Currently Poweremail Server Actions cannot be saved, as there is a required field that has not been overriden. This overrides that field.
To post a comment you must log in.
Just goes to show that openerp can sometimes really think backwards, why didn't they just say
attrs="{'required': [('state' ,'=','copy_ object' )]}"
But I tested it and this fix works too :)