콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
290 화면

I’m developing a custom Odoo module and would appreciate some guidance.

Goal:

We want to implement a system where each customer can have multiple codes, and each code can also be linked to multiple customers. The workflow should be:

  1. When making a sale (in POS or Sales), the cashier selects a customer.
  2. A popup should immediately appear, allowing the cashier to choose a code from a dropdown list.
  3. The dropdown should only display the codes associated with the selected customer (not all codes in the system).
  4. The cashier should also be able to add a new code directly during the sale process if needed.
  5. The selected code will be stored on the POS Order or Sale Order.
  6. We should be able to generate an on-screen report and a clean PDF that lists all Sale Orders and POS Orders grouped by code, showing the total for each code.

Current Status:

  • In the Sales module, I have implemented the functionality so that multiple codes can be linked to each customer, and a code can be selected when creating a Sale Order. This works correctly.
  • I am now working on implementing the same in the POS module.

아바타
취소
베스트 답변

Hi,


To create a custom pop-up in Pos, refer to the following.

* https://www.cybrosys.com/blog/how-to-create-a-custom-pop-up-in-odoo-18-pos#:~:text=XML%20for%20the%20Pop%2Dup,%22UTF%2D8%22%3F%3E&text=So%20once%20you%20click%20the,notes%20associated%20with%20the%20order.


Hope it helps

아바타
취소
작성자

I followed this documentation, but the custom button and pop-up still don’t show up in POS. I’m using Odoo Enterprise on-premise, so I’m wondering if there are any limitations on modifying the POS that might cause this.

관련 게시물 답글 화면 활동
1
6월 24
1565
1
9월 23
1627
3
4월 25
1370
1
8월 24
2169
3
5월 24
11463