$ 79.44
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 262 |
| Technical Name |
record_rules_builder |
| License | OPL-1 |
| Website | https://jesusdelavega.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 262 |
| Technical Name |
record_rules_builder |
| License | OPL-1 |
| Website | https://jesusdelavega.com |
|
Data access rules without code
Reglas de acceso de datos sin código
Pick a model, list your conditions in plain operators (equals, contains, is current user…) and the wizard generates the ir.rule for you. No Python domain, no syntax errors, no developer required.
Elige un modelo, lista tus condiciones con operadores claros (igual a, contiene, es el usuario actual…) y el asistente genera la ir.rule por ti. Sin dominio Python, sin errores de sintaxis, sin desarrollador.
Why choose this module? / ¿Por qué elegir este módulo?
| 13 plain-English operators (=, !=, >, contains, is current user…) / 13 operadores en lenguaje claro (=, !=, >, contiene, es usuario actual…) |
| Choose AND or OR for all conditions / Elige AND u OR para todas las condiciones |
| Generated domain visible before saving / Dominio generado visible antes de guardar |
| Creates a real ir.rule on submit / Crea una ir.rule real al confirmar |
| Per-rule R/W/C/D permission flags / Permisos R/W/C/D por regla |
| Compatible with any non-transient model / Compatible con cualquier modelo no transient |
Main features / Características principales
🧩 Plain-English wizard / Asistente en lenguaje claro List conditions, pick AND/OR. No Python required. / Lista condiciones, elige AND/OR. Sin Python. |
👁️ Domain preview / Preview del dominio Inspect the generated Python domain before creating the rule. / Inspecciona el dominio Python generado antes de crear la regla. |
👤 Current-user shortcut / Atajo usuario actual Built-in =uid operator (no need to remember the syntax). / Operador =uid integrado (no tienes que recordar la sintaxis). |
🎯 Per-group targeting / Aplicar por grupo Apply to specific groups or leave global (all users). / Aplica a grupos específicos o déjala global (todos los usuarios). |
Detailed features / Funcionalidades detalladas
|
|
|
Support & compatibility / Soporte y compatibilidad
|
Technical Support / Soporte Técnico
Ticket-based technical support for the last 2 versions. Response time: 24-48 business hours.
Soporte técnico por ticket para las últimas 2 versiones. Tiempo de respuesta: 24-48 horas hábiles. |
| License / Licencia | OPL-1 |
| Odoo Dependencies / Dependencias Odoo | base |
| Availability / Disponibilidad | ✓ On Premise ✓ Odoo.sh ✗ Online |
| Version / Versión | 19.0 |
FAQ / Preguntas frecuentes
| Does it modify Odoo's native rules? ¿Modifica las reglas nativas de Odoo? |
| No. The wizard creates standard ir.rule records — the same that Settings → Technical → Record Rules manages. You can edit them later by hand if needed. No. El asistente crea ir.rule estándar — las mismas que gestiona Configuración → Técnico → Reglas de registro. Puedes editarlas a mano después si lo necesitas. |
| Do I need Python knowledge? ¿Necesito conocimientos de Python? |
| No. Functional consultants and Odoo admins can build rules with plain operators (equals, contains, is current user…). The Python domain is generated for you and shown before saving. No. Consultores funcionales y administradores Odoo pueden construir reglas con operadores claros (igual a, contiene, es usuario actual…). El dominio Python se genera por ti y se muestra antes de guardar. |
| Can I edit rules after they are created? ¿Puedo editar reglas después de creadas? |
| The wizard creates a normal ir.rule. To re-edit it, open Settings → Technical → Record Rules — or run the wizard again to create a fresh rule and disable the old one. El asistente crea una ir.rule normal. Para reeditar, abre Configuración → Técnico → Reglas de registro — o ejecuta el asistente otra vez para crear una nueva y deshabilitar la vieja. |
| Can I import an existing ir.rule into the wizard? ¿Puedo importar una ir.rule existente al asistente? |
| No. The wizard always builds a new rule from scratch — it doesn't parse pre-existing domain syntax back into condition rows. To tweak an existing rule, edit it directly in Settings → Technical → Record Rules. No. El asistente siempre construye una regla nueva desde cero — no parsea sintaxis de dominio existente de vuelta a filas de condición. Para ajustar una regla ya creada, edítala directamente en Configuración → Técnico → Reglas de registro. |
| Does it support nested AND/OR logic? ¿Soporta lógica AND/OR anidada? |
| No, the wizard uses a single connector (AND or OR) for all conditions in one rule. For nested logic, create multiple rules or edit the generated domain manually. No, el asistente usa un único conector (AND u OR) para todas las condiciones de una regla. Para lógica anidada, crea varias reglas o edita el dominio generado a mano. |
| Which fields can I use in the conditions? ¿Qué campos puedo usar en las condiciones? |
| All scalar fields of the chosen model: char, text, integer, float, monetary, boolean, date, datetime, selection and many2one. Binary, HTML, one2many and many2many fields are excluded. Todos los campos escalares del modelo elegido: char, text, integer, float, monetary, boolean, date, datetime, selection y many2one. Se excluyen binary, HTML, one2many y many2many. |
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