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

Hi.  I'm running a local test copy of Odoo v8.

I receive the following error while trying to install POS.  Any ideas?

raise ValueError('External ID not found in the system: %s' % (xmlid))
ParseError: "External ID not found in the system: stock.stock_location_stock" while parsing /opt/odoo/odoo-server/addons/point_of_sale/point_of_sale_data.xml:11, near
<record id="picking_type_posout" model="stock.picking.type">
<field name="name">PoS Orders</field>
<field name="sequence_id" ref="seq_picking_type_posout"/>
<field name="default_location_src_id" ref="stock.stock_location_stock"/>
<field name="default_location_dest_id" ref="stock.stock_location_customers"/>
<field name="warehouse_id" eval="False"/>
<field name="code">outgoing</field>
아바타
취소
작성자 베스트 답변

Problem Solved.  I had the base_phone app module installed, but did not have the phonenumbers library installed on this server so it was causing all types of problems.

After installing that, all is well.

아바타
취소
관련 게시물 답글 화면 활동
0
1월 25
1617
2
5월 23
3107
2
7월 22
3487
0
1월 22
1547
1
5월 18
3902