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

Fix _document_fs_link to work with latest Odoo 8.0 code #64

Open
wants to merge 2 commits into
base: 8.0
Choose a base branch
from
Open

Fix _document_fs_link to work with latest Odoo 8.0 code #64

wants to merge 2 commits into from

Conversation

tebanep
Copy link

@tebanep tebanep commented Apr 27, 2015

Please merge,

This fixes are required to make the document_fs module compatible with Odoo as it stands today.

Thanks!

- The location parameter no longer exists as its usefulness has
  been replaced by the 'force_storage' function in commit 979bb51
  in April 10th
- This change is required to make document_fs compatible with
  the Odoo standard calendar module. This module has a function
  that overrides the search method of ir.attachment and tries to
  modify the 'res_id' domain tuple. As tuples are immutable, Python
  raises an error when it gets to this function. The fix is to make
  the domain triplets lists, instead of tuples so they can be
  modified.
@tebanep tebanep changed the title document fs sync 0001 Fix _document_fs_link to work with latest Odoo 8.0 code Apr 27, 2015
lepistone pushed a commit to lepistone/odoo-extra that referenced this pull request Jul 30, 2015
ADD filter by ean128 in lots and products
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

Successfully merging this pull request may close these issues.

None yet

1 participant