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

document and move the "import_processed" hook into a callback hook #45

Open
xtof-osd opened this issue May 30, 2018 · 1 comment
Open
Labels
bug Something isn't working
Milestone

Comments

@xtof-osd
Copy link
Member

        # TODO: document this
        if ('import_processed' in self.target_model.fields_get_keys()):
                        # hook for objects needing to be set as processed through import
            self.odooenv.cr.execute(
                'update %s set import_processed = False' % toString(self.target_model._table))
            self.odooenv.cr.commit()
@xtof-osd xtof-osd added the bug Something isn't working label May 30, 2018
@xtof-osd xtof-osd added this to the V0.2 milestone May 30, 2018
@xtof-osd
Copy link
Member Author

xtof-osd commented Jun 6, 2018

Already removed the related code from anywhere it was present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant