공급업체 청구서 순서¶
When confirming a vendor bill, Odoo generates a unique vendor bill reference number. By default, it
uses the sequence format BILL/year/month/incrementing-number
(e.g., BILL/2025/01/00001
), which
restarts from 00001
each year.
However, it is possible to change the sequence format and its periodicity, and to mass-resequence vendor bills.
참고
참조 번호에 대한 변경 사항은 메시지창에 기록됩니다.
기본 시퀀스 변경하기¶
To customize the default sequence, open the last confirmed vendor bill, click Reset to Draft, and edit the vendor bill’s reference number.

Odoo then explains how the detected format will be applied to all future vendor bills. For example, if the current vendor bill’s month is withdrawn, the sequence’s periodicity will change to every year instead of every month.

팁
The sequence format can be edited directly when creating the first vendor bill of a given sequence period.
공급업체 청구서 대량 재정렬¶
여러 개의 공급업체 청구서 번호의 순서를 다시 지정하는 것이 효율적일 수 있습니다. 예를 들어, 다른 회계 시스템에서 공급업체 청구서 가져오기를 할 때 참조 항목이 이전 소프트웨어에서 생성된 경우에는, 처음부터 다시 시작하지 않고도 현재 연도가 연속될 수 있도록 해야 합니다.
참고
이 기능은 관리자 또는 어드바이저 액세스 권한이 있는 경우에만 사용할 수 있습니다.
다음 단계에 따라 공급업체 청구서 연번을 다시 정렬합니다:
:ref:`개발자 모드 <developer-mode>`를 사용하도록 설정합니다.
In the vendor bills list view, select the vendor bills that need a new sequence.
작업 메뉴를 클릭하고 순서 재지정 을 선택합니다.
주문 필드에서 다음을 선택합니다.
현재 순서 유지: 숫자 순서가 그대로 유지됩니다.
회계 날짜 기준으로 재정렬: 숫자는 회계 날짜를 기준으로 재정렬됩니다.
첫 번째 새 번호 를 설정합니다.
수정 사항 미리보기 를 클릭한 후 확인 을 클릭합니다.

참고
To indicate where the sequence change began, the first vendor bill in the new sequence is highlighted in red in the Vendor Bills list. This visual marker is permanent and purely informational.
새로운 시퀀스에 공백, 취소 또는 삭제 항목과 같이 불규칙한 내용이 발견될 경우, 회계 현황판의 공급업체 청구서 전표에 시퀀스 공백 메시지가 표시됩니다. 해당 공급업체 청구서에 대해 세부적으로 확인하려면 시퀀스 공백 을 클릭합니다. 이렇게 표시된 내용은 일시적으로만 나타나며, 해당 항목의 회계 날짜가 잠금 날짜와 동일하게 설정되거나 그 이후가 되면 자동으로 사라집니다.
팁
순서 재지정이 불가능합니다.
입력 날짜가 잠금 날짜 이전인 경우입니다.
순서가 중복되는 경우입니다.
When the range is invalid. For example, if the Bill Date doesn’t align with the date in the new sequence, such as using a 2024 sequence (BILL/2024/MM/XXXX) for an vendor bill dated in 2025.
In these cases, a Validation Error message appears.