Rolando Pérez Rebollo
Rolando Pérez Rebollo
This feature enhances the sales order process by adding a warning message to notify users when there is a mismatch between the partner's default pricelist and the effective pricelist set...
# Price List Assignment Behavior ## Observation Summary A client migrating from Odoo 13 to 17 has observed a significant change in price list assignment behavior when using the **OCA...
`pre-commit run -a` is failing with the following traceback:: ``` Traceback (most recent call last): File "/home/roly/.cache/pre-commit/repono809vyt/py_env-python3/bin/flake8", line 8, in sys.exit(main()) ^^^^^^ File "/home/roly/.cache/pre-commit/repono809vyt/py_env-python3/lib/python3.12/site-packages/flake8/main/cli.py", line 22, in main app.run(argv) File...
Add support for the stock secondary units of measure feature on raw stock moves associated with manufacturing orders The capabilities of this module are based on the `stock_secondary_unit` module. For...
### Warning 👇 These lines are raising the below warning: https://github.com/OCA/product-attribute/blob/e80e148ffaaa44929ac7fbadab27aa1397739474/product_pricelist_revision/models/pricelist.py#L7-L11 ### Traceback ``` 2025-04-15 21:15:36,131 1 WARNING ? py.warnings: /opt/odoo/custom/src/odoo/odoo/modules/registry.py:372: UserWarning: product.pricelist.item: inconsistent 'store' for computed fields, accessing price...
**Problem:** The binary file `pandoc-3.3-1-amd64.deb` (>30 MB) was accidentally committed, bloating the repository and slowing down clones. **Solution:** 1. Purge from history with `git filter-repo` or BFG. 2. Add to...
### 📝 Description This PR enhances the `resource_booking` module by introducing a safeguard against potential issues arising from empty `partner_ids` when managing booking attendees. #### 🛠️ Problem In scenarios where...
Backport from v14.0
Converting all data to CSV for faster processing and smaller file sizes. This was already implemented during the migration to v17. @BinhexTeam
### DESCRIPTION Auto-assign CRM teams to partners based on ZIP code patterns using regular expressions. Check out the README.rst for a complete overview. @BinhexTeam