Hmmm...I couldn't speak to the first two as those are probably pretty high and I haven't seen them stated, but for your login page, you could edit the view.
Very nice job! However, the issue with the current approach is that if there is a related field in another model that references the contacts, users can still access that contact through this field. For example, this can happen in a sales order, invoice, project, etc. I had a customer who needed to restrict the visibility of certain contacts to specific users. To address this, I developed a module that allows for assigning particular users to view a contact.
Hi Please provide video for MO set draft state like mo product configured in MTO and we create sale order mo generated in confirm state we need draft state
Very nice and many thanks. Pl also suggest a video on how make a periodic inventory valuation report. Pl share your email id to share the sample format.
You should be able to do a custom export for that or a custom report. Essentially, you'd be grouping by product or perhaps by incoming lot, depending on what you're wanting to do.
Thank you again. this was very helpful..
Glad I could help!
how to make the uid m2m field so I can assign more than one salesperson to same contact?
Happy to help! So you'd want to go into studio, add a many2many that's linked to users and then change the widget to many2many tags.
Great video, do you think you could make a video on attendance?
I'm looking into doing this, Zack. Thanks for asking!
In Odoo Community Edition,
What's the max storage allowed, max users?
And how do I edit the login page and remove odoo related stuff?
Hmmm...I couldn't speak to the first two as those are probably pretty high and I haven't seen them stated, but for your login page, you could edit the view.
@@odoo-it-yourself thanks man
@@husamothman1 Glad to help. Do you know how to find the view?
Very nice job! However, the issue with the current approach is that if there is a related field in another model that references the contacts, users can still access that contact through this field. For example, this can happen in a sales order, invoice, project, etc. I had a customer who needed to restrict the visibility of certain contacts to specific users. To address this, I developed a module that allows for assigning particular users to view a contact.
Thank you and that is a very fair point. Truthfully, it's an incomplete solution overall. You'd want to limit other pieces as well.
Similarly, how can you hide particular fields in the form view for different groups?
Thank you
assign group to that field
Yep! Go into studio and look in the left hand panel when you select the field.
Cool
Glad you liked it!
Hi Please provide video for MO set draft state like mo product configured in MTO and we create sale order mo generated in confirm state we need draft state
You're wanting to just be able to use a server action to move an MO back to draft state?
@@odoo-it-yourself I will try if possible share with me the procedure
@@odoo-it-yourself yes I am done but transfer and purchase created how to restrict
That would be a simple enough server action. Are you wanting it to do anything else?
@@odoo-it-yourself yes I want to prevent create mo and transfer like pick and store finish product operation and purchase order.
Very nice and many thanks. Pl also suggest a video on how make a periodic inventory valuation report.
Pl share your email id to share the sample format.
You should be able to export the valuation. What else are you hoping to do?
@@odoo-it-yourself yes but I want the data in export like
Opening Balance. Purchase. MFG Consumption. Closing Balance
In columnar register
You should be able to do a custom export for that or a custom report. Essentially, you'd be grouping by product or perhaps by incoming lot, depending on what you're wanting to do.
@@odoo-it-yourself can you make a video on it