Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Collect and display data from partners

Subscribe

Get notified when there's activity on this post

This question has been flagged
databaseformsvisualize
1 Reply
2346 Views
Avatar
Luis H. Porras

I'm wondering if there is a module that let's the company set a group of users that have permanent access to a form/set of forms (with complex logic) and then be able to manipulate and visualize that data, be able to download it and connect it with other modules.

Any hint would be much appreciated.

2
Avatar
Discard
Luis H. Porras
Author

Thanks a lo for your answer Nicolas, let me give you a more clear flow:

Main goal: There is an association that has to collect a bunch of data from its members to generate a report yearly.

Requirements:

​- Member user:

​ ​- Members have custom fields in their profile to categorize the type of member (region, legal entity type, tier...)

​ ​- Members can fill complex forms to store data. Fields in the form may contain complex calculations and conditional logic.

​ ​- Members can access  and download the data they already submitted in calc sheet format.

​ ​- Members can visualize the data in charts (maybe customize it).

​ ​- (extra) Members can invite other members and they become responsible for their reports.

​- Admin user:

​ ​- Starts and stops the campaign of reports making the forms visible.

​ ​- Adds/approves new member users.

​ ​- Admin user has access to the detailed report of each member user, can edit or add a notification for member users to change some data.

​ ​- Admin user has access to the member profile data and can edit it.

​ ​- Admin user has access and can download a global report that joins all the individual reports in calc sheet format.

​ ​- Admin user can visialize and dowload charts of the global report.

If you miss some information let me know. Thanks!


Nicolas

Hi Luis,
Ok, thanks for the details.

This seems like a multi-step project. I suggest breaking it down into smaller parts.

1. Clearly define the form structure, data and logic. Keep in mind that Odoo uses a relational database where the existing fields have properties which enable different logic and analysis across the apps. It is easier and faster to work with what is already defined than starting with custom fields right away. Once this is figured out it will inform the next step.

2. Decide if You need the association members to be users or employees, users by definition have degrees of access to the Odoo system, employees do not. However, employees can become users and be given access to the system. Based on the info you gave I would suggest creating one or more admin users and input association members as employees , with access rights added by defining the employees as users and assigning access groups afterwards. You can import members as with an .xls file in either "Contacts" or "Employees" app. Just be aware of the existing field values as you will have to map your .xls file to the Odoo Employee card template.

3. Since you will need the members to interact with a variety of apps to perform dashboard, export, etc. functions I would define a scope as to what they would need to access. Do this by testing out the app functionalities with a test document until you find the formula for the output you want. (data viz, spreadsheets, etc., etc.)

4. Define access rules based on your decisions in step 3, create an access group and apply to relevant member users.

5. Finally, create the form and apply access rules. This form could be a spreadsheet, a custom web form coded separately and pasted into the code block of the website module, or whatever format fits the needs.

6. Make the form live and notify the member users using the messaging method of your choice, email, sms, etc. using the "Contacts" app

I hope this helps with implementing your project using Odoo

Luis H. Porras
Author

Nicolas, thats a great starting point, thanks a lot. We are still dicussing which solution might fit best but if we go with Odoo I'll report with the results &/or questions about the implementation.
Cheers

Nicolas

Hi Luis,
Great, I'm glad I could help. To be clear I'm just a part of the open source user community, not associated with Odoo at all. All the best with your project.

Avatar
Nicolas
Best Answer

Hi Luis,

The exact flow would depend on what logic you wanted to include in your forms.

The modules you would want to use in any case would likely be: "Dashboards", "Settings" and "Documents".  Also possibly "Website" if you want to create web forms. 

You can use "Dashboards" to visualize, define access and export data. "Settings" allows you to create users and user group access rights, "Documents" allows you to manage your documents.  If you wanted to have your forms accessible online with a simple login then you could create them with the "Website" module. 

Hopefully this gets you started.  With more specific info about your forms and the logic involved it would be possible to zero in on a more detailed solution.  

Let me know if this helps and if you can define the forms use case in a bit more detail.


  

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
How to filter initially the contents of the dropdown based on the value in another field.
database forms conditionals formview
Avatar
0
Dec 24
1274
Database disappeared from list after activating Google Oauth for administrator
database
Avatar
0
Jul 25
2295
Setup Odoo with specific database
database
Avatar
Avatar
2
Nov 24
8516
database locked
database
Avatar
Avatar
Avatar
2
Oct 24
4866
my data base is locked
database
Avatar
Avatar
2
Aug 24
2697
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now