-
Las vistas que se han montado están correctas.
---
Modificaciones solicitadas:
En el objeto product.attribute.value se requiere enlace a template_id. Hay un error conceptual en Odoo. Un atributo p…
-
En plantilla de test, en opciones de valores cualitativos, añadir un checkbox
Los valores "buenos" serán marcados y los "malos" se quedarán sin marcar.
Por defecto, al crear el test, en valores cual…
-
I have the following code:
```
class SalesOrderNonconformities(models.Model):
"""Add nonconformities to sales order.
"""
_inherit = 'sale.order'
nonconformities = fields.One2many('mg…
-
In order to specify which view to be used in many2one or one2many field, we can specify _view_ref in context.
For example,
Currently, the context is not available in fields_view_get in new api.
**_I…
-
Corrective Actions no es corrective actions, sino que es un número de no conformidad. La secuencia es un número de no conformidad.
Esta no conformidad, incluye varias acciones de solución, con un esta…
-
Impacted versions:
8.0rc1, Sep 5
### Steps to reproduce current behavior
1.Create new empty database
2.Install accounting module
3.Place onchange method in account_invoice.py:
```
@api.onchange('inv…
-
We encoutered this bug on a client project and I took time to isolate, reproduce, and suggest a fix :
Follow all this steps to reproduce on the latest 8.0 branch
- Add this function field on the hr_ex…
ccomb updated
10 years ago
-
Dijimos de quitar el segundo one2many y que la relación se hiciera automáticamente por dentro para simular un many2many.
El one2many sigue ahí y además al intentar meter manualmente un dato da este t…
-
I meet an error message when try to add a record in a one2many field which has a domain.
I use domain in one2many field in my project https://github.com/YannickB/community-management in theses lines …
-
The category_id field is ignored when importing partner tags using XML-RPC.
Impacted versions:
latest 7.0
Steps to reproduce:
Create new database.
Import partner tags from a CSV file.
Connect to dat…