Hello. I am thinking about adopting Odoo for my small drone photo operation in Denmark. European legislation is being ever more strict and more and more information must be available to all interested parties. I need to make an automatic page specific to a drone flight for a customer and everybody around. I‘ll send out postcards with QR codes to the page. Also, there should be a form for acceptance of overflight. Is there anything like this or can I develop it myself? I‘m an ok html, CSS and JS programmer.
Kindly Lars
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
This question has been flagged
Hi Lars Odoo is a versatile platform that can be customized to meet specific business requirements, including the scenario you described for your drone photo operation. While Odoo offers many features and modules, it does not have a pre-built solution specifically designed for creating a public project page for drone flights with acceptance forms. However, you can leverage Odoo's flexibility and customization options to develop such a solution yourself.
Here's a general outline of how you can approach building the automatic page and acceptance form within Odoo:
Define the data structure: Identify the necessary data fields and information you would like to display on the public project page. This could include flight details, location, dates, drone specifications, safety measures, and any other relevant information required by European legislation.
Create a custom Odoo module: Odoo allows you to create custom modules to extend its functionality. You can create a new module specifically for managing drone flights and related information. This module will include models, views, and controllers to handle the data and interactions.
Build the public project page: Develop the frontend of the public project page using your HTML, CSS, and JavaScript skills. Odoo uses the QWeb templating engine, so you can leverage that to integrate your custom page with the Odoo backend.
Generate QR codes: Implement a QR code generator within your Odoo module. This can be done using available Python libraries such as qrcode to generate QR codes dynamically. The QR codes can then be printed on postcards and linked to the specific project page.
Implement the acceptance form: Create a form within the public project page where interested parties can provide their acceptance for overflight. You can use HTML forms and handle the form submission using JavaScript or Odoo's built-in web controllers.
Handle acceptance data: In your Odoo module, define appropriate models and fields to store the acceptance data captured through the form. This will allow you to manage and track the acceptance information within Odoo.
Remember to adhere to relevant privacy and data protection regulations when collecting and storing user data.
While this is a high-level overview, the actual implementation details will depend on your specific requirements and the version of Odoo you are using. It may be helpful to refer to Odoo's developer documentation, forums, and community resources for more specific guidance as you build your custom solution.
Overall, with your programming skills and Odoo's flexibility, you have the potential to develop a tailored solution that meets the needs of your drone photo operation while complying with European legislation.
This sounds easy enough. So I develop in a local sandbox instance on my Mac and publish it to Odoo enterprise when it works. Right?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi