-
I don't know if I'm really into the correct repository to create this issue. Please let me know if it's not the case.
Related to this discussion: https://github.com/shopinvader/odoo-shopinvader/dis…
-
We need a patch in odoo code here:
https://github.com/shopinvader/pattern-import-export/blob/14.0/pattern_import_export/models/patch.py
We have done a PR in V14 : https://github.com/odoo/odoo/pull…
-
@marielejeune are we sure we need to call `_update_programs_and_rewards` [here](https://github.com/shopinvader/odoo-shopinvader/blob/16.0/shopinvader_api_sale_loyalty/schemas/sale.py#L38)?
I'm inve…
-
Forward port from 12.0 to 13.0/14.0
- [x] https://github.com/OCA/l10n-brazil/pull/1624
- [x] https://github.com/OCA/l10n-brazil/pull/1659
- [x] https://github.com/OCA/l10n-brazil/pull/1690 no mod…
-
Hello,
I'm trying to get data from OOOR. He return "changed?" error.
I'm running on Rails 5
`
# return :
undefined method `changed?' for nil:NilClass
# when trying :
puts ProductProduct.fi…
-
During the setup of Odoo, I get this error message about the version of Python with the Docker image.
About the pip version on my mac:
pip 21.0.1 from /Library/Frameworks/Python.framework/Versions/3…
-
In v14 you could create a cart for an anonymous user by using `backend.anonymous_partner_id`.
The cart would then be swapped the real customer upon login.
What's the plan for v16?
CC @lmignon
-
Dear all,
I am looking into integrating Odoo and Magento.
1. Product data (product catalog) -> Al further integration follows later hopefully.
Now my question is of which system to be the leading…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-12.0
# Modules to migrate
* [ ] storage_backend - By @rousseldenis - #68
* [ ] storage_backend_s3
* [ ] storage_back…
-
```python
@route("/signin")
def signin(
partner: Annotated[Partner | None, odoo.addon.fastapi_auth_jwt.dependencies.auth_jwt_optionally_authenticated_partner],
payload: Annotated[Payload, od…