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

This importation works very well in my custom module :

<?xml version="1.0" encoding="utf-8"?>

         <openerp>

              <data>

                  <record id="stock.stock_location_route_tree" model="ir.ui.view">

                      <field name="name">stock.location.route.tree</field>

                      <field name="model">stock.location.route</field>

                      <field name="arch" type="xml">

                      <tree string="Routes">

                      <field name="sequence" widget="handle" />

                      <field name="id" />

                      <field name="name" />

                      <field name="company_id" />

                      <field name="product_categ_selectable" />

                      <field name="product_selectable" />

                      <field name="warehouse_selectable" />

                      <field name="push_ids" />

                      <field name="pull_ids" />

                  </tree>

                   </field>

      </record>

      </data>

</openerp>

 

But if I add this field :

         <field name="sale_selectable"/>


I get an error :

             [.......]

             Error details:

             Field `sale_selectable` does not exist

             [.......]


If I add the same line via the backend, in Settings->Views, it works!


How could it be possible?

아바타
취소
베스트 답변

sale_selectable is defined in sale_stock, you add  sale_stock to depends.

아바타
취소
작성자

Big kiss my friend! Thanks a lot

관련 게시물 답글 화면 활동
1
3월 15
8459
2
3월 15
10597
1
3월 15
4846
2
4월 16
18276
0
6월 15
4189