Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

How do I make products in bom-lines appear as "links"?

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
1 Antworten
5839 Ansichten
Avatar
philjun

The standard bill-of-material (bom) view is set up to display a list (lines) of any child boms. These lines also show the product_id of any child boms, but this product_id does not appear as a clickable 'link' taking me to actual products in my warehouse. As far as I can see, the structure is as follows: the bom-lines themselves each refer to a mrp.bom-object with a product_id, which refers to a product.product-object. As such, I should anticipate the product-names in the bom-lines to appear as links, but this is not the case. Can someone help me make the necessary configurations (to the view itself or to the underlying models)?

Cheers. 

2
Avatar
Verwerfen
Will Stott

Did you get anywhere with this? I would like to do the same thing. I found the following module: https://www.odoo.com/apps/6.1/web_treeviewlinks/ and the source: http://bazaar.launchpad.net/~credativ/credativ-openerp/addons-6.1/files/head:/web_treeviewlinks/ But it's quite old and I am having trouble understanding how you define the links.

Avatar
Will Stott
Beste Antwort

This seems to be broken now. I'm getting a Missing Error: "One of the documents you are trying to access has been deleted, please try again after refreshing." When the product definitely exists. The wrong ID is being given to the script. I don't know why this is. But this still might be a vaguely useful answer for someone trying to do this.

This is a bit of a dirty method. And it definitely isn't the ideal method for doing this. It doesn't retain history, and the links require a double click on the browser back button, because odoo changes the url slightly. But it works and it's a place to start.

 

I found a way to do this using javascript and modifying a view.xml in the form of a module:

<addons folder>/bom_links/__init__.py

 

<addons folder>/bom_links/__openerp__.py

{ 
 'name' : 'Bom Links',
 'version' : '1.0',
 'author' : 'Will Stott',
 'description' : 'MRP override module, adds links to the BOM view',
 'category': 'Manufacturing',
 'website': 'http://www.openerp.com',
 'depends' : ['base', 'mrp', 'web'], # list of dependencies, conditioning startup order
 'data' : [
 'view/views.xml', 
 ], 
 'installable': True,
 'auto-install': False,
} 

<addons folder>/bom_links/view/views.xml

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

    <template id="assets_backend" name="bom_assets" inherit_id="web.assets_backend">
      <xpath expr="." position="inside">
        <script type="text/javascript" src="/bom_links/static/src/override.js"/>
      </xpath>
    </template>

    <record id="mrp_bom_form_view" model="ir.ui.view">
      <field name="name">mrp.bom.form</field>
      <field name="model">mrp.bom</field>
      <field name="inherit_id" ref="mrp.mrp_bom_form_view"/>
      <field name="arch" type="xml">
        <xpath expr="/form/notebook/page[@string='Components']/field/tree/field[@name='product_id']" position="replace"> 
          <field name="product_id" widget="link" on_change="onchange_product_id(product_id, product_qty)"/>
        </xpath>
      </field>
    </record>
  </data>
</openerp>

<addons folder>/bom_links/static/src/override.js

openerp.bom_links = function(instance) {
    instance.web.list.columns.add("field.link","instance.web.list.FieldTextLink");

        _format: function (row_data, options) {
           return _.template('<a class="oe_form_uri" href="<%-src%>"><%-text%></a>', {
                src: instance.session.url('/web',
                    {id: row_data[this.id].value[0], view_type:'form', model: 'product.template'}
                    ).replace('?', instance.session.debug ? '?debug=#' : '?#'),

                 text: row_data[this.id].value[1],

           });
        }
    });
}

I hope this helps some people.

 

3
Avatar
Verwerfen
Will Stott

I have no idea how to paste code. So I just used quotes.

philjun
Autor

Thank you for your reply, Will. This might be the way to go, but I have the feeling that there must be an easier and 'cleaner' solution. I am thinking that the fields which is defined as object-relations (one2many, many2one etc.) already appear as clickable links in the different views (e.g. the field 'product_id' in the 'mrp.bom' object, which relates to the corresponding product). Maybe it is just a case of editing the html of the corresponding view, though I must admit that I have not had much succes in this regard. Please let me know, if you find an elegant solution.

Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now