Navigation

    Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    采购、仓储、销售模块内,View里如何直接集成 产品详细描述 信息?

    Odoo 新手求助
    5
    6
    3834
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 周
      周乐 last edited by

      OE8.0增加了WebSite和eCommerce模块,做电子商务的看到eCommerce模块估计都两眼放光了~
      eCommerce对产品的描述页面可是有富文本了,不用再像7.0,为了增加产品图片而找替换方法了。
      eCommerce模块能通过拖放生成良好的描述排版,但在采购、仓储、销售模块内,还是无法直接看到eCommerce生成的富文本描述信息。
      在 武汉-冰之星辰 的指点下,偶稍微研究了下,通过修改View集成了eCommerce生成的富文本描述信息。但在界面上不是太美观,希望看到这篇文章并能修改界面样式的亲能跟帖发个能改进这个集成后 不和谐界面 的方法。

      修改View集成eCommerce生成的富文本描述信息方法:
      1、/Setting/Technical/User Interface/View: “搜索:product.template.product.website.form” 并进入该View的编辑状态,在代码                <field name="website_url" invisible="1" />的下一行增加代码:<field name="website_description" /> 保存。
      这时去 /Sales/Products/Templates:新建个产品富文本描述信息,或在 eCommerce生成个富文本描述信息。产品模板已经集成了 富文本描述信息,有木有?
      [attachimg=1]

      2、/Setting/Technical/User Interface/View: “搜索:product.normal.form” 并找到Sequence:7的那条记录进入该View的编辑状态,在代码
                          <div class="oe_chatter">
                              <field name="message_follower_ids" widget="mail_followers"/>
                              <field name="message_ids" widget="mail_thread"/>
                          </div>之前增加代码段“
      <div class="oe_chatter">
            <field name="website_description" />
      </div>” 保存。这时去 /Sales/Products/Productss:新建个产品富文本描述信息,或在 eCommerce生成个富文本描述信息。产品已经集成了 富文本描述信息,有木有?
      [attachimg=2]
      修改了这2个View,再也不用苦逼地到Shop那里查看产品的富文本描述信息了~ 🙂

      1 Reply Last reply Reply Quote 0
      • wjfonhand
        wjfonhand last edited by

        精彩!

        1 Reply Last reply Reply Quote 0
        • B
          baalking last edited by

          就是说8.0版本里每款产品可以录入多个图片了?报表导出时附带的图片呢

          1 Reply Last reply Reply Quote 0
          • H
            hzren last edited by

            写得很好

            1 Reply Last reply Reply Quote 0
            • ieitzyb
              ieitzyb last edited by

              L码,会不会还有个80D码?

              1 Reply Last reply Reply Quote 0
              • First post
                Last post