How to restrict access to a record based on one2many field access
In odoo 16, I have a request model that has a one2many line_ids field.
how to set limits to the amount items i can add to my shopping cart in odoo-16
So I am makinng a website that includes online courses, which will be for sell. I want to find a way to put limits or rules on how many courses or items you can add to your cart. it can be based on the amount of credits a student has or another factor.
I am using odoo 16, without creating a new module is there any way for me to do this?
Extend Calendar Popover View in Odoo 16
I’m trying to extend a calendar view in Odoo 16, specifically the “popover”. I’ve followed various steps and guides, but I keep encountering the following error:
Multiple lines in survey questions in odoo 16
I want to make line breaks within a question in survey module in odoo 16.How to do it?
odoo field Html loop
I have field HTML in odoo and want which looks in web like:
Odoo – can’t compare dates for setting a computed field using @api.depends
Using Odoo 16, using Odoo.sh
I am trying to set a date in a model that should be the furthest in the future of the dates among the related objects from a one2many field. So I have a computed field with a @api.depends computation to iterate through the one2many and find + assign this data to a field.