I am trying to display the contents of a table in the db which shows all the items that have been purchased. Theoretically, this is suppose to be easy. I have been attempting to use a many2many field in order to display the records in a different class than the one that I am currently working on, but I have been faced with errors. I have looked at documentation and other things in order to see if I can accomplish this, but my code still gives me errors. Is there anyway I can use a many2many field in order to retrieve data.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2105
Views
Can you post the error or a part of the code ?