-
Field names in
- [x] inherits
- [x] api.onchange(...)
- [x] api.depends(...)
- [x] One2many's inverse_name attribute
- [x] Field's related attribute
-
Impacted versions: 12
Steps to reproduce:
Current behavior:
Expected behavior:
Video/Screenshot link (optional):
![image](https://user-images.githubusercontent.com/40818338/46707702-4ec38…
-
-
**Impacted versions:**
Im working with ODOO Community Edition 13.0-20191106.
**Steps to reproduce:**
- Coding: Define a One2many relation with required and non-required fields on the many-sid…
-
Impacted versions:
11-ce
Steps to reproduce:
create a form, include some One2many fileds, and One2many filed has list view.
Current behavior:
some times, it worked properly. but some ti…
-
I configured the environment in Windows, and typed "python main.py" to run this code. But it gave me an error like this:
File "main.py", line 536, in
main(args)
File "main.py", line 470,…
-
Impacted versions:
11.0
Steps to reproduce:
1. Create a One2many(prod.prod) field and set domain to display only active records
2. Create New Model and One2many(related field)
Current behavio…
-
Impacted versions: All versions with new API onchanges
Steps to reproduce: (My case, Not needed too nested).
Create a form with an onchange for multiple fields or many onchanges for many fields. …
-
Impacted versions:
11.0
Steps to reproduce:
1) You should have a model with a one2many field shown in your form view([Example](https://github.com/josemoralesp/bug_report/blob/master/bug_test/m…
-
Make a one2many field from res.users with nc.calendar so that a lot of search(self.env['nc.calendar'].search([('user_id', '=', self.env.user.id)])) that you are performing would be eliminated