Skip to content
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

[13.0] [smile_audit] Rule on res.partner model breaks activation link in email #85

Open
DaeronAlagos opened this issue Jul 29, 2020 · 1 comment

Comments

@DaeronAlagos
Copy link

Steps to reproduce:

  1. Create rule as shown below:
        <record id="audit_rule_partner" model="audit.rule">
            <field name="name">Customers & Suppliers</field>
            <field name="model_id" ref="base.model_res_partner"></field>
            <field name="log_create">True</field>
            <field name="log_write">True</field>
            <field name="log_unlink">True</field>
            <field name="active">True</field>
        </record>
  1. Create a new user
  2. Read activation email for new user. The 'Accept invitation' link has changed to /#NOP
@DaeronAlagos
Copy link
Author

Update:

Issue doesn't occur if the log_create is set to false (but the others are true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant