| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 207 |
| Technical Name |
aos_autocomplete |
| License | OPL-1 |
| Website | https://www.alphasoft.co.id/ |
| Versions | 11.0 12.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 207 |
| Technical Name |
aos_autocomplete |
| License | OPL-1 |
| Website | https://www.alphasoft.co.id/ |
| Versions | 11.0 12.0 18.0 |
Autocomplete
Generic autocomplete framework for Odoo fields
Foundation module powering aos_autocomplete_partner, _product, and more.
Framework —
used by other Alphasoft modules
Widget —
OWL-based autocomplete
Extensible —
add your own data sources
Foundation for smarter forms
Odoo's many2one autocomplete works for relational fields. But what about Char fields with external data sources? Region codes, courier IDs, custom taxonomies?
This base module provides the generic infrastructure. The partner and product autocomplete modules build on it.
Save time
Stop doing this work manually. Focus on higher-value tasks.
Reduce errors
Automation eliminates human mistakes.
Audit-ready
Every action logged. Inspector-friendly.
Key features
Designed to solve a specific real-world problem — not bloated, not vague.
Async data fetching
Calls Odoo controllers or external APIs.
Debounced typing
Server hit only after user pauses.
Pluggable backends
Add custom data sources via Python hooks.
Who needs this?
Module developers
Build autocomplete on any field. Inherit the widget, define the data source.
Performance-sensitive forms
Replace slow many2one selects with fast autocomplete on big tables.
Frequently asked questions
Does this work on Odoo Community?
Yes. The module is built for Odoo 18 Community and works on Enterprise as well.
Can I customize the code?
Yes. Full source is included under the OPL-1 license. Extend or fork as needed.
How do I get support?
Email info@alphasoft.co.id. We respond within 1 business day.
Do you offer custom development?
Yes. We quote custom work upon request — email us a brief description.
Installation — 2 minutes
- Purchase & download from the Apps Store.
- Extract into your Odoo addons path.
- Open Apps → Update Apps List.
- Search Autocomplete → click Install.
- Open the relevant menu and configure as needed.
Dependencies: standard Odoo modules. No external dependencies.
Pricing
One-time license. No subscriptions. Free updates within Odoo 18.x.
Autocomplete
USD 15.50
Full source code · OPL-1 · Free updates within 18.x
- ✓ OWL widget for Odoo 18
- ✓ Async + debounced
- ✓ Pluggable data sources
- ✓ Source code (OPL-1)
Bundle pricing available. Email info@alphasoft.co.id for a quote.
Support & About
Need help?
We respond within 1 business day to support requests.
- Email: info@alphasoft.co.id
- Website: www.alphasoft.co.id
About Alphasoft
Alphasoft is an Indonesian Odoo development house focused on accounting, ISP / telco operations, and Indonesian-tax compliance modules. We build, deploy, and support production Odoo systems for mid-market businesses — the same systems we test our public modules on.
License: OPL-1 (Odoo Proprietary License v1.0) | Author: Alphasoft | Odoo: 18.0 Community / Enterprise
Odoo® is a trademark of Odoo S.A. Alphasoft is not affiliated with or endorsed by Odoo S.A.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module